Does it Possible to identify connected central BLE devices type
Posted: Fri Sep 27, 2024 6:20 am
- Hi ,
- I am using ESP_Wroom-32 as a BLE 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(esp-idf and esp-matter) 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?