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

Commit 9d3e0996 authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Add comment of using same callback for start/stop advertising." into klp-modular-dev

parents d27f82f9 f3f52b1b
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.