Refactoring: * [ ] Rename `Device.GetAllAsync()` to `..GetPropertiesAsync()` * [ ] Rename `Device.GetUUIDsAsync()` to `..GetServiceUuidsAsync()` * [ ] Include `DeviceExtensions` as part of `Device` class * [ ] Rename `Device.GetConnectedAsync()` to `IsConnectedAsync()` Normalization: * [ ] Use custom Interfaces versus BlueZ dependent ones
Refactoring:
Device.GetAllAsync()to..GetPropertiesAsync()Device.GetUUIDsAsync()to..GetServiceUuidsAsync()DeviceExtensionsas part ofDeviceclassDevice.GetConnectedAsync()toIsConnectedAsync()Normalization: