Searched refs:dev_name_str (Results 1 – 1 of 1) sorted by relevance
1549 char *dev_name_str; in btif_storage_is_device_autopair_blacklisted() local1565 dev_name_str = BTM_SecReadDevName((remote_bd_addr->address)); in btif_storage_is_device_autopair_blacklisted()1567 if (dev_name_str != NULL) in btif_storage_is_device_autopair_blacklisted()1573 if (strstr(value,dev_name_str) != NULL) in btif_storage_is_device_autopair_blacklisted()1583 if (strstr(dev_name_str, token) != NULL) in btif_storage_is_device_autopair_blacklisted()