Searched defs:tAVDT_TC_TBL (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h360 /* Configuration flags. tAVDT_TC_TBL.cfg_flags */
524 } tAVDT_TC_TBL; typedef in typeref:struct:__anon999
536 tAVDT_TC_TBL tc_tbl[AVDT_NUM_TC_TBL];
687 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state);
688 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid);
689 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb);
690 extern UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl);
691 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason);
692 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL *p_tbl);
693 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tb
[all...]

Completed in 17 milliseconds