Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c577 hd_cb.l2cap_intr_cfg.qos_present = TRUE; in HID_DevSetOutgoingQos()
578 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
579 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
580 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
581 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth; in HID_DevSetOutgoingQos()
582 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
583 hd_cb.l2cap_intr_cfg.qos.delay_variation = delay_variation; in HID_DevSetOutgoingQos()
Dhidd_conn.c217 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_ind()
264 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_cfm()
342 memcpy(&new_qos, &hd_cb.l2cap_intr_cfg, sizeof(new_qos)); in hidd_l2cif_config_cfm()
600 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
601 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
602 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
603 hd_cb.l2cap_intr_cfg.flush_to_present = TRUE; in hidd_conn_reg()
604 hd_cb.l2cap_intr_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h107 tL2CAP_CFG_INFO l2cap_intr_cfg; member