Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc464 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
490 cfg_info.flush_to_present = true; in process_l2cap_cmd()
607 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
631 cfg_info.flush_to_present = true; in process_l2cap_cmd()
Dl2c_utils.cc579 if (p_cfg->flush_to_present) in l2cu_send_peer_config_req()
610 if (p_cfg->flush_to_present) { in l2cu_send_peer_config_req()
675 if (p_cfg->flush_to_present) in l2cu_send_peer_config_rsp()
706 if (p_cfg->flush_to_present) { in l2cu_send_peer_config_rsp()
1876 if (p_cfg->flush_to_present) { in l2cu_process_peer_cfg_req()
1882 p_ccb->peer_cfg.flush_to_present = true; in l2cu_process_peer_cfg_req()
1887 else if (p_ccb->peer_cfg.flush_to_present && in l2cu_process_peer_cfg_req()
1889 p_cfg->flush_to_present = true; in l2cu_process_peer_cfg_req()
1917 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1932 if (flush_to_ok) p_cfg->flush_to_present = false; in l2cu_process_peer_cfg_req()
Dl2c_csm.cc1320 p_ccb->peer_cfg.flush_to_present = false; in l2c_csm_open()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h164 bool flush_to_present; member