Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c551 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
552 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd()
553 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
554 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd()
555 STREAM_TO_UINT32 (cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd()
556 STREAM_TO_UINT32 (cfg_info.qos.latency, p); in process_l2cap_cmd()
557 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p); in process_l2cap_cmd()
642 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
643 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd()
644 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
[all …]
Dl2c_utils.c710 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
711 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
712 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
713 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req()
714 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req()
715 UINT32_TO_STREAM (p, p_cfg->qos.latency); in l2cu_send_peer_config_req()
716 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req()
808 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_rsp()
809 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp()
810 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c578 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
579 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
580 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
581 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
582 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
583 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation; in HID_DevSetOutgoingQos()
Dhidd_conn.c296 memcpy(&p_cfg->qos, &hd_cb.in_qos, sizeof(FLOW_SPEC)); in hidd_l2cif_config_ind()
343 memcpy(&new_qos.qos, &p_cfg->qos, sizeof(FLOW_SPEC)); in hidd_l2cif_config_cfm()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c23 int qos = 0, addr4 = 0; in ccmp_aad_nonce() local
38 qos = 1; in ccmp_aad_nonce()
59 os_memcpy(pos, hdr + 1, addr4 * ETH_ALEN + qos * 2); in ccmp_aad_nonce()
61 if (qos) { in ccmp_aad_nonce()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h159 FLOW_SPEC qos; member