Home
last modified time | relevance | path

Searched refs:L2CAP_SIZE_4 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c200 signal.length += L2CAP_SIZE_4; in L2capSendConfigurationReq()
297 signal.length += L2CAP_SIZE_4; in L2capSendConfigurationRsp()
308 signal.length += L2CAP_SIZE_4; in L2capSendConfigurationRsp()
408 signal.length = L2CAP_SIZE_4; in L2capSendInformationRsp()
891 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_4; in L2capBuildIFrame()
1457 optLength = signal->length - L2CAP_SIZE_4; in L2capProcessConfigurationReq()
1458 data += L2CAP_SIZE_4; in L2capProcessConfigurationReq()
1839 … (void)memcpy_s(conn->info.extendedFeature, L2CAP_SIZE_4, data + L2CAP_OFFSET_4, L2CAP_SIZE_4); in L2capProcessInformationRsp()
H A Dl2cap_cmn.h125 #define L2CAP_SIZE_4 0x04 macro
H A Dl2cap_cmn.c495 siganl.length = L2CAP_SIZE_4; in L2capSendCommandReject()