Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c519 cfg_info.ext_flow_spec_present = TRUE; in process_l2cap_cmd()
621 cfg_info.ext_flow_spec_present = TRUE; in process_l2cap_cmd()
Dl2c_api.c458 p_cfg->ext_flow_spec_present = FALSE; in L2CA_ConfigReq()
1585 if (p_ccb->our_cfg.ext_flow_spec_present) in L2CA_GetCurrentConfig()
Dl2c_utils.c515 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
575 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_req()
615 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
668 if (p_cfg->ext_flow_spec_present) in l2cu_send_peer_config_rsp()
Dl2c_fcr.c1901 … p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */ in l2c_fcr_adj_our_req_options()
1952 … p_cfg->ext_flow_spec_present = FALSE; /* Illegal to use extended flow spec in basic mode */ in l2c_fcr_adj_our_req_options()
2116 p_ccb->our_cfg.ext_flow_spec_present = FALSE; in l2c_fcr_renegotiate_chan()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h162 BOOLEAN ext_flow_spec_present; member