Hello!
I have the whitelist support for my device with the default settings:
/**@brief Maximum amount of addresses in the whitelist. */ #define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8) /**@brief Maximum amount of identities in the device identities list. */ #define BLE_GAP_DEVICE_IDENTITIES_MAX_COUNT (8)
My goal is to rewrite saved addresses in the whitelist, when there is a new 9th address bonded with my device, starting with the 1-st address in the table.
Is there some API for this?
Best wishes.