Searched refs:L2CAP_OFFSET_6 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 114 #define L2CAP_OFFSET_6 0x06 macro
|
H A D | l2cap_le.c | 456 L2capCpuToLe16(buff + L2CAP_OFFSET_6, chan->lcfg.mps); in L2capSendCreditBasedConnectionReq() 480 L2capCpuToLe16(buff + L2CAP_OFFSET_6, chan->lcfg.credit); in L2capSendCreditBasedConnectionRsp() 659 param.supervisionTimeout = L2capLe16ToCpu(data + L2CAP_OFFSET_6); in L2capLeProcessConnectionParameterUpdateReq() 714 cfg.mps = L2capLe16ToCpu(data + L2CAP_OFFSET_6); in L2capLeProcessCreditBasedConnectionReq() 778 cfg.credit = L2capLe16ToCpu(data + L2CAP_OFFSET_6); in L2capLeProcessCreditBasedConnectionRsp() 1741 L2capCpuToLe16(buff + L2CAP_OFFSET_6, param->supervisionTimeout); in L2CAP_LeConnectionParameterUpdateReq()
|
H A D | l2cap_core.c | 166 L2capCpuToLe16(buff + L2CAP_OFFSET_6, status); in L2capSendConnectionRsp() 192 L2capCpuToLe16(buff + L2CAP_OFFSET_6, chan->lcfg.mtu); in L2capSendConfigurationReq() 912 L2capCpuToLe16(header + L2CAP_OFFSET_6, sduLength); in L2capBuildIFrame() 1294 …if (memcpy_s(buff + L2CAP_OFFSET_6, L2CAP_SIGNAL_MTU - L2CAP_OFFSET_6, unknown->options, unknown->… in L2capConfigurationRspUnknownOptions() 1536 L2capParseConfiguration(data + L2CAP_OFFSET_6, signal->length - L2CAP_SIZE_6, &cfg, NULL); in L2capProcessConfigurationRsp() 1652 status = L2capLe16ToCpu(data + L2CAP_OFFSET_6); in L2capProcessConnectionRsp()
|
H A D | l2cap_cmn.c | 469 L2capCpuToLe16(buff + L2CAP_OFFSET_6, signal->length); in L2capBuildSignalPacket()
|