Home | History | Annotate | Download | only in avct

Lines Matching refs:p_cfg

41 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
239 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
247 lcid, p_lcb->ch_state, p_cfg->result);
252 if (p_cfg->result == L2CAP_CFG_OK)
269 p_lcb->ch_result = p_cfg->result;
289 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
298 if (p_cfg->mtu_present)
300 p_lcb->peer_mtu = p_cfg->mtu;
308 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO));
309 p_cfg->result = L2CAP_CFG_OK;
310 L2CA_ConfigRsp(lcid, p_cfg);