Home
last modified time | relevance | path

Searched refs:ConnectionResultCode (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h39 enum class ConnectionResultCode { enum
47 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
Ddynamic_channel_manager.h43 enum class ConnectionResultCode { enum
51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h44 enum class ConnectionResultCode { enum
52 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
Ddynamic_channel_manager.h44 enum class ConnectionResultCode { enum
54 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
68 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()
142 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
Dlink_manager_test.cc173 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()
280 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
Dlink.cc197 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnOutgoingConnectionRequestFail()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc37 using ConnectionResultCode = DynamicChannelManager::ConnectionResultCode; typedef
74 .connection_result_code = ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()
163 .connection_result_code = ConnectionResultCode::FAIL_REMOTE_NOT_SUPPORT, in SendConnectionRequest()
Dlink_manager.cc42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()
67 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()
311 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
Dsignalling_manager.cc112 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_outgoing()
223 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_incoming()
269 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
282 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
898 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in on_command_timeout()
Dlink_manager_test.cc168 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()
261 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc655 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()