Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c540 if (pf_bit == L2CAP_FCR_P_BIT) in l2c_fcr_send_S_frame()
597 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_send_S_frame()
607 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_send_S_frame()
677 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_proc_pdu()
686 (ctrl_word & L2CAP_FCR_P_BIT) >> L2CAP_FCR_P_BIT_SHIFT, in l2c_fcr_proc_pdu()
746 if ( (ctrl_word & L2CAP_FCR_P_BIT) && (ctrl_word & L2CAP_FCR_S_FRAME_BIT) ) in l2c_fcr_proc_pdu()
769 ctrl_word &= ~L2CAP_FCR_P_BIT; in l2c_fcr_proc_pdu()
884 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RNR, L2CAP_FCR_P_BIT); in l2c_fcr_proc_tout()
886 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RR, L2CAP_FCR_P_BIT); in l2c_fcr_proc_tout()
939 && ((ctrl_word & L2CAP_FCR_P_BIT) == 0) ) in process_reqseq()
[all …]
Dl2c_api.c968 l2c_fcr_send_S_frame (p_ccb, L2CAP_FCR_SUP_RR, L2CAP_FCR_P_BIT); in L2CA_FlowControl()
1002 …l2c_fcr_send_S_frame (p_ccb, (UINT16)(sup_type & 3), (UINT16)(sup_type & (L2CAP_FCR_P_BIT | L2CAP_… in L2CA_SendTestSFrame()
/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h284 #define L2CAP_FCR_P_BIT 0x0010 /* P-bit in the control word (Sup frames only) */ macro