To realize multi touch in hid, we need to realize get report request to get the maximum number of support points and set report request to set touch mode.
In the SDK 15.3.0 ble app his keyboard routine, we see the P feature report initializer, but we don't see the get report request function.
The get report request function routine in the ble hid example in sdk15.3.0 is provided?