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/BLEDevice.h
- Revision:
- 646:1c59b84fd7e6
- Parent:
- 642:f7c865bde6ff
- Child:
- 655:4dce7c6d2eb3
diff -r 21ae925832f7 -r 1c59b84fd7e6 public/BLEDevice.h --- a/public/BLEDevice.h Fri Jun 19 15:52:58 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:52:58 2015 +0100 @@ -20,6 +20,7 @@ #include "blecommon.h" #include "Gap.h" #include "GattServer.h" +#include "GattClient.h" #include "BLEDeviceInstanceBase.h" #include "GapAdvertisingData.h"
