Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc639 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()
641 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
642 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
643 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
644 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
645 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
646 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation; in HID_DevSetOutgoingQos()
Dhidd_int.h57 tL2CAP_CFG_INFO l2cap_intr_cfg; member
Dhidd_conn.cc581 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
582 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
583 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()