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: source/btle/custom/custom_helper.h
- Revision:
- 553:2a413611e569
- Parent:
- 552:20b282c26f96
- Child:
- 615:65ea2acfc6a2
--- a/source/btle/custom/custom_helper.h Mon Jan 11 10:19:10 2016 +0000 +++ b/source/btle/custom/custom_helper.h Mon Jan 11 10:19:11 2016 +0000 @@ -38,6 +38,7 @@ uint8_t *p_data, uint16_t length, uint16_t max_length, + bool has_variable_len, const uint8_t *userDescriptionDescriptorValuePtr, uint16_t userDescriptionDescriptorValueLen, bool readAuthorization, @@ -49,6 +50,7 @@ uint8_t *p_data, uint16_t length, uint16_t max_length, + bool has_variable_len, uint16_t *p_desc_handle); #ifdef __cplusplus