Home
last modified time | relevance | path

Searched refs:qos_present (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_utils.cc558 if (p_cfg->qos_present) in l2cu_send_peer_config_req()
592 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
654 if (p_cfg->qos_present) in l2cu_send_peer_config_rsp()
688 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
1894 if (p_cfg->qos_present) { in l2cu_process_peer_cfg_req()
1900 p_ccb->peer_cfg.qos_present = true; in l2cu_process_peer_cfg_req()
1909 else if (p_ccb->peer_cfg.qos_present) { in l2cu_process_peer_cfg_req()
1910 p_cfg->qos_present = true; in l2cu_process_peer_cfg_req()
1918 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1934 if (qos_type_ok) p_cfg->qos_present = false; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_main.cc449 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
486 cfg_info.qos_present = true; in process_l2cap_cmd()
598 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
621 cfg_info.qos_present = true; in process_l2cap_cmd()
Dl2c_api.cc898 if (p_cfg->qos_present) p_ccb->peer_cfg.qos_present = false; in L2CA_ConfigRsp()
2014 if (p_ccb->our_cfg.qos_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in L2CA_GetCurrentConfig()
Dl2c_csm.cc866 p_ccb->peer_cfg.qos_present = false; in l2c_csm_config()
/system/bt/stack/hid/
Dhidd_conn.cc357 if (cid == p_hcon->intr_cid && hd_cb.use_in_qos && !p_cfg->qos_present) { in hidd_l2cif_config_ind()
358 p_cfg->qos_present = TRUE; in hidd_l2cif_config_ind()
416 p_cfg->result == L2CAP_CFG_UNACCEPTABLE_PARAMS && p_cfg->qos_present) { in hidd_l2cif_config_cfm()
423 new_qos.qos_present = TRUE; in hidd_l2cif_config_cfm()
Dhidd_api.cc632 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()
/system/bt/stack/avct/
Davct_l2c_br.cc274 p_cfg->qos_present = false; in avct_l2c_br_config_ind_cback()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc629 p_cfg->qos_present = false; in rfc_mx_conf_ind()
/system/bt/stack/include/
Dl2c_api.h161 bool qos_present; member