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.h363 #define L2CAP_FCR_SAR_BITS 0xC000 macro
/system/bt/stack/l2cap/
Dl2c_fcr.cc479 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
488 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
658 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()
1039 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()
1404 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in process_stream_frame()