diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-08-21 15:57:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-08-22 19:35:58 -0700 |
commit | 91557f79cd2fb02e0c3f6b1a9c78f74f9fd8fe39 (patch) | |
tree | 188262965332855c94d43435e7f2519e66c9f20a /backend-shared | |
parent | f74328df0b550936c2d7f271461a368ef3078d30 (diff) | |
download | subsurface-91557f79cd2fb02e0c3f6b1a9c78f74f9fd8fe39.tar.gz |
core/BLE: delay characteristics discovery until service discovery complete
While this code was added as I was trying to work through issues with a BLE
stack that turned out to be broken, the failure behavior of that device showed
that Qt doesn't like it when we start discovering the details of
characteristics while it is still busy discovering services.
So instead of handling the services as we find them, let's instead wait until
we are done discovering services and then discover the details for all those
services.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'backend-shared')
0 files changed, 0 insertions, 0 deletions