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

Change-Id: Ice268e83e4f2ceb5053a0e03f73b877f548bd13b
This commit is contained in:
Wei Wang
2014-03-27 19:34:46 -07:00
parent 2d8f330fe7
commit f3f52b1b4c

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.