Home
last modified time | relevance | path

Searched refs:fixed_channel_service (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc51 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices() local
52 if (link->IsFixedChannelAllocated(fixed_channel_service.first)) { in ConnectFixedChannelServices()
58fixed_channel_service.first, SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK); in ConnectFixedChannelServices()
59 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
189 for (auto& fixed_channel_service : fixed_channel_services) { in OnReadRemoteVersionInformationComplete() local
191 fixed_channel_service.first, SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK); in OnReadRemoteVersionInformationComplete()
192 fixed_channel_service.second->NotifyChannelCreation( in OnReadRemoteVersionInformationComplete()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc51 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices() local
52 if (link->IsFixedChannelAllocated(fixed_channel_service.first)) { in ConnectFixedChannelServices()
57 auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first); in ConnectFixedChannelServices()
58 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
257 for (auto& fixed_channel_service : fixed_channel_services) { in OnConnectSuccess() local
258 auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first); in OnConnectSuccess()
259 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
/system/bt/gd/l2cap/
DBUILD.gn22 "classic/fixed_channel_service.cc",
47 "le/fixed_channel_service.cc",
DAndroid.bp18 "classic/fixed_channel_service.cc",
42 "le/fixed_channel_service.cc",