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.h
- Revision:
- 8:2214f1df6a6a
- Parent:
- 6:bbb4357dc135
- Child:
- 12:e151f55035b8
diff -r dd6465921aaa -r 2214f1df6a6a btle/custom/custom_helper.h --- a/btle/custom/custom_helper.h Wed May 28 16:45:23 2014 +0100 +++ b/btle/custom/custom_helper.h Wed May 28 17:27:23 2014 +0100 @@ -23,10 +23,12 @@ #include "common/common.h" #include "ble.h" +#include "UUID.h" uint8_t custom_add_uuid_base(uint8_t const *const p_uuid_base); error_t custom_decode_uuid(uint8_t const *const p_uuid_base, ble_uuid_t *p_uuid); +ble_uuid_t custom_convert_to_transport_uuid(const UUID &uuid); error_t custom_add_in_characteristic(uint16_t service_handle, ble_uuid_t *p_uuid,