Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: btle/btle_discovery.h
- 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.