Home
last modified time | relevance | path

Searched refs:hci_error (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h48 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
Ddynamic_channel_manager.h52 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h53 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
Ddynamic_channel_manager.h55 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc249 .hci_error = hci::ErrorCode::CONNECTION_TIMEOUT, in OnConnectFail()
261 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnConnectFail()
Dsignalling_manager.cc107 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_outgoing()
212 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_incoming()
258 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse()
271 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse()
855 .hci_error = hci::ErrorCode::SUCCESS, in on_command_timeout()
Dlink.cc63 .hci_error = status, in OnAclDisconnected()
Dlink_manager_test.cc262 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc144 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnLeConnectFail()
Dlink.cc177 .hci_error = hci::ErrorCode::SUCCESS, in OnOutgoingConnectionRequestFail()
Dlink_manager_test.cc262 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
/system/bt/gd/shim/
Dl2cap.cc354 … LOG_WARN("Connection failed result:success hci:%s", hci::ErrorCodeText(result.hci_error).c_str()); in OnConnectionFailure()
358 …nection failed result:no service registered hci:%s", hci::ErrorCodeText(result.hci_error).c_str()); in OnConnectionFailure()
361 …LOG_DEBUG("Connection failed result:hci error hci:%s", hci::ErrorCodeText(result.hci_error).c_str(… in OnConnectionFailure()
366 hci::ErrorCodeText(result.hci_error).c_str(), in OnConnectionFailure()
Dl2cap_test.cc336 .hci_error = hci::ErrorCode::SUCCESS, in TEST_F()