Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: services/HealthThermometerService.h
- Revision:
- 236:a77aefd88e78
- Parent:
- 235:448f29f4ae7f
- Child:
- 242:0e9201b67e2f
diff -r 448f29f4ae7f -r a77aefd88e78 services/HealthThermometerService.h --- a/services/HealthThermometerService.h Mon Dec 08 19:59:40 2014 +0000 +++ b/services/HealthThermometerService.h Mon Dec 08 20:13:59 2014 +0000 @@ -21,7 +21,7 @@ /** * @class HealthThermometerService -* @breif BLE Health Thermometer Service. This service provides the location of the thermometer and the temperature. <br> +* @breif BLE Health Thermometer Service. This service provides the location of the thermometer and the temperature. <br> * Service: https://developer.bluetooth.org/gatt/profiles/Pages/ProfileViewer.aspx?u=org.bluetooth.profile.health_thermometer.xml <br> * Temperature Measurement: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.temperature_measurement.xml <br> * Temperature Type: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.temperature_type.xml