Class BluetoothDatabase
- java.lang.Object
-
- ej.library.iot.rcommand.bluetooth.BluetoothDatabase
-
public class BluetoothDatabase extends Object
-
-
Constructor Summary
Constructors Constructor Description BluetoothDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortaddService(BluetoothService service, short counter, short[] handles)voidclear()BluetoothAttributegetAttribute(short attributeHandle)ShortgetAttributeHandle(BluetoothAttribute attribute)ShortgetServiceHandle(BluetoothService service)
-
-
-
Method Detail
-
clear
public void clear()
-
getServiceHandle
@Nullable public Short getServiceHandle(BluetoothService service)
-
getAttributeHandle
@Nullable public Short getAttributeHandle(BluetoothAttribute attribute)
-
getAttribute
@Nullable public BluetoothAttribute getAttribute(short attributeHandle)
-
addService
public short addService(BluetoothService service, short counter, @Nullable short[] handles)
-
-