Home
last modified time | relevance | path

Searched defs:RegisterService (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel_manager.cc38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService() function in bluetooth::l2cap::classic::FixedChannelManager
Ddynamic_channel_manager.cc42 void DynamicChannelManager::RegisterService( in RegisterService() function in bluetooth::l2cap::classic::DynamicChannelManager
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_manager.cc38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService() function in bluetooth::l2cap::le::FixedChannelManager
Ddynamic_channel_manager.cc44 bool DynamicChannelManager::RegisterService(Psm psm, DynamicChannelConfigurationOption configuratio… in RegisterService() function in bluetooth::l2cap::le::DynamicChannelManager
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager.h42 void RegisterService( in RegisterService() function
Dfuzz_dynamic_channel_manager_impl.h49 void RegisterService( in RegisterService() function
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py268 def RegisterService(self, request: RegisterServiceRequest, member in GATTService
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto39 rpc RegisterService(RegisterServiceRequest) returns (RegisterServiceResponse); rpc
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py505 async def RegisterService(self, request: gatt_pb2.RegisterServiceRequest, member in GATTService