Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel_manager.h48 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
H A Ddynamic_channel_manager.h52 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
/aosp12/system/bt/gd/l2cap/classic/
H A Dfixed_channel_manager.h53 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
H A Ddynamic_channel_manager.h55 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc113 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_outgoing()
224 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_incoming()
270 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse()
283 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse()
899 .hci_error = hci::ErrorCode::SUCCESS, in on_command_timeout()
H A Dlink_manager.cc299 .hci_error = hci::ErrorCode::CONNECTION_TIMEOUT, in OnConnectFail()
311 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnConnectFail()
H A Dlink.cc75 .hci_error = status, in OnAclDisconnected()
H A Dlink_manager_test.cc262 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink_manager.cc142 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnLeConnectFail()
H A Dlink.cc198 .hci_error = hci::ErrorCode::SUCCESS, in OnOutgoingConnectionRequestFail()
H A Dlink_manager_test.cc281 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()