h2zero

Results 301 comments of h2zero

If you are using arduino as an idf component as well as this library it needs to include that file so that the arduino code won't release the BLE memory....

Looks like Bluetooth is not enabled in your config? Can you share the IDF and arduino core commit ID?

Thanks! Looking through the arduino core I can see the header only checks `CONFIG_BT_ENABLED` and should be `CONFIG_BT_BLUEDROID_ENABLED` Obviously, that would require a PR to fix. Potentially you could define...

You're very welcome, let me know if that works. In the meantime I will propose the necessary PR to arduino-esp32.

Hi, there is currently no support for that but it should be easy to add. I've never had a request for it or even seen this used anywhere before.

Thanks for the info, I guess bluetooth had to have a reason for secondary services somewhere and I haven't seen those before. As a user, how would you like to...

Thanks, I'll have a look at adding this. NimBLE internals might dictate a different interface but I'll see what I can do.

I've created PR #59, If you could test it and provide feedback it would be greatly appreciated 😄

Hi @outlandnish, You're welcome! If you setup the security settings after the call to `::init()` I think you will see a better result. The `::init()` call will initialize the security...