Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c597 if (p_cfg->qos_present) in l2cu_send_peer_config_req()
632 if (p_cfg->qos_present) in l2cu_send_peer_config_req()
699 if (p_cfg->qos_present) in l2cu_send_peer_config_rsp()
732 if (p_cfg->qos_present) in l2cu_send_peer_config_rsp()
1961 if (p_cfg->qos_present) in l2cu_process_peer_cfg_req()
1969 p_ccb->peer_cfg.qos_present = TRUE; in l2cu_process_peer_cfg_req()
1979 else if (p_ccb->peer_cfg.qos_present) in l2cu_process_peer_cfg_req()
1981 p_cfg->qos_present = TRUE; in l2cu_process_peer_cfg_req()
1989 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
2011 p_cfg->qos_present = FALSE; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_main.c500 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
521 cfg_info.qos_present = TRUE; in process_l2cap_cmd()
602 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
623 cfg_info.qos_present = TRUE; in process_l2cap_cmd()
Dl2c_api.c520 if (p_cfg->qos_present) in L2CA_ConfigRsp()
521 p_ccb->peer_cfg.qos_present = FALSE; in L2CA_ConfigRsp()
1657 if (p_ccb->our_cfg.qos_present) in L2CA_GetCurrentConfig()
Dl2c_csm.c842 p_ccb->peer_cfg.qos_present = FALSE; in l2c_csm_config()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h154 BOOLEAN qos_present; member
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c649 p_cfg->qos_present = FALSE; in rfc_mx_conf_ind()