Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_manager.h65 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same CID enumerator
Ddynamic_channel_manager.h71 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same PSM enumerator
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel_manager.h67 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same CID enumerator
Ddynamic_channel_manager.h65 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same PSM enumerator
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc40 DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, in Register()
Dfixed_channel_service_manager_impl.cc42 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc37 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
Dfixed_channel_service_manager_impl.cc42 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()