Home
last modified time | relevance | path

Searched refs:flush_to_present (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc483 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
511 cfg_info.flush_to_present = true; in process_l2cap_cmd()
638 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
662 cfg_info.flush_to_present = true; in process_l2cap_cmd()
Dl2c_utils.cc576 if (p_cfg->flush_to_present) in l2cu_send_peer_config_req()
607 if (p_cfg->flush_to_present) { in l2cu_send_peer_config_req()
672 if (p_cfg->flush_to_present) in l2cu_send_peer_config_rsp()
703 if (p_cfg->flush_to_present) { in l2cu_send_peer_config_rsp()
1845 if (p_cfg->flush_to_present) { in l2cu_process_peer_cfg_req()
1851 p_ccb->peer_cfg.flush_to_present = true; in l2cu_process_peer_cfg_req()
1856 else if (p_ccb->peer_cfg.flush_to_present && in l2cu_process_peer_cfg_req()
1858 p_cfg->flush_to_present = true; in l2cu_process_peer_cfg_req()
1886 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1901 if (flush_to_ok) p_cfg->flush_to_present = false; in l2cu_process_peer_cfg_req()
Dl2c_csm.cc1204 p_ccb->peer_cfg.flush_to_present = false; in l2c_csm_open()
/system/bt/stack/include/
Dl2c_api.h152 bool flush_to_present; member