Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c1089 UINT8 tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local
1149next_srej = (((BT_HDR *)GKI_getlast(&p_fcrb->srej_rcv_hold_q))->layer_specific + 1) & L2CAP_FCR_SE… in process_i_frame()
1151 …if ( (tx_seq == next_srej) && (GKI_queue_length(&p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx_… in process_i_frame()
1181 …p_ccb->local_cid, next_srej, GKI_queue_length(&p_fcrb->srej_rcv_hold_q), p_ccb->our_cfg.fcr.tx_win… in process_i_frame()