Home
last modified time | relevance | path

Searched refs:isBluetoothLeOutDevice (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DUuidUtils.java49 && !AudioSystem.isBluetoothLeOutDevice(device.getInternalType())) { in uuidFromAudioDeviceAttributes()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1298 || isBluetoothLeOutDevice(deviceType); in isBluetoothOutDevice()
1329 public static boolean isBluetoothLeOutDevice(int deviceType) { in isBluetoothLeOutDevice() method in AudioSystem
1340 return isBluetoothLeOutDevice(deviceType) in isBluetoothLeDevice()