esp_ble_gap_add_device_to_resolving_list() function
This function adds a device to the resolving list used to generate and resolve Resolvable Private Addresses in the Controller.
Arguments
peer_addr
The peer identity address of the device to be added to the resolving list.
addr_type
The address type of the peer identity address (BLE_ADDR_TYPE_PUBLIC or BLE_ADDR_TYPE_RANDOM).
peer_irk
The Identity Resolving Key (IRK) of the device.
Return value
- ESP_OK : success - other : failed
Notes
Note: This function shall not be used when address resolution is enabled in the Controller and: - Advertising (other than periodic advertising) is enabled, - Scanning is enabled, or - an HCI_LE_Create_Connection, HCI_LE_Extended_Create_Connection, or HCI_LE_Periodic_Advertising_Create_Sync command is pending. This command may be used at any time when address resolution is disabled in the Controller. The added device shall be set to Network Privacy mode.