Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c667 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
703 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
768 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
801 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
2006 if (p_cfg->qos_present) { in l2cu_process_peer_cfg_req()
2012 p_ccb->peer_cfg.qos_present = 1; in l2cu_process_peer_cfg_req()
2020 else if (p_ccb->peer_cfg.qos_present) { in l2cu_process_peer_cfg_req()
2021 p_cfg->qos_present = 1; in l2cu_process_peer_cfg_req()
2028 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
2050 p_cfg->qos_present = 0; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_main.c503 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
522 cfg_info.qos_present = 1; in process_l2cap_cmd()
594 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
613 cfg_info.qos_present = 1; in process_l2cap_cmd()
Dl2c_api.c547 if (p_cfg->qos_present) { in L2CA_ConfigRsp()
548 p_ccb->peer_cfg.qos_present = 0; in L2CA_ConfigRsp()
2036 if (p_ccb->our_cfg.qos_present) { in L2CA_GetCurrentConfig()
Dl2c_csm.c785 p_ccb->peer_cfg.qos_present = 0; in l2c_csm_config()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c626 p_cfg->qos_present = 0; in rfc_mx_conf_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h157 BOOLEAN qos_present; member