Ahh - does bonding even work properly without peer manager? I'm not so sure since presumably you need to be able to store the encryption keys somewhere so it still works after a power cycle?
If you did me a PR on GitHub with the event added then I'd pull it in - but at the end of the day I have to run a business and spending my time adding features for users of boards that I'm not producing isn't really a good use of my time.
I added NRF.getSecurityStatus() because I thought it would help you (and because it's also useful for paying customers), but having a bonded event when NRF.getSecurityStatus() is now available seems of minimal use to most people.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ahh - does bonding even work properly without peer manager? I'm not so sure since presumably you need to be able to store the encryption keys somewhere so it still works after a power cycle?
If you did me a PR on GitHub with the event added then I'd pull it in - but at the end of the day I have to run a business and spending my time adding features for users of boards that I'm not producing isn't really a good use of my time.
I added
NRF.getSecurityStatus()
because I thought it would help you (and because it's also useful for paying customers), but having abonded
event whenNRF.getSecurityStatus()
is now available seems of minimal use to most people.