- setAutoConnectFeature(boolean) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setAutoConnectFeature : Enables or disables the auto connect feature.
- setDeviceAutoConnectCount(int) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDeviceAutoConectCount : Number of attempts device should try to connect back to the last connected device.
- setDeviceAutoConnectFrequency(int) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDeviceAutoConnectFrequency : time in seconds to wait everytime device atempts to autoconnect again.
- setDeviceAutoShutdown(int) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDeviceAutoShutdown : Device will auto shutdown at this battery percentage level.
- setDeviceConnectedTimeout(int) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDeviceConnectedTimeout : Device will shutdown if idle for this timeout in seconds in BT connected mode.
- setDeviceIdleTimeout(int) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDeviceIdleTimeout : Device will shutdown if idle for this timeout in seconds.
- setDevicePassword(String) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
setDevicePassword : Sets the device access password.
- sleep() - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
sleep, can be used when application is going to background.
- SmufsBTDevice - Class in com.smufsbio.btsdk
-
The main communication class to connect and talk to Smufs device.
- SmufsBTDevice.Connection_Errors - Enum in com.smufsbio.btsdk
-
Connection Error Codes enumeration : If device conenction fails getConnectionError returns the error Code of type Connection_Errors.
- SmufsBTDevice.DEVICE_CONNECTION_STATUS - Enum in com.smufsbio.btsdk
-
Device Connection Status enum is used in connection status callbacks.
- StartSensorPower() - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
StartSensorPower : starts the sensor power if switched off and puts the sensor in active state ready to capture.
- stateOfCharge - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This float property returns the current battery level percentage.