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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: nRFDiscoveredCharacteristic.h
- Revision:
- 332:b054000833d4
- Parent:
- 330:0a8ebc25b57c
- Child:
- 333:8eedcd324853
--- a/nRFDiscoveredCharacteristic.h Fri Jun 19 15:55:32 2015 +0100
+++ b/nRFDiscoveredCharacteristic.h Fri Jun 19 15:55:32 2015 +0100
@@ -17,6 +17,8 @@
#ifndef __NRF_DISCOVERED_CHARACTERISTIC_H__
#define __NRF_DISCOVERED_CHARACTERISTIC_H__
+#include "ble_gatt.h"
+
class nRFDiscoveredCharacteristic : public DiscoveredCharacteristic {
public:
void setup(GattClient *gattcIn,

