Home | History | Annotate | Download | only in gap

Lines Matching refs:p_cfg

34 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
35 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
122 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
159 if (p_cfg)
160 p_ccb->cfg = *p_cfg;
578 ** p_cfg - Pointer to new configuration
584 UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg)
591 p_ccb->cfg = *p_cfg;
594 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg);
877 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
896 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size))
901 p_ccb->rem_mtu_size = p_cfg->mtu;
904 p_cfg->flush_to_present = FALSE;
905 p_cfg->mtu_present = FALSE;
906 p_cfg->result = L2CAP_CFG_OK;
907 p_cfg->fcs_present = FALSE;
909 L2CA_CONFIG_RSP (l2cap_cid, p_cfg);
927 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
935 if (p_cfg->result == L2CAP_CFG_OK)
941 p_ccb->cfg.fcr.mode = p_cfg->fcr.mode;