Home | History | Annotate | Download | only in avct

Lines Matching refs:p_cfg

40 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
41 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
237 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
245 lcid, p_lcb->ch_state, p_cfg->result);
250 if (p_cfg->result == L2CAP_CFG_OK)
267 p_lcb->ch_result = p_cfg->result;
287 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
296 if (p_cfg->mtu_present)
298 p_lcb->peer_mtu = p_cfg->mtu;
306 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO));
307 p_cfg->result = L2CAP_CFG_OK;
308 L2CA_ConfigRsp(lcid, p_cfg);