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

Commit e34c461f authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Add set volume API

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: compile

Change-Id: Ie58c6204a692b753a6384d7a527b39362d4634dd
parent a8874acd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,4 +60,6 @@ interface IBluetoothLeAudio {
     */
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)")
    int getGroupId(in BluetoothDevice device, in AttributionSource attributionSource);
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)")
    void setVolume(int volume, in AttributionSource attributionSource);
}