Searched refs:L2CAP_FCR_SEG_BITS (Results 1 – 2 of 2) sorted by relevance
317 #define L2CAP_FCR_SEG_BITS 0xC000 /* Mask to get the segmentation bits from ctrl-word … macro
427 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()1303 UINT16 sar_type = ctrl_word & L2CAP_FCR_SEG_BITS; in do_sar_reassembly()