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

Improve const correctness of the C++ API #309

Open frankencode opened 1 month ago

frankencode commented 1 month ago

Const correctness is important for thread-safety and performance. This commit adds const qualifiers to member functions that do not mutate its object. Furthermore an internal() wrapper function is introduced to force const checks throughout the API.

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.