Searched refs:connection_result_code (Results 1 – 14 of 14) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices() 68 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices() 144 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
|
D | link_manager_test.cc | 161 EXPECT_EQ(my_result.connection_result_code, in TEST_F() 219 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F() 261 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
|
D | link.cc | 176 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnOutgoingConnectionRequestFail()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 41 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices() 66 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices() 261 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
|
D | signalling_manager.cc | 106 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_outgoing() 211 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_incoming() 257 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse() 270 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse() 854 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in on_command_timeout()
|
D | link.cc | 62 .connection_result_code = ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected() 149 .connection_result_code = ConnectionResultCode::FAIL_REMOTE_NOT_SUPPORT, in SendConnectionRequest()
|
D | link_manager_test.cc | 167 EXPECT_EQ(my_result.connection_result_code, in TEST_F() 218 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F() 261 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.h | 47 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; member
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 52 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 54 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS; member
|
/system/bt/gd/shim/ |
D | l2cap_test.cc | 335 ….connection_result_code = TestDynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTE… in TEST_F()
|
D | l2cap.cc | 352 switch (result.connection_result_code) { in OnConnectionFailure()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 571 if (result.connection_result_code == in OnConnectionFailureLe()
|