Home
last modified time | relevance | path

Searched refs:IsFixedChannelAllocated (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_mock.h46 MOCK_METHOD(bool, IsFixedChannelAllocated, (Cid cid), (override));
Dlink.h110 virtual bool IsFixedChannelAllocated(Cid cid);
Dlink_manager.cc52 if (link->IsFixedChannelAllocated(fixed_channel_service.first)) { in ConnectFixedChannelServices()
Dlink.cc164 bool Link::IsFixedChannelAllocated(Cid cid) { in IsFixedChannelAllocated() function in bluetooth::l2cap::le::internal::Link
/system/bt/gd/l2cap/classic/internal/
Dlink_mock.h47 MOCK_METHOD(bool, IsFixedChannelAllocated, (Cid cid), (override));
Dlink.h101 virtual bool IsFixedChannelAllocated(Cid cid);
Dlink_manager.cc52 if (link->IsFixedChannelAllocated(fixed_channel_service.first)) { in ConnectFixedChannelServices()
Dlink.cc136 bool Link::IsFixedChannelAllocated(Cid cid) { in IsFixedChannelAllocated() function in bluetooth::l2cap::classic::internal::Link