Searched refs:l2cap_intr_cfg (Results 1 – 3 of 3) sorted by relevance
584 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()586 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()
56 tL2CAP_CFG_INFO l2cap_intr_cfg; member
561 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()562 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()563 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()