Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c664 p_ccb->fcrb.num_tries); in l2c_fcr_proc_pdu()
722 p_ccb->fcrb.num_tries = 0; in l2c_fcr_proc_pdu()
815 p_ccb->local_cid, p_ccb->fcrb.num_tries, in l2c_fcr_proc_tout()
824 …if ( (p_ccb->peer_cfg.fcr.max_transmit != 0) && (++p_ccb->fcrb.num_tries > p_ccb->peer_cfg.fcr.max… in l2c_fcr_proc_tout()
916 p_fcrb->num_tries = 0; in process_reqseq()
1417 && (p_ccb->fcrb.num_tries >= p_ccb->peer_cfg.fcr.max_transmit) ) { in retransmit_i_frames()
1419 …p_ccb->fcrb.last_rx_ack, p_ccb->local_cid, p_ccb->fcrb.num_tries, p_ccb->peer_cfg.fcr.max_transmit, in retransmit_i_frames()
1509 p_ccb->fcrb.num_tries++; in retransmit_i_frames()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h179 UINT8 num_tries; /* Number of retries to send a packet */ member