HomeSort by relevance Sort by last modified time
    Searched refs:tx_win_sz (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/sdp/
sdp_main.c 199 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
255 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
347 && p_cfg->fcr.tx_win_sz > sdp_cb.l2cap_my_cfg.fcr.tx_win_sz)
349 p_cfg->fcr.tx_win_sz = sdp_cb.l2cap_my_cfg.fcr.tx_win_sz;
  /system/bt/stack/l2cap/
l2c_fcr.c 259 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz );
368 || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) )
    [all...]
l2c_utils.c 664 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
764 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
    [all...]
l2c_main.c 486 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
588 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
    [all...]
  /system/bt/stack/smp/
smp_l2c.c 65 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
  /system/bt/stack/include/
l2c_api.h 142 UINT8 tx_win_sz; member in struct:__anon72761
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 116 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.c     [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]

Completed in 70 milliseconds