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

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 55 fixed_reg.fixed_chnl_opts.mon_tout = 0;
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 194 SDP_TRACE_DEBUG6("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
196 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
250 SDP_TRACE_DEBUG6("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
252 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
    [all...]
l2c_main.c 509 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
611 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
    [all...]
l2c_utils.c 577 UINT16_TO_STREAM (p, p_cfg->fcr.mon_tout);
677 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.mon_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 141 UINT16 mon_tout; member in struct:__anon3366
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 101 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c     [all...]

Completed in 187 milliseconds