A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
G
- GattError - class in no.nordicsemi.android.ble.error
- Parses the GATT and HCI errors to human readable strings.
- getBatteryValue() - function in no.nordicsemi.android.ble.BleManager
- Returns the last received value of Battery Level characteristic, or -1 if suchdoes not exist, hasn't been read or notification wasn't received yet.
- getBatteryValue() - function in no.nordicsemi.android.ble.LegacyBleManager
- Returns the last received value of Battery Level characteristic, or -1 if suchdoes not exist, hasn't been read or notification wasn't received yet.
- getBluetoothDevice() - function in no.nordicsemi.android.ble.BleManager
- Returns the Bluetooth device object used in connect.
- getBluetoothDevice() - function in no.nordicsemi.android.ble.LegacyBleManager
- Returns the Bluetooth device object used in connect.
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.ProfileReadResponse
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.MtuResult
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.WriteResponse
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.RssiResult
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.PhyResult
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.ReadResponse
- getBluetoothDevice() - function in no.nordicsemi.android.ble.response.ConnectionPriorityResponse
- getBondingObserver() - function in no.nordicsemi.android.ble.BleManager
- Returns the current bonding state observer object.
- getBondingObserver() - function in no.nordicsemi.android.ble.LegacyBleManager
- Returns the current bonding state observer object.
- getByte(int) - function in no.nordicsemi.android.ble.data.Data
- Returns a byte at the given offset from the byte array.
- getByte(int) - function in no.nordicsemi.android.ble.data.MutableData
- Returns a byte at the given offset from the byte array.
- getCause() - function in java.lang.BluetoothDisabledException
- getCause() - function in java.lang.ConnectionException
- getCause() - function in java.lang.InvalidDataException
- getCause() - function in java.lang.RequestFailedException
- getCause() - function in java.lang.InvalidRequestException
- getCause() - function in java.lang.DeviceDisconnectedException
- getConnectionInterval() - function in no.nordicsemi.android.ble.response.ConnectionPriorityResponse
- The connection interval determines how often the Central will ask for data from the Peripheral.When the Peripheral requests an update, it supplies a maximum and a minimum wanted interval.The connection interval must be between 7.5 ms and 4 s.
- getConnectionObserver() - function in no.nordicsemi.android.ble.BleManager
- Returns the current connection observer object.
- getConnectionObserver() - function in no.nordicsemi.android.ble.LegacyBleManager
- Returns the current connection observer object.
- getConnectionState() - function in no.nordicsemi.android.ble.BleManager
- Method returns the connection state: STATE_CONNECTING, STATE_CONNECTED, STATE_DISCONNECTING, STATE_DISCONNECTED
- getConnectionState() - function in no.nordicsemi.android.ble.LegacyBleManager
- Method returns the connection state: STATE_CONNECTING, STATE_CONNECTED, STATE_DISCONNECTING, STATE_DISCONNECTED
- getData(BluetoothDevice) - function in no.nordicsemi.android.ble.data.DataProvider
- Returns the data that should be returned as Read response.
- getDevice() - function in no.nordicsemi.android.ble.ConnectRequest
- getFloatValue(int,int) - function in no.nordicsemi.android.ble.data.Data
- Returns an float value from the given byte array.
- getFloatValue(int,int) - function in no.nordicsemi.android.ble.data.MutableData
- Returns an float value from the given byte array.
- getIntValue(int,int) - function in no.nordicsemi.android.ble.data.Data
- Returns an integer value from the byte array.
- getIntValue(int,int) - function in no.nordicsemi.android.ble.data.MutableData
- Returns an integer value from the byte array.
- getLocalizedMessage() - function in java.lang.BluetoothDisabledException
- getLocalizedMessage() - function in java.lang.ConnectionException
- getLocalizedMessage() - function in java.lang.InvalidDataException
- getLocalizedMessage() - function in java.lang.RequestFailedException
- getLocalizedMessage() - function in java.lang.InvalidRequestException
- getLocalizedMessage() - function in java.lang.DeviceDisconnectedException
- getLongValue(int,int) - function in no.nordicsemi.android.ble.data.Data
- Returns a long value from the byte array.
- getLongValue(int,int) - function in no.nordicsemi.android.ble.data.MutableData
- Returns a long value from the byte array.
- getMessage() - function in java.lang.BluetoothDisabledException
- getMessage() - function in java.lang.ConnectionException
- getMessage() - function in java.lang.InvalidDataException
- getMessage() - function in java.lang.RequestFailedException
- getMessage() - function in java.lang.InvalidRequestException
- getMessage() - function in java.lang.DeviceDisconnectedException
- getMinLogPriority() - function in no.nordicsemi.android.ble.BleManager
- Returns the minimum log priority that should be logged.
- getMinLogPriority() - function in no.nordicsemi.android.ble.BleServerManager
- Returns the minimum log priority that should be logged.
- getMinLogPriority() - function in no.nordicsemi.android.ble.LegacyBleManager
- Returns the minimum log priority that should be logged.
- getMinLogPriority() - function in no.nordicsemi.android.ble.utils.ILogger
- Returns the minimum log priority that should be logged.
- getMtu() - function in no.nordicsemi.android.ble.response.MtuResult
- Returns the agreed MTU.
- getRawData() - function in no.nordicsemi.android.ble.response.ProfileReadResponse
- getRawData() - function in no.nordicsemi.android.ble.response.WriteResponse
- getRawData() - function in no.nordicsemi.android.ble.response.ReadResponse
- getRequest() - function in no.nordicsemi.android.ble.exception.RequestFailedException
- Returns the request that failed.
- getRequest() - function in no.nordicsemi.android.ble.exception.InvalidRequestException
- Returns the invalid request.
- getResponse() - function in no.nordicsemi.android.ble.exception.InvalidDataException
- getRssi() - function in no.nordicsemi.android.ble.response.RssiResult
- getRxPhy() - function in no.nordicsemi.android.ble.response.PhyResult
- getSlaveLatency() - function in no.nordicsemi.android.ble.response.ConnectionPriorityResponse
- By setting a non-zero slave latency, the Peripheral can choose to not answer whenthe Central asks for data up to the slave latency number of times.However, if the Peripheral has data to send, it can choose to send data at any time.This enables a peripheral to stay sleeping for a longer time, if it doesn't have data to send,but still send data fast if needed.
- getStackTrace() - function in java.lang.BluetoothDisabledException
- getStackTrace() - function in java.lang.ConnectionException
- getStackTrace() - function in java.lang.InvalidDataException
- getStackTrace() - function in java.lang.RequestFailedException
- getStackTrace() - function in java.lang.InvalidRequestException
- getStackTrace() - function in java.lang.DeviceDisconnectedException
- getStatus() - function in no.nordicsemi.android.ble.exception.RequestFailedException
- Returns the request status.
- getStringValue(int) - function in no.nordicsemi.android.ble.data.Data
- Return the stored value of this characteristic.
- getStringValue(int) - function in no.nordicsemi.android.ble.data.MutableData
- Return the stored value of this characteristic.
- getSupervisionTimeout() - function in no.nordicsemi.android.ble.response.ConnectionPriorityResponse
- This timeout determines the timeout from the last data exchange till a link is considered lost.A Central will not start trying to reconnect before the timeout has passed,so if you have a device which goes in and out of range often, and you need to notice whenthat happens, it might make sense to have a short timeout.
- getSuppressed() - function in java.lang.BluetoothDisabledException
- getSuppressed() - function in java.lang.ConnectionException
- getSuppressed() - function in java.lang.InvalidDataException
- getSuppressed() - function in java.lang.RequestFailedException
- getSuppressed() - function in java.lang.InvalidRequestException
- getSuppressed() - function in java.lang.DeviceDisconnectedException
- getTxPhy() - function in no.nordicsemi.android.ble.response.PhyResult
- getTypeLen(int) - function in no.nordicsemi.android.ble.data.Data
- Returns the size of a give value type.
- getTypeLen(int) - function in no.nordicsemi.android.ble.data.MutableData
- Returns the size of a give value type.
- getValue() - function in no.nordicsemi.android.ble.data.Data
- Returns the underlying byte array.
- getValue() - function in no.nordicsemi.android.ble.data.MutableData
- Returns the underlying byte array.