Home
last modified time | relevance | path

Searched refs:tBTM_INQ_RESULTS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c140 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
1808 tBTM_INQ_RESULTS *p_cur = NULL; in btm_process_inq_results()
1995 (p_inq_results_cb)((tBTM_INQ_RESULTS *) p_cur, p_eir_data); in btm_process_inq_results()
2506 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 ) in BTM_HasInquiryEirService()
2928 void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results ) in btm_set_eir_uuid()
Dbtm_ble_gap.c3094 void btm_ble_cache_adv_data(BD_ADDR bda, tBTM_INQ_RESULTS *p_cur, UINT8 data_len, UINT8 *p, UINT8 e… in btm_ble_cache_adv_data()
3340 tBTM_INQ_RESULTS *p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result()
3675 … (p_inq_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_last_adv_pkt()
3682 … (p_obs_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_last_adv_pkt()
3689 … (p_scan_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_last_adv_pkt()
3816 … (p_inq_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
3823 … (p_obs_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
3830 … (p_scan_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h666 } tBTM_INQ_RESULTS; typedef
673 tBTM_INQ_RESULTS results;
723 typedef void (tBTM_INQ_RESULTS_CB) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
4039 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results,
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c50 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
85 static void bta_dm_eir_search_services( tBTM_INQ_RESULTS *p_result,
133 static void bta_dm_observe_results_cb(tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
2762 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir) in bta_dm_inq_results_cb()
4391 static void bta_dm_eir_search_services( tBTM_INQ_RESULTS *p_result, in bta_dm_eir_search_services()
4679 static void bta_dm_observe_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir) in bta_dm_observe_results_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c136 static void bt_mesh_scan_results_change_2_bta(tBTM_INQ_RESULTS *p_inq, uint8_t *p_eir, in bt_mesh_scan_results_change_2_bta()
174 static void bt_mesh_scan_results_cb(tBTM_INQ_RESULTS *p_inq, uint8_t *p_eir) in bt_mesh_scan_results_cb()