- addManufacturerData(int, byte[]) - Method in class ej.bluetooth.util.AdvertisementData
-
Adds manufacturer data associated with the given manufacturer ID to this advertisement data.
- addServiceUuid(BluetoothUuid) - Method in class ej.bluetooth.util.AdvertisementData
-
Adds a service UUID.
- AdvertisementData - Class in ej.bluetooth.util
-
The AdvertisementData
class represents the content of a Bluetooth advertisement data payload.
- AdvertisementData() - Constructor for class ej.bluetooth.util.AdvertisementData
-
Creates an advertisement data object with the default advertisement flags and no other content.
- AdvertisementFlags - Class in ej.bluetooth.util
-
The AdvertisementFlags
class enumerates the values for advertising data flags.
- AttributeNotFoundException - Exception in ej.bluetooth.util
-
Signals that the desired Bluetooth attribute could not be found.
- AttributeNotFoundException() - Constructor for exception ej.bluetooth.util.AttributeNotFoundException
-
Constructs a BluetoothAttributeNotFoundException
with no detail message.
- AttributeNotFoundException(String) - Constructor for exception ej.bluetooth.util.AttributeNotFoundException
-
Constructs a BluetoothAttributeNotFoundException
with the specified detail message.