Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c156 sdp_cb.l2cap_my_cfg.fcr.max_transmit = 0xff; in sdp_init()
274 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_ind()
326 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c816 p_ccb->peer_cfg.fcr.max_transmit, 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()
1416 && (p_ccb->peer_cfg.fcr.max_transmit != 0) in retransmit_i_frames()
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()
1893 p_cfg->fcr.max_transmit = p_ccb->peer_cfg.fcr.max_transmit; in l2c_fcr_adj_our_rsp_options()
2041 p_cfg->fcr.max_transmit = p_ccb->our_cfg.fcr.max_transmit; in l2c_fcr_process_peer_cfg_req()
2048 p_cfg->fcr.max_transmit = p_cfg->fcr.tx_win_sz = 0; in l2c_fcr_process_peer_cfg_req()
Dl2c_main.c564 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p); in process_l2cap_cmd()
655 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p); in process_l2cap_cmd()
Dl2c_utils.c723 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_req()
821 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit); in l2cu_send_peer_config_rsp()
2150 p_cfg->fcr.max_transmit = p_cfg->fcr.tx_win_sz = 0; in l2cu_process_our_cfg_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c63 fixed_reg.fixed_chnl_opts.max_transmit = 0; in smp_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h144 UINT8 max_transmit; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c122 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2617 .max_transmit = 0xFF, in fcchan_get()