Hi team
We are using your NRF52832 chip for product development based on the official nRF5_SDK_15.0.0_a53641a.
/**@brief Maximum amount of addresses in the whitelist. */
#define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8)
The maximum number of the official SDK macro definition whitelist is 8, but the number of actual project applications is too small. We wants to modify it and add it to 16, but it can actually be compiled. If it runs, the whitelist below 8 is normal, and it will run wrong when it reaches 9 and the chip will crash. .
So I want to ask how to modify the number of whitelists. Can you help to check and advist it?
Thanks& Regards.
Abing
GC Technical Support