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" />
                    
Directory.Packages.props
<PackageReference Include="ObdInsight.Transports.Ble" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=ObdInsight.Transports.Ble&version=0.3.0
                    
Install as a Cake Tool

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.
  • ConnectionLost signal — pair with ReconnectingElmTransport from ObdInsight.Core so 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 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 98 9/1/2026
0.2.3 125 7/27/2026
0.2.2 135 7/24/2026
0.2.1 133 7/23/2026
0.2.0 151 7/19/2026
0.1.2 122 7/19/2026
0.1.1 110 7/19/2026