public class KontaktDeviceCharacteristics extends java.lang.Object implements RemoteBluetoothDevice.Characteristics
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<KontaktDeviceCharacteristics> |
CREATOR
The CREATOR Parcelable constant.
|
| Constructor and Description |
|---|
KontaktDeviceCharacteristics(KontaktDeviceServiceStore serviceStore)
Instantiates a new Characteristics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
DeviceProfile |
getActiveProfile() |
long |
getAdvertisingInterval() |
java.lang.String |
getBatteryLevel() |
java.lang.String |
getFirmwareRevision() |
java.lang.String |
getHardwareRevision() |
java.lang.String |
getInstanceId() |
int |
getMajor() |
java.lang.String |
getManufacturerName() |
int |
getMinor() |
java.lang.String |
getModelName() |
java.lang.String |
getNamespaceId() |
int |
getPowerLevel() |
java.util.UUID |
getProximityUUID() |
java.lang.String |
getUrl() |
boolean |
isSecure() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<KontaktDeviceCharacteristics> CREATOR
public KontaktDeviceCharacteristics(KontaktDeviceServiceStore serviceStore)
serviceStore - the service storepublic java.util.UUID getProximityUUID()
getProximityUUID in interface RemoteBluetoothDevice.Characteristicspublic DeviceProfile getActiveProfile()
getActiveProfile in interface RemoteBluetoothDevice.Characteristicspublic int getMajor()
getMajor in interface RemoteBluetoothDevice.Characteristicspublic int getMinor()
getMinor in interface RemoteBluetoothDevice.Characteristicspublic int getPowerLevel()
getPowerLevel in interface RemoteBluetoothDevice.Characteristicspublic long getAdvertisingInterval()
getAdvertisingInterval in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getBatteryLevel()
getBatteryLevel in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getManufacturerName()
getManufacturerName in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getModelName()
getModelName in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getFirmwareRevision()
getFirmwareRevision in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getHardwareRevision()
getHardwareRevision in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getUrl()
getUrl in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getNamespaceId()
getNamespaceId in interface RemoteBluetoothDevice.Characteristicspublic java.lang.String getInstanceId()
getInstanceId in interface RemoteBluetoothDevice.Characteristicspublic boolean isSecure()
isSecure in interface RemoteBluetoothDevice.Characteristicspublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable