HomeSort by relevance Sort by last modified time
    Searched refs:l2cap_intr_cfg (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/hid/
hidd_int.h 53 tL2CAP_CFG_INFO l2cap_intr_cfg; member in struct:dev_ctb
hidd_api.cc 623 hd_cb.l2cap_intr_cfg.qos_present = TRUE;
625 hd_cb.l2cap_intr_cfg.qos.service_type = service_type;
626 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate;
627 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size;
628 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth;
629 hd_cb.l2cap_intr_cfg.qos.latency = latency;
630 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation;
hidd_conn.cc 265 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg);
323 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg);
424 memcpy(&new_qos, &hd_cb.l2cap_intr_cfg, sizeof(new_qos));
756 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO));
757 hd_cb.l2cap_intr_cfg.mtu_present = TRUE;
758 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE;
759 hd_cb.l2cap_intr_cfg.flush_to_present = TRUE;
760 hd_cb.l2cap_intr_cfg.flush_to = HID_DEV_FLUSH_TO;

Completed in 85 milliseconds