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?
Keywords:
Device:
Hi cmarius,
I am not able to answer the question since its out of scope of this forum, i suppose that you can post this question in android development forums. As far as i know in order to get what you like you would have to convert your application to system privileged, which requires modification of the system's image.
Thanks MT_dialog