#import <RBTCentralModule.h>
- (RACSequence *) retrieveConnectedPeripherals |
|
|
|
Retives a sequence with all current connected peripherals.
- (RACSequence *) retrieveDeviceConnectedPeripheralsWithServices: |
|
(NSArray *) |
serviceUUIDs |
|
Retives a sequence with all current connected peripherals to this device. You must call connect if the peripheral is not connected to this central instance.
- (RACSequence *) retrieveKnownPeripheralsWithIdentifiers: |
|
(NSArray *) |
identifiers |
|
Retives a sequence with all current known peripherals to this central instance.
Start scanning, signal send found peripherals.
- (RACSignal *) scanForPeripheralsWithServices: |
|
(NSArray *) |
services |
|
Start scanning for peripherals with the given service-UUIDs, signal send found peripherals.
- (RACSignal *) scanForPeripheralsWithServices: |
|
(NSArray *) |
services |
forTimeinterval: |
|
(NSTimeInterval) |
time |
withDuplicates: |
|
(BOOL) |
allowDuplicates |
maxRSSI: |
|
(NSNumber *) |
maxRSSI |
|
|
| |
Start scanning for peripherals with the given service-UUIDs for a given timeinterval and max RSSI, signal send found peripherals.
- (RACSignal *) scanWithDuplicates: |
|
(BOOL) |
allowDuplicates |
|
Start scanning and allow duplicates, signal send found peripherals.
- (RACSignal *) scanWithDuplicatesAndMaxRSSI: |
|
(NSNumber *) |
maxRSSI |
|
Scan with peripherals, which have a lower RSSI as given and allow duplicates, signal send found peripherals.
- (RACSignal *) scanWithMaxRSSI: |
|
(NSNumber *) |
RSSI |
|
Scan with peripherals, which have a lower RSSI as given, signal send found peripherals.
- (RACSignal*) bluetoothState |
|
readnonatomicassign |
- (CBCentralManager*) cbCentralManager |
|
readnonatomicassign |
- (RACSignal*) peripheralConnected |
|
readnonatomicassign |
Signal which is send when a peripheral did connect.
- (RACSignal*) peripheralConnectedSignal |
|
readwritenonatomicassign |
- (RACSignal*) peripheralConnectionFailedSignal |
|
readwritenonatomicassign |
- (RACSignal*) peripheralDisconnected |
|
readnonatomicassign |
Signal which is send when a peripheral did disconnect.
- (RACSignal*) peripheralDisconnectedSignal |
|
readwritenonatomicassign |
Scanstate as boolean (true -> scanning)
Signal which is send when the cental is scanning.
The documentation for this class was generated from the following files: