Home
last modified time | relevance | path

Searched refs:FAIL_ALL_SERVICES_HAVE_CHANNEL (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h42 FAIL_ALL_SERVICES_HAVE_CHANNEL = 2, // All registered services already have a channel enumerator
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h47 FAIL_ALL_SERVICES_HAVE_CHANNEL = 2, // All registered services already have a channel enumerator
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc68 …nection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL})); in ConnectFixedChannelServices()
Dlink_manager_test.cc173 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc67 …nection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL})); in ConnectFixedChannelServices()
Dlink_manager_test.cc168 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc655 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()