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: ble/Gap.h
- Revision:
- 1084:40c1e518d6de
- Parent:
- 1082:127667021827
- Child:
- 1085:ab823cb9783f
diff -r ec594a5c119b -r 40c1e518d6de ble/Gap.h --- a/ble/Gap.h Mon Jan 11 08:51:46 2016 +0000 +++ b/ble/Gap.h Mon Jan 11 08:51:47 2016 +0000 @@ -1010,7 +1010,7 @@ virtual ble_error_t reset(void) { /* Clear Gap state */ state.advertising = 0; - state.connected = 0; + state.connected = 0; /* Clear scanning state */ scanningActive = false; @@ -1024,7 +1024,7 @@ connectionCallChain.clear(); disconnectionCallChain.clear(); radioNotificationCallback = NULL; - onAdvertisementReport = NULL; + onAdvertisementReport = NULL; return BLE_ERROR_NONE; }