We have a bluetooth peripheral that does not advertise services nor has a static name, therefore we need to discover it by manufacturer data. setDiscoveryFilter does not seem to support filtering by manufacturer data, though. Currently we are discovering all devices and filter in the app, but it would be nice if we could filter on the OS API level. Not sure if the corresponding API exists on Linux but other platforms like Android have it.
We have a bluetooth peripheral that does not advertise services nor has a static name, therefore we need to discover it by manufacturer data. setDiscoveryFilter does not seem to support filtering by manufacturer data, though. Currently we are discovering all devices and filter in the app, but it would be nice if we could filter on the OS API level. Not sure if the corresponding API exists on Linux but other platforms like Android have it.