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

Commit 59fa8755 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

Change-Id: I3911f27f80b99ab28c91bd8a56cceefba5357fe6
parents d7a94ca5 e250f4e2
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();