| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) CBCentral *central |
| To | @property (nonatomic, readonly, nonnull) CBCentral *central |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) CBCharacteristic *characteristic |
| To | @property (nonatomic, readonly, nonnull) CBCharacteristic *characteristic |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Superclass | |
|---|---|
| From | NSObject |
| To | CBManager |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) id<CBCentralManagerDelegate> delegate |
| To | @property (nonatomic, weak, nullable) id<CBCentralManagerDelegate> delegate |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithDelegate:(nullable id<CBCentralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue |
| To | - (nonnull instancetype)initWithDelegate:(nullable id<CBCentralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithDelegate:(nullable id<CBCentralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue options:(nullable NSDictionary<NSString *,id> *)options |
| To | - (nonnull instancetype)initWithDelegate:(nullable id<CBCentralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue options:(nullable NSDictionary<NSString *,id> *)options |
| Superclass | |
|---|---|
| From | NSObject |
| To | CBAttribute |
| Availability | |
|---|---|
| From | Available |
| To | Deprecated |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithType:(nullable CBUUID *)UUID properties:(CBCharacteristicProperties)properties value:(nullable NSData *)value permissions:(CBAttributePermissions)permissions |
| To | - (nonnull instancetype)initWithType:(nonnull CBUUID *)UUID properties:(CBCharacteristicProperties)properties value:(nullable NSData *)value permissions:(CBAttributePermissions)permissions |
| Superclass | |
|---|---|
| From | NSObject |
| To | CBAttribute |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithType:(nonnull CBUUID *)UUID value:(nullable id)value |
| To | - (nonnull instancetype)initWithType:(nonnull CBUUID *)UUID value:(nullable id)value |
| Superclass | Protocols | |
|---|---|---|
| From | NSObject | NSCopying |
| To | CBPeer | none |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) id<CBPeripheralDelegate> delegate |
| To | @property (nonatomic, weak, nullable) id<CBPeripheralDelegate> delegate |
| Availability | |
|---|---|
| From | Available |
| To | Deprecated |
| Availability | |
|---|---|
| From | Available |
| To | Deprecated |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use CBManagerState instead |
| Superclass | |
|---|---|
| From | NSObject |
| To | CBManager |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) id<CBPeripheralManagerDelegate> delegate |
| To | @property (nonatomic, weak, nullable) id<CBPeripheralManagerDelegate> delegate |
| Declaration | |
|---|---|
| From | @property (readonly) BOOL isAdvertising |
| To | @property (nonatomic, readonly, assign) BOOL isAdvertising |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithDelegate:(nullable id<CBPeripheralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue |
| To | - (nonnull instancetype)initWithDelegate:(nullable id<CBPeripheralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithDelegate:(nullable id<CBPeripheralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue options:(nullable NSDictionary<NSString *,id> *)options |
| To | - (nonnull instancetype)initWithDelegate:(nullable id<CBPeripheralManagerDelegate>)delegate queue:(nullable dispatch_queue_t)queue options:(nullable NSDictionary<NSString *,id> *)options |
| Superclass | |
|---|---|
| From | NSObject |
| To | CBAttribute |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, assign, nonnull) CBPeripheral *peripheral |
| To | @property (nonatomic, readonly, assign, nonnull) CBPeripheral *peripheral |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithType:(nullable CBUUID *)UUID primary:(BOOL)isPrimary |
| To | - (nonnull instancetype)initWithType:(nonnull CBUUID *)UUID primary:(BOOL)isPrimary |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nonnull) NSData *data |
| To | @property (nonatomic, readonly, nonnull) NSData *data |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nonnull) NSString *UUIDString |
| To | @property (nonatomic, readonly, nonnull) NSString *UUIDString |
| Availability | |
|---|---|
| From | Available |
| To | Deprecated |