- OK - Static variable in interface ej.bluetooth.BluetoothStatus
-
OK.
- onAdvertisementCompleted(BluetoothAdapter) - Method in interface ej.bluetooth.callbacks.AdvertisementCallbacks
-
Called when an ongoing advertisement is completed.
- onConnected(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when a connection attempt is successful or when a remote device connects to the adapter.
- onConnected(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onConnectFailed(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when a connection attempt fails.
- onConnectFailed(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onDisconnected(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when the connection with a device is closed.
- onDisconnected(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onNotificationReceived(BluetoothCharacteristic, byte[]) - Method in interface ej.bluetooth.callbacks.ClientCallbacks
-
Called when a characteristic notification is received.
- onNotificationReceived(BluetoothCharacteristic, byte[]) - Method in class ej.bluetooth.callbacks.impl.DefaultClientCallbacks
-
- onNotificationSent(BluetoothCharacteristic, BluetoothDevice, boolean) - Method in class ej.bluetooth.callbacks.impl.DefaultServerCallbacks
-
- onNotificationSent(BluetoothCharacteristic, BluetoothDevice, boolean) - Method in interface ej.bluetooth.callbacks.ServerCallbacks
-
Called when a characteristic notification is sent.
- onPairCompleted(BluetoothDevice, boolean) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when the pairing procedure with a device is completed.
- onPairCompleted(BluetoothDevice, boolean) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onPairRequest(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when a pairing request from a device is received.
- onPairRequest(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onPasskeyGenerated(BluetoothDevice, int) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when a passkey is generated to be displayed to the user.
- onPasskeyGenerated(BluetoothDevice, int) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onPasskeyRequest(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when a passkey request from a device is received.
- onPasskeyRequest(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onReadCompleted(BluetoothCharacteristic, int, byte[]) - Method in interface ej.bluetooth.callbacks.ClientCallbacks
-
Called when a response to a read characteristic request is received.
- onReadCompleted(BluetoothDescriptor, int, byte[]) - Method in interface ej.bluetooth.callbacks.ClientCallbacks
-
Called when a response to a read descriptor request is received.
- onReadCompleted(BluetoothCharacteristic, int, byte[]) - Method in class ej.bluetooth.callbacks.impl.DefaultClientCallbacks
-
- onReadCompleted(BluetoothDescriptor, int, byte[]) - Method in class ej.bluetooth.callbacks.impl.DefaultClientCallbacks
-
- onReadRequest(BluetoothCharacteristic, BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultServerCallbacks
-
- onReadRequest(BluetoothDescriptor, BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultServerCallbacks
-
- onReadRequest(BluetoothCharacteristic, BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ServerCallbacks
-
Called when a read characteristic request is received.
- onReadRequest(BluetoothDescriptor, BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ServerCallbacks
-
Called when a read descriptor request is received.
- onScanCompleted(BluetoothAdapter) - Method in interface ej.bluetooth.callbacks.ScanCallbacks
-
Called when an ongoing scan is completed.
- onScanResult(BluetoothAdapter, BluetoothDevice, byte[], int) - Method in interface ej.bluetooth.callbacks.ScanCallbacks
-
Called when a advertisement or a scan response is received.
- onServicesDiscovered(BluetoothDevice) - Method in interface ej.bluetooth.callbacks.ConnectionCallbacks
-
Called when the services of the device are discovered.
- onServicesDiscovered(BluetoothDevice) - Method in class ej.bluetooth.callbacks.impl.DefaultConnectionCallbacks
-
- onWriteCompleted(BluetoothCharacteristic, int) - Method in interface ej.bluetooth.callbacks.ClientCallbacks
-
Called when a response to a write characteristic request is received.
- onWriteCompleted(BluetoothDescriptor, int) - Method in interface ej.bluetooth.callbacks.ClientCallbacks
-
Called when a response to a write descriptor request is received.
- onWriteCompleted(BluetoothCharacteristic, int) - Method in class ej.bluetooth.callbacks.impl.DefaultClientCallbacks
-
- onWriteCompleted(BluetoothDescriptor, int) - Method in class ej.bluetooth.callbacks.impl.DefaultClientCallbacks
-
- onWriteRequest(BluetoothCharacteristic, BluetoothDevice, byte[]) - Method in class ej.bluetooth.callbacks.impl.DefaultServerCallbacks
-
- onWriteRequest(BluetoothDescriptor, BluetoothDevice, byte[]) - Method in class ej.bluetooth.callbacks.impl.DefaultServerCallbacks
-
- onWriteRequest(BluetoothCharacteristic, BluetoothDevice, byte[]) - Method in interface ej.bluetooth.callbacks.ServerCallbacks
-
Called when a write characteristic request is received.
- onWriteRequest(BluetoothDescriptor, BluetoothDevice, byte[]) - Method in interface ej.bluetooth.callbacks.ServerCallbacks
-
Called when a write descriptor request is received.
- OUT_OF_RANGE - Static variable in interface ej.bluetooth.BluetoothStatus
-
Out of range.