Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc88 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word);
89 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);
90 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word,
97 uint16_t ctrl_word);
415 uint16_t ctrl_word; in prepare_I_frame() local
424 STREAM_TO_UINT16(ctrl_word, p); in prepare_I_frame()
426 ctrl_word &= ~(L2CAP_FCR_REQ_SEQ_BITS + L2CAP_FCR_F_BIT); in prepare_I_frame()
428 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()
429 ctrl_word |= in prepare_I_frame()
437 if (set_f_bit) ctrl_word |= L2CAP_FCR_F_BIT; in prepare_I_frame()
[all …]