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

Commit 1b08d169 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

am: 24de7c12

Change-Id: I9182cd72d3f89ef23e5474a8d8254ddd349543ff
parents 10150b91 24de7c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ interface IBluetooth
    int getDiscoverableTimeout();
    boolean setDiscoverableTimeout(int timeout);

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