Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h64 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same CID enumerator
Ddynamic_channel_manager.h67 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same PSM enumerator
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h68 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same CID enumerator
Ddynamic_channel_manager.h67 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same PSM enumerator
/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc40 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
Dfixed_channel_service_manager_impl.cc40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc39 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
Dfixed_channel_service_manager_impl.cc40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
/system/bt/gd/shim/
Dl2cap_test.cc421 l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, in TEST_F()
Dl2cap.cc400 case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE: in OnRegistrationComplete()