public final class SerialComBluetooth extends Object
TODO
| Modifier and Type | Field and Description |
|---|---|
static int |
BTSTACK_LINUX_BLUEZ
The value indicating BlueZ bluetooth stack on Linux.
|
| Constructor and Description |
|---|
SerialComBluetooth(SerialComBluetoothJNIBridge mSerialComBluetoothJNIBridge)
Construct and allocates a new SerialComBluetooth object with given details.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComBluetoothAdapter[] |
listBluetoothAdaptorsWithInfo()
Returns an array containing information about all the Bluetooth adaptors present in the system
found by this library.
|
public static final int BTSTACK_LINUX_BLUEZ
The value indicating BlueZ bluetooth stack on Linux. Integer constant with value 0x01.
public SerialComBluetooth(SerialComBluetoothJNIBridge mSerialComBluetoothJNIBridge)
Construct and allocates a new SerialComBluetooth object with given details.
mSerialComBluetoothJNIBridge - interface to native library.public SerialComBluetoothAdapter[] listBluetoothAdaptorsWithInfo() throws SerialComException
Returns an array containing information about all the Bluetooth adaptors present in the system found by this library.
SerialComException - if an I/O error occurs.Copyright © 2016. All rights reserved.