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 nRF51822 by
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