- CCC_PERMISSIONS - Static variable in class ej.bluetooth.util.DescriptorHelper
-
Permissions of Client Characteristic Configuration descriptor.
- CCC_UUID - Static variable in class ej.bluetooth.util.DescriptorHelper
-
UUID of the Client Characteristic Configuration descriptor.
- checkIndicationsEnabled(byte[]) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Returns whether indications are enabled in the given CCC descriptor value.
- checkNotificationsEnabled(byte[]) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Returns whether notifications are enabled in the given CCC descriptor value.
- close() - Method in class ej.bluetooth.util.services.cts.CurrentTimeClient
-
Closes this current time client.
- close() - Method in class ej.bluetooth.util.services.cts.CurrentTimeServer
-
Closes this current time server.
- close() - Method in class ej.bluetooth.util.services.sps.SerialPortClient
-
Closes this serial port client.
- close() - Method in class ej.bluetooth.util.services.sps.SerialPortServer
-
Closes this serial port server.
- createCccValue(boolean, boolean) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Creates a CCC descriptor value specifying whether or not notifications and indications should be enabled.
- CUD_PERMISSIONS - Static variable in class ej.bluetooth.util.DescriptorHelper
-
Permissions of the Characteristic User Description descriptor.
- CUD_UUID - Static variable in class ej.bluetooth.util.DescriptorHelper
-
UUID of the Characteristic User Description descriptor.
- CURRENT_TIME_UUID - Static variable in class ej.bluetooth.util.services.cts.CurrentTimeConstants
-
The UUID of the current time characteristic.
- CurrentTimeClient - Class in ej.bluetooth.util.services.cts
-
The CurrentTimeClient
class represents a current time client.
- CurrentTimeClient(BluetoothConnection, BluetoothService) - Constructor for class ej.bluetooth.util.services.cts.CurrentTimeClient
-
Creates a current time client, using the current time service provided by a remote device and the connection to
this device.
- CurrentTimeConstants - Class in ej.bluetooth.util.services.cts
-
Provides constants and static methods related to the standard current time service.
- CurrentTimeServer - Class in ej.bluetooth.util.services.cts
-
The CurrentTimeServer
class represents a current time server.
- CurrentTimeServer(BluetoothService) - Constructor for class ej.bluetooth.util.services.cts.CurrentTimeServer
-
Creates a current time server, using the current time service provided by this device.