Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h129 #define L2CAP_SIZE_8 0x08 macro
H A Dl2cap_core.c194 signal.length = L2CAP_SIZE_8; in L2capSendConfigurationReq()
400 signal.length = L2CAP_SIZE_8; in L2capSendInformationRsp()
1849 … (void)memcpy_s(conn->info.fixedChannel, L2CAP_SIZE_8, data + L2CAP_OFFSET_4, L2CAP_SIZE_8); in L2capProcessInformationRsp()
H A Dl2cap_cmn.c410 tmp += (src[i] << (L2CAP_SIZE_8 * i)); in L2capLe16ToCpu()