am 248edc3e: Update javadoc comments for getBluetoothLeAdvertiser()

* commit '248edc3e969217aec1fcce7f324cbae6c46da0a3':
  Update javadoc comments for getBluetoothLeAdvertiser()
This commit is contained in:
Prerepa Viswanadham
2014-10-16 16:11:36 +00:00
committed by Android Git Automerger

View File

@ -454,8 +454,9 @@ public final class BluetoothAdapter {
}
/**
* Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations, or
* null if Bluetooth LE Advertising is not support on this device.
* Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations.
* Will return null if Bluetooth is turned off or if Bluetooth LE Advertising is not
* supported on this device.
* <p>
* Use {@link #isMultipleAdvertisementSupported()} to check whether LE Advertising is supported
* on this device before calling this method.