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

G

GattStatus - Enum in com.welie.blessed
The GattStatus describes the result of a GATT operation.
getAddress() - Method in class com.welie.blessed.BluetoothCentral
 
getAddress() - Method in class com.welie.blessed.BluetoothPeripheral
Get the mac address of the bluetooth peripheral.
getBondState() - Method in class com.welie.blessed.BluetoothPeripheral
Get the bond state of the bluetooth peripheral.
getByteArray(int) - Method in class com.welie.blessed.BluetoothBytesParser
 
getByteOrder() - Method in class com.welie.blessed.BluetoothBytesParser
Get the set byte order
getCentral(String) - Method in class com.welie.blessed.BluetoothPeripheralManager
 
getCharacteristic(UUID, UUID) - Method in class com.welie.blessed.BluetoothPeripheral
Get the BluetoothGattCharacteristic object for a characteristic UUID.
getConnectedCentrals() - Method in class com.welie.blessed.BluetoothPeripheralManager
Get the set of connected Centrals
getConnectedPeripherals() - Method in class com.welie.blessed.BluetoothCentralManager
Get the list of connected peripherals.
getCurrentMtu() - Method in class com.welie.blessed.BluetoothCentral
 
getCurrentMtu() - Method in class com.welie.blessed.BluetoothPeripheral
Returns the currently set MTU
getDateTime() - Method in class com.welie.blessed.BluetoothBytesParser
Return a the date represented by the byte array.
getDateTime(int) - Method in class com.welie.blessed.BluetoothBytesParser
Get Date from characteristic with offset
getFloatValue(int) - Method in class com.welie.blessed.BluetoothBytesParser
Return a float value of the specified format.
getFloatValue(int, ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return a float value of the specified format and byte order.
getFloatValue(int, int, ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return a float value of the specified format, offset and byte order.
getIntValue(int) - Method in class com.welie.blessed.BluetoothBytesParser
Return an Integer value of the specified type.
getIntValue(int, ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return an Integer value of the specified type and specified byte order.
getIntValue(int, int, ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return an Integer value of the specified type.
getLongValue() - Method in class com.welie.blessed.BluetoothBytesParser
Return a Long value.
getLongValue(ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return a Long value using the specified byte order.
getLongValue(int, ByteOrder) - Method in class com.welie.blessed.BluetoothBytesParser
Return a Long value using the specified byte order and offset position.
getMaximumWriteValueLength(WriteType) - Method in class com.welie.blessed.BluetoothCentral
Get maximum length of byte array that can be written depending on WriteType This value is derived from the current negotiated MTU or the maximum characteristic length (512)
getMaximumWriteValueLength(WriteType) - Method in class com.welie.blessed.BluetoothPeripheral
Get maximum length of byte array that can be written depending on WriteType
getName() - Method in class com.welie.blessed.BluetoothCentral
 
getName() - Method in class com.welie.blessed.BluetoothPeripheral
Get the name of the bluetooth peripheral.
getNotifyingCharacteristics() - Method in class com.welie.blessed.BluetoothPeripheral
Get all notifying/indicating characteristics
getOffset() - Method in class com.welie.blessed.BluetoothBytesParser
Get the value of the internal offset
getPeripheral(String) - Method in class com.welie.blessed.BluetoothCentralManager
Get a peripheral object matching the specified mac address.
getService(UUID) - Method in class com.welie.blessed.BluetoothPeripheral
Get the BluetoothGattService object for a service UUID.
getServices() - Method in class com.welie.blessed.BluetoothPeripheral
Get the services supported by the connected bluetooth peripheral.
getServices() - Method in class com.welie.blessed.BluetoothPeripheralManager
Get a list of the all advertised services of this peripheral
getState() - Method in class com.welie.blessed.BluetoothPeripheral
Returns the connection state of the peripheral.
getStringValue() - Method in class com.welie.blessed.BluetoothBytesParser
Return a String from this byte array.
getStringValue(int) - Method in class com.welie.blessed.BluetoothBytesParser
Return a String from this byte array.
getType() - Method in class com.welie.blessed.BluetoothPeripheral
Get the type of the peripheral.
getValue() - Method in class com.welie.blessed.BluetoothBytesParser
Get the byte array
A B C F G H I M N O P R S T V W 
Skip navigation links