Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c684 result = L2capLe16ToCpu(data + 0); in L2capLeProcessConnectionParameterUpdateRsp()
711 lpsm = L2capLe16ToCpu(data + 0); in L2capLeProcessCreditBasedConnectionReq()
712 rcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessCreditBasedConnectionReq()
775 rcid = L2capLe16ToCpu(data + 0); in L2capLeProcessCreditBasedConnectionRsp()
829 lcid = L2capLe16ToCpu(data + 0); in L2capLeProcessDisconnectionReq()
830 rcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessDisconnectionReq()
877 rcid = L2capLe16ToCpu(data + 0); in L2capLeProcessDisconnectionRsp()
878 lcid = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessDisconnectionRsp()
914 lcid = L2capLe16ToCpu(data + 0); in L2capLeProcessFlowControlCredit()
1062 length = L2capLe16ToCpu(header + 0); in L2capLeProcessLeData()
[all …]
H A Dl2cap_core.c468 fcs = L2capLe16ToCpu(tailPtr); in L2capCheckCrc()
1074 sduLength = L2capLe16ToCpu(headerPtr); in L2capReassembleIFrame()
1454 cid = L2capLe16ToCpu(data + 0); in L2capProcessConfigurationReq()
1525 cid = L2capLe16ToCpu(data + 0); in L2capProcessConfigurationRsp()
1587 lpsm = L2capLe16ToCpu(data + 0); in L2capProcessConnectionReq()
1649 rcid = L2capLe16ToCpu(data + 0); in L2capProcessConnectionRsp()
1711 lcid = L2capLe16ToCpu(data + 0); in L2capProcessDisconnectionReq()
1758 rcid = L2capLe16ToCpu(data + 0); in L2capProcessDisconnectionRsp()
1793 infoType = L2capLe16ToCpu(data + 0); in L2capProcessInformationReq()
1835 infoType = L2capLe16ToCpu(data + 0); in L2capProcessInformationRsp()
[all …]
H A Dl2cap_cmn.c166 uint16_t length = L2capLe16ToCpu(header + 0); in L2capAclDataReceived()
167 uint16_t cid = L2capLe16ToCpu(header + L2CAP_OFFSET_2); in L2capAclDataReceived()
405 uint16_t L2capLe16ToCpu(const uint8_t *src) in L2capLe16ToCpu() function
H A Dl2cap_cmn.h167 uint16_t L2capLe16ToCpu(const uint8_t *src);