thekurtovic

Results 6 issues of thekurtovic

I wanted to make sure my esp32-s3 was using the highest value for transmission power, but for some reason it doesn't seem to change unless I have sdkconfig.h setup with...

I previously had 1.0.6, then updated to the latest version after realizing the update addressed the inaccurate line issue, but I haven't had any success with the updated tool. I...

* Adds parameter `out` to `retrieveCharacteristics`, default value works as the original method. * `out`: if not nullptr, will allow caller to obtain the characteristic * Add check to `retrieveCharacteristics`,...

* Rename serviceDiscoveredCB to svcDiscCB. * Rename `exchangeMTUCb` to `exchangeMTUCB` to be consistent with codebase. * Add parameter out to retrieveServices, default value works as the original method. * out:...

Resolves cppcheck warnings noExplicitConstructor, useInitializationList, and passedByValue.