- DeviceConnectedTimeout - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This integer property is auto shutdown connected timeout in seconds for the device, when the device is in Bluetooth connected mode and there is no communication on the connected channel for this given timeout period it will auto shutdown itself only if running on battery.
- DeviceIdleTimeOutSec - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This integer property is auto shutdown idle timeout in seconds for the device, when the device is in Bluetooth discoverable mode and it’s idle for this given timeout period then it will auto shutdown itself only if running on battery.
- devicePID - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This integer property returns USB device Product ID.
- DeviceProperties - Class in com.smufsbio.btsdk
-
This class holds all the device properties like battery data, timeouts, device access password setting etc
- DeviceProperties.BTProtocol - Enum in com.smufsbio.btsdk
-
Enum to provide the type of last connected BT device.
- DeviceProperties.FrequentBTList_Item - Class in com.smufsbio.btsdk
-
- DeviceProperties.SMUFS_BATERRYSTATES - Enum in com.smufsbio.btsdk
-
Enum to provide the battery status values.
- DeviceProperties.SMUFS_PWRSOURCES - Enum in com.smufsbio.btsdk
-
Enum to provide the device power sources.
- deviceReleaseNumber - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This integer property returns the device Release Number.
- DeviceVersion0 - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This byte property returns the Device major firmware version.
- DeviceVersion1 - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This byte property returns the Device minor firmware version.
- deviceVID - Variable in class com.smufsbio.btsdk.DeviceProperties
-
This integer property returns USB device Vendor ID.
- devType - Variable in class com.smufsbio.btsdk.DeviceProperties.FrequentBTList_Item
-
- disableDevicePassword(String) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
disableDevicePassword : Removes the device access password.
- disconnect(boolean) - Method in class com.smufsbio.btsdk.SmufsBTDevice
-
disconnects the conencted device, if shutdownDevice is true it will shutdown the device as well.