ABBluetoothManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ABBluetoothManager.h |
– startAprilBeaconsDiscovery
Start beacon discovery process based on CoreBluetooth framework. Method is useful for finding all April beacons
- (void)startAprilBeaconsDiscoveryReturn Value
void
Discussion
Start beacon discovery process based on CoreBluetooth framework. Method is useful for finding all April beacons
Declared In
ABBluetoothManager.h
– startAprilSensorsDiscovery
Start sensor discovery process based on CoreBluetooth framework. Method is useful for finding april sensors only
- (void)startAprilSensorsDiscoveryReturn Value
void
Discussion
Start sensor discovery process based on CoreBluetooth framework. Method is useful for finding april sensors only
Declared In
ABBluetoothManager.h
– startAprilLightDiscovery
Start light discovery process based on CoreBluetooth framework. Method is useful for finding april light only
- (void)startAprilLightDiscoveryReturn Value
void
Discussion
Start light discovery process based on CoreBluetooth framework. Method is useful for finding april light only
Declared In
ABBluetoothManager.h
– stopAprilBeaconDiscovery
Stops CoreBluetooth based beacon discovery process.
- (void)stopAprilBeaconDiscoveryReturn Value
void
Discussion
Stops CoreBluetooth based beacon discovery process.
Declared In
ABBluetoothManager.h
– stopAndClearDataAprilBeaconDiscovery
Clear beacons Data and Stops CoreBluetooth based beacon discovery process.
- (void)stopAndClearDataAprilBeaconDiscoveryDiscussion
Clear beacons Data and Stops CoreBluetooth based beacon discovery process.
Declared In
ABBluetoothManager.h
– addCustomBeaconNameFilter:
Beacons whose name begin with specified name can be found.
- (void)addCustomBeaconNameFilter:(NSString *)beaconPrefixNameParameters
beaconPrefixName |
name want to discovered |
|---|
Return Value
void
Discussion
Beacons whose name begin with specified name can be found.
Declared In
ABBluetoothManager.h
– removeCustomBeaconNameFilter:
Remove filter of specified name.
- (void)removeCustomBeaconNameFilter:(NSString *)beaconPrefixNameParameters
beaconPrefixName |
name want to removed from filter; |
|---|
Return Value
void
Discussion
Remove filter of specified name.
Declared In
ABBluetoothManager.h