You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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