Home
last modified time | relevance | path

Searched refs:L2CAP_SIZE_2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c191 buff[L2CAP_OFFSET_5] = L2CAP_SIZE_2; in L2capSendConfigurationReq()
198 buff[signal.length + L2CAP_OFFSET_1] = L2CAP_SIZE_2; in L2capSendConfigurationReq()
486 tailLength = L2CAP_SIZE_2; in L2capBuildSFrame()
889 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_2; in L2capBuildIFrame()
895 tailLength = L2CAP_SIZE_2; in L2capBuildIFrame()
1154 if (optLength != L2CAP_SIZE_2) { in L2capCheckConfigurationOptionLength()
1160 if (optLength != L2CAP_SIZE_2) { in L2capCheckConfigurationOptionLength()
1207 while (length > (offset + L2CAP_SIZE_2)) { in L2capParseConfiguration()
1251 optLength + L2CAP_SIZE_2, in L2capParseConfiguration()
1253 optLength + L2CAP_SIZE_2); in L2capParseConfiguration()
[all …]
H A Dl2cap_cmn.h123 #define L2CAP_SIZE_2 0x02 macro
H A Dl2cap_le.c611 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_2; in L2capLeSegmentPacketWithCredit()
834 uint16_t rejCid[L2CAP_SIZE_2] = {lcid, rcid}; in L2capLeProcessDisconnectionReq()
1063 if (PacketSize(chan->rxSarPacket) == (size_t)(length + L2CAP_SIZE_2)) { in L2capLeProcessLeData()
1073 if (PacketSize(pkt) == (size_t)(length + L2CAP_SIZE_2)) { in L2capLeProcessLeData()
1445 L2capCpuToLe16(header + 0, length + L2CAP_SIZE_2); in L2CAP_LeSendData()
1725 …if (param->connLatency > ((param->supervisionTimeout / (param->connIntervalMax * L2CAP_SIZE_2)) - … in L2CAP_LeConnectionParameterUpdateReq()
H A Dl2cap_cmn.c492 siganl.length = L2CAP_SIZE_2; in L2capSendCommandReject()