Home
last modified time | relevance | path

Searched refs:txWindowSize (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.c165 chan->lcfg.rfc.txWindowSize = 0; in L2CAP_ConfigReq()
214 chan->lcfg.rfc.txWindowSize = chan->rcfg.rfc.rxWindowSize; in L2CAP_ConfigRsp()
225 chan->lcfg.rfc.txWindowSize = 0; in L2CAP_ConfigRsp()
H A Dl2cap_core.c254 buff[signal->length + L2CAP_OFFSET_3] = cfg->rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()
265 buff[signal->length + L2CAP_OFFSET_3] = chan->lcfg.rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()
789 if (txWindow == chan->lcfg.rfc.txWindowSize) { in L2capErfcDoTx()
827 txWindow = chan->lcfg.rfc.txWindowSize - L2capGetTxWindow(erfc); in L2capErfcTx()
1117 if (L2capGetRxWindow(erfc) == (chan->rcfg.rfc.txWindowSize - 1)) { in L2capErfcProcessIFrame()
1193 cfg->rfc.txWindowSize = data[offset + L2CAP_OFFSET_3]; in L2capProcessErfcOption()
1424 chan->rcfg.rfc.rxWindowSize = cfg.rfc.txWindowSize; in L2capProcessConfigurationReqParse()
1541 chan->rcfg.rfc.txWindowSize = cfg.rfc.txWindowSize; in L2capProcessConfigurationRsp()
H A Dl2cap_inst.c211 cfg->rfc.txWindowSize = L2CAP_DEFAULT_TX_WINDOW; in L2capSetDefaultConfigOptions()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h106 uint8_t txWindowSize; member

Completed in 5 milliseconds