/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 | 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 | 186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; [all...] |
l2c_main.c | 508 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p); 610 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p); [all...] |
l2c_utils.c | 587 UINT16_TO_STREAM (p, p_cfg->fcr.rtrans_tout); 687 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:__anon1104 [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_main.c | 104 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; [all...] |
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_utils.c | [all...] |