if REPORT_SIZE_USER_CONFIG can modify 64 in ble mode?

Hi

im develop my keyboard in 52840 by ncs sdk.To increase the transmission speed, I changed the value of REPORT_SIZE_USER_CONFIG to 64 when connecting the USB to the computer. However, I found that the HID script could not find the device when using BLE to connect. But when I changed this value back to 29, the script was able to find the device. Is there a way to modify the BLE MTU size so that the device can be discovered by the HID script when REPORT_SIZE_USER_CONFIG is set to 64?

Related