Home
last modified time | relevance | path

Searched refs:SCO_CONNECTING (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java61 SCO_CONNECTING, enumConstant
174 if (bluetoothState == State.SCO_CONNECTING) { in onReceive()
337 bluetoothState = State.SCO_CONNECTING; in startScoAudio()
352 if (bluetoothState != State.SCO_CONNECTING && bluetoothState != State.SCO_CONNECTED) { in stopScoAudio()
472 if (bluetoothState != State.SCO_CONNECTING) { in bluetoothTimeout()
DAppRTCAudioManager.java486 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTING in updateAudioDeviceState()
534 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTING) in updateAudioDeviceState()
539 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTING in updateAudioDeviceState()
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java212 assertEquals(bluetoothManager.getState(), State.SCO_CONNECTING); in testBluetoothScoAudioStartAndStop()