Reactive Bluetooth Low Energy Framework for iOS
1
|
#import <RBTPeripheralModule+Beacon.h>
Instance Methods | |
(void) | - createIBeaconWithUUID:major:minor: |
Create a iBeacon with the specific UUID, minor an major Value and advertise it. More... | |
(RBTMutableService *) | - createBeaconServiceWithRSSI: |
- (RBTMutableService *) createBeaconServiceWithRSSI: | (signed char) | rssi |
Create a beacon service, witch contain one characteristic with the given RSSI. This value should be the measured RSSI of the device from one meter distance.
Extends class RBTPeripheralModule.
- (void) createIBeaconWithUUID: | (CBUUID *) | UUID | |
major: | (CLBeaconMajorValue) | major | |
minor: | (CLBeaconMinorValue) | minor | |
Create a iBeacon with the specific UUID, minor an major Value and advertise it.
Extends class RBTPeripheralModule.