Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61d62062 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

le_audio_test_app: Do not set empty program info

Bug: 150670922
Tag: #feature
Test: start broadcast using LeAusioTestApp and verify HCI logs
Sponsor: jpawlowski@
Change-Id: I261e7e67cee209bb3add64bec1384cbc0c0300da
parent fcb80f24
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1041,7 +1041,9 @@ public class BluetoothProxy {

        BluetoothLeAudioContentMetadata.Builder contentBuilder =
                new BluetoothLeAudioContentMetadata.Builder();
        if (!programInfo.isEmpty()) {
            contentBuilder.setProgramInfo(programInfo);
        }
        mBluetoothLeBroadcast.startBroadcast(contentBuilder.build(), code);
        return true;
    }