Hi
I am using nrf52832,SDK version:SDK : RF5_SDK_17.0.2.
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE). The REMOTE will be use for Volume up/down,Zoom in/out on two central.
The Central will connect with REMOTE(peripheral) and central will send data to peripheral for volume up/down and zoom in/out .
I am planning to use HID keyboard example code for peripheral(REMOTE) and ble_app_uart_c(CENTRAL).Can i do that for my use case or not.
I am using HID keyboard(peripheral) as I am not able to find HID remote example.
Please suggest can we you HID keyboard code for VOL up/down operation?