Lines Matching refs:Cid
137 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_polic… in AllocateFixedChannel()
143 bool Link::IsFixedChannelAllocated(Cid cid) { in IsFixedChannelAllocated()
147 Cid Link::ReserveDynamicChannel() { in ReserveDynamicChannel()
162 void Link::SendDisconnectionRequest(Cid local_cid, Cid remote_cid) { in SendDisconnectionRequest()
170 void Link::OnOutgoingConnectionRequestFail(Cid local_cid, LeCreditBasedConnectionResponseResult res… in OnOutgoingConnectionRequestFail()
185 std::shared_ptr<l2cap::internal::DynamicChannelImpl> Link::AllocateDynamicChannel(Psm psm, Cid remo… in AllocateDynamicChannel()
196 std::shared_ptr<l2cap::internal::DynamicChannelImpl> Link::AllocateReservedDynamicChannel(Cid reser… in AllocateReservedDynamicChannel()
197 … Cid remote_cid) { in AllocateReservedDynamicChannel()
208 void Link::FreeDynamicChannel(Cid cid) { in FreeDynamicChannel()
230 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation()
239 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
257 void Link::SendLeCredit(Cid local_cid, uint16_t credit) { in SendLeCredit()