-
Notifications
You must be signed in to change notification settings - Fork 9
Upcoming Releases
Damian edited this page Sep 8, 2024
·
4 revisions
LEAdvertisement
-
DBusBase
class
- NEW: BleClient - Simple GUI client example
- NEW: BleServer - Simple GUI server example
- Renamed
BleTest
toBleAdvanced
Base class DBusBase
will be used to inherit common DBus method functionality.
GetAllAsync
GetAsync
SetAsync
WatchPropertiesAsync
Refactored namespaces to match Bluetooth hierarchy
- Place GATT classes under
Linux.Bluetooth.Gatt
.- i.e.
Characteristics
,Service
,Descriptor
.
- i.e.
- Place generic Advertisements under
Linux.Bluetooth.Advertisements
. - Split up
DBusInterfaces
to respective hierarchy- i.e.
GattInterfaces
,CoreInterfaces
- i.e.
Eliminate the Linux.Bluetooth.Extensions
namespace, and place in the same namespace as the class which it extends.
-
Adapter1Extensions.SetPoweredAsync(bool on/off)
- NEW AdapterExtension -->
PowerOnAsync()
andPowerOffAsync()
- NEW AdapterExtension -->
- Support BT Classic