OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
619 stars 107 forks source link

`write.cpp` example incorrectly explains the difference between requests and commands #316

Open kersson opened 1 month ago

kersson commented 1 month ago

This comment is incorrect: https://github.com/OpenBluetoothToolbox/SimpleBLE/blob/2eabe140b73bedc2a379d14eac14333693da377a/examples/simpleble/cpp/write/write.cpp#L70-L73

Write requests are acknowledged and write commands are not acknowledged.