Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dl2cdefs.h466 #define L2CAP_FCR_SAR_BITS_SHIFT 14 macro
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc356 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
365 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
518 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()