Skip to content

Filtering for manufacturerId does not work when scanning #273

@elsni

Description

@elsni

I try filtering device scan for manufactuerId.

this._bluetooth.startScanning({
            filters: [{manufacturerId:1212}],
            seconds: 4,
            skipPermissionCheck: false,
            onDiscovered: function (peripheral) {
              console.log("found device " + peripheral.localName + " mac " + peripheral.UUID + " Man.Id " +peripheral.manufacturerId);
            }
})

but the scan returns all devices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions