Goran Mahovlic / nRF51822_BLE_MIDI

Dependents:   BLE_MIDI

Fork of nRF51822 by Nordic Semiconductor

Revision:
238:6e85a2484de7
Parent:
237:f07be5960a98
Child:
239:693a1f145b5a
--- a/btle/btle_gattc.h	Fri Jun 19 15:55:21 2015 +0100
+++ b/btle/btle_gattc.h	Fri Jun 19 15:55:21 2015 +0100
@@ -21,6 +21,8 @@
 #include "Gap.h"
 
 ble_error_t launchServiceDiscovery(Gap::Handle_t connectionHandle);
+ble_error_t launchCharacteristicDiscovery(Gap::Handle_t connectionHandle, Gap::Handle_t startHandle, Gap::Handle_t endHandle);
+
 void bleGattcEventHandler(const ble_evt_t *p_ble_evt);
 
 #endif // ifndef _BTLE_GATTC_H_
\ No newline at end of file