Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h43 FAIL_HCI_ERROR = 3, // See hci_error enumerator
Ddynamic_channel_manager.h46 FAIL_HCI_ERROR = 2, // See hci_error enumerator
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h48 FAIL_HCI_ERROR = 3, // See hci_error enumerator
Ddynamic_channel_manager.h47 FAIL_HCI_ERROR = 2, // See hci_error enumerator
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc144 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc261 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc261 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dlink.cc62 .connection_result_code = ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()
Dlink_manager_test.cc261 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/system/bt/gd/shim/
Dl2cap.cc360 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()