HomeSort by relevance Sort by last modified time
    Searched refs:tAVDT_TC_TBL (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 109 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
133 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state)
136 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
201 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid)
229 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_type(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb)
233 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
263 tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb)
266 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
299 UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl)
320 void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason
    [all...]
avdt_l2c.c 76 tAVDT_TC_TBL *p_tbl;
132 tAVDT_TC_TBL *p_tbl;
173 tAVDT_TC_TBL *p_tbl = NULL;
276 tAVDT_TC_TBL *p_tbl;
348 tAVDT_TC_TBL *p_tbl;
390 tAVDT_TC_TBL *p_tbl;
438 tAVDT_TC_TBL *p_tbl;
467 tAVDT_TC_TBL *p_tbl;
490 tAVDT_TC_TBL *p_tbl;
511 tAVDT_TC_TBL *p_tbl
    [all...]
avdt_int.h 360 /* Configuration flags. tAVDT_TC_TBL.cfg_flags */
525 } tAVDT_TC_TBL;
537 tAVDT_TC_TBL tc_tbl[AVDT_NUM_TC_TBL];
688 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state);
689 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid);
690 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb);
691 extern UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl);
692 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason);
693 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL *p_tbl);
694 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested)
    [all...]
avdt_api.c     [all...]
avdt_msg.c     [all...]
avdt_scb_act.c     [all...]

Completed in 673 milliseconds