Merge "Bluetooth: improve getLeMaximumAdvertisingDataLength comment"

This commit is contained in:
Jakub Pawlowski
2017-04-21 20:28:44 +00:00
committed by Gerrit Code Review

View File

@@ -1508,8 +1508,8 @@ public final class BluetoothAdapter {
}
/**
* Return the maximum LE advertising data length,
* if LE Extended Advertising feature is supported.
* Return the maximum LE advertising data length in bytes,
* if LE Extended Advertising feature is supported, 0 otherwise.
*
* @return the maximum LE advertising data length.
*/