h2zero

Results 299 comments of h2zero

`ble_sm_inject_io` is what you would need to use. I think the event handler would need to be changed so if the callback returns an invalid pin (such as 0xFFFFFFFF) it...

Interesting, I have not seen this before. Can you share the build environment and settings used?

Interesting question, I haven't thought about this use case. You want to change the actual device name or just the advertised name? To change the device name what you propose...

>No, that's not the case. Even LightBlue shows me the old name until I manually connect to the device. This is normal behavior, the device name shown on the phone...

It's still a good topic in the way that the device name should be changeable in the library. I will look to add a function for this in the future.

If other devices are connected and all writing to the same characteristic then there is nothing from the client side that could be done. However on the server side it...

Sorry, not sure if I follow what you're asking. I'm guessing the esp32 is acting as a server and you want to notify a specific client only? This could be...

This should be possible without too much trouble, I'll add this as a future feature.

> interesed in developer Please post in the issue thread here https://github.com/h2zero/n-able/issues/1 and let me know what you have for devices to test/develop with.

Agreed, that was in the plan I have for it in the long term. I would be more than happy to have your assistance.