ble_hs_is_on_resolv_list() function
Used to determine if the device is on the resolving list.
Syntax
static int
ble_hs_is_on_resolv_list(uint8_t *addr,
uint8_t addr_type);
Arguments
addr_type
Public address (0) or random address (1)
Return value
int 0: device is not on resolving list; otherwise the return value is the 'position' of the device in the resolving list (the index of the element).