Skip to content

Unable to filter devices by manufacturer data #119

@Kurczaak

Description

@Kurczaak

BLE device I am using sends a custom set of data, among which I need to filter a flag indicating that the device is in paring mode. I am able to check and filter manufacturer data using mobile BLE package. Unfortunately, I cannot check manufacturer data using 'flutter_web_bluetooth' package.

This is the piece of code I'm using flutter_blue_plus package that helps me get what I need
final manufacturerData = e.advertisementData.manufacturerData[0];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions