Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java58 private BluetoothLeBroadcastAssistant mBluetoothLeBroadcastAssistant = null; field in BluetoothProxy
809 mBluetoothLeBroadcastAssistant = in initProfiles()
812 mBluetoothLeBroadcastAssistant.registerCallback( in initProfiles()
935 if (mBluetoothLeBroadcastAssistant != null) { in cleanupBassProxy()
936 mBluetoothLeBroadcastAssistant.unregisterCallback(mBroadcastAssistantCallback); in cleanupBassProxy()
938 BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT, mBluetoothLeBroadcastAssistant); in cleanupBassProxy()
1058 if (mBluetoothLeBroadcastAssistant != null) { in queryLeAudioDevices()
1060 mBluetoothLeBroadcastAssistant.getConnectionState(dev) in queryLeAudioDevices()
1219 if (mBluetoothLeBroadcastAssistant != null) { in connectBass()
1221 mBluetoothLeBroadcastAssistant.setConnectionPolicy( in connectBass()
[all …]