Searched defs:p_chnl_cfg (Results 1 - 4 of 4) 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_pool_id = p_chnl_cfg->user_rx_pool_id;
258 ertm_info.user_tx_pool_id = p_chnl_cfg->user_tx_pool_id;
259 ertm_info.fcr_rx_pool_id = p_chnl_cfg->fcr_rx_pool_id;
260 ertm_info.fcr_tx_pool_id = p_chnl_cfg->fcr_tx_pool_id;
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.c414 ** with the given p_chnl_cfg
415 ** If p_chnl_cfg is NULL, the data channel is not initiated until
416 ** MCA_DataChnlCfg is called to provide the p_chnl_cfg.
425 UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg)
458 p_dcb->p_chnl_cfg = p_chnl_cfg;
494 ** with the given p_chnl_cfg
503 const tMCA_CHNL_CFG *p_chnl_cfg)
511 assert(p_chnl_cfg != NULL );
530 p_dcb->p_chnl_cfg
423 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
501 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
599 MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) argument
667 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
734 MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_int.h244 const tMCA_CHNL_CFG *p_chnl_cfg; /* cfg params for L2CAP channel */ member in struct:__anon1241
325 extern UINT16 mca_l2c_open_req(BD_ADDR bd_addr, UINT16 PSM, 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 98 milliseconds