public BluetoothStatusReporter(BlePort port) { blePort = port; }
/// <summary> /// Initialize Bluetooth LE Serial port /// </summary> /// <param name="adapter">The Bluetooth Low Energy Adapter from the OS</param> public BleSerial(IBluetoothLowEnergyAdapter adapter) { ble_port_serial = new BlePort(adapter); }
public ObserverReporter(BlePort port) { blePort = port; }