Searched refs:rtrans_tout (Results 1 - 10 of 10) sorted by relevance
/system/bt/stack/sdp/ |
H A D | sdp_main.c | 196 SDP_TRACE_DEBUG("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u", 198 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps); 252 SDP_TRACE_DEBUG("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u", 254 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
|
/system/bt/stack/smp/ |
H A D | smp_l2c.c | 60 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
|
/system/bt/stack/l2cap/ |
H A D | l2c_fcr.c | 181 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; 1962 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT; 1967 p_ccb->our_cfg.fcr.rtrans_tout = 0; 1970 L2CAP_TRACE_DEBUG ("l2c_fcr_adj_monitor_retran_timeout: mon_tout:%d, rtrans_tout:%d", 1971 p_ccb->our_cfg.fcr.mon_tout, p_ccb->our_cfg.fcr.rtrans_tout); 2012 p_cfg->fcr.rtrans_tout = p_ccb->our_cfg.fcr.rtrans_tout; 2180 p_cfg->fcr.rtrans_tout = p_cfg->fcr.mon_tout = p_cfg->fcr.mps = 0; 2181 p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = p_ccb->our_cfg.fcr.mps = 0;
|
H A D | l2c_main.c | 538 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p); 640 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
|
H A D | l2c_utils.c | 656 UINT16_TO_STREAM (p, p_cfg->fcr.rtrans_tout); 756 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout); 2057 p_ccb->peer_cfg.fcr.rtrans_tout = p_cfg->fcr.rtrans_tout; 2105 p_cfg->fcr.mon_tout = p_cfg->fcr.rtrans_tout = 0;
|
H A D | l2c_csm.c | 772 ** check p_ccb->our_cfg.fcr.mon_tout and p_ccb->our_cfg.fcr.rtrans_tout 776 &&((p_ccb->our_cfg.fcr.mon_tout == 0)||(p_ccb->our_cfg.fcr.rtrans_tout)))
|
/system/bt/stack/include/ |
H A D | l2c_api.h | 142 UINT16 rtrans_tout; member in struct:__anon1134
|
/system/bt/stack/gatt/ |
H A D | gatt_main.c | 113 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
|
/system/bt/bta/hl/ |
H A D | bta_hl_utils.c | 2618 p_dcb->chnl_cfg.fcr_opt.rtrans_tout = BTA_HL_L2C_RTRANS_TOUT; 2645 APPL_TRACE_DEBUG("tx_win_sz=%d, max_transmit=%d, rtrans_tout=%d, mon_tout=%d, mps=%d", 2648 p_dcb->chnl_cfg.fcr_opt.rtrans_tout,
|
/system/bt/bta/jv/ |
H A D | bta_jv_act.c | 2328 .rtrans_tout = 2000,
|
Completed in 125 milliseconds