Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CoreBluetooth: only notify if not read pending
The same delegate callback is used for notifications and reading characteristics. This rearranges the logic so that if there is a read request pending, it will complete the read, otherwise it will trigger a notification callback. Previously, reads would also trigger notification callbacks.
- Loading branch information