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

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

LeAudioService: IBluetoothLeAudio.aidl file

Fix rebase issue.

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
test: compile
Change-Id: I61952e59924be488cbc03d633388f7355e436245
parent baad81d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ oneway interface IBluetoothLeAudio {
    void setConnectionPolicy(in BluetoothDevice device, int connectionPolicy, in AttributionSource attributionSource, in SynchronousResultReceiver receiver);
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)")
    void getConnectionPolicy(in BluetoothDevice device, in AttributionSource attributionSource, in SynchronousResultReceiver receiver);
    void getConnectedGroupLeadDevices(in AttributionSource attributionSource, in SynchronousResultReceiver receiver);
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)")
    void getConnectedGroupLeadDevices(in AttributionSource attributionSource, in SynchronousResultReceiver receiver);

    /* Same value as bluetooth::groups::kGroupUnknown */
    const int LE_AUDIO_GROUP_ID_INVALID = -1;