Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc36 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in ConnectFixedChannelServices() local
37 if (fixed_channel_services.empty()) { in ConnectFixedChannelServices()
51 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices()
188 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in OnReadRemoteVersionInformationComplete() local
189 for (auto& fixed_channel_service : fixed_channel_services) { in OnReadRemoteVersionInformationComplete()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc36 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in ConnectFixedChannelServices() local
37 if (fixed_channel_services.empty()) { in ConnectFixedChannelServices()
51 for (auto& fixed_channel_service : fixed_channel_services) { in ConnectFixedChannelServices()
256 auto fixed_channel_services = fixed_channel_service_manager_->GetRegisteredServices(); in OnConnectSuccess() local
257 for (auto& fixed_channel_service : fixed_channel_services) { in OnConnectSuccess()