Searched refs:mon_tout (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.cc | 193 cfg.fcr.rtrans_tout, cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_ind() 247 cfg.fcr.rtrans_tout, cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_cfm()
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 176 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer() 2069 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout() 2072 p_ccb->our_cfg.fcr.mon_tout = 0; in l2c_fcr_adj_monitor_retran_timeout() 2078 p_ccb->our_cfg.fcr.mon_tout, p_ccb->our_cfg.fcr.rtrans_tout); in l2c_fcr_adj_monitor_retran_timeout() 2118 p_cfg->fcr.mon_tout = p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_adj_our_rsp_options() 2272 p_cfg->fcr.rtrans_tout = p_cfg->fcr.mon_tout = p_cfg->fcr.mps = 0; in l2c_fcr_process_peer_cfg_req() 2273 p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = in l2c_fcr_process_peer_cfg_req()
|
D | l2c_main.cc | 533 STREAM_TO_UINT16(cfg_info.fcr.mon_tout, p); in process_l2cap_cmd() 654 STREAM_TO_UINT16(cfg_info.fcr.mon_tout, p); in process_l2cap_cmd()
|
D | l2c_utils.cc | 604 UINT16_TO_STREAM(p, p_cfg->fcr.mon_tout); in l2cu_send_peer_config_req() 700 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.mon_tout); in l2cu_send_peer_config_rsp() 1969 p_ccb->peer_cfg.fcr.mon_tout = p_cfg->fcr.mon_tout; in l2cu_process_peer_cfg_rsp() 2018 p_cfg->fcr.mon_tout = p_cfg->fcr.rtrans_tout = 0; in l2cu_process_our_cfg_req()
|
D | l2c_csm.cc | 814 ((p_ccb->our_cfg.fcr.mon_tout == 0) || in l2c_csm_config()
|
/system/bt/stack/smp/ |
D | smp_l2c.cc | 63 fixed_reg.fixed_chnl_opts.mon_tout = 0; in smp_l2cap_if_init()
|
/system/bt/stack/include/ |
D | l2c_api.h | 149 uint16_t mon_tout; member
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 115 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 1894 .mon_tout = 12000, in fcchan_get()
|