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

  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 75 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data;
122 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data;
157 tMCA_TC_TBL *p_tbl = NULL;
234 tMCA_TC_TBL *p_tbl = NULL;
298 tMCA_TC_TBL *p_tbl;
368 tMCA_TC_TBL *p_tbl;
410 tMCA_TC_TBL *p_tbl;
463 tMCA_TC_TBL *p_tbl
    [all...]
mca_int.h 154 /* Configuration flags. tMCA_TC_TBL.cfg_flags */
163 #define MCA_CTRL_TCID 0 /* to identify control channel by tMCA_TC_TBL.tcid */
175 } tMCA_TC_TBL;
179 tMCA_TC_TBL tc_tbl[MCA_NUM_TC_TBL];
306 extern tMCA_TC_TBL * mca_tc_tbl_calloc(tMCA_CCB *p_ccb);
307 extern tMCA_TC_TBL * mca_tc_tbl_dalloc(tMCA_DCB *p_dcb);
308 extern tMCA_TC_TBL * mca_tc_tbl_by_lcid(UINT16 lcid);
310 extern void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl);
311 extern void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason);
312 extern void mca_tc_open_ind(tMCA_TC_TBL *p_tbl)
    [all...]
mca_main.c 122 tMCA_TC_TBL * mca_tc_tbl_calloc(tMCA_CCB *p_ccb)
124 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl;
163 tMCA_TC_TBL * mca_tc_tbl_dalloc(tMCA_DCB *p_dcb)
165 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl;
204 tMCA_TC_TBL *mca_tc_tbl_by_lcid(UINT16 lcid)
255 void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl)
296 void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason)
349 void mca_tc_open_ind(tMCA_TC_TBL *p_tbl)
404 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested)
440 void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf
    [all...]
mca_api.c 340 tMCA_TC_TBL *p_tbl;
739 tMCA_TC_TBL *p_tbl;
    [all...]
mca_cact.c 469 tMCA_TC_TBL *p_tbl;

Completed in 377 milliseconds