Openwear requires RC oscillator to be used

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Tue Sep 02 15:58:06 2014 +0100
Parent:
56:a1071b629aa3
Parent:
55:9689ec201907
Child:
58:de6b64cd7f21
Commit message:
resolve merge

Changed in this revision

btle/custom/custom_helper.cpp Show annotated file Show diff for this revision Revisions of this file
nRF51GattServer.cpp Show annotated file Show diff for this revision Revisions of this file
nRF51GattServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/btle/custom/custom_helper.h	Tue Sep 02 15:50:05 2014 +0100
+++ b/btle/custom/custom_helper.h	Tue Sep 02 15:58:06 2014 +0100
@@ -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