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

This commit is contained in:
Wei Wang
2014-03-28 04:04:47 +00:00
committed by Android (Google) Code Review

View File

@@ -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.