Possible bug in Shiny.BluetoothLE.AsyncExtensions and Shiny.BluetoothLE.CharacteristicExtensions #1419
RobinNunkesser
started this conversation in
Ideas
Replies: 1 comment
-
Transfered to an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all thanks for the great library and excuse me if I am wrong or writing in the wrong way. I have encountered a problem in reading BLE characteristics with
AsyncExtensions.GetCharacteristicsAsync
First of all it does use
CharacteristicExtensions.GetAllCharacteristics
which does not match the description and should possibly be changed. Furthermore,CharacteristicExtensions.GetAllCharacteristics
only returns the characteristics of the last found service due to the.Switch()
used, which should rather be a.Concat()
imho.I hope this helps and is precise enough.
Beta Was this translation helpful? Give feedback.
All reactions