Searched refs:FAIL_HCI_ERROR (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.h | 45 FAIL_HCI_ERROR = 3, // See hci_error enumerator
|
D | dynamic_channel_manager.h | 46 FAIL_HCI_ERROR = 2, // See hci_error enumerator
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 49 FAIL_HCI_ERROR = 3, // See hci_error enumerator
|
D | dynamic_channel_manager.h | 46 FAIL_HCI_ERROR = 2, // See hci_error enumerator
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 59 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected() 129 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnOutgoingConnectionRequestFail()
|
D | link_manager.cc | 195 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
|
D | link_manager_test.cc | 254 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 152 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
|
D | link_manager_test.cc | 259 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
|
/system/bt/gd/shim/ |
D | l2cap.cc | 332 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()
|