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 D | l2cap_core.h | 55 #define L2CAP_ERFC_PBIT_ON 0x01 macro
|
H A D | l2cap_core.c | 683 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 D | l2cap.c | 324 L2capSendSFrame(conn, chan, L2CAP_ERFC_PBIT_ON, L2CAP_ERFC_FBIT_OFF, L2CAP_ERFC_RR); in L2CAP_LocalBusy()
|