Searched refs:ctrl_word (Results 1 – 1 of 1) sorted by relevance
87 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word);88 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);89 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word,95 uint16_t ctrl_word);295 uint16_t ctrl_word; in prepare_I_frame() local304 STREAM_TO_UINT16(ctrl_word, p); in prepare_I_frame()306 ctrl_word &= ~(L2CAP_FCR_REQ_SEQ_BITS + L2CAP_FCR_F_BIT); in prepare_I_frame()308 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()309 ctrl_word |= in prepare_I_frame()317 if (set_f_bit) ctrl_word |= L2CAP_FCR_F_BIT; in prepare_I_frame()[all …]