Package ej.bluetooth
Class BluetoothDatabase
- java.lang.Object
-
- ej.bluetooth.BluetoothDatabase
-
public class BluetoothDatabase extends java.lang.ObjectNot in API.
-
-
Constructor Summary
Constructors Constructor Description BluetoothDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddService(BluetoothService service)voidcleanupFeatureListeners(ej.kf.Feature feature)voidclear()booleancontainsService(BluetoothService service)BluetoothAttributegetAttribute(short handle)BluetoothServicegetService(short handle)
-
-
-
Method Detail
-
clear
public void clear()
-
cleanupFeatureListeners
public void cleanupFeatureListeners(ej.kf.Feature feature)
-
containsService
public boolean containsService(BluetoothService service)
-
getService
@Nullable public BluetoothService getService(short handle)
-
getAttribute
@Nullable public BluetoothAttribute getAttribute(short handle)
-
addService
public void addService(BluetoothService service)
-
-