Reactive Bluetooth Low Energy Framework for iOS  1
RBTPeripheralModule+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 "RBTPeripheralModule.h"
8 
9 
12 
13 @property(nonatomic, readonly) RACSignal *readyToUpdateSubscribersSignal;
14 @property(nonatomic, readonly) RACSignal *didSubscribeToCharacteristicSignal;
15 @property(nonatomic, readonly) RACSignal *didUnsubscribeFromCharacteristicSignal;
16 
17 @end
Private extension to interact with RBTMutableService, etc.
Definition: RBTPeripheralModule+Protected.h:11