Home
last modified time | relevance | path

Searched refs:ctrl_word (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc82 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word);
83 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);
84 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word, bool delay_ack);
87 static bool do_sar_reassembly(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);
281 uint16_t ctrl_word; in prepare_I_frame() local
292 STREAM_TO_UINT16(ctrl_word, p); in prepare_I_frame()
294 ctrl_word &= ~(L2CAP_FCR_REQ_SEQ_BITS + L2CAP_FCR_F_BIT); in prepare_I_frame()
296 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()
297 ctrl_word |= (p_fcrb->next_tx_seq << L2CAP_FCR_TX_SEQ_BITS_SHIFT); /* Tx Seq */ in prepare_I_frame()
305 ctrl_word |= L2CAP_FCR_F_BIT; in prepare_I_frame()
[all …]