A  B  C  D  E  F  G  I  L  M  N  O  P  R  S  T  V 

O

onBackgroundScanStart(Set) - function in com.validic.mobile.ble.PassiveBluetoothManager.BluetoothListener
Scanning has started in the background with a set of peripherals
onBackgroundScanStop() - function in com.validic.mobile.ble.PassiveBluetoothManager.BluetoothListener
Scanning has stopped in the background either due to a foreground controller starting or the user stopping passive scanning
onComplete(Throwable) - function in com.validic.mobile.ble.OnCompleteHandler
Called when a BluetoothRequest completes.
OnCompleteHandler - class in com.validic.mobile.ble
Handler for BluetoothRequests after execution has completed, possibly with an error.
onFail(BluetoothPeripheralController,BluetoothPeripheral,BluetoothError) - function in com.validic.mobile.ble.BluetoothPeripheralControllerListener
Callback indicating attempt to pair or to get a reading from the peripheralController failed
onFail(BluetoothPeripheralController,BluetoothPeripheral,BluetoothError) - function in com.validic.mobile.ble.SimpleBluetoothPeripheralControllerListener
Callback indicating attempt to pair or to get a reading from the peripheralController failed
onFail(BluetoothPeripheral,BluetoothDevice,BluetoothError) - function in com.validic.mobile.ble.PassiveBluetoothManager.BluetoothListener
Reading in the background failed for a peripheral
onPeripheralDiscovered(BluetoothPeripheralController,BluetoothPeripheral) - function in com.validic.mobile.ble.BluetoothPeripheralControllerListener
Callback indicating a peripheral has been found during scanning
onPeripheralDiscovered(BluetoothPeripheralController,BluetoothPeripheral) - function in com.validic.mobile.ble.SimpleBluetoothPeripheralControllerListener
Callback indicating a peripheral has been found during scanning
onPeripheralDiscovered(BluetoothPeripheral,BluetoothDevice) - function in com.validic.mobile.ble.PassiveBluetoothManager.BluetoothListener
A peripheral was discovered while scanning in the background.
onReceive(Context,Intent) - function in com.validic.mobile.ble.BackgroundBluetoothScanReceiver
 
onStart() - function in com.validic.mobile.ble.OnStartHandler
called when a BluetoothRequest starts execution
OnStartHandler - class in com.validic.mobile.ble
Handler for BluetoothRequests before execution has started.
onSuccess(BluetoothPeripheralController,BluetoothPeripheral,List) - function in com.validic.mobile.ble.BluetoothPeripheralControllerListener
Callback passing back the Record object with the measurement data received from the peripheral Notifies of the reading and asks if the record should be submitted to the Validic server
onSuccess(BluetoothPeripheralController,BluetoothPeripheral,List) - function in com.validic.mobile.ble.SimpleBluetoothPeripheralControllerListener
Callback passing back the Record object with the measurement data received from the peripheral Notifies of the reading and asks if the record should be submitted to the Validic server
onSuccess(BluetoothPeripheral,BluetoothDevice,List) - function in com.validic.mobile.ble.PassiveBluetoothManager.BluetoothListener
Reading in the background succeeded for a peripheral.
operationInProgress() - function in com.validic.mobile.ble.BluetoothPeripheralController
Determines if a read or pair operation is currently in progress If an operation is in progress, it will need to be cancelled before a new operation can be started.
A  B  C  D  E  F  G  I  L  M  N  O  P  R  S  T  V