Home
last modified time | relevance | path

Searched refs:tAVDT_TC_TBL (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c107 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_init()
130 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state) in avdt_ad_tc_tbl_by_st()
133 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_by_st()
186 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid) in avdt_ad_tc_tbl_by_lcid()
211 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_type(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb) in avdt_ad_tc_tbl_by_type()
215 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_by_type()
243 tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb) in avdt_ad_tc_tbl_alloc()
246 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_alloc()
278 UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl) in avdt_ad_tc_tbl_to_idx()
299 void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason) in avdt_ad_tc_close_ind()
[all …]
Davdt_l2c.c80 tAVDT_TC_TBL *p_tbl; in avdt_sec_check_complete_term()
135 tAVDT_TC_TBL *p_tbl; in avdt_sec_check_complete_orig()
176 tAVDT_TC_TBL *p_tbl = NULL; in avdt_l2c_connect_ind_cback()
270 tAVDT_TC_TBL *p_tbl; in avdt_l2c_connect_cfm_cback()
332 tAVDT_TC_TBL *p_tbl; in avdt_l2c_config_cfm_cback()
371 tAVDT_TC_TBL *p_tbl; in avdt_l2c_config_ind_cback()
413 tAVDT_TC_TBL *p_tbl; in avdt_l2c_disconnect_ind_cback()
449 tAVDT_TC_TBL *p_tbl; in avdt_l2c_disconnect_cfm_cback()
471 tAVDT_TC_TBL *p_tbl; in avdt_l2c_congestion_ind_cback()
491 tAVDT_TC_TBL *p_tbl; in avdt_l2c_data_ind_cback()
Davdt_api.c1142 tAVDT_TC_TBL *p_tbl; in AVDT_SendReport()
Davdt_msg.c1139 tAVDT_TC_TBL *p_tbl; in avdt_msg_send()
Davdt_scb_act.c2110 tAVDT_TC_TBL *p_tbl; in avdt_scb_queue_frags()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h535 } tAVDT_TC_TBL; typedef
547 tAVDT_TC_TBL tc_tbl[AVDT_NUM_TC_TBL];
702 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state);
703 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid);
704 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb);
705 extern UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl);
706 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason);
707 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL *p_tbl);
708 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
709 extern void avdt_ad_tc_data_ind(tAVDT_TC_TBL *p_tbl, BT_HDR *p_buf);
[all …]