Home
last modified time | relevance | path

Searched refs:tBTA_DM_SEARCH_PARAM (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c148 tBTA_DM_SEARCH_PARAM *p_dest_data = (tBTA_DM_SEARCH_PARAM *) p_dest; in search_devices_copy_cb()
149 tBTA_DM_SEARCH_PARAM *p_src_data = (tBTA_DM_SEARCH_PARAM *) p_src; in search_devices_copy_cb()
191 tBTA_DM_SEARCH_PARAM *p_dest_data = (tBTA_DM_SEARCH_PARAM *) p_dest; in search_service_record_copy_cb()
192 tBTA_DM_SEARCH_PARAM *p_src_data = (tBTA_DM_SEARCH_PARAM *) p_src; in search_service_record_copy_cb()
273 tBTA_DM_SEARCH_PARAM search; in bte_search_devices_evt()
311 btc_transfer_context(&msg, &search, sizeof(tBTA_DM_SEARCH_PARAM), search_devices_copy_cb); in bte_search_devices_evt()
315 static void btc_gap_bt_search_devices_evt(tBTA_DM_SEARCH_PARAM *p_data) in btc_gap_bt_search_devices_evt()
405 tBTA_DM_SEARCH_PARAM *p_data = (tBTA_DM_SEARCH_PARAM *)p_param; in btc_gap_bt_search_service_record()
442 tBTA_DM_SEARCH_PARAM search; in bte_dm_remote_service_record_evt()
462 … btc_transfer_context(&msg, &search, sizeof(tBTA_DM_SEARCH_PARAM), search_service_record_copy_cb); in bte_dm_remote_service_record_evt()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1150 } tBTA_DM_SEARCH_PARAM; typedef