BTM_BleAddDevToResolvingList() function
* Function BTM_BleAddDevToResolvingList * Description This function is called to add a device to the resolving list * used to generate and resolve Resolvable Private Addresses (RPAs) * in the Bluetooth Controller. * Parameters addr - The address of the device to be added to the resolving list. * addr_type - The address type of the device (public or random). * irk - The Identity Resolving Key (IRK) of the device. * p_add_dev_to_resolving_list_callback - Callback function to be called when the operation is completed. * Returns TRUE if the operation was successful, otherwise FALSE.
Arguments
p_add_dev_to_resolving_list_callback