Home
last modified time | relevance | path

Searched refs:HID_HOST_MTU (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c96 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU; in hidh_conn_reg()
445 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) { in hidh_l2cif_config_ind()
446 p_hcon->rem_mtu_size = HID_HOST_MTU; in hidh_l2cif_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h2136 #ifndef HID_HOST_MTU
2137 #define HID_HOST_MTU 640 macro