h2zero

Results 462 comments of h2zero

I've added the includes to the primary service. NimBLE reports this: ``` primary service 08:18:50.943 -> uuid 0x1800 08:18:50.943 -> handle 1 08:18:50.943 -> end_handle 5 08:18:50.943 -> characteristic 08:18:50.943...

Sorry about the rebase. You can call `ble_gatts_show_local();` to get NimBLE to dump the database after starting advertising. No hurry, I need to implement the client portion still anyway which...

Hi @mitchjs, been a while for sure 😄. That parameter was never used by this library so I just removed it. Minor API breakage I figured.

Thanks for pointing this out, and sorry for your frustrations. I didn't realize the original library had this callback, I must have missed it or it was added later. If...

Hi @mickeyl, you're quite welcome. There is no support for l2cap in this library at this time. Always happy to accept a PR though 😃

Awesome, looking forward to it!

Hi @rickAllDev, I just merged the PR by @DavidJRobertson that should help with this, could you give that a try and let me know?

It appears there is a new log config for NimBLE in the latest idf, assuming that's what you're using. If so you can change the NimBLE log level to none...

Done, sorry for the delay.