public class BtleService.LocalBinder
extends android.os.Binder
| Constructor and Description |
|---|
LocalBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDownloadCache()
Removes downloaded files cached on the Android device
|
void |
clearSerializedState(android.bluetooth.BluetoothDevice btDevice)
Removes the saved serialized state of the MetaWearBoard object associated with the BluetoothDevice object
|
MetaWearBoard |
getMetaWearBoard(android.bluetooth.BluetoothDevice device)
Instantiates a MetaWearBoard class
|
void |
removeMetaWearBoard(android.bluetooth.BluetoothDevice btDevice)
Removes the MetaWearBoard object associated with the BluetoothDevice object
|
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeathpublic MetaWearBoard getMetaWearBoard(android.bluetooth.BluetoothDevice device)
device - BluetoothDevice object corresponding to the target MetaWear boardpublic void removeMetaWearBoard(android.bluetooth.BluetoothDevice btDevice)
btDevice - BluetoothDevice object corresponding to the target MetaWear boardpublic void clearSerializedState(android.bluetooth.BluetoothDevice btDevice)
btDevice - BluetoothDevice object corresponding to the target MetaWear boardpublic void clearDownloadCache()