public class BluetoothBackendHelper extends AbstractBackendHelper
| Modifier and Type | Class and Description |
|---|---|
static class |
BluetoothBackendHelper.Device |
static interface |
BluetoothBackendHelper.Listener |
AbstractBackendHelper.Statecontext, currentDataUsed, state, TAG| Constructor and Description |
|---|
BluetoothBackendHelper(android.content.Context context,
BluetoothBackendHelper.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<BluetoothBackendHelper.Device> |
getDevices() |
java.lang.String[] |
getRequiredPermissions() |
void |
onClose()
Call this in
AbstractBackendService.onClose(). |
void |
onOpen()
Call this in
AbstractBackendService.onOpen(). |
void |
onUpdate()
Call this in
LocationBackendService.update(). |
public BluetoothBackendHelper(android.content.Context context,
BluetoothBackendHelper.Listener listener)
public void onOpen()
AbstractBackendHelperAbstractBackendService.onOpen().onOpen in class AbstractBackendHelperpublic void onClose()
AbstractBackendHelperAbstractBackendService.onClose().onClose in class AbstractBackendHelperpublic void onUpdate()
AbstractBackendHelperLocationBackendService.update().onUpdate in class AbstractBackendHelperpublic java.lang.String[] getRequiredPermissions()
getRequiredPermissions in class AbstractBackendHelperpublic java.util.Set<BluetoothBackendHelper.Device> getDevices()