Searched refs:tBTM_SCO_PKT_STAT_NUMS (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sco.c | 414 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/ |
D | bta_hf_client_sco.c | 298 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/ |
D | btm_api.h | 1089 } 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/ |
D | btm_int.h | 446 tBTM_SCO_PKT_STAT_NUMS pkt_stat_nums;
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sco.c | 1498 BTM_PktStatNumsGet(sync_conn_handle, (tBTM_SCO_PKT_STAT_NUMS *) &pkt_stat_nums); in bta_ag_pkt_stat_nums()
|