OpenBluetoothToolbox / SimpleBLE

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

[C bindings] Add explicit error return codes for every function. #199

Open kdewald opened 1 year ago

kdewald commented 1 year ago

Some functions just fail silently instead of returning an error. It's better if all functions are able to return error codes.