Replies: 3 comments
-
We will consider adding a write sample to this application in the future, for now samples for WriteValueAsync are available in the Bluetooth LE Explorer App: https://github.com/Microsoft/BluetoothLEExplorer |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the idea @raivol, I feel like with the provided sample from @Sinorm above, this could be a good feature for someone to pick up and tackle. If anyone's interested in it, please let me know and I can assign it to them. |
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
-
I'm submitting a...
Current behavior
Currently there is only support to read data from a Bluetoooth device. It would also be nice to send data to a device.
Expected behavior
ObservableGattCharacteristics.WriteValueAsync - Sends data as characteristic value to the Bluetooth device.
Beta Was this translation helpful? Give feedback.
All reactions