-
-
Notifications
You must be signed in to change notification settings - Fork 79
Filtering for manufacturerId does not work when scanning #273
Open
Description
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.
Activity
Metadata
Metadata
Assignees
Labels
No labels