Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_manager.h46 FAIL_HCI_ERROR = 3, // See hci_error enumerator
Ddynamic_channel_manager.h49 FAIL_HCI_ERROR = 2, // See hci_error enumerator
/packages/modules/Bluetooth/system/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
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc146 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc282 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc319 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dlink.cc76 .connection_result_code = ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()
Dlink_manager_test.cc264 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()