juliansteenbakker / flutter_ble_peripheral

A Flutter package for advertising BLE data in peripheral mode
BSD 3-Clause "New" or "Revised" License
72 stars 50 forks source link

Use as HID device #144

Closed taavirubenhagen closed 1 year ago

taavirubenhagen commented 1 year ago

I can't find any documentation about the actual data exchange between the devices, only about the advertising. Is the actual functionality that would be needed to mimic an extremely minimalist, yet complete bluetooth device on Android available yet, and if yes, how can I read and write data? Ideally, the app that I'm building should be able to turn my phone into a PC remote control device, but really any kind of data exchange could help for a workaround.

rohitsangwan01 commented 1 year ago

Hey @taavirubenhagen have you find any solution, i was also looking to do something similar for some hid mouse related task, so created a sdk, its not polished yet, but you can give this a try,

taavirubenhagen commented 1 year ago

I decided to switch to WiFi communication instead since it is easier in general, but this looks exactly like what I had been searching for, thank you