Searched refs:BluetoothConnectionState (Results 1 – 2 of 2) sorted by relevance
31 enum BluetoothConnectionState { enum76 realConnectionState = BluetoothConnectionState::CONNECTING; in TransformBluetoothConnectionState()79 realConnectionState = BluetoothConnectionState::CONNECTED; in TransformBluetoothConnectionState()82 realConnectionState = BluetoothConnectionState::DISCONNECTING; in TransformBluetoothConnectionState()85 realConnectionState = BluetoothConnectionState::DISCONNECTED; in TransformBluetoothConnectionState()
39 enum BluetoothConnectionState { enum118 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::CONNECTING);121 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::CONNECTED);124 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::DISCONNECTING);127 ASSERT_TRUE(realConnectionState == BluetoothConnectionState::DISCONNECTED);