Chip Weinberger
Chip Weinberger
I've pushed this commit (https://github.com/chipweinberger/flutter_blue_plus/commit/12c17a6f49c3d6223f7dffaa75f845ccc01c8701) , which *should* enable this feature. But I have not been able to get it to work in actual testing. 1. when the app is...
released version 1.32.13 with State Preservation
caching happens on the platform level but you didn't specify which name you are using advertised name gap name platform name
please try to fix it and open a PR thanks for filing the issue
platformName is cached by the platform. we don't control it advName is controlled by FBP, and is updated after every new advertisement
awesome! i look forward to the PR!
so the reason for this bug is pretty simple. **you have two MSD fields, and they both have the same `manufacturerId`** FBP uses a map, and the key is the...
We should use this ``` class BmScanAdvertisement { final List manufacturerData; ```
you can also delete this iOS code, since we wont use map keys anymore ``` // first 2 bytes are manufacturerId (little endian) uint8_t bytes[2]; [manufData getBytes:bytes length:2]; unsigned short...
the issue says "Android 10 / iOS 17.3" but if you can confirm that ios behaves that way then okay then we'd just need to make android behave the same...