Home
last modified time | relevance | path

Searched refs:L2capErfcSControl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h124 } L2capErfcSControl; typedef
H A Dl2cap_core.c479 static Packet *L2capBuildSFrame(const L2capChannel *chan, const L2capErfcSControl *sCtrl) in L2capBuildSFrame()
494 …if (memcpy_s(header + L2CAP_HEADER_LENGTH, sizeof(L2capErfcSControl), sCtrl, sizeof(L2capErfcSCont… in L2capBuildSFrame()
510 L2capErfcSControl sCtrl = {0}; in L2capSendSFrame()
1007 L2capErfcSControl *sCtrl = NULL; in L2capErfcProcessSFrame()
1010 sCtrl = (L2capErfcSControl *)ctrl; in L2capErfcProcessSFrame()