Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc473 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
542 cfg_info.fcs_present = true; in process_l2cap_cmd()
616 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
677 cfg_info.fcs_present = true; in process_l2cap_cmd()
Dl2c_fcr.cc1741 p_ccb->our_cfg.fcs_present = false; in l2c_fcr_renegotiate_chan()
1834 if (p_cfg->fcs_present) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.cc583 if (p_cfg->fcs_present) in l2cu_send_peer_config_req()
635 if (p_cfg->fcs_present) { in l2cu_send_peer_config_req()
2012 p_cfg->fcs_present = false; in l2cu_process_our_cfg_req()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h169 bool fcs_present; /* Optionally bypasses FCS checks */ member