Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c519 if (pf_bit == L2CAP_FCR_P_BIT) { in l2c_fcr_send_S_frame()
565 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_send_S_frame()
573 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_send_S_frame()
640 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_proc_pdu()
647 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_proc_pdu()
695 if ( (ctrl_word & L2CAP_FCR_P_BIT) && (ctrl_word & L2CAP_FCR_S_FRAME_BIT) ) { in l2c_fcr_proc_pdu()
718 ctrl_word &= ~L2CAP_FCR_P_BIT; in l2c_fcr_proc_pdu()
829 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RNR, L2CAP_FCR_P_BIT); in l2c_fcr_proc_tout()
831 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RR, L2CAP_FCR_P_BIT); in l2c_fcr_proc_tout()
887 && ((ctrl_word & L2CAP_FCR_P_BIT) == 0) ) { in process_reqseq()
[all …]
Dl2c_api.c1015 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RR, L2CAP_FCR_P_BIT); in L2CA_FlowControl()
1050 …l2c_fcr_send_S_frame (p_ccb, (UINT16)(sup_type & 3), (UINT16)(sup_type & (L2CAP_FCR_P_BIT | L2CAP_… in L2CA_SendTestSFrame()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h312 #define L2CAP_FCR_P_BIT 0x0010 /* P-bit in the control word (Sup frames only) */ macro