Home
last modified time | relevance | path

Searched refs:ext_flow_spec_present (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc551 cfg_info.ext_flow_spec_present = true; in process_l2cap_cmd()
665 cfg_info.ext_flow_spec_present = true; in process_l2cap_cmd()
Dl2c_utils.cc558 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
614 if (p_cfg->ext_flow_spec_present) { in l2cu_send_peer_config_req()
652 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
704 if (p_cfg->ext_flow_spec_present) { in l2cu_send_peer_config_rsp()
Dl2c_api.cc841 p_cfg->ext_flow_spec_present = false; in L2CA_ConfigReq()
2019 if (p_ccb->our_cfg.ext_flow_spec_present) in L2CA_GetCurrentConfig()
Dl2c_fcr.cc1982 p_cfg->ext_flow_spec_present = in l2c_fcr_adj_our_req_options()
2033 p_cfg->ext_flow_spec_present = in l2c_fcr_adj_our_req_options()
2190 p_ccb->our_cfg.ext_flow_spec_present = false; in l2c_fcr_renegotiate_chan()
/system/bt/stack/include/
Dl2c_api.h169 bool ext_flow_spec_present; member