Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc579 if (p_cfg->qos_present) in l2cu_send_peer_config_req()
613 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
675 if (p_cfg->qos_present) in l2cu_send_peer_config_rsp()
709 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
1891 if (p_cfg->qos_present) { in l2cu_process_peer_cfg_req()
1897 p_ccb->peer_cfg.qos_present = true; in l2cu_process_peer_cfg_req()
1905 else if (p_ccb->peer_cfg.qos_present && !(p_ccb->config_done & IB_CFG_DONE)) { in l2cu_process_peer_cfg_req()
1906 p_cfg->qos_present = true; in l2cu_process_peer_cfg_req()
1914 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1930 if (qos_type_ok) p_cfg->qos_present = false; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_main.cc473 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
509 cfg_info.qos_present = true; in process_l2cap_cmd()
616 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
648 cfg_info.qos_present = true; in process_l2cap_cmd()
Dl2c_csm.cc1335 p_ccb->peer_cfg.qos_present = false; in l2c_csm_open()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h163 bool qos_present; member
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc639 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()