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:
- 54:e2294c844c83
- Parent:
- 22:c6ee8136847e
- Child:
- 82:6c51cbe4bc12
--- a/btle/custom/custom_helper.h Fri Jul 25 10:33:52 2014 +0100 +++ b/btle/custom/custom_helper.h Thu Aug 28 15:50:59 2014 +0200 @@ -38,6 +38,13 @@ uint16_t max_length, ble_gatts_char_handles_t *p_char_handle); +error_t custom_add_in_descriptor(uint16_t char_handle, + ble_uuid_t *p_uuid, + uint8_t *p_data, + uint16_t min_length, + uint16_t max_length, + uint16_t *p_desc_handle); + #ifdef __cplusplus } #endif