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

Commit c62a51e4 authored by Patty's avatar Patty
Browse files

Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API

Tag: #feature
Bug: 200749925
Bug: 150670922
Test: Compile
Change-Id: Ic8b0ffd9b6ad026fbd0e3c907330cbce4b3089c1
parent 43520827
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -196,6 +196,10 @@ interface IBluetooth
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    boolean isLePeriodicAdvertisingSupported();
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    int isCisCentralSupported();
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    int isLePeriodicAdvertisingSyncTransferSenderSupported();
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    int getLeMaximumAdvertisingDataLength();

    @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT,android.Manifest.permission.BLUETOOTH_PRIVILEGED})")