Searched refs:CONNECTING_AUTOCONNECT (Results 1 – 5 of 5) sorted by relevance
59 CONNECTING_AUTOCONNECT, enumerator
100 case DeviceConnectState::CONNECTING_AUTOCONNECT: in operator <<()1380 dev->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in SetInitialGroupAutoconnectState()1416 } else if (connection_state != DeviceConnectState::CONNECTING_AUTOCONNECT) { in Cleanup()
2181 if (connection_state == DeviceConnectState::CONNECTING_AUTOCONNECT) { in Disable()2205 device_iter.lock()->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in Enable()2234 device_iter.lock()->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in AddToAllowListNotConnectedGroupMembers()2244 device_iter.lock()->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in ApplyReconnectionMode()
1844 case DeviceConnectState::CONNECTING_AUTOCONNECT: in RemoveDevice()2110 (dev->GetConnectionState() == DeviceConnectState::CONNECTING_AUTOCONNECT)) { in Disconnect()2158 case DeviceConnectState::CONNECTING_AUTOCONNECT: in Disconnect()2478 leAudioDevice->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in AddToBackgroundConnectCheckGroupConnected()2521 (leAudioDevice->GetConnectionState() == DeviceConnectState::CONNECTING_AUTOCONNECT || in OnGattConnected()2571 if (leAudioDevice->GetConnectionState() == DeviceConnectState::CONNECTING_AUTOCONNECT) { in OnGattConnected()2831 leAudioDevice->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in recoveryReconnect()2955 leAudioDevice->SetConnectionState(DeviceConnectState::CONNECTING_AUTOCONNECT); in OnGattDisconnected()
11825 ASSERT_EQ(device->GetConnectionState(), DeviceConnectState::CONNECTING_AUTOCONNECT); in TEST_F()