Searched refs:ConnectionResultCode (Results 1 – 12 of 12) sorted by relevance
41 enum class ConnectionResultCode { enum49 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
43 enum class ConnectionResultCode { enum51 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
45 enum class ConnectionResultCode { enum53 ConnectionResultCode connection_result_code = ConnectionResultCode::SUCCESS;
42 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()67 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()152 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnLeConnectFail()
158 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()215 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()259 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
41 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED})); in ConnectFixedChannelServices()69 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNE… in ConnectFixedChannelServices()195 ….connection_result_code = FixedChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, .hci_error = … in OnConnectFail()
59 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnAclDisconnected()129 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR, in OnOutgoingConnectionRequestFail()
161 FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL); in TEST_F()211 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_NO_SER… in TEST_F()254 …EXPECT_EQ(my_result.connection_result_code, FixedChannelManager::ConnectionResultCode::FAIL_HCI_ER… in TEST_F()
325 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::SUCCESS: in OnConnectionFailure()328 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED: in OnConnectionFailure()332 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()335 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR: in OnConnectionFailure()
325 ….connection_result_code = TestDynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTE… in TEST_F()
376 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()