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 995:7249ab3ad1ab, committed 2016-02-05
- Comitter:
- shibbs
- Date:
- Fri Feb 05 01:54:38 2016 +0000
- Parent:
- 994:610d2d14f7ec
- Commit message:
- Un-changed the device info service; ;
Changed in this revision
services/DeviceInformationService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/services/DeviceInformationService.h Thu Feb 04 19:08:58 2016 +0000 +++ b/services/DeviceInformationService.h Fri Feb 05 01:54:38 2016 +0000 @@ -103,9 +103,9 @@ } GattCharacteristic *charTable[] = { - //&manufacturersNameStringCharacteristic, - //&modelNumberStringCharacteristic, - //&serialNumberStringCharacteristic, + &manufacturersNameStringCharacteristic, + &modelNumberStringCharacteristic, + &serialNumberStringCharacteristic, &hardwareRevisionStringCharacteristic, &firmwareRevisionStringCharacteristic, &softwareRevisionStringCharacteristic};