You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 be maintained BTW, have you tried flutter_blue_plus by boskosg?
i'm use flutter_blue scan ble not found AdvertiseData.
Example :
final AdvertiseData advertiseData = AdvertiseData( serviceUuid: 'bf27730d-860a-4e09-889c-2d8b6a9e0fe7', manufacturerId: 1234, manufacturerData: Uint8List.fromList([1, 2, 3, 4, 5, 6]), localName: 'TESTBLE', serviceDataUuid: 'TESTTEST')
Thank you.
The text was updated successfully, but these errors were encountered: