Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.cc552 if (p_cfg->qos_present) in l2cu_send_peer_config_req()
586 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
648 if (p_cfg->qos_present) in l2cu_send_peer_config_rsp()
682 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
1901 if (p_cfg->qos_present) { in l2cu_process_peer_cfg_req()
1907 p_ccb->peer_cfg.qos_present = true; in l2cu_process_peer_cfg_req()
1916 else if (p_ccb->peer_cfg.qos_present) { in l2cu_process_peer_cfg_req()
1917 p_cfg->qos_present = true; in l2cu_process_peer_cfg_req()
1925 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1941 if (qos_type_ok) p_cfg->qos_present = false; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_main.cc464 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
501 cfg_info.qos_present = true; in process_l2cap_cmd()
613 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
636 cfg_info.qos_present = true; in process_l2cap_cmd()
Dl2c_api.cc894 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.cc880 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.cc627 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/include/
Dl2c_api.h161 bool qos_present; member
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc637 p_cfg->qos_present = false; in rfc_mx_conf_ind()