Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822
Dependencies: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: btle/custom/custom_helper.cpp
- Revision:
- 12:e151f55035b8
- Parent:
- 10:68c0e6cabe07
- Child:
- 13:b8251438f5c4
diff -r 6277845e1cc5 -r e151f55035b8 btle/custom/custom_helper.cpp --- a/btle/custom/custom_helper.cpp Thu May 29 08:24:36 2014 +0100 +++ b/btle/custom/custom_helper.cpp Thu May 29 08:26:42 2014 +0100 @@ -83,7 +83,7 @@ * 3-byte UUID (containing a type and 16-bit UUID) representation * to be used with SVC calls. */ -ble_uuid_t custom_convert_to_transport_uuid(const UUID &uuid) +ble_uuid_t custom_convert_to_nordic_uuid(const UUID &uuid) { ble_uuid_t nordicUUID = { .uuid = uuid.value,