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

Commit 7171f4c4 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

set scan parameters in BT stack. Apply the most demanding request

in terms of duty cycle for all outstanding requests.Add api to set scan parameters.

Change-Id: Iee460003d210455ab180367f3518bfb10a6c2539
parent 38ba4ac3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ interface IBluetoothGatt {

    void startScan(in int appIf, in boolean isServer);
    void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
    void startScanWithUuidsAndScanWindowInterval(in int appIf, in boolean isServer,
                    in ParcelUuid[] ids, int scanWindow, int scanInterval);
    void stopScan(in int appIf, in boolean isServer);

    void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);