rostislav-nikitin
released this
08 Aug 02:47
·
14 commits
to master
since this release
- The IBluetoothAdapter method IBluetoothConnection CreateConnectionAsync(BluetoothDeviceModel bluetoothDeviceModel); name was changed to the:
IBluetoothConnection CreateConnection(BluetoothDeviceModel bluetoothDeviceModel); one.
The Async suffix was removed because it is not awaitable method - The NuGet package description was updated
- The ConnectionState.ErrorHappend was updated to the ConnectionState.ErrorOccured