Goran Mahovlic / nRF51822_BLE_MIDI

Dependents:   BLE_MIDI

Fork of nRF51822 by Nordic Semiconductor

Revision:
237:f07be5960a98
Parent:
194:c99fc3160091
Child:
238:6e85a2484de7
--- 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
@@ -20,7 +20,7 @@
 #include "btle.h"
 #include "Gap.h"
 
-void launchServiceDiscovery(Gap::Handle_t connectionHandle);
+ble_error_t launchServiceDiscovery(Gap::Handle_t connectionHandle);
 void bleGattcEventHandler(const ble_evt_t *p_ble_evt);
 
 #endif // ifndef _BTLE_GATTC_H_
\ No newline at end of file