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 110 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
134 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state)
137 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
202 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid)
230 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_type(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb)
234 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
264 tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb)
267 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl;
300 UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl)
321 void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason
    [all...]
avdt_l2c.c 78 tAVDT_TC_TBL *p_tbl;
136 tAVDT_TC_TBL *p_tbl;
178 tAVDT_TC_TBL *p_tbl = NULL;
282 tAVDT_TC_TBL *p_tbl;
354 tAVDT_TC_TBL *p_tbl;
396 tAVDT_TC_TBL *p_tbl;
444 tAVDT_TC_TBL *p_tbl;
473 tAVDT_TC_TBL *p_tbl;
496 tAVDT_TC_TBL *p_tbl;
517 tAVDT_TC_TBL *p_tbl
    [all...]
avdt_int.h 360 /* Configuration flags. tAVDT_TC_TBL.cfg_flags */
526 } tAVDT_TC_TBL;
538 tAVDT_TC_TBL tc_tbl[AVDT_NUM_TC_TBL];
689 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state);
690 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid);
691 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_alloc(tAVDT_CCB *p_ccb);
692 extern UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl);
693 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason);
694 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL *p_tbl);
695 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 41 milliseconds