Loading system/binder/android/bluetooth/IBluetooth.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -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})") Loading Loading
system/binder/android/bluetooth/IBluetooth.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -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})") Loading