ObdInsight.Transports.Ble
0.3.0
dotnet add package ObdInsight.Transports.Ble --version 0.3.0
NuGet\Install-Package ObdInsight.Transports.Ble -Version 0.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObdInsight.Transports.Ble" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ObdInsight.Transports.Ble" Version="0.3.0" />
<PackageReference Include="ObdInsight.Transports.Ble" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ObdInsight.Transports.Ble --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ObdInsight.Transports.Ble, 0.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ObdInsight.Transports.Ble@0.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ObdInsight.Transports.Ble&version=0.3.0
#tool nuget:?package=ObdInsight.Transports.Ble&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ObdInsight.Transports.Ble
Cross-platform BLE ELM327 transport for ObdInsight on
Plugin.BLE
(net10.0-android / net10.0-ios, plus a plain net10.0 reference target):
- GATT profile auto-probe — Vgate iCar Pro (FFE0 with a single dual-role FFE1 characteristic), Veepeak (FFF0/FFF1/FFF2), Nordic UART, with single-characteristic and generic write/notify fallbacks for clone variance; 16-bit and 128-bit UUID forms both match. Force a profile when you know better.
- Notification-fed reads (no busy-polling) and MTU-sized write chunking.
ConnectionLostsignal — pair withReconnectingElmTransportfromObdInsight.Coreso a BLE drop in a moving car is a data gap, not a teardown.
var transport = new ReconnectingElmTransport(
() => new PluginBleElmTransport(CrossBluetoothLE.Current.Adapter, bleDeviceId));
await transport.OpenAsync(ct);
Android needs BLUETOOTH_SCAN/BLUETOOTH_CONNECT runtime permissions; iOS needs
NSBluetoothAlwaysUsageDescription (and uses per-install device UUIDs — persist the
scanned ID, don't hardcode).
Docs: transport design · MAUI integration · repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- ObdInsight.Core (>= 0.3.0)
- Plugin.BLE (>= 3.2.0)
-
net10.0-android36.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- ObdInsight.Core (>= 0.3.0)
- Plugin.BLE (>= 3.2.0)
-
net10.0-ios26.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- ObdInsight.Core (>= 0.3.0)
- Plugin.BLE (>= 3.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.