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: nRF8001_SimpleChat nRF8001_SimpleControls mbed_BLE2 mbed_BLEtry2 ... more
BLE_nRF8001/BLEService.cpp@0:075ea2812998, 2014-10-17 (annotated)
- Committer:
- RedBearLab
- Date:
- Fri Oct 17 22:40:32 2014 +0800
- Revision:
- 0:075ea2812998
BLE_nRF8001 library first commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| RedBearLab | 0:075ea2812998 | 1 | #include "BLEService.h" |
| RedBearLab | 0:075ea2812998 | 2 | |
| RedBearLab | 0:075ea2812998 | 3 | BLEService::BLEService(const char* uuid) : |
| RedBearLab | 0:075ea2812998 | 4 | BLEAttribute(uuid, BLETypeService) |
| RedBearLab | 0:075ea2812998 | 5 | { |
| RedBearLab | 0:075ea2812998 | 6 | } |