Searched refs:ConnectionResultCode (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | fixed_channel_manager.h | 42 enum class ConnectionResultCode { enum 50 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
|
D | dynamic_channel_manager.h | 46 enum class ConnectionResultCode { enum 54 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 44 enum class ConnectionResultCode { enum 52 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
|
D | dynamic_channel_manager.h | 44 enum class ConnectionResultCode { enum 54 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.cc | 44 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices() 70 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices() 146 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
|
D | link_manager_test.cc | 173 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F() 234 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F() 282 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
|
D | link.cc | 239 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnOutgoingConnectionRequestFail()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 39 using ConnectionResultCode = DynamicChannelManager::ConnectionResultCode; typedef 76 .connection_result_code = ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected() 165 .connection_result_code = ConnectionResultCode::FAIL_REMOTE_NOT_SUPPORT, in SendConnectionRequest()
|
D | link_manager.cc | 44 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices() 69 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices() 319 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
|
D | signalling_manager.cc | 114 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_outgoing() 226 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_incoming() 278 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse() 291 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse() 921 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in on_command_timeout()
|
D | link_manager_test.cc | 168 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F() 218 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F() 264 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 672 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()
|