- BluetoothBytesParser - Class in com.welie.blessed
-
- BluetoothBytesParser() - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser that does not contain a byte array and sets the byteOrder to LITTLE_ENDIAN.
- BluetoothBytesParser(ByteOrder) - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser that does not contain a byte array and sets the byteOrder.
- BluetoothBytesParser(byte[]) - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser and set the byte array and sets the byteOrder to LITTLE_ENDIAN.
- BluetoothBytesParser(byte[], ByteOrder) - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser and set the byte array and byteOrder.
- BluetoothBytesParser(byte[], int) - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser, set the byte array, the internal offset and the byteOrder to LITTLE_ENDIAN.
- BluetoothBytesParser(byte[], int, ByteOrder) - Constructor for class com.welie.blessed.BluetoothBytesParser
-
Create a BluetoothBytesParser, set the byte array, the internal offset and the byteOrder.
- BluetoothCentral - Class in com.welie.blessed
-
This class represent a remote Central
- BluetoothCentralManager - Class in com.welie.blessed
-
Central Manager class to scan and connect with bluetooth peripherals.
- BluetoothCentralManager(Context, BluetoothCentralManagerCallback, Handler) - Constructor for class com.welie.blessed.BluetoothCentralManager
-
Construct a new BluetoothCentralManager object
- BluetoothCentralManagerCallback - Class in com.welie.blessed
-
Callbacks for the BluetoothCentralManager class
- BluetoothCentralManagerCallback() - Constructor for class com.welie.blessed.BluetoothCentralManagerCallback
-
- BluetoothPeripheral - Class in com.welie.blessed
-
Represents a remote Bluetooth peripheral and replaces BluetoothDevice and BluetoothGatt
- BluetoothPeripheralCallback - Class in com.welie.blessed
-
Callbacks for the BluetoothPeripheral class
- BluetoothPeripheralCallback() - Constructor for class com.welie.blessed.BluetoothPeripheralCallback
-
- BluetoothPeripheralManager - Class in com.welie.blessed
-
This class represent a peripheral running on the local phone
- BluetoothPeripheralManager(Context, BluetoothManager, BluetoothPeripheralManagerCallback) - Constructor for class com.welie.blessed.BluetoothPeripheralManager
-
Create a BluetoothPeripheralManager
- BluetoothPeripheralManagerCallback - Class in com.welie.blessed
-
Callbacks for the BluetoothPeripheralManager class
- BluetoothPeripheralManagerCallback() - Constructor for class com.welie.blessed.BluetoothPeripheralManagerCallback
-
- BondState - Enum in com.welie.blessed
-
The class represents the various possible bond states
- bytes2String(byte[]) - Static method in class com.welie.blessed.BluetoothBytesParser
-
Convert a byte array to a string