A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
O
- onBatteryValueReceived(BluetoothDevice,int) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when battery value has been received from the device.
- onBonded(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when the device has been successfully bonded.
- onBonded(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.BondingObserver
- Called when the device has been successfully bonded.
- onBondingFailed(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when the bond state has changed from BOND_BONDING to BOND_NONE.
- onBondingFailed(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.BondingObserver
- Called when the bond state has changed from BOND_BONDING to BOND_NONE.
- onBondingRequired(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when an GATT_INSUFFICIENT_AUTHENTICATION error occurred and thedevice bond state is BOND_NONE.
- onBondingRequired(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.BondingObserver
- Called when an GATT_INSUFFICIENT_AUTHENTICATION error occurred and thedevice bond state is BOND_NONE.
- onClosed() - function in no.nordicsemi.android.ble.callback.ClosedCallback
- A callback when the value changed callback will not be used anymore.
- onConnectionUpdated(BluetoothDevice,int,int,int) - function in no.nordicsemi.android.ble.callback.ConnectionPriorityCallback
- Callback indicating the connection parameters were updated.
- onConnectionUpdated(BluetoothDevice,int,int,int) - function in no.nordicsemi.android.ble.callback.ConnectionParametersUpdatedCallback
- Callback indicating the connection parameters were updated.
- onConnectionUpdated(BluetoothDevice,int,int,int) - function in no.nordicsemi.android.ble.response.ConnectionPriorityResponse
- Callback indicating the connection parameters were updated.
- onConnectionUpdated(BluetoothDevice,int,int,int) - function in no.nordicsemi.android.ble.callback.ConnectionPriorityResponse
- Callback indicating the connection parameters were updated.
- onDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.DataReceivedCallback
- Callback received each time the value was read or has changed usingnotifications or indications.
- onDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.ProfileDataCallback
- Callback received each time the value was read or has changed usingnotifications or indications.
- onDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.response.ProfileReadResponse
- Callback received each time the value was read or has changed usingnotifications or indications.
- onDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.response.ReadResponse
- Callback received each time the value was read or has changed usingnotifications or indications.
- onDataSent(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.DataSentCallback
- Callback received each time the value was written to a characteristic or descriptor,or was read from the server characteristic or descriptor.
- onDataSent(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.response.WriteResponse
- Callback received each time the value was written to a characteristic or descriptor,or was read from the server characteristic or descriptor.
- onDeviceConnected(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when the device has been connected.
- onDeviceConnected(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Called when the device has been connected.
- onDeviceConnectedToServer(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ServerObserver
- This methods is called whenever a Bluetooth LE device connects or when was already connectedwhen the BleServerManager was created.
- onDeviceConnecting(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when the Android device started connecting to given device.
- onDeviceConnecting(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Called when the Android device started connecting to given device.
- onDeviceDisconnected(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when the device has disconnected (when the callback returned onConnectionStateChange with stateDISCONNECTED), but ONLY if the shouldAutoConnect method returnedfalse for this device when it was connecting.
- onDeviceDisconnected(BluetoothDevice,int) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Called when the device has disconnected (when the callback returned onConnectionStateChange with stateDISCONNECTED).
- onDeviceDisconnectedFromServer(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ServerObserver
- Called when the device has disconnected (when the callback returned onConnectionStateChange with state DISCONNECTED).
- onDeviceDisconnecting(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when user initialized disconnection.
- onDeviceDisconnecting(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Called when user initialized disconnection.
- onDeviceFailedToConnect(BluetoothDevice,int) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Called when the device failed to connect.
- onDeviceNotSupported(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when service discovery has finished but the main services were not found on the device.
- onDeviceReady(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Method called when all initialization requests has been completed.
- onDeviceReady(BluetoothDevice) - function in no.nordicsemi.android.ble.observer.ConnectionObserver
- Method called when all initialization requests has been completed.
- onError(BluetoothDevice,String,int) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when a BLE error has occurred
- onInvalidDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.profile.ProfileDataCallback
- Callback called when the data received do not conform to required scheme.
- onInvalidDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.profile.ProfileReadResponse
- Callback called when the data received do not conform to required scheme.
- onInvalidDataReceived(BluetoothDevice,Data) - function in no.nordicsemi.android.ble.callback.profile.ProfileReadResponse
- Callback called when the data received do not conform to required scheme.
- onInvalidRequest() - function in no.nordicsemi.android.ble.callback.InvalidRequestCallback
- A callback invoked when the request was invalid, for example when was called before thedevice was connected.
- onLinkLossOccurred(BluetoothDevice) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- This callback is invoked when the Ble Manager lost connection to a device that has beenconnected with autoConnect option (see shouldAutoConnect.
- onMtuChanged(BluetoothDevice,int) - function in no.nordicsemi.android.ble.callback.MtuCallback
- Method called when the MTU request has finished with success.
- onMtuChanged(BluetoothDevice,int) - function in no.nordicsemi.android.ble.response.MtuResult
- Method called when the MTU request has finished with success.
- onMtuChanged(BluetoothDevice,int) - function in no.nordicsemi.android.ble.callback.MtuResult
- Method called when the MTU request has finished with success.
- onPacketReceived(BluetoothDevice,Array,int) - function in no.nordicsemi.android.ble.callback.ReadProgressCallback
- Callback received each time the value was read or has changed using notifications orindications when DataMerger was used.
- onPacketSent(BluetoothDevice,Array,int) - function in no.nordicsemi.android.ble.callback.WriteProgressCallback
- Callback called each time a packet has been sent when DataSplitter was used.
- onPhyChanged(BluetoothDevice,int,int) - function in no.nordicsemi.android.ble.callback.PhyCallback
- Method called when the PHY value has changed or was read.
- onPhyChanged(BluetoothDevice,int,int) - function in no.nordicsemi.android.ble.response.PhyResult
- Method called when the PHY value has changed or was read.
- onPhyChanged(BluetoothDevice,int,int) - function in no.nordicsemi.android.ble.callback.PhyResult
- Method called when the PHY value has changed or was read.
- onRequestCompleted(BluetoothDevice) - function in no.nordicsemi.android.ble.callback.SuccessCallback
- A callback invoked when the request completed successfully.
- onRequestFailed(BluetoothDevice,int) - function in no.nordicsemi.android.ble.callback.FailCallback
- A callback invoked when the request has failed with status other than GATT_SUCCESS.
- onRequestFinished(BluetoothDevice) - function in no.nordicsemi.android.ble.callback.AfterCallback
- A callback invoked when the request has been precessed.
- onRequestStarted(BluetoothDevice) - function in no.nordicsemi.android.ble.callback.BeforeCallback
- A callback invoked when the request is about to start.
- onRssiRead(BluetoothDevice,int) - function in no.nordicsemi.android.ble.callback.RssiCallback
- Method called when the RSSI value has been read.
- onRssiRead(BluetoothDevice,int) - function in no.nordicsemi.android.ble.response.RssiResult
- Method called when the RSSI value has been read.
- onRssiRead(BluetoothDevice,int) - function in no.nordicsemi.android.ble.callback.RssiResult
- Method called when the RSSI value has been read.
- onServerReady() - function in no.nordicsemi.android.ble.observer.ServerObserver
- Called when the server was started and all services have been added successfully.
- onServicesDiscovered(BluetoothDevice,boolean) - function in no.nordicsemi.android.ble.BleManagerCallbacks
- Called when service discovery has finished and primary services has been found.This method is not called if the primary, mandatory services were not found during servicediscovery.
- opCode(byte) - function in no.nordicsemi.android.ble.data.Data
- opCode(byte,byte) - function in no.nordicsemi.android.ble.data.Data
- opCode(byte) - function in no.nordicsemi.android.ble.data.MutableData
- opCode(byte,byte) - function in no.nordicsemi.android.ble.data.MutableData
- open() - function in no.nordicsemi.android.ble.BleServerManager
- Opens the GATT server and starts initializing services.
- Operation - class in no.nordicsemi.android.ble
- An operation is a request that can be executed during a pending connection without changing connection state.