Searched refs:getBluetoothAudioDeviceCategory (Results 1 – 3 of 3) sorted by relevance
338 int getBluetoothAudioDeviceCategory(in String address, boolean isBle); in getBluetoothAudioDeviceCategory() method
7076 public int getBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle) { in getBluetoothAudioDeviceCategory() method in AudioManager7078 return getService().getBluetoothAudioDeviceCategory(address, isBle); in getBluetoothAudioDeviceCategory()
10892 public int getBluetoothAudioDeviceCategory(@NonNull String address, boolean isBle) { in getBluetoothAudioDeviceCategory() method in AudioService