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.cc536 cfg_info.ext_flow_spec_present = true; in process_l2cap_cmd()
650 cfg_info.ext_flow_spec_present = true; in process_l2cap_cmd()
Dl2c_utils.cc564 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
620 if (p_cfg->ext_flow_spec_present) { in l2cu_send_peer_config_req()
658 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
710 if (p_cfg->ext_flow_spec_present) { in l2cu_send_peer_config_rsp()
Dl2c_api.cc845 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.cc1978 p_cfg->ext_flow_spec_present = in l2c_fcr_adj_our_req_options()
2029 p_cfg->ext_flow_spec_present = in l2c_fcr_adj_our_req_options()
2186 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