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.c499 cfg_info.ext_flow_spec_present = TRUE; in process_l2cap_cmd()
601 cfg_info.ext_flow_spec_present = TRUE; in process_l2cap_cmd()
Dl2c_utils.c618 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
678 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
718 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
771 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
Dl2c_api.c808 p_cfg->ext_flow_spec_present = FALSE; in L2CA_ConfigReq()
2048 if (p_ccb->our_cfg.ext_flow_spec_present) in L2CA_GetCurrentConfig()
Dl2c_fcr.c2031 … p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */ in l2c_fcr_adj_our_req_options()
2082 … p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */ in l2c_fcr_adj_our_req_options()
2252 p_ccb->our_cfg.ext_flow_spec_present = FALSE; in l2c_fcr_renegotiate_chan()
/system/bt/stack/include/
Dl2c_api.h166 BOOLEAN ext_flow_spec_present; member