Skip to content

V0.2.4

Choose a tag to compare

@jeroen1602 jeroen1602 released this 11 Oct 13:36
· 70 commits to master since this release
6523c4f
  • Updated BluetoothDefaultManufacturerIdentifiers, some identifiers have been renamed, the old names have been marked
    as deprecated.
    • Use BluetoothDefaultManufacturerIdentifiers.manufacturerIdentifiers to get a list of all the non-deprecated
      identifiers.
  • Updated BluetoothDefaultServiceUUIDS with the latest service UUIDS. Some services now use the official name from the
    Bluetooth SIG, the old names have been marked as deprecated.
    • Use BluetoothDefaultServiceUUIDS.services to get a list of all the non-deprecated service UUIDS.
    • Added the id field to the enum, this contains the official Bluetooth SIG id of the UUID.
  • Updated BluetoothDefaultCharacteristicUUIDS with the latest characteristic UUIDS. Some characteristic now use the
    official name from the Bluetooth SIG, some characteristics no longer exist in the spec. The old names and values have
    been marked as deprecated
    • Use BluetoothDefaultCharacteristicUUIDS.characteristics to get a list of all the non-deprecated characteristic
      UUIDS.
    • Added the id field to the enum, this contains the official Bluetooth SIG id of the UUID.
  • Updated docs to link to the current version of the service, characteristic, and manufacturer data blocklists