Searched refs:hci_error (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | fixed_channel_manager.h | 51 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 55 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 53 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
D | dynamic_channel_manager.h | 55 hci::ErrorCode hci_error = hci::ErrorCode::SUCCESS; member
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 115 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_outgoing() 227 .hci_error = hci::ErrorCode::SUCCESS, in on_security_result_for_incoming() 279 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse() 292 .hci_error = hci::ErrorCode::SUCCESS, in OnConnectionResponse() 922 .hci_error = hci::ErrorCode::SUCCESS, in on_command_timeout()
|
D | link_manager.cc | 307 .hci_error = hci::ErrorCode::CONNECTION_TIMEOUT, in OnConnectFail() 319 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnConnectFail()
|
D | link.cc | 77 .hci_error = status, in OnAclDisconnected()
|
D | link_manager_test.cc | 265 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.cc | 146 …on_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = reason})); in OnLeConnectFail()
|
D | link.cc | 240 .hci_error = hci::ErrorCode::SUCCESS, in OnOutgoingConnectionRequestFail()
|
D | link_manager_test.cc | 283 EXPECT_EQ(my_result.hci_error, hci::ErrorCode::PAGE_TIMEOUT); in TEST_F()
|