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.
Fork of BLE_API by
Diff: public/GattServer.h
- Revision:
- 340:c7684a5bc2e1
- Parent:
- 328:1fd12f67ed7a
- Child:
- 342:152bd9c825d6
diff -r 1a56af0b1d71 -r c7684a5bc2e1 public/GattServer.h --- a/public/GattServer.h Wed Apr 15 09:05:11 2015 +0100 +++ b/public/GattServer.h Wed Apr 15 09:05:11 2015 +0100 @@ -17,7 +17,9 @@ #ifndef __GATT_SERVER_H__ #define __GATT_SERVER_H__ +#include "Gap.h" #include "GattService.h" +#include "GattAttribute.h" #include "GattServerEvents.h" #include "GattCharacteristicCallbackParams.h" #include "CallChainOfFunctionPointersWithContext.h"
