Home
last modified time | relevance | path

Searched refs:L2CAP_OFFSET_3 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h111 #define L2CAP_OFFSET_3 0x03 macro
H A Dl2cap_core.c207 buff[signal.length + L2CAP_OFFSET_3] = chan->lcfg.rfc.rxWindowSize; in L2capSendConfigurationReq()
254 buff[signal->length + L2CAP_OFFSET_3] = cfg->rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()
265 buff[signal->length + L2CAP_OFFSET_3] = chan->lcfg.rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()
1193 cfg->rfc.txWindowSize = data[offset + L2CAP_OFFSET_3]; in L2capProcessErfcOption()
1233 if ((data[offset + L2CAP_OFFSET_3] != L2CAP_QOS_SERVICE_TYPE_BEST_EFFORT) && in L2capParseConfiguration()
1234 (data[offset + L2CAP_OFFSET_3] != L2CAP_QOS_SERVICE_TYPE_GUARANTEED)) { in L2capParseConfiguration()