Hello all,
I have tried to implement a multimedia remote but without success since I cannot enable the notifications for Report characteristic in an Android phone due to android restrictions.
When I try to enable it I get disconnected with reason: Need BLUETOOTH PRIVILEGED permission. From what I searched this is active for google or system applications only.
Has anyone else implemented a custom HID over GATT report and working with Android phones?
Is there any other solution to send play, pause, volume up/down, next, etc. events beside making my own protocol?