public class BreezeDeviceDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
BreezeDeviceDescriptor(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
BluetoothDevice |
getBluetoothDevice()
获取包装的
BluetoothDevice设备 |
BreezeScanRecord |
getBreezeScanRecord()
获取Breeze 设备广播的厂商相关数据
|
int |
getRssi()
获取设备信号强度
|
byte[] |
getScanRecord()
获取广播厂商原始数据
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public BreezeScanRecord getBreezeScanRecord()
public BluetoothDevice getBluetoothDevice()
BluetoothDevice设备public int getRssi()
public byte[] getScanRecord()
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
public java.lang.String toString()
toString in class java.lang.Object