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

Commit 24de7c12 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Merge "Pass package name as a part of startDiscovery" am: e250f4e2

am: 59fa8755

Change-Id: Ie125c59f1da11fdfa118c817528e97b5e7c7396a
parents 39e40ced 59fa8755
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,7 @@ interface IBluetooth
    int getDiscoverableTimeout();
    int getDiscoverableTimeout();
    boolean setDiscoverableTimeout(int timeout);
    boolean setDiscoverableTimeout(int timeout);


    boolean startDiscovery();
    boolean startDiscovery(String callingPackage);
    boolean cancelDiscovery();
    boolean cancelDiscovery();
    boolean isDiscovering();
    boolean isDiscovering();
    long getDiscoveryEndMillis();
    long getDiscoveryEndMillis();