Searched refs:max_transmit (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/classic/cert/ |
D | cert_l2cap.py | 296 max_transmit=10, argument 312 rfc_opt.max_transmit = max_transmit 321 return CertL2cap.config_option_ertm(max_transmit=1)
|
D | l2cap_test.py | 840 …config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1, monito… 857 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1) 876 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=2, max_transmit=2) 900 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3) 924 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3)
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 922 p_ccb->local_cid, p_ccb->fcrb.num_tries, p_ccb->peer_cfg.fcr.max_transmit, in l2c_fcr_proc_tout() 929 if ((p_ccb->peer_cfg.fcr.max_transmit != 0) && in l2c_fcr_proc_tout() 930 (++p_ccb->fcrb.num_tries > p_ccb->peer_cfg.fcr.max_transmit)) { in l2c_fcr_proc_tout() 1537 (p_ccb->peer_cfg.fcr.max_transmit != 0) && in retransmit_i_frames() 1538 (p_ccb->fcrb.num_tries >= p_ccb->peer_cfg.fcr.max_transmit)) { in retransmit_i_frames() 1543 p_ccb->peer_cfg.fcr.max_transmit, in retransmit_i_frames() 2083 p_cfg->fcr.max_transmit = p_ccb->peer_cfg.fcr.max_transmit; in l2c_fcr_adj_our_rsp_options() 2238 p_cfg->fcr.max_transmit = p_ccb->our_cfg.fcr.max_transmit; in l2c_fcr_process_peer_cfg_req() 2245 p_cfg->fcr.max_transmit = p_cfg->fcr.tx_win_sz = 0; in l2c_fcr_process_peer_cfg_req()
|
D | l2c_main.cc | 532 STREAM_TO_UINT8(cfg_info.fcr.max_transmit, p); in process_l2cap_cmd() 653 STREAM_TO_UINT8(cfg_info.fcr.max_transmit, p); in process_l2cap_cmd()
|
D | l2c_utils.cc | 602 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_req() 698 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_rsp()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 168 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_ind() 222 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_cfm()
|
/system/bt/stack/include/ |
D | l2c_api.h | 123 uint8_t max_transmit; member
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 352 max_transmit : 8,
|