library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
247:df37e7bb3f71
Parent:
246:1098730d84de
Child:
248:71ef03789dd3
--- a/btle/btle_discovery.h	Fri Jun 19 15:55:22 2015 +0100
+++ b/btle/btle_discovery.h	Fri Jun 19 15:55:22 2015 +0100
@@ -17,11 +17,12 @@
 #ifndef _BTLE_DISCOVERY_H_
 #define _BTLE_DISCOVERY_H_
 
-#include "blecommon.h"
+#include <stdio.h>
+#include "ble.h"
 #include "UUID.h"
 #include "Gap.h"
-#include "ble_gattc.h"
-#include <stdio.h>
+
+void bleGattcEventHandler(const ble_evt_t *p_ble_evt);
 
 /**@brief Structure for holding information about the service and the characteristics found during
  *        the discovery process.