Home
last modified time | relevance | path

Searched refs:tMCA_TC_TBL (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c75 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; in mca_sec_check_complete_term()
122 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; in mca_sec_check_complete_orig()
157 tMCA_TC_TBL *p_tbl = NULL; in mca_l2c_cconn_ind_cback()
234 tMCA_TC_TBL *p_tbl = NULL; in mca_l2c_dconn_ind_cback()
298 tMCA_TC_TBL *p_tbl; in mca_l2c_connect_cfm_cback()
368 tMCA_TC_TBL *p_tbl; in mca_l2c_config_cfm_cback()
410 tMCA_TC_TBL *p_tbl; in mca_l2c_config_ind_cback()
463 tMCA_TC_TBL *p_tbl; in mca_l2c_disconnect_ind_cback()
496 tMCA_TC_TBL *p_tbl; in mca_l2c_disconnect_cfm_cback()
521 tMCA_TC_TBL *p_tbl; in mca_l2c_congestion_ind_cback()
[all …]
Dmca_int.h175 } tMCA_TC_TBL; typedef
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);
313 extern void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested);
314 extern void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf);
Dmca_main.c122 tMCA_TC_TBL * mca_tc_tbl_calloc(tMCA_CCB *p_ccb) in mca_tc_tbl_calloc()
124 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; in mca_tc_tbl_calloc()
163 tMCA_TC_TBL * mca_tc_tbl_dalloc(tMCA_DCB *p_dcb) in mca_tc_tbl_dalloc()
165 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; in mca_tc_tbl_dalloc()
204 tMCA_TC_TBL *mca_tc_tbl_by_lcid(UINT16 lcid) in mca_tc_tbl_by_lcid()
255 void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl) in mca_set_cfg_by_tbl()
296 void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason) in mca_tc_close_ind()
349 void mca_tc_open_ind(tMCA_TC_TBL *p_tbl) in mca_tc_open_ind()
404 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested) in mca_tc_cong_ind()
440 void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf) in mca_tc_data_ind()
Dmca_api.c340 tMCA_TC_TBL *p_tbl; in MCA_ConnectReq()
739 tMCA_TC_TBL *p_tbl; in MCA_DataChnlCfg()
Dmca_cact.c469 tMCA_TC_TBL *p_tbl; in mca_ccb_hdl_rsp()