Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h41 FAIL_NO_SERVICE_REGISTERED = 1, // No service is registered enumerator
Ddynamic_channel_manager.h45 FAIL_NO_SERVICE_REGISTERED = 1, // No service is registered enumerator
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h46 FAIL_NO_SERVICE_REGISTERED = 1, // No service is registered enumerator
Ddynamic_channel_manager.h46 FAIL_NO_SERVICE_REGISTERED = 1, // No service is registered enumerator
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
Dlink_manager_test.cc219 …ult.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED); in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc41 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
Dlink_manager_test.cc218 …ult.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED); in TEST_F()
/system/bt/gd/shim/
Dl2cap_test.cc335 …nnection_result_code = TestDynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED, in TEST_F()
Dl2cap.cc356 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED: in OnConnectionFailure()