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

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 54 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
  /external/bluetooth/bluedroid/stack/sdp/
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);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
    [all...]
l2c_main.c 539 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
641 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
    [all...]
l2c_utils.c 651 UINT16_TO_STREAM (p, p_cfg->fcr.rtrans_tout);
751 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout);
    [all...]
l2c_csm.c 779 ** check p_ccb->our_cfg.fcr.mon_tout and p_ccb->our_cfg.fcr.rtrans_tout
783 &&((p_ccb->our_cfg.fcr.mon_tout == 0)||(p_ccb->our_cfg.fcr.rtrans_tout)))
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 140 UINT16 rtrans_tout; member in struct:__anon6190
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 108 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c     [all...]

Completed in 644 milliseconds