Home
last modified time | relevance | path

Searched refs:ConnectionResultCode (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h41 enum class ConnectionResultCode { enum
49 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
Ddynamic_channel_manager.h43 enum class ConnectionResultCode { enum
51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h45 enum class ConnectionResultCode { enum
53 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
Ddynamic_channel_manager.h43 enum class ConnectionResultCode { enum
51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
67 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()
152 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc158 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()
215 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()
259 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc41 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
69 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()
195 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dlink.cc59 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()
129 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnOutgoingConnectionRequestFail()
Dlink_manager_test.cc161 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()
211 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()
254 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
/system/bt/gd/shim/
Dl2cap.cc325 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::SUCCESS: in OnConnectionFailure()
328 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED: in OnConnectionFailure()
332 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()
335 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR: in OnConnectionFailure()
Dl2cap_test.cc325 ….connection_result_code = TestDynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTE… in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc376 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()