BluetoothManager(Action< BleDevice > deviceConnectionHandler, Action< BleDevice > deviceReadyHandler, Action< BleDevice > deviceDisconnectionHandler, Action< int, string > errorReceivedHandler) | WeArt.Bluetooth.BluetoothManager | inline |
CheckDeviceConnectionInPlugin(BleDevice bleDevice) | WeArt.Bluetooth.BluetoothManager | inline |
ConnectedDevices | WeArt.Bluetooth.BluetoothManager | |
ConnectToDevice(string deviceMacAddress, Action< BleDevice, sbyte[]> dataReceiveHandler) | WeArt.Bluetooth.BluetoothManager | inline |
ConnectToDevice(BleDevice device, Action< BleDevice, sbyte[]> dataReceiveHandler) | WeArt.Bluetooth.BluetoothManager | inline |
ContainsConnectedDevice(BleDevice device) | WeArt.Bluetooth.BluetoothManager | inline |
ContainsConnectedDevice(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
dDeviceStatus< DeviceStatusInfo >(DeviceStatusInfo deviceStatusInfo) | WeArt.Bluetooth.BluetoothManager | |
DeviceStatusInfoReady | WeArt.Bluetooth.BluetoothManager | |
DisconnectDevice(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
DisconnectDevice(BleDevice device) | WeArt.Bluetooth.BluetoothManager | inline |
ExtractMacAddressFromMessage(string input) | WeArt.Bluetooth.BluetoothManager | inline |
GetAvailableBleDevices() | WeArt.Bluetooth.BluetoothManager | inline |
GetConnectedDeviceName(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
GetDeviceFromScannedDevices(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
GetDeviceNameFromScanner(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
GetDeviceStatus(string deviceMacAddress) | WeArt.Bluetooth.BluetoothManager | inline |
GetDeviceStatus(BleDevice bleDevice) | WeArt.Bluetooth.BluetoothManager | inline |
GetPluginVersion() | WeArt.Bluetooth.BluetoothManager | inline |
IsScanning | WeArt.Bluetooth.BluetoothManager | |
ListOfScannedDevices | WeArt.Bluetooth.BluetoothManager | |
SendData(string deviceMacAddress, byte[] sendingData) | WeArt.Bluetooth.BluetoothManager | inline |
SendData(BleDevice device, byte[] sendingData) | WeArt.Bluetooth.BluetoothManager | inline |
StartScanning(Action< BleDevice > deviceFoundHandler, Action< BleDevice > deviceRemovedHandler) | WeArt.Bluetooth.BluetoothManager | inline |
StopScanning() | WeArt.Bluetooth.BluetoothManager | inline |