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.h361 #define L2CAP_FCR_SAR_BITS 0xC000 macro
/system/bt/stack/l2cap/
Dl2c_fcr.cc357 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
366 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in prepare_I_frame()
519 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT], in l2c_fcr_proc_pdu()
876 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()