Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h295 #define L2CAP_FCR_SAR_BITS 0xC000 /* Mask to get the SAR bits from control word */ macro
/system/bt/stack/l2cap/
Dl2c_fcr.c483 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
492 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
679 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()
957 … ls = ((BT_HDR *)(GKI_getfirst(&p_fcrb->waiting_for_ack_q)))->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()
1326 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in process_stream_frame()