• Home
  • Raw
  • Download

Lines Matching refs:tBTA_DM_SEARCH

342 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data,  in check_eir_remote_name()
385 static bool check_cached_remote_name(tBTA_DM_SEARCH* p_search_data, in check_cached_remote_name()
761 tBTA_DM_SEARCH* p_dest_data = (tBTA_DM_SEARCH*)p_dest; in search_devices_copy_cb()
762 tBTA_DM_SEARCH* p_src_data = (tBTA_DM_SEARCH*)p_src; in search_devices_copy_cb()
772 (uint8_t*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
783 (uint8_t*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
793 tBTA_DM_SEARCH* p_dest_data = (tBTA_DM_SEARCH*)p_dest; in search_services_copy_cb()
794 tBTA_DM_SEARCH* p_src_data = (tBTA_DM_SEARCH*)p_src; in search_services_copy_cb()
803 (Uuid*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
1219 tBTA_DM_SEARCH* p_search_data; in btif_dm_search_devices_evt()
1224 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1251 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1386 tBTA_DM_SEARCH* p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_services_evt()
1529 tBTA_DM_SEARCH* p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_remote_service_record_evt()
2009 tBTA_DM_SEARCH* p_data) { in bte_search_devices_evt()
2012 if (p_data) param_len += sizeof(tBTA_DM_SEARCH); in bte_search_devices_evt()
2036 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_devices_copy_cb : NULL); in bte_search_devices_evt()
2050 tBTA_DM_SEARCH* p_data) { in bte_dm_search_services_evt()
2052 if (p_data) param_len += sizeof(tBTA_DM_SEARCH); in bte_dm_search_services_evt()
2066 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_services_copy_cb : NULL); in bte_dm_search_services_evt()
2080 tBTA_DM_SEARCH* p_data) { in bte_dm_remote_service_record_evt()
2084 sizeof(tBTA_DM_SEARCH), NULL); in bte_dm_remote_service_record_evt()