var
NewiOS
clusterInitiatorAddress
NewiOSopen var clusterInitiatorAddress: Int { get }What's New / Health, Sensors & Motion
NearbyInteraction measures the relative position and distance between nearby devices using Ultra Wideband and related ranging sensors. Apps use it to track the direction, distance, and motion of peer devices and accessories.
The 27 SDK adds 9 APIs with no deprecations or removals. New is the DiscoveryMethod enum, exposed through a discoveryMethod property and matching initializers, along with the session inputs clusterInitiatorAddress, floorElevation, and updateMotionState. It also adds NIDLTDOAMeasurement.responderClockFrequencyOffset and NIDeviceCapability.supportsBluetoothChannelSounding.
clusterInitiatorAddressopen var clusterInitiatorAddress: Int { get }discoveryMethodopen var discoveryMethod: NIDLTDOAConfiguration.DiscoveryMethodfloorElevationopen var floorElevation: NIDLTDOAMeasurement.FloorElevation? { get }initpublic init(bluetoothChannelSoundingIdentifier bluetoothIdentifier: UUID, previousBluetoothIdentifier: UUID?)initpublic init(networkIdentifier: Int, discoveryMethod: NIDLTDOAConfiguration.DiscoveryMethod)updateMotionStateopen func updateMotionState(_ motionState: NIMotionActivityState, forObjectWithToken token: NIDiscoveryToken)NIDeviceCapability.supportsBluetoothChannelSoundingvar supportsBluetoothChannelSounding: Bool { get }NIDLTDOAConfiguration.DiscoveryMethodpublic enum DiscoveryMethod : Int, @unchecked Sendablepublic enum DiscoveryMethod : Int, @unchecked Sendable {
case wifi = 0
case bluetoothLowEnergy = 1
}NIDLTDOAMeasurement.responderClockFrequencyOffsetpublic var responderClockFrequencyOffset: Double? { get }No APIs match your filter.