A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
S
- save() - function in org.altbeacon.beacon.service.ScanState
- ScanFilterUtils - class in org.altbeacon.beacon.service.scanner
- Created by dyoung on 1/12/15.
- ScanJob - class in org.altbeacon.beacon.service
- Used to perform scans periodically using the JobScheduler Only one instance of this will be active, even with multiple jobIds.
- ScanJobScheduler - class in org.altbeacon.beacon.service
- Schedules two types of ScanJobs: 1.
- ScanState - class in org.altbeacon.beacon.service
- Stores the full state of scanning for the libary, including all settings so it can be ressurrected easily for running from a scheduled job Created by dyoung on 3/26/17.
- scheduleAfterBackgroundWakeup(Context,List) - function in org.altbeacon.beacon.service.ScanJobScheduler
- scheduleForIntentScanStrategy(Context) - function in org.altbeacon.beacon.service.ScanJobScheduler
- sendBroadcast(Intent) - function in android.content.BluetoothTestJob
- sendBroadcast(Intent) - function in android.content.BeaconIntentProcessor
- sendBroadcast(Intent) - function in android.content.ScanJob
- sendBroadcast(Intent) - function in android.content.BeaconService
- sendBroadcastAsUser(Intent,UserHandle) - function in android.content.BluetoothTestJob
- sendBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconIntentProcessor
- sendBroadcastAsUser(Intent,UserHandle) - function in android.content.ScanJob
- sendBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconService
- sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.BluetoothTestJob
- sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.BeaconIntentProcessor
- sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.ScanJob
- sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.BeaconService
- sendOrderedBroadcast(Intent,String) - function in android.content.BluetoothTestJob
- sendOrderedBroadcast(Intent,String) - function in android.content.BeaconIntentProcessor
- sendOrderedBroadcast(Intent,String) - function in android.content.ScanJob
- sendOrderedBroadcast(Intent,String) - function in android.content.BeaconService
- sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BluetoothTestJob
- sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconIntentProcessor
- sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.ScanJob
- sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconService
- sendStickyBroadcast(Intent) - function in android.content.BluetoothTestJob
- sendStickyBroadcast(Intent) - function in android.content.BeaconIntentProcessor
- sendStickyBroadcast(Intent) - function in android.content.ScanJob
- sendStickyBroadcast(Intent) - function in android.content.BeaconService
- sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BluetoothTestJob
- sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconIntentProcessor
- sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ScanJob
- sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconService
- sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BluetoothTestJob
- sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconIntentProcessor
- sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.ScanJob
- sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconService
- sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BluetoothTestJob
- sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconIntentProcessor
- sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.ScanJob
- sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.BeaconService
- set(String,String) - function in org.altbeacon.beacon.BeaconData
- setAdvertiseMode(int) - function in org.altbeacon.beacon.BeaconTransmitter
- AdvertiseSettings.ADVERTISE_MODE_BALANCED 3 Hz AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY 10 Hz AdvertiseSettings.
- setAdvertiseTxPowerLevel(int) - function in org.altbeacon.beacon.BeaconTransmitter
- AdvertiseSettings.ADVERTISE_TX_POWER_HIGH -56 dBm @ 1 meter with Nexus 5 AdvertiseSettings.ADVERTISE_TX_POWER_LOW -75 dBm @ 1 meter with Nexus 5 AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM -66 dBm @ 1 meter with Nexus 5 AdvertiseSettings.
- setAllowPduOverflow(Boolean) - function in org.altbeacon.beacon.BeaconParser
- Setting to true indicates that packets should be rejected if the PDU length is too short for the fields.
- setAllowPduOverflow(Boolean) - function in org.altbeacon.beacon.AltBeaconParser
- Setting to true indicates that packets should be rejected if the PDU length is too short for the fields.
- setAndroidLScanningDisabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- Allows disabling use of Android L BLE Scanning APIs on devices with API 21+ If set to false (default), devices with API 21+ will use the Android L APIs to scan for beacons
- setBackgroundBetweenScanPeriod(long) - function in org.altbeacon.beacon.BeaconManager
- Sets the duration in milliseconds spent not scanning between each Bluetooth LE scan cycle when no ranging/monitoring clients are in the foreground
- setBackgroundBetweenScanPeriod(Long) - function in org.altbeacon.beacon.service.ScanState
- setBackgroundMode(boolean) - function in org.altbeacon.beacon.BeaconManager
- This method notifies the beacon service that the application is either moving to background mode or foreground mode.
- setBackgroundMode(Boolean) - function in org.altbeacon.beacon.service.ScanState
- setBackgroundModeInternal(boolean) - function in org.altbeacon.beacon.BeaconManager
- Reserved for internal use by the library.
- setBackgroundScanPeriod(long) - function in org.altbeacon.beacon.BeaconManager
- Sets the duration in milliseconds of each Bluetooth LE scan cycle to look for beacons.
- setBackgroundScanPeriod(Long) - function in org.altbeacon.beacon.service.ScanState
- setBeacon(Beacon) - function in org.altbeacon.beacon.BeaconTransmitter
- Sets the beacon whose fields will be transmitted
- setBeaconLayout(String) - function in org.altbeacon.beacon.BeaconParser
- Defines a beacon field parsing algorithm based on a string designating the zero-indexed offsets to bytes within a BLE advertisement.
- setBeaconLayout(String) - function in org.altbeacon.beacon.AltBeaconParser
- Defines a beacon field parsing algorithm based on a string designating the zero-indexed offsets to bytes within a BLE advertisement.
- setBeaconParser(BeaconParser) - function in org.altbeacon.beacon.BeaconTransmitter
- Sets the beaconParsser used for formatting the transmission
- setBeaconParsers(Set) - function in org.altbeacon.beacon.service.ScanState
- setBeacons(List) - function in org.altbeacon.beacon.simulator.StaticBeaconSimulator
- setBeaconSimulator(BeaconSimulator) - function in org.altbeacon.beacon.BeaconManager
- setBeaconTypeCode(int) - function in org.altbeacon.beacon.Beacon.Builder
- setBeaconTypeCode(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setBluetoothAddress(String) - function in org.altbeacon.beacon.Beacon.Builder
- setBluetoothAddress(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- setBluetoothName(String) - function in org.altbeacon.beacon.Beacon.Builder
- setBluetoothName(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- setBuildNumber(String) - function in org.altbeacon.beacon.distance.AndroidModel
- setCallingWorkSourceUid(int) - function in android.os.BeaconService.BeaconBinder
- setConnectable(boolean) - function in org.altbeacon.beacon.BeaconTransmitter
- Whether the advertisement should indicate the device is connectable.
- setDataFields(List) - function in org.altbeacon.beacon.Beacon.Builder
- setDataFields(List) - function in org.altbeacon.beacon.AltBeacon.Builder
- setDebug(boolean) - function in org.altbeacon.beacon.BeaconManager
- Set to true if you want to show library debugging.
- setDebugUnregister(boolean) - function in android.content.StartupBroadcastReceiver
- setDEFAULT_ARMA_SPEED(double) - function in org.altbeacon.beacon.service.ArmaRssiFilter
- setDisableOnFailure(Boolean) - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- setDistanceCalculator(DistanceCalculator) - function in org.altbeacon.beacon.Beacon
- Sets the DistanceCalculator to use with this beacon
- setDistanceCalculator(DistanceCalculator) - function in org.altbeacon.beacon.AltBeacon
- Sets the DistanceCalculator to use with this beacon
- setDistanceModelUpdateUrl(String) - function in org.altbeacon.beacon.BeaconManager
- setDistinctPacketsDetectedPerScan(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScanner
- setDistinctPacketsDetectedPerScan(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForJellyBeanMr2
- setDistinctPacketsDetectedPerScan(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForLollipop
- setEnabled(boolean) - function in org.altbeacon.beacon.service.Stats
- setEnableScheduledScanJobs(boolean) - function in org.altbeacon.beacon.BeaconManager
- Configures using a `ScanJob` run with the `JobScheduler` to perform scans rather than using a long-running `BeaconService` to do so.
- setExtraBeaconDataTracker(ExtraDataBeaconTracker) - function in org.altbeacon.beacon.service.ScanState
- setExtraDataFields(List) - function in org.altbeacon.beacon.Beacon
- Sets extra data fields
- setExtraDataFields(List) - function in org.altbeacon.beacon.Beacon.Builder
- setExtraDataFields(List) - function in org.altbeacon.beacon.AltBeacon
- Sets extra data fields
- setExtraDataFields(List) - function in org.altbeacon.beacon.AltBeacon.Builder
- setFirstCycleDetectionTimestamp(long) - function in org.altbeacon.beacon.Beacon
- Sets the timestamp of the first packet detected
- setFirstCycleDetectionTimestamp(long) - function in org.altbeacon.beacon.AltBeacon
- Sets the timestamp of the first packet detected
- setForegroundBetweenScanPeriod(long) - function in org.altbeacon.beacon.BeaconManager
- Sets the duration in milliseconds between each Bluetooth LE scan cycle to look for beacons.
- setForegroundBetweenScanPeriod(Long) - function in org.altbeacon.beacon.service.ScanState
- setForegroundScanPeriod(long) - function in org.altbeacon.beacon.BeaconManager
- Sets the duration in milliseconds of each Bluetooth LE scan cycle to look for beacons.
- setForegroundScanPeriod(Long) - function in org.altbeacon.beacon.service.ScanState
- setHardwareAssistManufacturerCodes(Array) - function in org.altbeacon.beacon.BeaconParser
- Sets a list of Bluetooth manufacturer codes which will be used for hardware-assisted accelerated looking for this beacon type The possible codes are defined on this list: https://www.bluetooth.
- setHardwareAssistManufacturerCodes(Array) - function in org.altbeacon.beacon.AltBeaconParser
- Sets a list of Bluetooth manufacturer codes which will be used for hardware-assisted accelerated looking for this beacon type The possible codes are defined on this list: https://www.bluetooth.
- setHardwareEqualityEnforced(boolean) - function in org.altbeacon.beacon.Beacon
- Configures whether a the bluetoothAddress (mac address) must be the same for two Beacons to be configured equal.
- setHardwareEqualityEnforced(boolean) - function in org.altbeacon.beacon.AltBeacon
- Configures whether a the bluetoothAddress (mac address) must be the same for two Beacons to be configured equal.
- setHistoricalLoggingEnabled(boolean) - function in org.altbeacon.beacon.service.Stats
- setId1(String) - function in org.altbeacon.beacon.Beacon.Builder
- Convenience method allowing the first beacon identifier to be set as a String.
- setId1(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- Convenience method allowing the first beacon identifier to be set as a String.
- setId2(String) - function in org.altbeacon.beacon.Beacon.Builder
- Convenience method allowing the second beacon identifier to be set as a String.
- setId2(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- Convenience method allowing the second beacon identifier to be set as a String.
- setId3(String) - function in org.altbeacon.beacon.Beacon.Builder
- Convenience method allowing the third beacon identifier to be set as a String.
- setId3(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- Convenience method allowing the third beacon identifier to be set as a String.
- setIdentifiers(List) - function in org.altbeacon.beacon.Beacon.Builder
- setIdentifiers(List) - function in org.altbeacon.beacon.AltBeacon.Builder
- setIntentRedelivery(boolean) - function in android.app.BeaconIntentProcessor
- setIntentScanningStrategyEnabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- setLastCycleDetectionTimestamp(long) - function in org.altbeacon.beacon.Beacon
- Sets the timestamp of the last packet detected
- setLastCycleDetectionTimestamp(long) - function in org.altbeacon.beacon.AltBeacon
- Sets the timestamp of the last packet detected
- setLastScanStartTimeMillis(long) - function in org.altbeacon.beacon.service.ScanState
- setLastStrategyFailureDetectionCount(Integer) - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- setLatitude(Double) - function in org.altbeacon.beacon.BeaconData
- setLogger(Logger) - function in org.altbeacon.beacon.logging.LogManager
- Set the logger that the Altbeacon library will use to send it's log messages to.
- setLoggingEnabled(boolean) - function in org.altbeacon.beacon.service.Stats
- setLongitude(Double) - function in org.altbeacon.beacon.BeaconData
- setLongScanForcingEnabled(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScanner
- Enables the scanner to go to extra lengths to keep scans going for longer than would otherwise be allowed.
- setLongScanForcingEnabled(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForJellyBeanMr2
- Enables the scanner to go to extra lengths to keep scans going for longer than would otherwise be allowed.
- setLongScanForcingEnabled(boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForLollipop
- Enables the scanner to go to extra lengths to keep scans going for longer than would otherwise be allowed.
- setManifestCheckingDisabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- Allows disabling check of manifest for proper configuration of service.
- setManufacturer(int) - function in org.altbeacon.beacon.Beacon.Builder
- setManufacturer(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setManufacturer(String) - function in org.altbeacon.beacon.distance.AndroidModel
- setMatchingBeaconTypeCode(Long) - function in org.altbeacon.beacon.BeaconParser
- setMatchingBeaconTypeCode(Long) - function in org.altbeacon.beacon.AltBeaconParser
- setMaxTrackinAge(int) - function in org.altbeacon.beacon.service.RangedBeacon
- setMaxTrackingAge(int) - function in org.altbeacon.beacon.BeaconManager
- Set the period of time, in which a beacon did not receive new measurements
- setMfgReserved(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setModel(String) - function in org.altbeacon.beacon.distance.AndroidModel
- setMonitoringStatus(MonitoringStatus) - function in org.altbeacon.beacon.service.ScanState
- setMonitorNotifier(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. - setMultiFrameBeacon(boolean) - function in org.altbeacon.beacon.Beacon.Builder
- setMultiFrameBeacon(boolean) - function in org.altbeacon.beacon.AltBeacon.Builder
- setNonBeaconLeScanCallback(NonBeaconLeScanCallback) - function in org.altbeacon.beacon.BeaconManager
- setNotificationsEnabled(boolean,int) - function in org.altbeacon.bluetooth.BluetoothMedic
- Configure whether to send user-visible notification warnings when bluetooth power is cycled.
- setOrderedHint(boolean) - function in android.content.StartupBroadcastReceiver
- setOverrideImmediateScanJobId(int) - function in org.altbeacon.beacon.service.ScanJob
- Allows configuration of the job id for the Android Job Scheduler.
- setOverrideJobId(int) - function in org.altbeacon.bluetooth.BluetoothTestJob
- Allows configuration of the job id for the Android Job Scheduler.
- setOverridePeriodicScanJobId(int) - function in org.altbeacon.beacon.service.ScanJob
- Allows configuration of the job id for the Android Job Scheduler.
- setPacketCount(int) - function in org.altbeacon.beacon.Beacon
- Sets the packet detections in the last ranging cycle
- setPacketCount(int) - function in org.altbeacon.beacon.AltBeacon
- Sets the packet detections in the last ranging cycle
- setParserIdentifier(String) - function in org.altbeacon.beacon.Beacon.Builder
- setParserIdentifier(String) - function in org.altbeacon.beacon.AltBeacon.Builder
- setRangedRegionState(Map) - function in org.altbeacon.beacon.service.ScanState
- setRangeNotifier(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. - setRegionExitPeriod(long) - function in org.altbeacon.beacon.BeaconManager
- Set region exit period in milliseconds
- setRegionStatePeristenceEnabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- setRegionStatePersistenceEnabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- Turns off saving the state of monitored regions to persistent storage so it is retained over app restarts.
- setResult(int,String,Bundle) - function in android.content.StartupBroadcastReceiver
- setResultCode(int) - function in android.content.StartupBroadcastReceiver
- setResultData(String) - function in android.content.StartupBroadcastReceiver
- setResultExtras(Bundle) - function in android.content.StartupBroadcastReceiver
- setRssi(int) - function in org.altbeacon.beacon.Beacon
- Sets the most recently measured rssi for use in distance calculations if a running average is not available
- setRssi(int) - function in org.altbeacon.beacon.Beacon.Builder
- setRssi(int) - function in org.altbeacon.beacon.AltBeacon
- Sets the most recently measured rssi for use in distance calculations if a running average is not available
- setRssi(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setRssiFilterImplClass(Class) - function in org.altbeacon.beacon.BeaconManager
- setRssiMeasurementCount(int) - function in org.altbeacon.beacon.Beacon
- Sets the measurement count that went into the rssi sample
- setRssiMeasurementCount(int) - function in org.altbeacon.beacon.AltBeacon
- Sets the measurement count that went into the rssi sample
- setRunningAverageRssi(double) - function in org.altbeacon.beacon.Beacon
- Sets the running average rssi for use in distance calculations
- setRunningAverageRssi(double) - function in org.altbeacon.beacon.Beacon.Builder
- setRunningAverageRssi(double) - function in org.altbeacon.beacon.AltBeacon
- Sets the running average rssi for use in distance calculations
- setRunningAverageRssi(double) - function in org.altbeacon.beacon.AltBeacon.Builder
- setSampleExpirationMilliseconds(long) - function in org.altbeacon.beacon.service.RunningAverageRssiFilter
- setSampleExpirationMilliseconds(long) - function in org.altbeacon.beacon.service.RangedBeacon
- setSampleIntervalMillis(long) - function in org.altbeacon.beacon.service.Stats
- setScannerInSameProcess(boolean) - function in org.altbeacon.beacon.BeaconManager
- Reserved for internal use by the library.
- setScanPeriods(long,long,boolean) - function in org.altbeacon.beacon.service.BeaconService
- setScanPeriods(long,long,boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScanner
- Tells the cycler the scan rate and whether it is in operating in background mode.
- setScanPeriods(long,long,boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForJellyBeanMr2
- Tells the cycler the scan rate and whether it is in operating in background mode.
- setScanPeriods(long,long,boolean) - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForLollipop
- Tells the cycler the scan rate and whether it is in operating in background mode.
- setServiceUuid(int) - function in org.altbeacon.beacon.Beacon.Builder
- setServiceUuid(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setServiceUuid128Bit(Array) - function in org.altbeacon.beacon.Beacon.Builder
- setServiceUuid128Bit(Array) - function in org.altbeacon.beacon.AltBeacon.Builder
- setsManifestCheckingDisabled(boolean) - function in org.altbeacon.beacon.BeaconManager
- Deprecated misspelled method
- setStackTrace(Array) - function in java.lang.BleNotAvailableException
- setStackTrace(Array) - function in java.lang.BeaconManager.ServiceNotDeclaredException
- setStackTrace(Array) - function in java.lang.BeaconParser.BeaconLayoutException
- setStackTrace(Array) - function in java.lang.DataProviderException
- setStrategyFailureDetectionCount(Integer) - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- setTagIfAbsent(String,T) - function in androidx.lifecycle.RegionViewModel
- setTheme(int) - function in android.content.BluetoothTestJob
- setTheme(int) - function in android.content.BeaconIntentProcessor
- setTheme(int) - function in android.content.ScanJob
- setTheme(int) - function in android.content.BeaconService
- SettingsData - class in org.altbeacon.beacon.service
- Created by dyoung on 3/10/17.
- setTracked(boolean) - function in org.altbeacon.beacon.service.RangedBeacon
- setTxPower(int) - function in org.altbeacon.beacon.Beacon.Builder
- setTxPower(int) - function in org.altbeacon.beacon.AltBeacon.Builder
- setUpdateNotifier(BluetoothCrashResolver.UpdateNotifier) - function in org.altbeacon.bluetooth.BluetoothCrashResolver
- setUseTrackingCache(boolean) - function in org.altbeacon.beacon.BeaconManager
- Allow the library to use a tracking cache
- setUseTrackingCache(boolean) - function in org.altbeacon.beacon.service.RangeState
- setVerboseLoggingEnabled(boolean) - function in org.altbeacon.beacon.logging.LogManager
- Sets whether verbose logging is enabled.
- setVersion(String) - function in org.altbeacon.beacon.distance.AndroidModel
- setWallpaper(Bitmap) - function in android.content.BluetoothTestJob
- setWallpaper(Bitmap) - function in android.content.BeaconIntentProcessor
- setWallpaper(Bitmap) - function in android.content.ScanJob
- setWallpaper(Bitmap) - function in android.content.BeaconService
- shutdownIfIdle() - function in org.altbeacon.beacon.BeaconManager
- When using auto-bind, this method will shut down the foreground service or scheduled jobs needed to keep scanning going if there are no longer any ranged or monitored regions.
- start() - function in org.altbeacon.bluetooth.BluetoothCrashResolver
- Starts looking for crashes of the Bluetooth LE system and taking proactive steps to stop crashes from happening.
- start() - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- start() - function in org.altbeacon.beacon.service.scanner.CycledLeScanner
- start() - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForJellyBeanMr2
- start() - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForLollipop
- startActivities(Array) - function in android.content.BluetoothTestJob
- startActivities(Array) - function in android.content.BeaconIntentProcessor
- startActivities(Array) - function in android.content.ScanJob
- startActivities(Array) - function in android.content.BeaconService
- startActivity(Intent) - function in android.content.BluetoothTestJob
- startActivity(Intent) - function in android.content.BeaconIntentProcessor
- startActivity(Intent) - function in android.content.ScanJob
- startActivity(Intent) - function in android.content.BeaconService
- startAdvertising(Beacon) - function in org.altbeacon.beacon.BeaconTransmitter
- Starts advertising with fields from the passed beacon
- startAdvertising(Beacon,AdvertiseCallback) - function in org.altbeacon.beacon.BeaconTransmitter
- Starts advertising with fields from the passed beacon
- startAdvertising() - function in org.altbeacon.beacon.BeaconTransmitter
- Starts this beacon advertising
- startForeground(int,Notification) - function in android.app.BluetoothTestJob
- startForeground(int,Notification) - function in android.app.BeaconIntentProcessor
- startForeground(int,Notification) - function in android.app.ScanJob
- startForeground(int,Notification) - function in android.app.BeaconService
- startForegroundService(Intent) - function in android.content.BluetoothTestJob
- startForegroundService(Intent) - function in android.content.BeaconIntentProcessor
- startForegroundService(Intent) - function in android.content.ScanJob
- startForegroundService(Intent) - function in android.content.BeaconService
- startInstrumentation(ComponentName,String,Bundle) - function in android.content.BluetoothTestJob
- startInstrumentation(ComponentName,String,Bundle) - function in android.content.BeaconIntentProcessor
- startInstrumentation(ComponentName,String,Bundle) - function in android.content.ScanJob
- startInstrumentation(ComponentName,String,Bundle) - function in android.content.BeaconService
- startIntentSender(IntentSender,Intent,int,int,int) - function in android.content.BluetoothTestJob
- startIntentSender(IntentSender,Intent,int,int,int) - function in android.content.BeaconIntentProcessor
- startIntentSender(IntentSender,Intent,int,int,int) - function in android.content.ScanJob
- startIntentSender(IntentSender,Intent,int,int,int) - function in android.content.BeaconService
- startMonitoring(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the
BeaconService
to start looking for beacons that match the passedRegion
object. - startMonitoringBeaconsInRegion(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the
BeaconService
to start looking for beacons that match the passedRegion
object. - startMonitoringBeaconsInRegion(Region,Callback) - function in org.altbeacon.beacon.service.BeaconService
- startRangingBeacons(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the
BeaconService
tteo start looking for beacons that match the passedRegion
object, and providing updates on the estimated mDistance every seconds while beacons in the Region are visible. - startRangingBeaconsInRegion(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the
BeaconService
to start looking for beacons that match the passedRegion
object, and providing updates on the estimated mDistance every seconds while beacons in the Region are visible. - startRangingBeaconsInRegion(Region,Callback) - function in org.altbeacon.beacon.service.BeaconService
- methods for clients
- StartRMData - class in org.altbeacon.beacon.service
- Internal class used to transfer ranging and monitoring data between the BeaconService and client
- startService(Intent) - function in android.content.BluetoothTestJob
- startService(Intent) - function in android.content.BeaconIntentProcessor
- startService(Intent) - function in android.content.ScanJob
- startService(Intent) - function in android.content.BeaconService
- startStatusPreservation() - function in org.altbeacon.beacon.service.MonitoringStatus
- Client applications should not call directly.
- StartupBroadcastReceiver - class in org.altbeacon.beacon.startup
- stateOf(Region) - function in org.altbeacon.beacon.service.MonitoringStatus
- StaticBeaconSimulator - class in org.altbeacon.beacon.simulator
- Created by dyoung on 4/18/14.
- Stats - class in org.altbeacon.beacon.service
- Stats module used for internal performance testing of the library Created by dyoung on 10/16/14.
- Stats.Sample - class in org.altbeacon.beacon.service.Stats
- stop() - function in org.altbeacon.bluetooth.BluetoothCrashResolver
- Stops looking for crashes.
- stop() - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- stop() - function in org.altbeacon.beacon.service.scanner.CycledLeScanner
- stop() - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForJellyBeanMr2
- stop() - function in org.altbeacon.beacon.service.scanner.CycledLeScannerForLollipop
- stopAdvertising() - function in org.altbeacon.beacon.BeaconTransmitter
- Stops this beacon from advertising
- stopForeground(boolean) - function in android.app.BluetoothTestJob
- stopForeground(boolean) - function in android.app.BeaconIntentProcessor
- stopForeground(boolean) - function in android.app.ScanJob
- stopForeground(boolean) - function in android.app.BeaconService
- stopMonitoring(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the library to stop looking for beacons that match the passed
Region
object. - stopMonitoringBeaconsInRegion(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the library to stop looking for beacons that match the passed
Region
object. - stopMonitoringBeaconsInRegion(Region) - function in org.altbeacon.beacon.service.BeaconService
- stopRangingBeacons(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the library to stop looking for beacons that match the passed
Region
object and providing distance information for them. - stopRangingBeaconsInRegion(Region) - function in org.altbeacon.beacon.BeaconManager
- Tells the
BeaconService
to stop looking for beacons that match the passedRegion
object and providing mDistance information for them. - stopRangingBeaconsInRegion(Region) - function in org.altbeacon.beacon.service.BeaconService
- stopSelf() - function in android.app.BluetoothTestJob
- stopSelf() - function in android.app.BeaconIntentProcessor
- stopSelf() - function in android.app.ScanJob
- stopSelf() - function in android.app.BeaconService
- stopSelfResult(int) - function in android.app.BluetoothTestJob
- stopSelfResult(int) - function in android.app.BeaconIntentProcessor
- stopSelfResult(int) - function in android.app.ScanJob
- stopSelfResult(int) - function in android.app.BeaconService
- stopService(Intent) - function in android.content.BluetoothTestJob
- stopService(Intent) - function in android.content.BeaconIntentProcessor
- stopService(Intent) - function in android.content.ScanJob
- stopService(Intent) - function in android.content.BeaconService
- stopStatusPreservation() - function in org.altbeacon.beacon.service.MonitoringStatus
- Client applications should not call directly.
- sync(BeaconDataNotifier) - function in org.altbeacon.beacon.BeaconData