Searched refs:fBit (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.h | 105 uint8_t fBit : 1; member 119 uint8_t fBit : 1; member
|
H A D | l2cap_core.h | 82 int L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit);
|
H A D | l2cap_core.c | 507 int L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit) in L2capSendSFrame() argument 517 sCtrl.fBit = fBit; in L2capSendSFrame() 908 iCtrl->fBit = L2CAP_ERFC_FBIT_OFF; in L2capBuildIFrame() 990 static void L2capErfcProcessFBit(L2capChannel *chan, uint8_t fBit, uint8_t reqSeq) in L2capErfcProcessFBit() argument 993 if (fBit == L2CAP_ERFC_FBIT_ON) { in L2capErfcProcessFBit() 1016 L2capErfcProcessFBit(chan, sCtrl->fBit, sCtrl->reqSeq); in L2capErfcProcessSFrame() 1101 L2capErfcProcessFBit(chan, iCtrl->fBit, iCtrl->reqSeq); in L2capErfcProcessIFrame()
|
Completed in 5 milliseconds