VLDBluetoothOperationMetadata

Objective-C

@interface VLDBluetoothOperationMetadata : NSObject

/** The iOS-generated peripheral identifier. This ID is specific to the iOS device that generates it, and persists across operations. */
@property (nonatomic, strong, nullable) NSString *peripheralUUID;

@end

Swift

class VLDBluetoothOperationMetadata : NSObject

Undocumented

  • The iOS-generated peripheral identifier. This ID is specific to the iOS device that generates it, and persists across operations.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *peripheralUUID;

    Swift

    var peripheralUUID: String? { get set }