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 nRF51822 by
Diff: source/btle/btle.cpp
- Revision:
- 542:1bf9c597f44f
- Parent:
- 541:884f95bf5351
- Child:
- 548:920e941cbe1e
diff -r 884f95bf5351 -r 1bf9c597f44f source/btle/btle.cpp --- a/source/btle/btle.cpp Mon Jan 11 10:19:02 2016 +0000 +++ b/source/btle/btle.cpp Mon Jan 11 10:19:02 2016 +0000 @@ -183,6 +183,7 @@ break; } nRF5xGap::getInstance().processDisconnectionEvent(handle, reason); + // TODO: close pending discoveries break; }