Home | History | Annotate | Download | only in gap

Lines Matching refs:p_cfg

35 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
36 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
123 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
160 if (p_cfg)
161 p_ccb->cfg = *p_cfg;
579 ** p_cfg - Pointer to new configuration
585 UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg)
592 p_ccb->cfg = *p_cfg;
595 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg);
880 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
899 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size))
904 p_ccb->rem_mtu_size = p_cfg->mtu;
907 p_cfg->flush_to_present = FALSE;
908 p_cfg->mtu_present = FALSE;
909 p_cfg->result = L2CAP_CFG_OK;
910 p_cfg->fcs_present = FALSE;
912 L2CA_CONFIG_RSP (l2cap_cid, p_cfg);
930 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
938 if (p_cfg->result == L2CAP_CFG_OK)
944 p_ccb->cfg.fcr.mode = p_cfg->fcr.mode;