Searched refs:DEVICE_OUT_BLUETOOTH_SCO (Results 1 – 4 of 4) sorted by relevance
379 public static final int DEVICE_OUT_BLUETOOTH_SCO = 0x10; field in AudioSystem410 DEVICE_OUT_BLUETOOTH_SCO |437 public static final int DEVICE_OUT_ALL_SCO = (DEVICE_OUT_BLUETOOTH_SCO |584 case DEVICE_OUT_BLUETOOTH_SCO: in getOutputDeviceName()
272 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_SCO, TYPE_BLUETOOTH_SCO); in INT_TO_EXT_DEVICE_MAPPING.put() argument324 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_SCO, AudioSystem.DEVICE_OUT_BLUETOOTH_SCO); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3359 public static final int DEVICE_OUT_BLUETOOTH_SCO = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; field in AudioManager
3334 int outDevice = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; in setBtScoDeviceConnectionState()