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

Commit e250f4e2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Pass package name as a part of startDiscovery"

parents 32d8f9a5 cbff95d2
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();