Skip to content

Release 2.0.1-beta6

Pre-release
Pre-release

Choose a tag to compare

@8none1 8none1 released this 26 Jun 21:16
c74cc8a

Discovery: identify devices by name when the advertisement has no manufacturer data.

Previously a device whose advert carried no manufacturer data was rejected as "not supported", which blocked:

  • LEDnetWF devices under passive Bluetooth scanning (the product ID is in a scan response passive scanning never sees), and
  • IOTBT devices that advertise via service data only (e.g. IOTBT812).

The product ID is now read from the device name in these cases, so the devices can be discovered and added. When manufacturer data is present, behaviour is unchanged.

See #85.