Home
last modified time | relevance | path

Searched refs:AllocateFixedChannel (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_mock.h44 …MOCK_METHOD(std::shared_ptr<FixedChannelImpl>, AllocateFixedChannel, (Cid cid, SecurityPolicy secu…
Dlink_manager.cc57 auto fixed_channel_impl = link->AllocateFixedChannel( in ConnectFixedChannelServices()
190 auto fixed_channel_impl = link->AllocateFixedChannel( in OnReadRemoteVersionInformationComplete()
Dlink.h108 …virtual std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid, SecurityPolicy security_po…
Dlink.cc158 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_polic… in AllocateFixedChannel() function in bluetooth::l2cap::le::internal::Link
Dsignalling_manager.cc46 …link_->AllocateFixedChannel(kLeSignallingCid, SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRA… in LeSignallingManager()
/system/bt/gd/l2cap/fuzz/
Dfuzz_l2cap.cc79 auto fixedChannel = link->AllocateFixedChannel(fixedCid); in LLVMFuzzerTestOneInput()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc57 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()
Dlink.h99 std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid);
Dlink.cc130 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid) { in AllocateFixedChannel() function in bluetooth::l2cap::classic::internal::Link
Dsignalling_manager.cc61 signalling_channel_ = link_->AllocateFixedChannel(kClassicSignallingCid); in ClassicSignallingManager()