Home
last modified time | relevance | path

Searched refs:L2CAP_OFFSET_2 (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c144 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->lcid); in L2capSendConnectionReq()
164 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->rcid); in L2capSendConnectionRsp()
188 L2capCpuToLe16(buff + L2CAP_OFFSET_2, 0); in L2capSendConfigurationReq()
199 L2capCpuToLe16(buff + signal.length + L2CAP_OFFSET_2, chan->lcfg.flushTimeout); in L2capSendConfigurationReq()
206 buff[signal.length + L2CAP_OFFSET_2] = chan->lcfg.rfc.mode; in L2capSendConfigurationReq()
218 buff[signal.length + L2CAP_OFFSET_2] = 0; in L2capSendConfigurationReq()
253 buff[signal->length + L2CAP_OFFSET_2] = cfg->rfc.mode; in L2capSendConfigurationRspRfcProcess()
264 buff[signal->length + L2CAP_OFFSET_2] = cfg->rfc.mode; in L2capSendConfigurationRspRfcProcess()
285 L2capCpuToLe16(buff + L2CAP_OFFSET_2, 0); in L2capSendConfigurationRsp()
296 L2capCpuToLe16(buff + signal.length + L2CAP_OFFSET_2, cf in L2capSendConfigurationRsp()
[all...]
H A Dl2cap_le.c454 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->lcid); in L2capSendCreditBasedConnectionReq()
478 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->lcfg.mtu); in L2capSendCreditBasedConnectionRsp()
498 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->lcid); in L2capLeSendDisconnectionReq()
517 L2capCpuToLe16(buff + L2CAP_OFFSET_2, chan->rcid); in L2capLeSendDisconnectionRsp()
534 L2capCpuToLe16(buff + L2CAP_OFFSET_2, credit); in L2capLeSendFlowControlCredit()
621 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2capLeSegmentPacketWithCredit()
657 param.connIntervalMax = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessConnectionParameterUpdateReq()
712 rcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessCreditBasedConnectionReq()
776 cfg.mtu = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessCreditBasedConnectionRsp()
830 rcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessDisconnectionReq()
[all...]
H A Dl2cap_cmn.c167 uint16_t cid = L2capLe16ToCpu(header + L2CAP_OFFSET_2); in L2capAclDataReceived()
464 L2capCpuToLe16(buff + L2CAP_OFFSET_2, cid); in L2capBuildSignalPacket()
494 L2capCpuToLe16(buff + L2CAP_OFFSET_2, L2CAP_SIGNAL_MTU); in L2capSendCommandReject()
497 L2capCpuToLe16(buff + L2CAP_OFFSET_2, data[0]); in L2capSendCommandReject()
H A Dl2cap_cmn.h110 #define L2CAP_OFFSET_2 0x02 macro
H A Dl2cap.c371 L2capCpuToLe16(header + L2CAP_OFFSET_2, chan->rcid); in L2CAP_SendData()

Completed in 6 milliseconds