/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap.c | 147 chan->lcfg.rfc.mode = cfg->rfc.mode; in L2CAP_ConfigReq() 151 chan->lcfg.rfc.rxWindowSize = cfg->rfc.rxWindowSize; in L2CAP_ConfigReq() 154 if (cfg->rfc.maxTransmit != 0) { in L2CAP_ConfigReq() 155 chan->lcfg.rfc.maxTransmit = cfg->rfc.maxTransmit; in L2CAP_ConfigReq() 162 chan->lcfg.rfc.maxTransmit = 0; in L2CAP_ConfigReq() 165 chan->lcfg.rfc.txWindowSize = 0; in L2CAP_ConfigReq() 166 chan->lcfg.rfc.rxWindowSize = 0; in L2CAP_ConfigReq() 214 chan->lcfg.rfc.txWindowSize = chan->rcfg.rfc.rxWindowSize; in L2CAP_ConfigRsp() 222 chan->lcfg.rfc.maxTransmit = 0; in L2CAP_ConfigRsp() 225 chan->lcfg.rfc.txWindowSize = 0; in L2CAP_ConfigRsp() [all …]
|
H A D | l2cap_core.c | 246 if (chan->rcfg.rfc.mode != cfg->rfc.mode) { in L2capSendConfigurationRspRfcProcess() 248 chan->rcfg.rfc.mode = cfg->rfc.mode; in L2capSendConfigurationRspRfcProcess() 951 if (length > chan->rcfg.rfc.mps) { in L2capSendIFrame() 1422 chan->rcfg.rfc.mode = cfg.rfc.mode; in L2capProcessConfigurationReqParse() 1423 chan->rcfg.rfc.maxTransmit = cfg.rfc.maxTransmit; in L2capProcessConfigurationReqParse() 1424 chan->rcfg.rfc.rxWindowSize = cfg.rfc.txWindowSize; in L2capProcessConfigurationReqParse() 1425 chan->rcfg.rfc.mps = cfg.rfc.mps; in L2capProcessConfigurationReqParse() 1539 chan->rcfg.rfc.retransmissionTimeout = cfg.rfc.retransmissionTimeout; in L2capProcessConfigurationRsp() 1540 chan->rcfg.rfc.monitorTimeout = cfg.rfc.monitorTimeout; in L2capProcessConfigurationRsp() 1541 chan->rcfg.rfc.txWindowSize = cfg.rfc.txWindowSize; in L2capProcessConfigurationRsp() [all …]
|
H A D | l2cap_inst.c | 209 cfg->rfc.mode = L2CAP_BASIC_MODE; in L2capSetDefaultConfigOptions() 210 cfg->rfc.maxTransmit = L2CAP_DEFAULT_MAX_TRANSMIT; in L2capSetDefaultConfigOptions() 211 cfg->rfc.txWindowSize = L2CAP_DEFAULT_TX_WINDOW; in L2capSetDefaultConfigOptions() 212 cfg->rfc.rxWindowSize = L2CAP_DEFAULT_TX_WINDOW; in L2capSetDefaultConfigOptions() 213 cfg->rfc.retransmissionTimeout = 0; in L2capSetDefaultConfigOptions() 214 cfg->rfc.monitorTimeout = 0; in L2capSetDefaultConfigOptions() 215 cfg->rfc.mps = L2capGetRxBufferSize() - L2CAP_SIZE_10; in L2capSetDefaultConfigOptions() 262 if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2capDestroyChannelTx()
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | zlib.md | 11 …b格式([RFC1950](https://www.rfc-editor.org/rfc/rfc1950)),Zlib库还支持使用以“gz”开头的函数接口读取和写入gzip([RFC1952](h…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | zlib.md | 11 …rfc-editor.org/rfc/rfc1950)). In addition, the zlib library provides interfaces that start with gz…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_session_fsm.c | 224 config.rfc.mode = 0; // Basic mode in RfcommRecvConnectRsp() 306 if (reqInfo.cfg.rfc.mode != 0) { in RfcommRecvConfigReq() 310 reqInfo.cfg.rfc.mode = 0; in RfcommRecvConfigReq() 954 config.rfc.mode = 0; // Basic mode in RfcommRecvSessionSecurityRslt()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 344 connecting->remotel2capConfigInfoObj.rfc.mode = cfg->rfc.mode; in AttRecvConfigReqAssignBredrConnect() 643 (*connecting)->locall2capConfigInfoObj.rfc.mode = connParaPtr->bredrConnParaVar.mode; in AttConnectReqAssignBredrConnect() 1364 …connecting->locall2capConfigInfoObj.rfc.mode = attConnectRspAsyncPtr->g_attConnectParaObj->bredrCo… in AttConnectRsponseAsync() 2042 if (connecting->locall2capConfigInfoObj.rfc.mode == BR_EDR_BASIC_MODE) { in AttReceiveConnectionRspAsync() 2045 l2capConfigInfoPtr.rfc.mode = connecting->locall2capConfigInfoObj.rfc.mode; in AttReceiveConnectionRspAsync() 2201 cfg->rfc.mode, in AttReceiveConfigRsp() 2590 if (attRecevieConfigReqPtr->cfg->rfc.mode != L2CAP_BASIC_MODE) { in AttReceiveConfigReqAsync() 2641 cfg->rfc.mode); in AttReceiveConfigReq()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 138 L2capOptionRfc rfc; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_l2cap.c | 152 cfg.rfc.mode = L2CAP_ENHANCED_RETRANSMISSION_MODE; in AvctBrRecvConnectionReqAct() 221 cfg.rfc.mode = L2CAP_ENHANCED_RETRANSMISSION_MODE; in AvctBrRecvConnectionRspCBack()
|
H A D | avctp_ctrl_l2cap.c | 269 if (cfg->rfc.mode == L2CAP_BASIC_MODE) { in AvctRecvConfigReqCBack() 292 rspCfg.rfc.mode = L2CAP_BASIC_MODE; in AvctRecvConfigReqCBack()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 114 l2capConfigInfo.rfc.mode = L2CAP_CONFIG_RFC_MODE; in AcceptConnection() 501 l2capConfigInfo.rfc.mode = 0x03; in TransportRecvConnectionRspCallbackNative()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 403 if (cfg->rfc.mode == L2CAP_BASIC_MODE) { in AvdtConfigureIndication() 425 rspCfg.rfc.mode = L2CAP_BASIC_MODE; in AvdtConfigureIndication()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 768 if (cfg.rfc.mode == L2CAP_ENHANCED_RETRANSMISSION_MODE) { in HidHostRecvConfigReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 440 if (cfg->rfc.mode == L2CAP_ENHANCED_RETRANSMISSION_MODE) { in BnepRecvConfigReqCallback()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | _web.md | 602 …e来处理。 标准scheme需要遵守在RFC 1738第3.1节中定义的URL规范化和解析规则,该规则可以在http:\//www\.ietf.org/rfc/rfc1738.txt中找到。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _web.md | 602 …ned in section 3.1 of RFC 1738. The rules can be found in http:\//www\.ietf.org/rfc/rfc1738.txt. |
|