Hi,
I'm using the Nrf52810 with softdevice S112 for the moment.
Question 1:
In ble_gap.h i see that there is a define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8). Is this realy the limit? Or can i make a bigger buffer in my application? It is just a RAM buffer not? How many addresses can be stored in flash, how do i now the limit?
Question 2:
if the whitelist is full (flash). how can i delete 1 entry of the withe list? What is a proper way to do this?
Question 2:
I want to use the Nrf52810 as a central device. I know i can use the S132 softdevice for this. But RAM will be a issue. I only want 2 connection max. What i can i do to optimize RAM (softdevice and SDK libs).
Thanks!