Home
last modified time | relevance | path

Searched refs:p_search_data (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_dm.cc342 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data, in check_eir_remote_name() argument
349 if (p_search_data->inq_res.p_eir) { in check_eir_remote_name()
351 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()
355 p_search_data->inq_res.p_eir, p_search_data->inq_res.eir_len, in check_eir_remote_name()
385 static bool check_cached_remote_name(tBTA_DM_SEARCH* p_search_data, in check_cached_remote_name() argument
393 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr); in check_cached_remote_name()
1217 tBTA_DM_SEARCH* p_search_data; in btif_dm_search_devices_evt() local
1222 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1224 if (strlen((const char*)p_search_data->disc_res.bd_name)) { in btif_dm_search_devices_evt()
1230 properties[0].val = p_search_data->disc_res.bd_name; in btif_dm_search_devices_evt()
[all …]