Reactive Bluetooth Low Energy Framework for iOS  1
RBTCentralModule+Protected.h
Go to the documentation of this file.
1 //
2 // Created by Martin Stöber
3 // Copyright (c) 2014-2015 ma design GmbH & Co. KG. All rights reserved.
4 //
5 
6 #import <Foundation/Foundation.h>
7 #import "RBTCentralModule.h"
8 
11 
12 @property(nonatomic) RACSignal *peripheralConnectedSignal;
13 @property(nonatomic) RACSignal *peripheralDisconnectedSignal;
14 @property(nonatomic) RACSignal *peripheralConnectionFailedSignal;
15 
16 @end
Protected extension to interact in a private scope with RBTPeripheral.
Definition: RBTCentralModule+Protected.h:10