A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
F
- fileList() - function in android.content.BeaconIntentProcessor
- fileList() - function in android.content.BluetoothTestJob
- fileList() - function in android.content.ScanJob
- fileList() - function in android.content.BeaconService
- fillInStackTrace() - function in java.lang.BleNotAvailableException
- fillInStackTrace() - function in java.lang.BeaconManager.ServiceNotDeclaredException
- fillInStackTrace() - function in java.lang.BeaconParser.BeaconLayoutException
- fillInStackTrace() - function in java.lang.DataProviderException
- finalizeBeacons() - function in org.altbeacon.beacon.service.RangeState
- flushPendingCommands() - function in android.os.BeaconService.BeaconBinder
- forceFlush() - function in org.altbeacon.bluetooth.BluetoothCrashResolver
- Used to force a recovery operation
- forceScheduleNextScan(Context) - function in org.altbeacon.beacon.service.ScanJobScheduler
- forEach(Consumer) - function in java.util.ChangeAwareCopyOnWriteArrayList
- foregroundServiceStartFailed() - function in org.altbeacon.beacon.BeaconManager
- Returns whether Android has blocked using a requsted foreground service to do scans.
- forThisDevice() - function in org.altbeacon.beacon.distance.AndroidModel
- fromBuilder(Settings.Builder) - function in org.altbeacon.beacon.Settings.Companion
- fromBundle(Bundle) - function in org.altbeacon.beacon.service.RangingData
- fromBundle(Bundle) - function in org.altbeacon.beacon.service.SettingsData
- fromBundle(Bundle) - function in org.altbeacon.beacon.service.MonitoringData
- fromBundle(Bundle) - function in org.altbeacon.beacon.service.StartRMData
- fromBytes(Array,int,int,boolean) - function in org.altbeacon.beacon.Identifier
- Creates an Identifier from the specified byte array.
- fromDeltaSettings(AppliedSettings,Settings) - function in org.altbeacon.beacon.AppliedSettings.Companion
- Makes a new settings object from the active settings, applying the non-null changes in the delta
- fromInt(int) - function in org.altbeacon.beacon.Identifier
- Creates an Identifier backed by a two byte Array (big endian).
- fromLong(long,int) - function in org.altbeacon.beacon.Identifier
- Creates an Identifer backed by an array of length desiredByteLength
- fromScanData(Array,int,BluetoothDevice) - function in org.altbeacon.beacon.BeaconParser
- Construct a Beacon from a Bluetooth LE packet collected by Android's Bluetooth APIs,including the raw Bluetooth device info.timestampMs excluded for backward compatibility with older api consumers.
- fromScanData(Array,int,BluetoothDevice,long) - function in org.altbeacon.beacon.BeaconParser
- Construct a Beacon from a Bluetooth LE packet collected by Android's Bluetooth APIs,including the raw Bluetooth device info
- fromScanData(Array,int,BluetoothDevice) - function in org.altbeacon.beacon.AltBeaconParser
- Construct an AltBeacon from a Bluetooth LE packet collected by Android's Bluetooth APIs,including the raw Bluetooth device infotimestampMs excluded for backward compatibility with older api consumers.
- fromScanData(Array,int,BluetoothDevice,long) - function in org.altbeacon.beacon.AltBeaconParser
- Construct an AltBeacon from a Bluetooth LE packet collected by Android's Bluetooth APIs,including the raw Bluetooth device info
- fromSettings(AppliedSettings) - function in org.altbeacon.beacon.AppliedSettings.Companion
- fromSettings(Settings) - function in org.altbeacon.beacon.Settings.Companion
- fromString(String) - function in org.altbeacon.beacon.BeaconParser
- Creates a BeaconParser instance from a string in the format ~
- fromString(String) - function in org.altbeacon.beacon.AltBeaconParser
- Creates a BeaconParser instance from a string in the format ~
- fromUuid(UUID) - function in org.altbeacon.beacon.Identifier
- Transforms a java.util.UUID into an Identifier.No mangling with strings, only the underlying bytes of theUUID are used so this is fast and stable.