Searched refs:max_transmit (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 156 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/ |
D | l2c_fcr.c | 816 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()
|
D | l2c_main.c | 564 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()
|
D | l2c_utils.c | 723 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/ |
D | smp_l2c.c | 63 fixed_reg.fixed_chnl_opts.max_transmit = 0; in smp_l2cap_if_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 144 UINT8 max_transmit; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 122 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 2617 .max_transmit = 0xFF, in fcchan_get()
|