Plugin.BluetoothClassic
1.1.5
The package that provides Bluetooth adapter wrapper and different Bluetooth connections types for the Xamarin.Forms/Xamarin.Android applications.
Install-Package Plugin.BluetoothClassic -Version 1.1.5
dotnet add package Plugin.BluetoothClassic --version 1.1.5
<PackageReference Include="Plugin.BluetoothClassic" Version="1.1.5" />
paket add Plugin.BluetoothClassic --version 1.1.5
#r "nuget: Plugin.BluetoothClassic, 1.1.5"
// Install Plugin.BluetoothClassic as a Cake Addin #addin nuget:?package=Plugin.BluetoothClassic&version=1.1.5 // Install Plugin.BluetoothClassic as a Cake Tool #tool nuget:?package=Plugin.BluetoothClassic&version=1.1.5
Release Notes
1. 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
2. The NuGet package description was updated
3. The ConnectionState.ErrorHappend was updated to the ConnectionState.ErrorOccured
Dependencies
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
MonoAndroid 9.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.5 | 470 | 8/8/2020 |