Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h313 #define L2CAP_FCR_SAR_BITS_SHIFT 14 /* Bits to shift right to get the SAR bits from ctrl… macro
/system/bt/stack/l2cap/
Dl2c_fcr.c470 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
479 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
652 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()
1385 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in process_stream_frame()