A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

A

abortBroadcast() - function in android.content.StartupBroadcastReceiver
 
addBeacon(Beacon) - function in org.altbeacon.beacon.service.RangeState
 
addExtraDataParser(BeaconParser) - function in org.altbeacon.beacon.BeaconParser
Adds a BeaconParser used for parsing extra BLE beacon advertisement packets for beacons that send multiple different advertisement packets (for example, Eddystone-TLM)
addExtraDataParser(BeaconParser) - function in org.altbeacon.beacon.AltBeaconParser
Adds a BeaconParser used for parsing extra BLE beacon advertisement packets for beacons that send multiple different advertisement packets (for example, Eddystone-TLM)
addLocalRegion(Region) - function in org.altbeacon.beacon.service.MonitoringStatus
 
addMeasurement(Integer) - function in org.altbeacon.beacon.service.RunningAverageRssiFilter
 
addMeasurement(Integer) - function in org.altbeacon.beacon.service.ArmaRssiFilter
 
addMeasurement(Integer) - function in org.altbeacon.beacon.service.RssiFilter
 
addMeasurement(Integer) - function in org.altbeacon.beacon.service.RangedBeacon
 
addMonitorNotifier(MonitorNotifier) - function in org.altbeacon.beacon.BeaconManager
Specifies a class that should be called each time the BeaconService sees or stops seeing a Region of beacons.
addRangeNotifier(RangeNotifier) - function in org.altbeacon.beacon.BeaconManager
Specifies a class that should be called each time the BeaconService gets ranging data, which is nominally once per second when beacons are detected.
addRegion(Region,Callback) - function in org.altbeacon.beacon.service.MonitoringStatus
 
addRegion(Region) - function in org.altbeacon.beacon.startup.RegionBootstrap
Add a new region
addSuppressed(Throwable) - function in java.lang.BleNotAvailableException
 
addSuppressed(Throwable) - function in java.lang.BeaconManager.ServiceNotDeclaredException
 
addSuppressed(Throwable) - function in java.lang.BeaconParser.BeaconLayoutException
 
addSuppressed(Throwable) - function in java.lang.DataProviderException
 
AltBeacon - class in org.altbeacon.beacon
The AltBeacon class represents a single hardware AltBeacon detected by an Android device.
AltBeacon.Builder - class in org.altbeacon.beacon.AltBeacon
Builder class for AltBeacon objects.
AltBeaconParser - class in org.altbeacon.beacon
A specific beacon parser designed to parse only AltBeacons from raw BLE packets detected by Android.
AndroidModel - class in org.altbeacon.beacon.distance
Represents a specific Android device model based on the available device build information Created by dyoung on 8/28/14.
apply(BeaconService) - function in org.altbeacon.beacon.service.SettingsData
 
applyChanges(BeaconManager) - function in org.altbeacon.beacon.service.ScanState
 
applySettings() - function in org.altbeacon.beacon.BeaconManager
Call this method if you are running the scanner service in a different process in order to synchronize any configuration settings, including BeaconParsers to the scanner
applySettings() - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
 
applySettingsToScheduledJob(Context,BeaconManager) - function in org.altbeacon.beacon.service.ScanJobScheduler
 
ArmaRssiFilter - class in org.altbeacon.beacon.service
This filter calculates its rssi on base of an auto regressive moving average (ARMA) It needs only the current value to do this; the general formula is n(t) = n(t-1) - c * (n(t-1) - n(t)) where c is a coefficient, that denotes the smoothness - the lower the value, the smoother the average Note: a smoother average needs longer to "settle down" Note: For signals, that change rather frequently (say, 1Hz or faster) and tend to vary more a recommended value would be 0,1 (that means the actual value is changed by 10% of the difference between the actual measurement and the actual average) For signals at lower rates (10Hz) a value of 0.25 to 0.
attachInterface(IInterface,String) - function in android.os.BeaconService.BeaconBinder
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W