Searched refs:HID_HOST_MTU (Results 1 – 2 of 2) sorted by relevance
104 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU; in hidh_conn_reg()108 nullptr, HID_HOST_MTU, 0, in hidh_conn_reg()117 nullptr, HID_HOST_MTU, 0, in hidh_conn_reg()398 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) in hidh_l2cif_config_ind()399 p_hcon->rem_mtu_size = HID_HOST_MTU; in hidh_l2cif_config_ind()
928 #ifndef HID_HOST_MTU929 #define HID_HOST_MTU 640 macro