Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h55 #define L2CAP_ERFC_PBIT_ON 0x01 macro
H A Dl2cap_core.c683 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RNR); in L2capErfcMonitorTimeout()
685 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RR); in L2capErfcMonitorTimeout()
728 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RNR); in L2capErfcRetransmissionTimeout()
730 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RR); in L2capErfcRetransmissionTimeout()
1018 if (sCtrl->pBit == L2CAP_ERFC_PBIT_ON) { in L2capErfcProcessSFrame()
1024 if (sCtrl->pBit == L2CAP_ERFC_PBIT_ON) { in L2capErfcProcessSFrame()
H A Dl2cap.c324 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RR); in L2CAP_LocalBusy()