Searched refs:hci_error (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.h | 50 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 52 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 54 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 52 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 183 … .hci_error = hci::ErrorCode::CONNECTION_TIMEOUT, in OnConnectFail() 195 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnConnectFail()
|
D | link.cc | 60 .hci_error = status, in OnAclDisconnected() 130 .hci_error = hci::ErrorCode::CONNECTION_TIMEOUT, in OnOutgoingConnectionRequestFail()
|
D | link_manager_test.cc | 255 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 152 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnLeConnectFail()
|
D | link_manager_test.cc | 260 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
|
/system/bt/gd/shim/ |
D | l2cap.cc | 326 … LOG_WARN("Connection failed result:success hci:%s", hci::ErrorCodeText(result.hci_error).c_str()); in OnConnectionFailure() 330 hci::ErrorCodeText(result.hci_error).c_str()); in OnConnectionFailure() 333 …LOG_DEBUG("Connection failed result:hci error hci:%s", hci::ErrorCodeText(result.hci_error).c_str(… in OnConnectionFailure() 336 …onnection failed result:l2cap error hci:%s l2cap:%s", hci::ErrorCodeText(result.hci_error).c_str(), in OnConnectionFailure()
|
D | l2cap_test.cc | 326 .hci_error = hci::ErrorCode::SUCCESS, in TEST_F()
|