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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 289:4e2eac75f101, committed 2015-03-02
- Comitter:
- rgrover1
- Date:
- Mon Mar 02 11:50:46 2015 +0000
- Parent:
- 288:1956023d42fb
- Child:
- 290:aafa664ba829
- Commit message:
- Synchronized with git rev dcc99c38
Author: Rohit Grover
fix documentation for setAdvertisingType() for
ADV_SCANNABLE_UNDIRECTED.
Based
Changed in this revision
| public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Fri Feb 13 16:37:42 2015 +0000
+++ b/public/BLEDevice.h Mon Mar 02 11:50:46 2015 +0000
@@ -71,9 +71,7 @@
* Any central device can connect to this peripheral.
*
* \par ADV_SCANNABLE_UNDIRECTED
- * Any central device can connect to this peripheral, and
- * the secondary Scan Response payload will be included or
- * available to central devices.
+ * Include support for Scan Response payloads.
*
* \par
* See Bluetooth Core Specification 4.0 (Vol. 3), Part C,
