Home
last modified time | relevance | path

Searched refs:L2CAP_FCR_S_FRAME_BIT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h305 #define L2CAP_FCR_S_FRAME_BIT 0x0001 /* Mask to check if a PDU is S-frame */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c527 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT; in l2c_fcr_send_S_frame()
632 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) { 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()
717 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) { in l2c_fcr_proc_pdu()
738 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) { in l2c_fcr_proc_pdu()
885 if ( (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in process_reqseq()
1249 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) { in process_stream_frame()