esp_ble_gap_set_rand_addr() function
This function allows configuring either a Non-Resolvable Private Address or a Static Random Address | address [47:46] | Address Type | Corresponding API | |-----------------|-----------------------------|----------------------------------------| | 0b00 | Non-Resolvable Private | esp_ble_gap_addr_create_nrpa | | | Address (NRPA) | | |-----------------|-----------------------------|----------------------------------------| | 0b11 | Static Random Address | esp_ble_gap_addr_create_static | |-----------------|-----------------------------|----------------------------------------|
Arguments
rand_addr
The address to be configured. Refer to the table below for possible address subtypes:
Return value
- ESP_OK : success - other : failed