Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c414 memset(&btm_cb.sco_cb.sco_db[sco_inx].pkt_stat_nums, 0, sizeof(tBTM_SCO_PKT_STAT_NUMS)); in btm_pkt_stat_nums_reset()
426 void BTM_PktStatNumsGet(uint16_t sync_conn_handle, tBTM_SCO_PKT_STAT_NUMS *p_pkt_nums) in BTM_PktStatNumsGet()
430 … memcpy(p_pkt_nums, &btm_cb.sco_cb.sco_db[sco_inx].pkt_stat_nums, sizeof(tBTM_SCO_PKT_STAT_NUMS)); in BTM_PktStatNumsGet()
432 memset(p_pkt_nums, 0, sizeof(tBTM_SCO_PKT_STAT_NUMS)); in BTM_PktStatNumsGet()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c298 BTM_PktStatNumsGet(sync_conn_handle, (tBTM_SCO_PKT_STAT_NUMS *) &pkt_stat_nums); in bta_hf_client_pkt_stat_nums()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1089 } tBTM_SCO_PKT_STAT_NUMS; typedef
4286 void BTM_PktStatNumsGet(UINT16 sync_conn_handle, tBTM_SCO_PKT_STAT_NUMS *pkt_nums);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h446 tBTM_SCO_PKT_STAT_NUMS pkt_stat_nums;
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c1498 BTM_PktStatNumsGet(sync_conn_handle, (tBTM_SCO_PKT_STAT_NUMS *) &pkt_stat_nums); in bta_ag_pkt_stat_nums()