dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
530 stars 194 forks source link

AdvertisementData on iOS is empty #597

Open Smibser opened 3 years ago

Smibser commented 3 years ago

I want to access the manufacturerData of a BLE device without connecting to it using the AdvertisementData. On Android, I can access the manufacturerData and it is filled with data: Zrzut ekranu 2021-04-7 o 15 21 07

But on iOS, the manufacturerData in null: Zrzut ekranu 2021-04-7 o 15 23 31

meridorkobi commented 2 years ago

Hello Is this plugin support ios passive scanning to find the device where the uuid transmit in the first message by the device?