We developed a ble hid mouse using ble_app_hid mouse example. When our mouse used in MAC os scroll wheel function is not working as expected i.e. when we scroll there is only a small scroll movement detected. So we searched online for solutions and we found something called "Resolution Multiplier" in hid descriptor. so we need to add this "Resolution Multiplier" in the mouse hid descriptor, it is a feature report, so please help us to add "Resolution Multiplier" hid usage in the form of a feature report.
Thank you