Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/l2cap/
H A Dl2c_fcr.cc782 p_ccb->local_cid, p_ccb->fcrb.num_tries, p_ccb->peer_cfg.fcr.max_transmit, in l2c_fcr_proc_tout()
785 if ((p_ccb->peer_cfg.fcr.max_transmit != 0) && in l2c_fcr_proc_tout()
786 (++p_ccb->fcrb.num_tries > p_ccb->peer_cfg.fcr.max_transmit)) { in l2c_fcr_proc_tout()
1273 (p_ccb->peer_cfg.fcr.max_transmit != 0) && in retransmit_i_frames()
1274 (p_ccb->fcrb.num_tries >= p_ccb->peer_cfg.fcr.max_transmit)) { in retransmit_i_frames()
1279 p_ccb->peer_cfg.fcr.max_transmit, in retransmit_i_frames()
1677 p_cfg->fcr.max_transmit = p_ccb->peer_cfg.fcr.max_transmit; in l2c_fcr_adj_our_rsp_options()
1816 p_cfg->fcr.max_transmit = p_ccb->our_cfg.fcr.max_transmit; in l2c_fcr_process_peer_cfg_req()
1823 p_cfg->fcr.max_transmit = p_cfg->fcr.tx_win_sz = 0; in l2c_fcr_process_peer_cfg_req()
H A Dl2c_main.cc554 STREAM_TO_UINT8(cfg_info.fcr.max_transmit, p); in process_l2cap_cmd()
693 STREAM_TO_UINT8(cfg_info.fcr.max_transmit, p); in process_l2cap_cmd()
H A Dl2c_utils.cc628 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_req()
724 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_rsp()
/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dcert_l2cap.py300 max_transmit=10, argument
316 rfc_opt.max_transmit = max_transmit
325 return CertL2cap.config_option_ertm(max_transmit=1)
H A Dl2cap_test.py841 …config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1, monito…
858 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1)
877 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=2, max_transmit=2)
901 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3)
925 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3)
/aosp12/system/bt/stack/include/
H A Dl2c_api.h112 uint8_t max_transmit; member
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packets.pdl357 max_transmit : 8,