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

Commit 3ff755a2 authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Add save/load/clear buttons to LE broadcast test app

Added options to save broadcast values when creating a
broadcast in the LeAudioTest app.

Test: manual with LeAudioTest app
Tag: #feature
Bug: 287356999
Change-Id: I29d21a8482ce77503a89098158c3fcb10494a561
parent 3e0aebc3
Loading
Loading
Loading
Loading
+468 −221

File changed.

Preview size limit exceeded, changes collapsed.

+17 −0
Original line number Diff line number Diff line
@@ -127,4 +127,21 @@
            min="1" />
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <Button
            android:id="@+id/load_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Load saved values" />
        <Button
            android:id="@+id/clear_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Clear saved broadcasts" />
    </LinearLayout>

</LinearLayout>
 No newline at end of file