Searched refs:p_search_data (Results 1 – 1 of 1) sorted by relevance
345 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data, in check_eir_remote_name() argument352 if (p_search_data->inq_res.p_eir) { in check_eir_remote_name()354 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()358 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()388 static bool check_cached_remote_name(tBTA_DM_SEARCH* p_search_data, in check_cached_remote_name() argument399 &p_search_data->inq_res.bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in check_cached_remote_name()1227 tBTA_DM_SEARCH* p_search_data; in btif_dm_search_devices_evt() local1232 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()1234 if (strlen((const char*)p_search_data->disc_res.bd_name)) { in btif_dm_search_devices_evt()1239 properties[0].val = p_search_data->disc_res.bd_name; in btif_dm_search_devices_evt()[all …]