Csaba Toth
Csaba Toth
Maybe I'm wrong but don't Flutter Reactive BLE use ProtoBufs as well? https://github.com/PhilipsHue/flutter_reactive_ble/tree/master/packages/reactive_ble_mobile/protos Regardless: thanks for the work
> @MrCsabaToth Its mobile implementation (`reactive_ble_mobile`) is based on protobuf but the platform interface itself (`reactive_ble_platform_interface`) has nothing to do with protobuf. I used platform channels to implement the platform...
Sorry to hear. I was hopeful that since Phillips is behind it due to Phillips Hue, it won't get to that point. Let's hope a maintainer will pop up and...
Are you using flutter_blue_peripherial and flutte_blue in the same project? Your description is very terse, could you share some more code or give more details? Flutter blue doesn't seem to...
Can you rephrase the question? The sole purpose of this library is to mimic a BLE device using your phone.
I'm looking at the code and I don't see how to communicate data via the advertised service. For me there wouldn't be reasonable to advertise something without being able to...
Looks like there's a ton of commented TODO code related to `sendData` and setting up a server and characteristic. I tried to brush it up but my problem is that...
Badly needed
That'd be dope! I'll try that next week!
> I try function call by this post, but is not works. Gemini return this: > > ``` > I need to access a live exchange rate API to answer...