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:
- 82:6c51cbe4bc12
- Parent:
- 54:e2294c844c83
- Child:
- 83:71302acf1804
diff -r 8b98f9feba1e -r 6c51cbe4bc12 btle/custom/custom_helper.h --- a/btle/custom/custom_helper.h Thu Dec 11 12:07:13 2014 +0000 +++ b/btle/custom/custom_helper.h Fri Dec 12 13:23:17 2014 +0000 @@ -36,6 +36,7 @@ uint8_t *p_data, uint16_t min_length, uint16_t max_length, + bool writeAuthorization, ble_gatts_char_handles_t *p_char_handle); error_t custom_add_in_descriptor(uint16_t char_handle, @@ -49,4 +50,4 @@ } #endif -#endif // ifndef _CUSTOM_HELPER_H_ +#endif // ifndef _CUSTOM_HELPER_H_ \ No newline at end of file