Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

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