Searched refs:ctrl_word (Results 1 – 1 of 1) sorted by relevance
90 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word);91 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);92 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word,99 uint16_t ctrl_word);417 uint16_t ctrl_word; in prepare_I_frame() local426 STREAM_TO_UINT16(ctrl_word, p); in prepare_I_frame()428 ctrl_word &= ~(L2CAP_FCR_REQ_SEQ_BITS + L2CAP_FCR_F_BIT); in prepare_I_frame()430 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()431 ctrl_word |= in prepare_I_frame()439 if (set_f_bit) ctrl_word |= L2CAP_FCR_F_BIT; in prepare_I_frame()[all …]