Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 1094:ff274a1b7a14, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 08:51:51 2016 +0000
- Parent:
- 1093:88e7e17f8609
- Child:
- 1095:7eaddbe4fad0
- Commit message:
- Synchronized with git rev e40dc064
Author: Andres Amaya Garcia
Fix comment in GapAdvertisingParams.h
Changed in this revision
ble/GapAdvertisingData.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GapAdvertisingData.h Mon Jan 11 08:51:51 2016 +0000 +++ b/ble/GapAdvertisingData.h Mon Jan 11 08:51:51 2016 +0000 @@ -187,7 +187,7 @@ PULSE_OXIMETER_GENERIC = 3136, /**< Generic Pulse Oximeter. */ PULSE_OXIMETER_FINGERTIP = 3137, /**< Fingertip Pulse Oximeter. */ PULSE_OXIMETER_WRIST_WORN = 3138, /**< Wrist Worn Pulse Oximeter. */ - GENERIC_WEIGHT_SCALE = 3200, /**< Generic Weight Scale. */ + GENERIC_WEIGHT_SCALE = 3200, /**< Generic Weight Scale. */ OUTDOOR_GENERIC = 5184, /**< Generic Outdoor. */ OUTDOOR_LOCATION_DISPLAY_DEVICE = 5185, /**< Outdoor Location Display Device. */ OUTDOOR_LOCATION_AND_NAVIGATION_DISPLAY_DEVICE = 5186, /**< Outdoor Location and Navigation Display Device. */