다음을 통해 공유


ScanRecord Class

Definition

Represents a scan record from Bluetooth LE scan.

[Android.Runtime.Register("android/bluetooth/le/ScanRecord", DoNotGenerateAcw=true)]
public sealed class ScanRecord : Java.Lang.Object
[<Android.Runtime.Register("android/bluetooth/le/ScanRecord", DoNotGenerateAcw=true)>]
type ScanRecord = class
    inherit Object
Inheritance
ScanRecord
Attributes

Remarks

Represents a scan record from Bluetooth LE scan.

Java documentation for android.bluetooth.le.ScanRecord.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

DataType3dInformationData
Obsolete.

Data type is 3D Information Data, see the Bluetooth Generic Access Profile for more details.

DataTypeAdvertisingInterval
Obsolete.

Data type is Advertising Interval, see the Bluetooth Generic Access Profile for more details.

DataTypeAdvertisingIntervalLong
Obsolete.

Data type is Advertising Interval - long, see the Bluetooth Generic Access Profile for more details.

DataTypeAppearance
Obsolete.

Data type is Appearance, see the Bluetooth Generic Access Profile for more details.

DataTypeBigInfo
Obsolete.

Data type is BIGInfo, see the Bluetooth Generic Access Profile for more details.

DataTypeBroadcastCode
Obsolete.

Data type is Broadcast_Code, see the Bluetooth Generic Access Profile for more details.

DataTypeChannelMapUpdateIndication
Obsolete.

Data type is Channel Map Update Indication, see the Bluetooth Generic Access Profile for more details.

DataTypeClassOfDevice
Obsolete.

Data type is Class of Device, see the Bluetooth Generic Access Profile for more details.

DataTypeDeviceId
Obsolete.

Data type is Device ID, see the Bluetooth Generic Access Profile for more details.

DataTypeFlags
Obsolete.

Data type is Flags, see the Bluetooth Generic Access Profile for more details.

DataTypeIndoorPositioning
Obsolete.

Data type is Indoor Positioning, see the Bluetooth Generic Access Profile for more details.

DataTypeLeBluetoothDeviceAddress
Obsolete.

Data type is LE Bluetooth Device Address, see the Bluetooth Generic Access Profile for more details.

DataTypeLeRole
Obsolete.

Data type is LE Role, see the Bluetooth Generic Access Profile for more details.

DataTypeLeSecureConnectionsConfirmationValue
Obsolete.

Data type is LE Secure Connections Confirmation Value, see the Bluetooth Generic Access Profile for more details.

DataTypeLeSecureConnectionsRandomValue
Obsolete.

Data type is LE Secure Connections Random Value, see the Bluetooth Generic Access Profile for more details.

DataTypeLeSupportedFeatures
Obsolete.

Data type is LE Supported Features, see the Bluetooth Generic Access Profile for more details.

DataTypeLocalNameComplete
Obsolete.

Data type is Complete Local Name, see the Bluetooth Generic Access Profile for more details.

DataTypeLocalNameShort
Obsolete.

Data type is Shortened Local Name, see the Bluetooth Generic Access Profile for more details.

DataTypeManufacturerSpecificData
Obsolete.

Data type is Manufacturer Specific Data, see the Bluetooth Generic Access Profile for more details.

DataTypeMeshBeacon
Obsolete.

Data type is Mesh Beacon, see the Bluetooth Generic Access Profile for more details.

DataTypeMeshMessage
Obsolete.

Data type is Mesh Message, see the Bluetooth Generic Access Profile for more details.

DataTypeNone
Obsolete.

Data type is not set for the filter.

DataTypePbAdv
Obsolete.

Data type is PB-ADV, see the Bluetooth Generic Access Profile for more details.

DataTypePublicTargetAddress
Obsolete.

Data type is Public Target Address, see the Bluetooth Generic Access Profile for more details.

DataTypeRandomTargetAddress
Obsolete.

Data type is Random Target Address, see the Bluetooth Generic Access Profile for more details.

DataTypeResolvableSetIdentifier
Obsolete.

Data type is Resolvable Set Identifier, see the Bluetooth Generic Access Profile for more details.

DataTypeSecurityManagerOutOfBandFlags
Obsolete.

Data type is Security Manager Out of Band Flags, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceData128Bit
Obsolete.

Data type is Service Data - 128-bit UUID, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceData16Bit
Obsolete.

Data type is Service Data - 16-bit UUID, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceData32Bit
Obsolete.

Data type is Service Data - 32-bit UUID, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceSolicitationUuids128Bit
Obsolete.

Data type is List of 128-bit Service Solicitation UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceSolicitationUuids16Bit
Obsolete.

Data type is List of 16-bit Service Solicitation UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceSolicitationUuids32Bit
Obsolete.

Data type is List of 32-bit Service Solicitation UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceUuids128BitComplete
Obsolete.

Data type is Complete List of 128-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceUuids128BitPartial
Obsolete.

Data type is Incomplete List of 128-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for the details.

DataTypeServiceUuids16BitComplete
Obsolete.

Data type is Complete List of 16-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceUuids16BitPartial
Obsolete.

Data type is Incomplete List of 16-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for the details.

DataTypeServiceUuids32BitComplete
Obsolete.

Data type is Complete List of 32-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for more details.

DataTypeServiceUuids32BitPartial
Obsolete.

Data type is Incomplete List of 32-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for the details.

DataTypeSimplePairingHashC
Obsolete.

Data type is Simple Pairing Hash C, see the Bluetooth Generic Access Profile for more details.

DataTypeSimplePairingHashC256
Obsolete.

Data type is Simple Pairing Hash C-256, see the Bluetooth Generic Access Profile for more details.

DataTypeSimplePairingRandomizerR
Obsolete.

Data type is Simple Pairing Randomizer R, see the Bluetooth Generic Access Profile for more details.

DataTypeSimplePairingRandomizerR256
Obsolete.

Data type is Simple Pairing Randomizer R-256, see the Bluetooth Generic Access Profile for more details.

DataTypeSlaveConnectionIntervalRange
Obsolete.

Data type is Slave Connection Interval Range, see the Bluetooth Generic Access Profile for more details.

DataTypeTransportDiscoveryData
Obsolete.

Data type is Transport Discovery Data, see the Bluetooth Generic Access Profile for more details.

DataTypeTxPowerLevel
Obsolete.

Data type is Tx Power Level, see the Bluetooth Generic Access Profile for more details.

DataTypeUri
Obsolete.

Data type is URI, see the Bluetooth Generic Access Profile for more details.

Properties

AdvertiseFlags

Returns the advertising flags indicating the discoverable mode and capability of the device.

AdvertisingDataMap

Returns a map of advertising data type and its corresponding advertising data.

Class

Returns the runtime class of this Object.

(Inherited from Object)
DeviceName

Returns the local name of the BLE device.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
ManufacturerSpecificData

Returns a sparse array of manufacturer identifier and its corresponding manufacturer specific data.

PeerReference (Inherited from Object)
ServiceData

Returns a map of service UUID and its corresponding service data.

ServiceSolicitationUuids

Returns a list of service solicitation UUIDs within the advertisement that are used to identify the Bluetooth GATT services.

ServiceUuids

Returns a list of service UUIDs within the advertisement that are used to identify the bluetooth GATT services.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
TxPowerLevel

Returns the transmission power level of the packet in dBm.

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetBytes()

Returns raw bytes of scan record.

GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetManufacturerSpecificData(Int32)

Returns the manufacturer specific data associated with the manufacturer id.

GetServiceData(ParcelUuid)

Returns the service data byte array associated with the serviceUuid.

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to