Searched refs:p_chnl_cfg (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/mcap/
H A Dmca_l2c.c238 const tMCA_CHNL_CFG *p_chnl_cfg; local
252 p_chnl_cfg = p_dcb->p_chnl_cfg;
255 ertm_info.preferred_mode = p_chnl_cfg->fcr_opt.mode;
256 ertm_info.allowed_modes = (1 << p_chnl_cfg->fcr_opt.mode);
257 ertm_info.user_rx_buf_size = p_chnl_cfg->user_rx_buf_size;
258 ertm_info.user_tx_buf_size = p_chnl_cfg->user_tx_buf_size;
259 ertm_info.fcr_rx_buf_size = p_chnl_cfg->fcr_rx_buf_size;
260 ertm_info.fcr_tx_buf_size = p_chnl_cfg->fcr_tx_buf_size;
563 UINT16 mca_l2c_open_req(BD_ADDR bd_addr, UINT16 psm, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_api.c412 ** with the given p_chnl_cfg
413 ** If p_chnl_cfg is NULL, the data channel is not initiated until
414 ** MCA_DataChnlCfg is called to provide the p_chnl_cfg.
423 UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg)
455 p_dcb->p_chnl_cfg = p_chnl_cfg;
489 ** with the given p_chnl_cfg
498 const tMCA_CHNL_CFG *p_chnl_cfg)
506 assert(p_chnl_cfg != NULL );
525 p_dcb->p_chnl_cfg
421 MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, UINT8 peer_dep_id, UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg) argument
496 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
594 MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) argument
658 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
725 MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_main.c185 p_tbl->my_mtu = p_dcb->p_chnl_cfg->data_mtu;
270 p_opt = &p_dcb->p_chnl_cfg->fcr_opt;
271 fcs = p_dcb->p_chnl_cfg->fcs;
H A Dmca_int.h245 const tMCA_CHNL_CFG *p_chnl_cfg; /* cfg params for L2CAP channel */ member in struct:__anon1247
325 extern UINT16 mca_l2c_open_req(BD_ADDR bd_addr, UINT16 PSM, const tMCA_CHNL_CFG *p_chnl_cfg);
H A Dmca_cact.c498 else if (p_dcb->p_chnl_cfg)
503 p_dcb->lcid = mca_l2c_open_req(p_ccb->peer_addr, p_ccb->data_vpsm, p_dcb->p_chnl_cfg);
/system/bt/stack/include/
H A Dmca_api.h351 ** with the given p_chnl_cfg
360 UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg);
369 ** with the given p_chnl_cfg
378 const tMCA_CHNL_CFG *p_chnl_cfg);
407 UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg);
424 const tMCA_CHNL_CFG *p_chnl_cfg);
438 extern tMCA_RESULT MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg);
/system/bt/bta/hl/
H A Dbta_hl_act.c1360 tMCA_CHNL_CFG *p_chnl_cfg=NULL; local
1373 p_chnl_cfg ) != MCA_SUCCESS)

Completed in 176 milliseconds