Home
last modified time | relevance | path

Searched refs:mon_tout (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.c200 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_ind()
256 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_cfm()
/system/bt/stack/l2cap/
Dl2c_fcr.c183 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()
2120 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout()
2125 p_ccb->our_cfg.fcr.mon_tout = 0; in l2c_fcr_adj_monitor_retran_timeout()
2130 p_ccb->our_cfg.fcr.mon_tout, p_ccb->our_cfg.fcr.rtrans_tout); in l2c_fcr_adj_monitor_retran_timeout()
2170 p_cfg->fcr.mon_tout = p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_adj_our_rsp_options()
2340 p_cfg->fcr.rtrans_tout = p_cfg->fcr.mon_tout = p_cfg->fcr.mps = 0; in l2c_fcr_process_peer_cfg_req()
2341 … p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = p_ccb->our_cfg.fcr.mps = 0; in l2c_fcr_process_peer_cfg_req()
Dl2c_main.c489 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p); in process_l2cap_cmd()
591 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p); in process_l2cap_cmd()
Dl2c_utils.c667 UINT16_TO_STREAM (p, p_cfg->fcr.mon_tout); in l2cu_send_peer_config_req()
767 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.mon_tout); in l2cu_send_peer_config_rsp()
2114 p_ccb->peer_cfg.fcr.mon_tout = p_cfg->fcr.mon_tout; in l2cu_process_peer_cfg_rsp()
2161 p_cfg->fcr.mon_tout = p_cfg->fcr.rtrans_tout = 0; in l2cu_process_our_cfg_req()
Dl2c_csm.c900 &&((p_ccb->our_cfg.fcr.mon_tout == 0)||(p_ccb->our_cfg.fcr.rtrans_tout))) in l2c_csm_config()
/system/bt/stack/smp/
Dsmp_l2c.c63 fixed_reg.fixed_chnl_opts.mon_tout = 0; in smp_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h145 UINT16 mon_tout; member
/system/bt/stack/gatt/
Dgatt_main.c114 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
/system/bt/bta/hl/
Dbta_hl_utils.c2581 p_dcb->chnl_cfg.fcr_opt.mon_tout = BTA_HL_L2C_MON_TOUT; in bta_hl_set_dch_chan_cfg()
2611 p_dcb->chnl_cfg.fcr_opt.mon_tout, in bta_hl_set_dch_chan_cfg()
/system/bt/bta/jv/
Dbta_jv_act.c2252 .mon_tout = 12000, in fcchan_get()