Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 1031:e13fdc3dad07, committed 2015-12-10
- Comitter:
- rgrover1
- Date:
- Thu Dec 10 09:15:03 2015 +0000
- Parent:
- 1030:7d8ee22f0072
- Child:
- 1032:f12fdecf5f7d
- Commit message:
- Synchronized with git rev d9faf100
Author: Andres Amaya Garcia
Fix documentation for getMinAdvertisingInterval and getMinNonConnectableAdvertisingInterval
Changed in this revision
| ble/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/Gap.h Thu Dec 10 09:15:03 2015 +0000
+++ b/ble/Gap.h Thu Dec 10 09:15:03 2015 +0000
@@ -183,14 +183,16 @@
}
/**
- * @return Minimum Advertising interval in milliseconds.
+ * @return Minimum Advertising interval in milliseconds for connectable
+ * undirected and connectable directed event types.
*/
virtual uint16_t getMinAdvertisingInterval(void) const {
return 0; /* Requesting action from porter(s): override this API if this capability is supported. */
}
/**
- * @return Minimum Advertising interval in milliseconds for non-connectible mode.
+ * @return Minimum Advertising interval in milliseconds for scannable
+ * undirected and non-connectable undirected event types.
*/
virtual uint16_t getMinNonConnectableAdvertisingInterval(void) const {
return 0; /* Requesting action from porter(s): override this API if this capability is supported. */
