Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.cc533 STREAM_TO_UINT8(cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
534 STREAM_TO_UINT8(cfg_info.qos.service_type, p); in process_l2cap_cmd()
535 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
536 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd()
537 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd()
538 STREAM_TO_UINT32(cfg_info.qos.latency, p); in process_l2cap_cmd()
539 STREAM_TO_UINT32(cfg_info.qos.delay_variation, p); in process_l2cap_cmd()
676 STREAM_TO_UINT8(cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
677 STREAM_TO_UINT8(cfg_info.qos.service_type, p); in process_l2cap_cmd()
678 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
[all …]
Dl2c_utils.cc615 UINT8_TO_STREAM(p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
616 UINT8_TO_STREAM(p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
617 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
618 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req()
619 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req()
620 UINT32_TO_STREAM(p, p_cfg->qos.latency); in l2cu_send_peer_config_req()
621 UINT32_TO_STREAM(p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req()
711 UINT8_TO_STREAM(p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_rsp()
712 UINT8_TO_STREAM(p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp()
713 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
[all …]
/system/bt/stack/hid/
Dhidd_api.cc586 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
587 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
588 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
589 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
590 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
591 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation; in HID_DevSetOutgoingQos()
/system/bt/stack/include/
Dl2c_api.h151 FLOW_SPEC qos; member