Home
last modified time | relevance | path

Searched refs:l2cap_intr_cfg (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/hid/
Dhidd_api.cc627 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()
629 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
630 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
631 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
632 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
633 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
634 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation; in HID_DevSetOutgoingQos()
Dhidd_int.h53 tL2CAP_CFG_INFO l2cap_intr_cfg; member
Dhidd_conn.cc262 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_ind()
320 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_cfm()
421 memcpy(&new_qos, &hd_cb.l2cap_intr_cfg, sizeof(new_qos)); in hidd_l2cif_config_cfm()
759 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
760 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
761 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
762 hd_cb.l2cap_intr_cfg.flush_to_present = TRUE; in hidd_conn_reg()
763 hd_cb.l2cap_intr_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()