Hi,
I want to add bonding information manually.
1.can I assume IRK key will be constant for multiple peripherals?
2.if IRK only key is available, can i add it to peer list using pm_peer_new?
Hi,
I want to add bonding information manually.
1.can I assume IRK key will be constant for multiple peripherals?
2.if IRK only key is available, can i add it to peer list using pm_peer_new?
Hi
1. The IRK is generated randomly, so these should not be the same for various peripherals.
2. I'm not sure I understand what you mean by this. IRKs are generally used for managing whitelists. Please check out the peer manager documentation for a good look at all the options for pairing and bonding in the nRF5 SDK.
Best regards,
Simon
Hi,
1. The IRK is generated randomly, so these should not be the same for various peripherals.
is it constant for same device or not?
if IRK is constant, I want to get IRK to all my peripherals with one bonding, and want whitelist manually.
Hi,
1. The IRK is generated randomly, so these should not be the same for various peripherals.
is it constant for same device or not?
if IRK is constant, I want to get IRK to all my peripherals with one bonding, and want whitelist manually.