I noticed that in the hid_mouse sample, the whitelist advertising was used to achieve seamless recovery of accidentally disconnected connections.
This function is implemented through the "whitelist_set()" function.I noticed that the length of the array is BLE_GAP_WHITELIST_ADDR_MAX_COUNT.
The value is set as 8.
If the value can be changed to a lager number to support a lager whitelist?