Package | Description |
---|---|
ej.bluetooth |
Contains Bluetooth classes.
|
ej.bluetooth.listeners |
Contains interfaces for Bluetooth listeners.
|
ej.bluetooth.listeners.impl |
Contains default implementations for Bluetooth listeners.
|
Modifier and Type | Method and Description |
---|---|
BluetoothService |
BluetoothAdapter.addService(BluetoothServiceDefinition serviceDefinition)
Adds the given service to this adapter.
|
BluetoothService |
BluetoothAttribute.getService()
Returns the service to which this attribute belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.onDiscoveryResult(BluetoothConnection connection,
BluetoothService service)
Called when a service provided by a device has been discovered.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultConnectionListener.onDiscoveryResult(BluetoothConnection connection,
BluetoothService service) |