Searched defs:p_search_data (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c290 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data, argument
297 if (p_search_data->inq_res.p_eir)
299 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir,
303 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir,
337 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, argument
345 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
1194 tBTA_DM_SEARCH *p_search_data; local
1201 p_search_data = (tBTA_DM_SEARCH *)p_param;
1203 if (strlen((const char *) p_search_data->disc_res.bd_name))
1210 properties[0].val = p_search_data
[all...]

Completed in 31 milliseconds