Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCAudioManager.java485 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTED in updateAudioDeviceState()
533 (bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTED in updateAudioDeviceState()
540 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTED) { in updateAudioDeviceState()
564 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTED) { in updateAudioDeviceState()
DAppRTCBluetoothManager.java63 SCO_CONNECTED enumConstant
176 bluetoothState = State.SCO_CONNECTED; in onReceive()
352 if (bluetoothState != State.SCO_CONNECTING && bluetoothState != State.SCO_CONNECTED) { in stopScoAudio()
489 bluetoothState = State.SCO_CONNECTED; in bluetoothTimeout()
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java214 assertEquals(bluetoothManager.getState(), State.SCO_CONNECTED); in testBluetoothScoAudioStartAndStop()