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.h45 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.h49 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/internal/
Dlink.cc59 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()
129 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnOutgoingConnectionRequestFail()
Dlink_manager.cc195 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dlink_manager_test.cc254 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc152 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc259 …CT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR); in TEST_F()
/system/bt/gd/shim/
Dl2cap.cc332 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()