• Home
  • Raw
  • Download

Lines Matching refs:tBTA_DM_SEARCH

363 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,  in check_eir_remote_name()
410 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, in check_cached_remote_name()
819 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_devices_copy_cb()
820 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_devices_copy_cb()
833 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
843 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
854 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_services_copy_cb()
855 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_services_copy_cb()
869 (UINT8*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
1294 tBTA_DM_SEARCH *p_search_data; in btif_dm_search_devices_evt()
1301 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1333 p_search_data = (tBTA_DM_SEARCH *)p_param; in btif_dm_search_devices_evt()
1482 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_services_evt()
1622 tBTA_DM_SEARCH *p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_remote_service_record_evt()
2120 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt()
2125 param_len += sizeof(tBTA_DM_SEARCH); in bte_search_devices_evt()
2150 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_devices_copy_cb : NULL); in bte_search_devices_evt()
2163 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt()
2167 param_len += sizeof(tBTA_DM_SEARCH); in bte_dm_search_services_evt()
2180 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_services_copy_cb : NULL); in bte_dm_search_services_evt()
2193 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()
2196 …fer_context(btif_dm_remote_service_record_evt, event, (char*)p_data, sizeof(tBTA_DM_SEARCH), NULL); in bte_dm_remote_service_record_evt()