DITBluetoothLEConfig

@interface DITBluetoothLEConfig : NSObject <NSCopying, NSMutableCopying>

+ (instancetype)bluetoothLEConfig;

@property (nonatomic, readonly, getter=isEnabled) BOOL enabled;

- (instancetype)initWithDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;
- (instancetype)initWithEnabled:(BOOL)enabled;

- (BOOL)isEqualToDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (instancetype)bluetoothLEConfig;
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly, getter=isEnabled) BOOL enabled
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithEnabled:(BOOL)enabled;
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)isEqualToDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;

DITTypeCorrections