I have looked at few previous posts regarding integrating ble hid mouse and ble hid keyboard. But of no use, still stuck.
I have seen the following posts already
2) https://devzone.nordicsemi.com/f/nordic-q-a/4408/mouse-keyboard-combo
3) https://devzone.nordicsemi.com/f/nordic-q-a/49980/how-to-combine-hid-keyboard-and-hid-mouse
I have changed the report_map_data as per the posts, also changed the INPUT_REPORT_COUNT, input_report_array and all. By making slight changes to the hids_init() function alone, I'm able to use ble keyboard and ble mouse individually but not simultaneously. I checked the hids_composite example, but it is complicated for me to understand. Then there is nrf ready smart remote, but source code for the same is not available online (gave a search already).
Then in one post it was said to create separate ble_hids_init_t variables for mouse and keyboard, I tried that. Then I'm getting some fatal error.
Any help will be highly appreciated. Cheers