Searched refs:ctrl_word (Results 1 – 1 of 1) sorted by relevance
95 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word);96 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);97 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack…101 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);403 UINT16 ctrl_word; in prepare_I_frame() local413 STREAM_TO_UINT16 (ctrl_word, p); in prepare_I_frame()415 ctrl_word &= ~(L2CAP_FCR_REQ_SEQ_BITS + L2CAP_FCR_F_BIT); in prepare_I_frame()419 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()420 ctrl_word |= (p_fcrb->next_tx_seq << L2CAP_FCR_TX_SEQ_BITS_SHIFT); /* Tx Seq */ in prepare_I_frame()429 ctrl_word |= L2CAP_FCR_F_BIT; in prepare_I_frame()[all …]