Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h275 #define L2CAP_FCR_SAR_BITS_SHIFT 14 /* Bits to shift right to get the SAR bits from ctrl… macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c490 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
499 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
694 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()
1342 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in process_stream_frame()