Skip navigation links
A B C D E F G H I M N O P R S T U W 

O

OnBeaconChangeListener - Interface in com.bluvision.beeks.sdk.interfaces
The OnBeaconChangeListener can be added to any beacon and will notify of changes to the beacon
onBeaconEnter(Beacon) - Method in interface com.bluvision.beeks.sdk.interfaces.OnBeaconChangeListener
onBeaconEnter is called when a beacon enters a field
onBeaconEnter(Beacon) - Method in class com.bluvision.beeks.sdk.util.BeaconManager
 
onBeaconExit(Beacon) - Method in interface com.bluvision.beeks.sdk.interfaces.OnBeaconChangeListener
onBeaconExit is called when a beacon is no longer visible
onBeaconExit(Beacon) - Method in class com.bluvision.beeks.sdk.util.BeaconManager
 
onCommandToNotConnectedBeacon() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
 
onConnect(boolean, boolean) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a Beacon is connected if the authentication fails it will call to onDisconnect automatically
onConnectionExist() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when Beacon try to connect and there is a beacon already connected.
onDisconnect() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a Beacon that was connected is disconnected.
onFailedToReadAdvertisementSettings() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the Advertising settings fails.
onFailedToReadConnectionSettings() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the connection settings fails.
onFailedToReadDeviceStatus() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the status of teh device fails.
onFailedToReadEddystoneUID() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the EddystoneUID fails
onFailedToReadEddystoneURL() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when the EddystoneURL fails
onFailedToReadFrameTypeConnectionRates() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the FrameType Connection Rates fails.
onFailedToReadFrameTypeIntervalTxPower() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the Frame Type Interval TxPower fails
onFailedToReadIBeaconMajorAndMinor() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the IBeacon manor and minor fails
onFailedToReadIBeaconUUID() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the IBeacon UUID fails
onFailedToReadTemperature() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when read the temperature fails.
onFailedToSetAccelerometerConfiguration() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the Accelerometer configration fails.
onFailedToSetAdvertisementSettings() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the Advertising settings fails.
onFailedToSetConnectionSettings() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the connection settings fails.
onFailedToSetEddystoneUID() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the Eddystone UID fails.
onFailedToSetEddystoneURL() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the Eddystone URL fails.
onFailedToSetFrameTypeConnectionRates() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the FrameType Connection Rates fails.
onFailedToSetFrameTypeIntervalTxPower() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the FrameType TX Power fails.
onFailedToSetIBeaconMajorAndMinor() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the IBeacon Major and Minor fails.
onFailedToSetIBeaconUUID() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the IBeacon UUID fails.
onFailedToUpdateFirmware(int) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when update firmware fails
onRangeChanged(Beacon, Range) - Method in interface com.bluvision.beeks.sdk.interfaces.OnBeaconChangeListener
onRangeChanged is called when the range changes for the beacon
onRangeChanged(Beacon, Range) - Method in class com.bluvision.beeks.sdk.util.BeaconManager
 
onReadAdvertisementSettings(float, float, float) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
read the advertisements settings
onReadConnectionSettings(int, int, int, int) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when the user call readSettings from a SBeacon.
onReadDeviceStatus(float, float, short) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to get the status of the beacon.
onReadEddystoneUID(byte[], byte[]) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
reads from the device the EddystoneUID
onReadEddystoneURL(String) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to get the Eddystone URL.
onReadFrameTypeConnectionRates(byte, byte, byte) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
reads the connection rates of a specific beacon type
onReadFrameTypeIntervalTxPower(byte, byte, byte, float, float) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
reads the tx power interval of specific beacon
onReadIBeaconMajorAndMinor(int, int) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to get the IBeacon Major and Minor
onReadIBeaconUUID(UUID) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to get the IBeacon UUID.
onReadTemperature(double) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when there is a response to the call of readTemperature() of a SBeacon.
onRssiChanged(Beacon, int) - Method in interface com.bluvision.beeks.sdk.interfaces.OnBeaconChangeListener
onRssiChanged is called when a change in rssi is detected
onRssiChanged(Beacon, int) - Method in class com.bluvision.beeks.sdk.util.BeaconManager
 
onSetAccelerometerConfiguration() - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
sets the accelerometer configuration
onSetAdvertisementSettings(float, float, float) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
sets the advertisements settings
onSetConnectionSettings(int, int, int, int) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called whe the user call setConnectionSettings
onSetEddystoneUID(byte[], byte[]) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when set the EddystoneUID
onSetEddystoneURL(String) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to get the Eddystone URL.
onSetFrameTypeConnectionRates(byte, byte, byte) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
sets the connection rates of a specific beacon type
onSetFrameTypeIntervalTxPower(byte, byte, byte, float, float) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
sets the tx power interval of specific beacon
onSetIBeaconMajorAndMinor(int, int) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to set the IBeacon Major and Minor
onSetIBeaconUUID(UUID) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
is called when a SBeacon try to set the IBeacon UUID.
onSetPassword(boolean) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
notify if the password was changed
onUpdateFirmware(double) - Method in interface com.bluvision.beeks.sdk.interfaces.BeaconConfigurationListener
This method notify any progress in the firmware update When the progress value is 100% wait a few seconds to automatic disconnection.
A B C D E F G H I M N O P R S T U W 
Skip navigation links