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

Commit cbff95d2 authored by Zach Johnson's avatar Zach Johnson
Browse files

Pass package name as a part of startDiscovery

Test: manual
Bug: 118347252
Change-Id: I52adf73009a9766ad9aabf41657187343a2d0f41
parent 5b198933
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();