Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c541 L2capErfcIControl *ctrl = NULL; in L2capProcessRxReqSeq()
591 L2capErfcIControl *ctrl = NULL; in L2capErfcTxOneFrame()
766 L2capErfcIControl *ctrl = NULL; in L2capErfcDoTx()
779 ctrl = (L2capErfcIControl *)(header + L2CAP_HEADER_LENGTH); in L2capErfcDoTx()
815 L2capErfcIControl *ctrl = NULL; in L2capErfcTx()
882 L2capErfcIControl *iCtrl = NULL; in L2capBuildIFrame()
903 iCtrl = (L2capErfcIControl *)(header + L2CAP_HEADER_LENGTH); in L2capBuildIFrame()
1093 L2capErfcIControl *iCtrl = NULL; in L2capErfcProcessIFrame()
1097 iCtrl = (L2capErfcIControl *)ctrl; in L2capErfcProcessIFrame()
2048 L2capErfcIControl *iCtrl = NULL; in L2capProcessStreamData()
[all …]
H A Dl2cap_inst.h110 } L2capErfcIControl; typedef