Searched refs:mBluetoothLeBroadcast (Results 1 – 1 of 1) sorted by relevance
57 private BluetoothLeBroadcast mBluetoothLeBroadcast = null; field in BluetoothProxy797 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 …]