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

Commit d02986b2 authored by Wei Wang's avatar Wei Wang
Browse files

Add comment of using same callback for start/stop advertising.

Change-Id: Ice268e83e4f2ceb5053a0e03f73b877f548bd13b
parent 47878be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ public final class BluetoothAdapter {
    }

    /**
     * Stop BLE advertising.
     * Stop BLE advertising. The callback has to be the same one used for start advertising.
     *
     * @param callback - {@link AdvertiseCallback}
     * @return true if BLE advertising stops, false otherwise.