public class BreezeDeviceDescriptor
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<BreezeDeviceDescriptor> |
CREATOR |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
android.bluetooth.BluetoothDevice |
getBluetoothDevice()
获取包装的
BluetoothDevice 设备 |
int |
getRssi()
获取设备信号强度
|
byte[] |
getScanRecord()
获取广播厂商原始数据
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BreezeDeviceDescriptor> CREATOR
public android.bluetooth.BluetoothDevice getBluetoothDevice()
BluetoothDevice
设备public int getRssi()
public byte[] getScanRecord()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
public int describeContents()
describeContents
在接口中 android.os.Parcelable