Home
last modified time | relevance | path

Searched defs:isBle (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java166 AdiDeviceState findBtDeviceStateForAddress(String address, boolean isBle) { in findBtDeviceStateForAddress()
H A DAudioDeviceBroker.java2683 AdiDeviceState findBtDeviceStateForAddress(String address, boolean isBle) { in findBtDeviceStateForAddress()
H A DAudioService.java10860 public void setBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle, in setBluetoothAudioDeviceCategory()
10892 public int getBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle) { in getBluetoothAudioDeviceCategory()
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl335 oneway void setBluetoothAudioDeviceCategory(in String address, boolean isBle, int deviceType); in setBluetoothAudioDeviceCategory()
338 int getBluetoothAudioDeviceCategory(in String address, boolean isBle); in getBluetoothAudioDeviceCategory()
H A DAudioManager.java7061 public void setBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle, in setBluetoothAudioDeviceCategory()
7076 public int getBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle) { in getBluetoothAudioDeviceCategory()