Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_cfg

41 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
352 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
363 if (p_cfg->result == L2CAP_CONN_OK)
394 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
402 if (p_cfg->mtu_present)
404 p_tbl->peer_mtu = p_cfg->mtu;
413 memset(p_cfg, 0, sizeof(tL2CAP_CFG_INFO));
414 p_cfg->result = L2CAP_CFG_OK;
415 L2CA_ConfigRsp(lcid, p_cfg);