• Home
  • Raw
  • Download

Lines Matching refs:p_search_data

345 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data,  in check_eir_remote_name()  argument
352 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() argument
399 &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() local
1232 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()
1240 properties[0].len = strlen((char*)p_search_data->disc_res.bd_name); in btif_dm_search_devices_evt()
1241 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt()
1259 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1260 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt()
1264 p_search_data->inq_res.device_type); in btif_dm_search_devices_evt()
1267 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len)) in btif_dm_search_devices_evt()
1268 check_cached_remote_name(p_search_data, bdname.name, &remote_name_len); in btif_dm_search_devices_evt()
1271 if (p_search_data->inq_res.p_eir) { in btif_dm_search_devices_evt()
1272 BTA_GetEirService(p_search_data->inq_res.p_eir, in btif_dm_search_devices_evt()
1273 p_search_data->inq_res.eir_len, &services); in btif_dm_search_devices_evt()
1302 uint32_t cod = devclass2uint(p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt()
1318 p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BREDR) || in btif_dm_search_devices_evt()
1320 p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BLE))) { in btif_dm_search_devices_evt()
1323 dev_type = (bt_device_type_t)p_search_data->inq_res.device_type; in btif_dm_search_devices_evt()
1326 if (p_search_data->inq_res.device_type == BT_DEVICE_TYPE_BLE) in btif_dm_search_devices_evt()
1327 addr_type = p_search_data->inq_res.ble_addr_type; in btif_dm_search_devices_evt()
1335 &(p_search_data->inq_res.rssi)); in btif_dm_search_devices_evt()