Searched refs:isBluetoothLeOutDevice (Results 1 – 3 of 3) sorted by relevance
49 && !AudioSystem.isBluetoothLeOutDevice(device.getInternalType())) { in uuidFromAudioDeviceAttributes()
28 import static android.media.AudioSystem.isBluetoothLeOutDevice;417 } else if (isBluetoothLeOutDevice(deviceType)) { in findBtDeviceStateForAddress()
1324 || isBluetoothLeOutDevice(deviceType); in isBluetoothOutDevice()1355 public static boolean isBluetoothLeOutDevice(int deviceType) { in isBluetoothLeOutDevice() method in AudioSystem1366 return isBluetoothLeOutDevice(deviceType) in isBluetoothLeDevice()