Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed unhandled exception on handleGapEvent
Somehow, the conn_handle can have the value of `0xffff`. Not sure why or how, but anyway it should be managed before moving forward on NimBLECharacteristic::handleGapEvent. Otherwise, an unhandled exception will occur on `assert(rc == 0);`
- Loading branch information