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

How to scan AdvertiseData ble. #108

Open BondPiyapan opened 1 year ago

BondPiyapan commented 1 year ago

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.

MrCsabaToth commented 1 year ago

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?