Home
last modified time | relevance | path

Searched refs:fixed_channel_services (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc38 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in ConnectFixedChannelServices() local
39 if (fixed_channel_services.empty()) { in ConnectFixedChannelServices()
53 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices()
194 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in OnReadRemoteVersionInformationComplete() local
195 for (auto& fixed_channel_service : fixed_channel_services) { in OnReadRemoteVersionInformationComplete()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc38 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in ConnectFixedChannelServices() local
39 if (fixed_channel_services.empty()) { in ConnectFixedChannelServices()
53 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices()
260 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in OnConnectSuccess() local
261 for (auto& fixed_channel_service : fixed_channel_services) { in OnConnectSuccess()