- BluetoothAdapter - Class in ej.bluetooth
-
The BluetoothAdapter
class represents a Bluetooth adapter.
- BluetoothAttribute - Class in ej.bluetooth
-
The BluetoothAttribute
class represents a remote or a local GATT attribute.
- BluetoothCharacteristic - Class in ej.bluetooth
-
The BluetoothCharacteristic
class represents a remote or a local GATT characteristic.
- BluetoothCharacteristic(BluetoothUuid, int, int) - Constructor for class ej.bluetooth.BluetoothCharacteristic
-
Creates a local characteristic with the given UUID, properties and permissions.
- BluetoothDescriptor - Class in ej.bluetooth
-
The BluetoothDescriptor
class represents a remote or a local GATT descriptor.
- BluetoothDescriptor(BluetoothUuid, int) - Constructor for class ej.bluetooth.BluetoothDescriptor
-
Creates a local descriptor with the given UUID and permissions.
- BluetoothDevice - Class in ej.bluetooth
-
The BluetoothDevice
class represents a remote Bluetooth device.
- BluetoothPermissions - Interface in ej.bluetooth
-
The BluetoothPermissions
interface enumerates the values for attribute permissions.
- BluetoothProperties - Interface in ej.bluetooth
-
The BluetoothProperties
interface enumerates the values for characteristic properties.
- BluetoothService - Class in ej.bluetooth
-
The BluetoothService
class represents a remote or a local GATT service.
- BluetoothService(BluetoothUuid, BluetoothService.Type) - Constructor for class ej.bluetooth.BluetoothService
-
Creates a local service with the given UUID and type.
- BluetoothService.Type - Enum in ej.bluetooth
-
The Type
class enumerates the values for service types.
- BluetoothStatus - Interface in ej.bluetooth
-
The BluetoothStatus
interface enumerates the values for error codes of ATT requests.
- BluetoothUuid - Class in ej.bluetooth
-
The BluetoothUuid
class represents the UUID of a service or attribute.
- BluetoothUuid(String) - Constructor for class ej.bluetooth.BluetoothUuid
-
Creates a UUID from a string.
- BluetoothUuid(int) - Constructor for class ej.bluetooth.BluetoothUuid
-
Creates a UUID from an integer.
- BROADCAST - Static variable in interface ej.bluetooth.BluetoothProperties
-
Indicates that the characteristic value may be broadcasted in advertising data.