I’m trying to use BLEGATT API to connect to a keyboard from the app instead of using the TV settings. Currently I’m able to connect and pair to the device. But all the keyboard buttons are not working (notification supposely not enabled). I tried to enable the HID report notifications, I can see in the logs that the API " client/setCharacteristicNotification" returnValue = true, but in the BLE sniffer I don’t see any write request to enable notification in the peer device.
How can I enable HID report notification, or how can I inform the system that is a keyboard to attach, so the system enables all necessary notifications for the keyboard ?
Note: When I connect the keyboard using the TV settings it works file.
Thank you in advance.