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.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/Gap.h
- Revision:
- 742:861ed7eb186d
- Parent:
- 741:d6dceefb844e
- Child:
- 753:0f60274cd3ad
diff -r d6dceefb844e -r 861ed7eb186d ble/Gap.h
--- a/ble/Gap.h Tue Jul 21 13:25:38 2015 +0100
+++ b/ble/Gap.h Tue Jul 21 13:25:38 2015 +0100
@@ -178,21 +178,21 @@
* @return Minimum Advertising interval in milliseconds.
*/
virtual uint16_t getMinAdvertisingInterval(void) const {
- return 0; /* default implementation; override this API if this capability is supported. */
+ 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.
*/
virtual uint16_t getMinNonConnectableAdvertisingInterval(void) const {
- return 0; /* default implementation; override this API if this capability is supported. */
+ return 0; /* Requesting action from porter(s): override this API if this capability is supported. */
}
/**
* @return Maximum Advertising interval in milliseconds.
*/
virtual uint16_t getMaxAdvertisingInterval(void) const {
- return 0xFFFF; /* default implementation; override this API if this capability is supported. */
+ return 0xFFFF; /* Requesting action from porter(s): override this API if this capability is supported. */
}
virtual ble_error_t stopAdvertising(void) {
@@ -410,7 +410,7 @@
(void)valueArrayPP;
(void)countP;
- *countP = 0; /* default implementation; override this API if this capability is supported. */
+ *countP = 0; /* Requesting action from porter(s): override this API if this capability is supported. */
}
protected:
