public class BluetoothCentral
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getAddress() |
int |
getCurrentMtu() |
int |
getMaximumWriteValueLength(@NotNull WriteType writeType)
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)
|
@NotNull java.lang.String |
getName() |
@NotNull public @NotNull java.lang.String getAddress()
@NotNull public @NotNull java.lang.String getName()
public int getCurrentMtu()
public int getMaximumWriteValueLength(@NotNull @NotNull WriteType writeType)