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.h62 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same CID enumerator
Ddynamic_channel_manager.h68 FAIL_DUPLICATE_SERVICE = 1, // Duplicate service registration for the same PSM enumerator
/system/bt/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
/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc37 … 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/le/internal/
Dfixed_channel_service_manager_impl.cc40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
Ddynamic_channel_service_manager_impl.cc40 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
/system/bt/gd/shim/
Dl2cap_test.cc448 l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, in TEST_F()
Dl2cap.cc485 … case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE: in RegisterService()