Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h82 #define BTA_HD_REPORT_LEN HID_DEV_MTU_SIZE
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c286 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_DEV_MTU_SIZE)) in hidd_l2cif_config_ind()
287 p_hcon->rem_mtu_size = HID_DEV_MTU_SIZE; in hidd_l2cif_config_ind()
597 hd_cb.l2cap_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
602 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h2096 #ifndef HID_DEV_MTU_SIZE
2097 #define HID_DEV_MTU_SIZE 64 macro