Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java63 private BluetoothProfile.ServiceListener profileListener = null; field in BluetoothProxy
609 if (profileListener != null) return; in initProfiles()
755 profileListener = in initProfiles()
835 if (profileListener == null) return; in cleanupProfiles()
844 profileListener = null; in cleanupProfiles()
851 this.application, profileListener, BluetoothProfile.CSIP_SET_COORDINATOR); in initCsisProxy()
866 this.application, profileListener, BluetoothProfile.LE_AUDIO); in initLeAudioProxy()
887 this.application, profileListener, BluetoothProfile.VOLUME_CONTROL); in initVolumeControlProxy()
908 this.application, profileListener, BluetoothProfile.HAP_CLIENT); in initHapProxy()
930 this.application, profileListener, BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT); in initBassProxy()
[all …]