Searched refs:tx_win_sz (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.cc | 192 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_ind() 246 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, in sdp_connect_cfm() 328 p_cfg->fcr.tx_win_sz > sdp_cb.l2cap_my_cfg.fcr.tx_win_sz) { in sdp_config_ind() 329 p_cfg->fcr.tx_win_sz = sdp_cb.l2cap_my_cfg.fcr.tx_win_sz; in sdp_config_ind()
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 260 p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz); in l2c_fcr_cleanup() 383 p_ccb->peer_cfg.fcr.tx_win_sz)) { in l2c_fcr_is_flow_controlled() 1201 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_frame() 1226 p_ccb->our_cfg.fcr.tx_win_sz)) { in process_i_frame() 1258 p_ccb->our_cfg.fcr.tx_win_sz); in process_i_frame() 2106 if (p_ccb->peer_cfg.fcr.tx_win_sz > p_ccb->our_cfg.fcr.tx_win_sz) { in l2c_fcr_adj_our_rsp_options() 2108 __func__, p_ccb->peer_cfg.fcr.tx_win_sz, in l2c_fcr_adj_our_rsp_options() 2109 p_ccb->our_cfg.fcr.tx_win_sz); in l2c_fcr_adj_our_rsp_options() 2110 p_ccb->peer_cfg.fcr.tx_win_sz = p_ccb->our_cfg.fcr.tx_win_sz; in l2c_fcr_adj_our_rsp_options() 2114 p_cfg->fcr.tx_win_sz = p_ccb->peer_cfg.fcr.tx_win_sz; in l2c_fcr_adj_our_rsp_options() [all …]
|
D | l2c_utils.cc | 601 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz); in l2cu_send_peer_config_req() 697 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz); in l2cu_send_peer_config_rsp() 1974 if (p_cfg->fcr.tx_win_sz < p_ccb->our_cfg.fcr.tx_win_sz) in l2cu_process_peer_cfg_rsp() 1975 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp() 1977 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp() 1982 p_cfg->fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz, in l2cu_process_peer_cfg_rsp() 2021 p_cfg->fcr.max_transmit = p_cfg->fcr.tx_win_sz = 0; in l2cu_process_our_cfg_req() 2025 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3; in l2cu_process_our_cfg_req() 2569 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3; in l2cu_initialize_fixed_ccb()
|
D | l2c_main.cc | 530 STREAM_TO_UINT8(cfg_info.fcr.tx_win_sz, p); in process_l2cap_cmd() 651 STREAM_TO_UINT8(cfg_info.fcr.tx_win_sz, p); in process_l2cap_cmd()
|
/system/bt/stack/smp/ |
D | smp_l2c.cc | 65 fixed_reg.fixed_chnl_opts.tx_win_sz = 0; in smp_l2cap_if_init()
|
/system/bt/stack/include/ |
D | l2c_api.h | 146 uint8_t tx_win_sz; member
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 117 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 1896 .tx_win_sz = 1, in fcchan_get()
|