Reactive Bluetooth Low Energy Framework for iOS  1
RBTCentral Class Reference

#import <RBTCentral.h>

Inheritance diagram for RBTCentral:

Instance Methods

(instancetype) - initWithCentral:ofPeripheralModule:
 
(void) - setDesiredConnectionLatency:
 Sets the desired connection latency for an existing connection to central. More...
 

Properties

CBCentral * cbCental
 CoreBluetooth central. More...
 
RBTPeripheralModuleperipheralModule
 Parrent peripheral module. More...
 
NSUUID * identifier
 Unique identifier of this central. More...
 
NSUInteger maximumUpdateValueLength
 Maximum transmission unit for a value (e.g. a characteristic) More...
 

Method Documentation

- (instancetype) initWithCentral: (CBCentral *)  cbCentral
ofPeripheralModule: (RBTPeripheralModule *)  peripheralModule 

Designated initializer, should not be used manually.

- (void) setDesiredConnectionLatency: (CBPeripheralManagerConnectionLatency)  latency

Sets the desired connection latency for an existing connection to central.

Property Documentation

- (CBCentral*) cbCental
readnonatomicassign

CoreBluetooth central.

- (NSUUID *) identifier
readnonatomicassign

Unique identifier of this central.

- (NSUInteger) maximumUpdateValueLength
readnonatomicassign

Maximum transmission unit for a value (e.g. a characteristic)

- (RBTPeripheralModule*) peripheralModule
readnonatomicassign

Parrent peripheral module.


The documentation for this class was generated from the following files: