Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h277 #define L2CAP_FCR_S_FRAME_BIT 0x0001 /* Mask to check if a PDU is S-frame */ macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c549 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT; in l2c_fcr_send_S_frame()
667 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) 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()
768 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in l2c_fcr_proc_pdu()
790 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in l2c_fcr_proc_pdu()
937 if ( (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in process_reqseq()
1332 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in process_stream_frame()
2330 || ((UINT8)(ctrl_word & L2CAP_FCR_S_FRAME_BIT) != p_cfg->type) ) in l2c_corrupt_the_fcr_packet()
2369 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in l2c_corrupt_the_fcr_packet()
2376 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT) in l2c_corrupt_the_fcr_packet()