Hi guys. May I ask some questions for ble_app_hids_keyboard_pca10056_s113 project from 17.1.0 nRF5 SDK:
From this thread, HID keyboard with volume control with SDK 12
and a nRF Github example,
https://github.com/Rallare/nrf51_ble_app_hids_kbd_consumercontrol/blob/master/main.c
It sounded you cannot send volume up 0x80 or volume down 0x81 when only using the original ble_app_hids_keyboard_pca10056_s113 example.
Is this true that you always have to use the consumer control data to send volume up or down? Why won't keyboard 0x80 and 0x81 not work?
I'm testing this using iPhone 13 and Galaxy S22.