Searched refs:AllocateFixedChannel (Results 1 – 10 of 10) sorted by relevance
44 …MOCK_METHOD(std::shared_ptr<FixedChannelImpl>, AllocateFixedChannel, (Cid cid, SecurityPolicy secu…
57 auto fixed_channel_impl = link->AllocateFixedChannel( in ConnectFixedChannelServices()190 auto fixed_channel_impl = link->AllocateFixedChannel( in OnReadRemoteVersionInformationComplete()
108 …virtual std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid, SecurityPolicy security_po…
158 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_polic… in AllocateFixedChannel() function in bluetooth::l2cap::le::internal::Link
46 …link_->AllocateFixedChannel(kLeSignallingCid, SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRA… in LeSignallingManager()
79 auto fixedChannel = link->AllocateFixedChannel(fixedCid); in LLVMFuzzerTestOneInput()
57 auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first); in ConnectFixedChannelServices()258 auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first); in OnConnectSuccess()
99 std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid);
130 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid) { in AllocateFixedChannel() function in bluetooth::l2cap::classic::internal::Link
61 signalling_channel_ = link_->AllocateFixedChannel(kClassicSignallingCid); in ClassicSignallingManager()