Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4806 public boolean isLeAudioOutputSupported(BluetoothDevice device) { in isLeAudioOutputSupported() method in LeAudioService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1645 && mLeAudioService.isLeAudioOutputSupported(device))) { in isOutputOnlyAudioSupported()