Linux.Bluetooth icon indicating copy to clipboard operation
Linux.Bluetooth copied to clipboard

[Enhancement] Refactor Methods for v6.0.x

Open DamianSuess opened this issue 2 years ago • 0 comments

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

DamianSuess avatar Jun 30 '23 00:06 DamianSuess