Home | History | Annotate | Download | only in l2cap

Lines Matching full:basic

1826 **                      Basic mode is used if FCR Options have not been received
1840 /* At least one type needs to be set (Basic, ERTM, STM) to continue */
1872 /* If upper layer did not request eRTM mode, BASIC must be used */
1877 L2CAP_TRACE_WARNING ("l2c_fcr_adj_our_req_options (mode %d): ERROR: No FCR options set using BASIC mode", p_fcr->mode);
1895 /* Basic is the only common channel mode between the two devices */
1898 /* We only want to try Basic, so bypass sending the FCR options entirely */
1900 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */
1901 p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */
1904 /* We have at least one non-basic mode available
1916 /* If peer does not support ERTM, try BASIC (will support this if made it here in the code) */
1919 L2CAP_TRACE_DEBUG ("L2C CFG: mode is ERTM, but peer does not support; Try BASIC");
1951 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */
1952 p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */
2081 /* Our Streaming mode request was unnacceptable; try ERTM or Basic */
2094 /* We can try basic for any other peer mode if we support it */
2097 L2CAP_TRACE_DEBUG ("l2c_fcr_renegotiate_chan(Trying Basic)");
2118 /* Basic Mode uses ACL Data Pool, make sure the MTU fits */
2168 /* If Peer wants basic, we are done (accept it or disconnect) */
2171 /* If we do not allow basic, disconnect */
2193 /* If we wanted basic, then try to renegotiate it */