Searched refs:p_search_data (Results 1 – 1 of 1) sorted by relevance
397 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data, in check_eir_remote_name() argument404 if (p_search_data->inq_res.p_eir) { in check_eir_remote_name()406 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()410 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()440 static bool check_cached_remote_name(tBTA_DM_SEARCH* p_search_data, in check_cached_remote_name() argument451 &p_search_data->inq_res.bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in check_cached_remote_name()1295 tBTA_DM_SEARCH* p_search_data; in btif_dm_search_devices_evt() local1300 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()1302 if (strlen((const char*)p_search_data->disc_res.bd_name)) { in btif_dm_search_devices_evt()1307 properties[0].val = p_search_data->disc_res.bd_name; in btif_dm_search_devices_evt()[all …]