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 621 hd_cb.l2cap_intr_cfg.qos_present = TRUE;
623 hd_cb.l2cap_intr_cfg.qos.service_type = service_type;
624 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate;
625 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size;
626 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth;
627 hd_cb.l2cap_intr_cfg.qos.latency = latency;
628 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation;
hidd_conn.cc 262 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg);
320 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg);
421 memcpy(&new_qos, &hd_cb.l2cap_intr_cfg, sizeof(new_qos));
753 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO));
754 hd_cb.l2cap_intr_cfg.mtu_present = TRUE;
755 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE;
756 hd_cb.l2cap_intr_cfg.flush_to_present = TRUE;
757 hd_cb.l2cap_intr_cfg.flush_to = HID_DEV_FLUSH_TO;

Completed in 76 milliseconds