Hi ,
I am using nrf52840 as a peripheral HID Remote control with multi-connections, and it is able to connect with all devices like phones, computers, smart televisions , fire-sticks ,etc at same time. But i need to add different controls according to device example: if any phone type device is connected then i need to control its brightness, if computer or laptop type device is connected then i need to adjust tabs and if it is connected to any fire-stick or smart TV then i need to control volume.
So is there any way from peripheral side to identify connected device type? I have gone through both sdk's(nrf5-SDK and nrf-connect-SDK) but not able to find any solution for this, while both device connect it does handshaking process and sends SDP(Service Discovery Protocol), can we use SDP to identify connected device type?