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 1131:b93434991cfb, committed 2016-02-22
- Comitter:
- andrewjfox
- Date:
- Mon Feb 22 01:00:38 2016 +0000
- Parent:
- 1130:ff83f0020480
- Commit message:
- Add "LE Device Address" 0x1B to advertising data types
Changed in this revision
| ble/GapAdvertisingData.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GapAdvertisingData.h Tue Jan 12 19:47:52 2016 +0000
+++ b/ble/GapAdvertisingData.h Mon Feb 22 01:00:38 2016 +0000
@@ -105,6 +105,7 @@
SERVICE_DATA = 0x16, /**< Service Data */
APPEARANCE = 0x19, /**< \ref Appearance */
ADVERTISING_INTERVAL = 0x1A, /**< Advertising Interval */
+ BLE_ADDRESS = 0x1B, /**< Bluetooth device address */
MANUFACTURER_SPECIFIC_DATA = 0xFF /**< Manufacturer Specific Data */
};
typedef enum DataType_t DataType; /* Deprecated type alias. This may be dropped in a future release. */
