universal_ble
universal_ble copied to clipboard
How to receive advertising data on specific UUID?
Hello,
I'm working on a Flutter project using the universal_ble package for Bluetooth Low Energy communication. I'm trying to figure out how to receive advertising data specifically for the UUID 0x181A
Does the universal_ble package support receiving advertising data for specific UUIDs?
I'd appreciate any guidance, code examples, or documentation references that could help me implement this functionality.
Thank you in advance for your help!