No changes
Fork of nRF51822 by
Diff: source/btle/btle.cpp
- Revision:
- 542:1bf9c597f44f
- Parent:
- 541:884f95bf5351
- Child:
- 548:920e941cbe1e
--- 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; }