ABBluetoothManager Class Reference

Inherits from NSObject
Declared in ABBluetoothManager.h

Overview

ABBluetoothManager defines method to discover April beacons

– startAprilBeaconsDiscovery

Start beacon discovery process based on CoreBluetooth framework. Method is useful for finding all April beacons

- (void)startAprilBeaconsDiscovery

Return 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)startAprilSensorsDiscovery

Return 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)startAprilLightDiscovery

Return 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)stopAprilBeaconDiscovery

Return 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)stopAndClearDataAprilBeaconDiscovery

Discussion

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 *)beaconPrefixName

Parameters

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 *)beaconPrefixName

Parameters

beaconPrefixName

name want to removed from filter;

Return Value

void

Discussion

Remove filter of specified name.

Declared In

ABBluetoothManager.h