Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java57 private BluetoothLeBroadcast mBluetoothLeBroadcast = null; field in BluetoothProxy
797 mBluetoothLeBroadcast = (BluetoothLeBroadcast) bluetoothProfile; in initProfiles()
799 mBluetoothLeBroadcast.registerCallback( in initProfiles()
1503 if (mBluetoothLeBroadcast == null) { in initLeAudioBroadcastProxy()
1511 if (mBluetoothLeBroadcast != null) { in cleanupLeAudioBroadcastProxy()
1513 BluetoothProfile.LE_AUDIO_BROADCAST, mBluetoothLeBroadcast); in cleanupLeAudioBroadcastProxy()
1545 if (mBluetoothLeBroadcast == null) return false; in startBroadcast()
1546 mBluetoothLeBroadcast.startBroadcast(settings); in startBroadcast()
1551 if (mBluetoothLeBroadcast == null) return false; in stopBroadcast()
1552 mBluetoothLeBroadcast.stopBroadcast(broadcastId); in stopBroadcast()
[all …]