Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c674 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
710 if (p_cfg->qos_present) { in l2cu_send_peer_config_req()
775 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
808 if (p_cfg->qos_present) { in l2cu_send_peer_config_rsp()
2013 if (p_cfg->qos_present) { in l2cu_process_peer_cfg_req()
2019 p_ccb->peer_cfg.qos_present = TRUE; in l2cu_process_peer_cfg_req()
2027 else if (p_ccb->peer_cfg.qos_present) { in l2cu_process_peer_cfg_req()
2028 p_cfg->qos_present = TRUE; in l2cu_process_peer_cfg_req()
2035 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
2057 p_cfg->qos_present = FALSE; 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 = TRUE; 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 = TRUE; in process_l2cap_cmd()
Dl2c_api.c547 if (p_cfg->qos_present) { in L2CA_ConfigRsp()
548 p_ccb->peer_cfg.qos_present = FALSE; in L2CA_ConfigRsp()
2036 if (p_ccb->our_cfg.qos_present) { in L2CA_GetCurrentConfig()
Dl2c_csm.c785 p_ccb->peer_cfg.qos_present = FALSE; in l2c_csm_config()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h157 BOOLEAN qos_present; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c626 p_cfg->qos_present = FALSE; in rfc_mx_conf_ind()