Added
- Implement Serde traits on types where possible, gated by
serde
feature. all_propeties
method onAdapter
,Device
,Service
andCharacteristic
to query the values of all properties and return them as aVec<xxxProperty>
.
Changed
- Crate features are now opt-in; use the
full
feature to
enable all features. - MSRV is now 1.60 to make use of namespaced Cargo features.
- Update Bluetooth numbers database.