Package | Description |
---|---|
ej.bluetooth |
Contains Bluetooth classes.
|
ej.bluetooth.callbacks.impl |
Contains default implementations for Bluetooth callbacks.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BluetoothDevice.connect(ConnectionCallbacks connectionCallbacks)
Initiates connection with this device.
|
boolean |
BluetoothAdapter.startAdvertising(AdvertisementCallbacks advertisementCallbacks,
ConnectionCallbacks connectionCallbacks,
byte[] payload)
Starts advertising.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionCallbacks
The
DefaultConnectionCallbacks class provides a default implementation of the
ConnectionCallbacks interface. |