Lines Matching refs:p_search_data

363 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,  in check_eir_remote_name()  argument
370 if (p_search_data->inq_res.p_eir) in check_eir_remote_name()
372 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
376 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
410 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, in check_cached_remote_name() argument
418 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr); in check_cached_remote_name()
1295 tBTA_DM_SEARCH *p_search_data; in btif_dm_search_devices_evt() local
1302 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1304 if (strlen((const char *) p_search_data->disc_res.bd_name)) in btif_dm_search_devices_evt()
1311 properties[0].val = p_search_data->disc_res.bd_name; in btif_dm_search_devices_evt()
1312 properties[0].len = strlen((char *)p_search_data->disc_res.bd_name); in btif_dm_search_devices_evt()
1313 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr); in btif_dm_search_devices_evt()
1334 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1335 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr); in btif_dm_search_devices_evt()
1339 p_search_data->inq_res.device_type); in btif_dm_search_devices_evt()
1345 cod = devclass2uint (p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt()
1352 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len)) in btif_dm_search_devices_evt()
1353 check_cached_remote_name(p_search_data, bdname.name, &remote_name_len); in btif_dm_search_devices_evt()
1356 if (p_search_data->inq_res.p_eir) in btif_dm_search_devices_evt()
1358 BTA_GetEirService(p_search_data->inq_res.p_eir, &services); in btif_dm_search_devices_evt()
1397 p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BREDR) || in btif_dm_search_devices_evt()
1399 p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BLE))) { in btif_dm_search_devices_evt()
1402 dev_type = p_search_data->inq_res.device_type; in btif_dm_search_devices_evt()
1405 if (p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BLE) in btif_dm_search_devices_evt()
1406 addr_type = p_search_data->inq_res.ble_addr_type; in btif_dm_search_devices_evt()
1416 &(p_search_data->inq_res.rssi)); in btif_dm_search_devices_evt()