Lines Matching refs:tBTA_DM_SEARCH

304 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,  in check_eir_remote_name()
351 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, in check_cached_remote_name()
772 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_devices_copy_cb()
773 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_devices_copy_cb()
779 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
786 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
796 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
807 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_services_copy_cb()
808 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_services_copy_cb()
812 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
822 (UINT8*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
1245 tBTA_DM_SEARCH *p_search_data; in btif_dm_search_devices_evt()
1252 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1284 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1434 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_services_evt()
1574 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_remote_service_record_evt()
2070 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt()
2075 param_len += sizeof(tBTA_DM_SEARCH); in bte_search_devices_evt()
2100 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_devices_copy_cb : NULL); in bte_search_devices_evt()
2113 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt()
2117 param_len += sizeof(tBTA_DM_SEARCH); in bte_dm_search_services_evt()
2130 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_services_copy_cb : NULL); in bte_dm_search_services_evt()
2143 static void bte_dm_remote_service_record_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_remote_service_record_evt()
2146 …fer_context(btif_dm_remote_service_record_evt, event, (char*)p_data, sizeof(tBTA_DM_SEARCH), NULL); in bte_dm_remote_service_record_evt()