Home
last modified time | relevance | path

Searched refs:FAIL_HCI_ERROR (Results 1 – 9 of 9) 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.cc142 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc280 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc311 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dlink.cc74 .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()