esp_ble_gap_set_resolvable_private_address_timeout() function
This function sets the length of time the Controller uses a Resolvable Private Address before generating and starting to use a new resolvable private address.
Arguments
rpa_timeout
The timeout duration in seconds for how long a Resolvable Private Address is used before a new one is generated. The value must be within the range specified by the Bluetooth specification (0x0001 to 0x0E10), which corresponds to a time range of 1 second to 1 hour. The default value is 0x0384 (900 seconds or 15 minutes).
Return value
- ESP_OK : success - other : failed
Notes
Note: This function is currently not supported on the ESP32 but will be enabled in a future update.