• Home
  • Raw
  • Download

Lines Matching refs:tBTA_DM_SEARCH

345 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data,  in check_eir_remote_name()
388 static bool check_cached_remote_name(tBTA_DM_SEARCH* p_search_data, in check_cached_remote_name()
769 tBTA_DM_SEARCH* p_dest_data = (tBTA_DM_SEARCH*)p_dest; in search_devices_copy_cb()
770 tBTA_DM_SEARCH* p_src_data = (tBTA_DM_SEARCH*)p_src; in search_devices_copy_cb()
780 (uint8_t*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
791 (uint8_t*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
801 tBTA_DM_SEARCH* p_dest_data = (tBTA_DM_SEARCH*)p_dest; in search_services_copy_cb()
802 tBTA_DM_SEARCH* p_src_data = (tBTA_DM_SEARCH*)p_src; in search_services_copy_cb()
811 (Uuid*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
1227 tBTA_DM_SEARCH* p_search_data; in btif_dm_search_devices_evt()
1232 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1259 p_search_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_devices_evt()
1394 tBTA_DM_SEARCH* p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_search_services_evt()
1543 tBTA_DM_SEARCH* p_data = (tBTA_DM_SEARCH*)p_param; in btif_dm_remote_service_record_evt()
2021 tBTA_DM_SEARCH* p_data) { in bte_search_devices_evt()
2024 if (p_data) param_len += sizeof(tBTA_DM_SEARCH); in bte_search_devices_evt()
2048 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_devices_copy_cb : NULL); in bte_search_devices_evt()
2062 tBTA_DM_SEARCH* p_data) { in bte_dm_search_services_evt()
2064 if (p_data) param_len += sizeof(tBTA_DM_SEARCH); in bte_dm_search_services_evt()
2078 (param_len > sizeof(tBTA_DM_SEARCH)) ? search_services_copy_cb : NULL); in bte_dm_search_services_evt()
2092 tBTA_DM_SEARCH* p_data) { in bte_dm_remote_service_record_evt()
2096 sizeof(tBTA_DM_SEARCH), NULL); in bte_dm_remote_service_record_evt()