Searched refs:tBTA_DM_SEARCH_PARAM (Results 1 – 2 of 2) sorted by relevance
140 tBTA_DM_SEARCH_PARAM *p_dest_data = (tBTA_DM_SEARCH_PARAM *) p_dest; in search_devices_copy_cb()141 tBTA_DM_SEARCH_PARAM *p_src_data = (tBTA_DM_SEARCH_PARAM *) p_src; in search_devices_copy_cb()183 tBTA_DM_SEARCH_PARAM *p_dest_data = (tBTA_DM_SEARCH_PARAM *) p_dest; in search_service_record_copy_cb()184 tBTA_DM_SEARCH_PARAM *p_src_data = (tBTA_DM_SEARCH_PARAM *) p_src; in search_service_record_copy_cb()265 tBTA_DM_SEARCH_PARAM search; in bte_search_devices_evt()303 … btc_transfer_context(&msg, &search, sizeof(tBTA_DM_SEARCH_PARAM), search_devices_copy_cb, NULL); in bte_search_devices_evt()307 static void btc_gap_bt_search_devices_evt(tBTA_DM_SEARCH_PARAM *p_data) in btc_gap_bt_search_devices_evt()397 tBTA_DM_SEARCH_PARAM *p_data = (tBTA_DM_SEARCH_PARAM *)p_param; in btc_gap_bt_search_service_record()434 tBTA_DM_SEARCH_PARAM search; in bte_dm_remote_service_record_evt()454 …btc_transfer_context(&msg, &search, sizeof(tBTA_DM_SEARCH_PARAM), search_service_record_copy_cb, N… in bte_dm_remote_service_record_evt()[all …]
1188 } tBTA_DM_SEARCH_PARAM; typedef