- ScanCallbacks - Interface in ej.bluetooth.callbacks
-
The ScanCallbacks
interface provides callbacks related to scanning.
- sendNotification(BluetoothDevice, byte[], boolean) - Method in class ej.bluetooth.BluetoothCharacteristic
-
Sends a notification on this characteristic to the given device with the given value.
- sendReadRequest() - Method in class ej.bluetooth.BluetoothAttribute
-
Sends a read request on this attribute.
- sendReadResponse(BluetoothDevice, int, byte[]) - Method in class ej.bluetooth.BluetoothAttribute
-
Sends the response to a read request sent by the given device on this attribute.
- sendWriteRequest(byte[]) - Method in class ej.bluetooth.BluetoothAttribute
-
Sends a write request on this attribute with the given value.
- sendWriteResponse(BluetoothDevice, int) - Method in class ej.bluetooth.BluetoothAttribute
-
Sends the response to a write request sent by the given device on this attribute.
- ServerCallbacks - Interface in ej.bluetooth.callbacks
-
The ServerCallbacks
interface provides callbacks related to GATT server events.
- setClientCallbacks(ClientCallbacks) - Method in class ej.bluetooth.BluetoothService
-
Sets the object which will receive the client events related to this service.
- setServerCallbacks(ServerCallbacks) - Method in class ej.bluetooth.BluetoothService
-
Sets the object which will receive the server events related to this service.
- startAdvertising(AdvertisementCallbacks, ConnectionCallbacks, byte[]) - Method in class ej.bluetooth.BluetoothAdapter
-
Starts advertising.
- startScanning(ScanCallbacks) - Method in class ej.bluetooth.BluetoothAdapter
-
Starts scanning.
- stopAdvertising() - Method in class ej.bluetooth.BluetoothAdapter
-
Stops advertising.
- stopScanning() - Method in class ej.bluetooth.BluetoothAdapter
-
Stops scanning.