2017-03-29 05:26 AM
As i understand the programming manual section about bonding on BlueNrg-MS devices, encryption keys are stored in the security database in order to resolve addresses, and encrypt future data connections.
This all seems to work as expected, but it is unclear to me how to manage the security database over time, when a number of devices is expected to pair to the device during its lifetime
How many different
bonding
devices can the security database handle, and what is expected to happen when the database is filled up ?I am aware of the aci_gap_clear_security_database api, but as this clears all paired devices I would like to avoid calling this
unless needed.
\Anders
Solved! Go to Solution.
2017-03-30 01:45 AM
Hi Anders,
with BlueNRG-MS, firmware version 7.2c, the maximum number of entries in the security database is 12.
When it fills up, older entries get overwritten by the new ones.Unless you actually want to delete all entries, you don't need to call the aci_gap_clear_security_database API.
Best regards,
Antonio2017-03-30 01:45 AM
Hi Anders,
with BlueNRG-MS, firmware version 7.2c, the maximum number of entries in the security database is 12.
When it fills up, older entries get overwritten by the new ones.Unless you actually want to delete all entries, you don't need to call the aci_gap_clear_security_database API.
Best regards,
Antonio2017-03-30 04:06 AM
Hi Antonio
Thank you for the answer, this was exactly the info i needed.
Best regards
Anders
2017-11-08 08:32 AM
Hello,
Is it possible just to delete one desired address from that db?
Thanks