Linux.Bluetooth
Linux.Bluetooth copied to clipboard
[Enhancement] Refactor Methods for v6.0.x
Refactoring:
- [ ] Rename
Device.GetAllAsync()to..GetPropertiesAsync() - [ ] Rename
Device.GetUUIDsAsync()to..GetServiceUuidsAsync() - [ ] Include
DeviceExtensionsas part ofDeviceclass - [ ] Rename
Device.GetConnectedAsync()toIsConnectedAsync()
Normalization:
- [ ] Use custom Interfaces versus BlueZ dependent ones