Home
last modified time | relevance | path

Searched refs:pBit (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h82 int L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit);
H A Dl2cap_inst.h117 uint8_t pBit : 1; member
H A Dl2cap_core.c507 int L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit) in L2capSendSFrame() argument
519 sCtrl.pBit = pBit; in L2capSendSFrame()
1012 if ((sCtrl->sBit != L2CAP_ERFC_SREJ) || (sCtrl->pBit != L2CAP_ERFC_PBIT_OFF)) { in L2capErfcProcessSFrame()
1018 if (sCtrl->pBit == L2CAP_ERFC_PBIT_ON) { in L2capErfcProcessSFrame()
1024 if (sCtrl->pBit == L2CAP_ERFC_PBIT_ON) { in L2capErfcProcessSFrame()

Completed in 4 milliseconds