A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

add(Runnable, BleQueue.Callback, long, Runnable) - Method in class ipfs.gomobile.android.bledriver.BleQueue
 
addClientDevice(PeerDevice) - Method in class ipfs.gomobile.android.bledriver.Peer
 
addServerDevice(PeerDevice) - Method in class ipfs.gomobile.android.bledriver.Peer
 
Advertiser - Class in ipfs.gomobile.android.bledriver
 
Advertiser(Logger, BluetoothAdapter) - Constructor for class ipfs.gomobile.android.bledriver.Advertiser
 
ATT_HEADER_SIZE - Static variable in class ipfs.gomobile.android.bledriver.GattServer
 

B

BleDriver - Class in ipfs.gomobile.android.bledriver
 
BLEHandleFoundPeer(String) - Static method in class ipfs.gomobile.android.bledriver.BleInterface
 
BLEHandleLostPeer(String) - Static method in class ipfs.gomobile.android.bledriver.BleInterface
 
BleInterface - Class in ipfs.gomobile.android.bledriver
 
BleInterface(Context, boolean) - Constructor for class ipfs.gomobile.android.bledriver.BleInterface
 
BLELog(Logger.Level, String) - Static method in class ipfs.gomobile.android.bledriver.BleInterface
 
BleQueue - Class in ipfs.gomobile.android.bledriver
 
BleQueue(Logger, Handler) - Constructor for class ipfs.gomobile.android.bledriver.BleQueue
 
BleQueue.Callback - Class in ipfs.gomobile.android.bledriver
 
BLEReceiveFromPeer(String, byte[]) - Static method in class ipfs.gomobile.android.bledriver.BleInterface
 
bytesToHex(byte[]) - Static method in class ipfs.gomobile.android.bledriver.BleDriver
 

C

Callback() - Constructor for class ipfs.gomobile.android.bledriver.BleQueue.Callback
 
canUseL2cap() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
capacity() - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
checkAndSetServerState(PeerDevice.CONNECTION_STATE, PeerDevice.CONNECTION_STATE) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
CircularBuffer<E> - Class in ipfs.gomobile.android.bledriver
 
CircularBuffer(int) - Constructor for class ipfs.gomobile.android.bledriver.CircularBuffer
 
clear() - Method in class ipfs.gomobile.android.bledriver.BleQueue
 
closeAllDeviceConnections() - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
closeClient() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
closeConnWithPeer(String) - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
closeDeviceConnection(String) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
closeServer() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
completedCommand(int) - Method in class ipfs.gomobile.android.bledriver.BleQueue
The current command has been completed, move to the next command in the queue (if any)
CONNECTED - ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
 
CONNECTING - ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
 
connectToDevice(boolean, CountDownLatch) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
createRandomBytes(int) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 

D

d(String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
Debug - ipfs.gomobile.android.bledriver.Logger.Level
 
defaultAddr() - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
DefaultAddr - Static variable in class ipfs.gomobile.android.bledriver.BleInterface
 
deviceManager() - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
DeviceManager - Class in ipfs.gomobile.android.bledriver
 
DeviceManager(Logger) - Constructor for class ipfs.gomobile.android.bledriver.DeviceManager
 
dialPeer(String) - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
disconnect() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
DISCONNECTED - ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
 
DISCONNECTING - ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
 

E

e(String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
e(String, String, Throwable) - Method in class ipfs.gomobile.android.bledriver.Logger
 
EOD - Static variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
Error - ipfs.gomobile.android.bledriver.Logger.Level
 

F

flushInDataBuffer() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
flushServerDataCache() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
format(String, Object...) - Static method in class ipfs.gomobile.android.bledriver.StringUtil
Return the result of String.format, using Locale.US .

G

GattServer - Class in ipfs.gomobile.android.bledriver
 
GattServer(Context, BleDriver, Logger, BluetoothManager) - Constructor for class ipfs.gomobile.android.bledriver.GattServer
 
GattServerCallback - Class in ipfs.gomobile.android.bledriver
 
GattServerCallback(Context, BleDriver, Logger, GattServer, CountDownLatch) - Constructor for class ipfs.gomobile.android.bledriver.GattServerCallback
 
get(String) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
get(String) - Method in class ipfs.gomobile.android.bledriver.PeerManager
 
getBleQueue() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getBluetoothDevice() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getBluetoothServerSocket() - Method in class ipfs.gomobile.android.bledriver.GattServer
 
getBluetoothSocket() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getById(String) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
getByPID(String) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
getClientState() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getConfig() - Method in class ipfs.gomobile.android.IPFS
Gets the IPFS instance config as a JSON.
getConfigKey(String) - Method in class ipfs.gomobile.android.IPFS
Gets the JSON value associated to the key passed as parameter in the IPFS instance config.
getDevice() - Method in class ipfs.gomobile.android.bledriver.Peer
 
getGattServer() - Method in class ipfs.gomobile.android.bledriver.GattServer
 
getId() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getInDataBuffer() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getInputStream() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getInstance(Context, Logger) - Static method in class ipfs.gomobile.android.bledriver.BleDriver
 
getL2capPSM() - Method in class ipfs.gomobile.android.bledriver.GattServer
 
getMACAddress() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getMtu() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getOutputStream() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getPeer() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getPeer(String) - Method in class ipfs.gomobile.android.bledriver.PeerManager
 
getPeerClientDevice() - Method in class ipfs.gomobile.android.bledriver.Peer
 
getPeerID() - Method in class ipfs.gomobile.android.bledriver.Peer
 
getPeerServerDevice() - Method in class ipfs.gomobile.android.bledriver.Peer
 
getRemotePID() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getRepoAbsolutePath() - Method in class ipfs.gomobile.android.IPFS
Returns the repo absolute path as a string.
getScannerState() - Method in class ipfs.gomobile.android.bledriver.Scanner
 
getServerState() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
getStatus() - Method in class ipfs.gomobile.android.bledriver.BleQueue.Callback
 
getValue() - Method in enum ipfs.gomobile.android.bledriver.Logger.Level
 
getWriterCharacteristic() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 

H

handleClientPIDReceived(byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
handleDataReceived(byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
handleServerPIDReceived(byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 

I

i(String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
idFromPid(String) - Static method in class ipfs.gomobile.android.bledriver.BleDriver
 
Info - ipfs.gomobile.android.bledriver.Logger.Level
 
interfaceAddrs() - Method in class ipfs.gomobile.android.NetDriver
 
interfaces() - Method in class ipfs.gomobile.android.NetDriver
 
internalWrite(BluetoothGattCharacteristic, byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
IPFS - Class in ipfs.gomobile.android
IPFS is a class that wraps a go-ipfs node and its shell over UDS.
IPFS(Context) - Constructor for class ipfs.gomobile.android.IPFS
Class constructor using defaultRepoPath "/ipfs/repo" on internal storage.
IPFS(Context, String) - Constructor for class ipfs.gomobile.android.IPFS
Class constructor using repoPath passed as parameter on internal storage.
IPFS(Context, String, boolean) - Constructor for class ipfs.gomobile.android.IPFS
Class constructor using repoPath and storage location passed as parameters.
IPFS.ConfigCreationException - Exception in ipfs.gomobile.android
 
IPFS.ConfigGettingException - Exception in ipfs.gomobile.android
 
IPFS.ConfigSettingException - Exception in ipfs.gomobile.android
 
IPFS.ExtraOptionException - Exception in ipfs.gomobile.android
 
ipfs.gomobile.android - package ipfs.gomobile.android
 
ipfs.gomobile.android.bledriver - package ipfs.gomobile.android.bledriver
 
IPFS.NodeListenException - Exception in ipfs.gomobile.android
 
IPFS.NodeStartException - Exception in ipfs.gomobile.android
 
IPFS.NodeStopException - Exception in ipfs.gomobile.android
 
IPFS.RepoInitException - Exception in ipfs.gomobile.android
 
IPFS.RepoOpenException - Exception in ipfs.gomobile.android
 
IPFS.ShellRequestException - Exception in ipfs.gomobile.android
 
IPFS.SockManagerException - Exception in ipfs.gomobile.android
 
isAdvertising() - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
isClientConnected() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
isClientDisconnected() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
isClientReady() - Method in class ipfs.gomobile.android.bledriver.Peer
 
isEmpty() - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
isFull() - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
isHandshakeSuccessful() - Method in class ipfs.gomobile.android.bledriver.Peer
 
isInit() - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
isInit() - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
isInit() - Method in class ipfs.gomobile.android.bledriver.Scanner
 
isServerConnected() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
isServerDisconnected() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
isServerReady() - Method in class ipfs.gomobile.android.bledriver.Peer
 
isStarted() - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
isStarted() - Method in class ipfs.gomobile.android.bledriver.GattServer
 
isStarted() - Method in class ipfs.gomobile.android.IPFS
Returns true if this IPFS instance is "started" by checking if the underlying go-ipfs node is instantiated.

L

L2CAP_BUFFER - Static variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
L2CAP_HANDSHAKE_DATA_LEN - Static variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
L2CAP_MPS - Static variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
l2capRead() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
l2capWrite(byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
lock() - Method in class ipfs.gomobile.android.MDNSLockerDriver
 
log(Logger.Level, String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
Logger - Class in ipfs.gomobile.android.bledriver
 
Logger(boolean, boolean) - Constructor for class ipfs.gomobile.android.bledriver.Logger
 
Logger.Level - Enum in ipfs.gomobile.android.bledriver
 

M

mainHandler - Static variable in class ipfs.gomobile.android.bledriver.BleDriver
 
MAX_MTU - Static variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
mCallbacksHandler - Static variable in class ipfs.gomobile.android.bledriver.BleDriver
 
MDNSLockerDriver - Class in ipfs.gomobile.android
 
MDNSLockerDriver(Context) - Constructor for class ipfs.gomobile.android.MDNSLockerDriver
 
mHandshakeHandler - Static variable in class ipfs.gomobile.android.bledriver.BleDriver
 
mLockServer - Variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
mReadHandler - Static variable in class ipfs.gomobile.android.bledriver.BleDriver
 
mWriteHandler - Static variable in class ipfs.gomobile.android.bledriver.BleDriver
 

N

NetDriver - Class in ipfs.gomobile.android
 
NetDriver() - Constructor for class ipfs.gomobile.android.NetDriver
 
newRequest(String) - Method in class ipfs.gomobile.android.IPFS
Creates and returns a RequestBuilder associated to this IPFS instance shell.
nextCommand() - Method in class ipfs.gomobile.android.bledriver.BleQueue
Execute the next command in the subscribe queue.

O

offer(E) - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
onBatchScanResults(List<ScanResult>) - Method in class ipfs.gomobile.android.bledriver.Scanner
 
onCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onCharacteristicWriteRequest(BluetoothDevice, int, BluetoothGattCharacteristic, boolean, boolean, int, byte[]) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onConnectionStateChange(BluetoothDevice, int, int) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onDescriptorWriteRequest(BluetoothDevice, int, BluetoothGattDescriptor, boolean, boolean, int, byte[]) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onExecuteWrite(BluetoothDevice, int, boolean) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onMtuChanged(BluetoothDevice, int) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onNotificationSent(BluetoothDevice, int) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onScanFailed(int) - Method in class ipfs.gomobile.android.bledriver.Scanner
 
onScanResult(int, ScanResult) - Method in class ipfs.gomobile.android.bledriver.Scanner
 
onServiceAdded(int, BluetoothGattService) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
onStartFailure(int) - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
onStartSuccess(AdvertiseSettings) - Method in class ipfs.gomobile.android.bledriver.Advertiser
 

P

Peer - Class in ipfs.gomobile.android.bledriver
 
Peer(Logger, String) - Constructor for class ipfs.gomobile.android.bledriver.Peer
 
PeerDevice - Class in ipfs.gomobile.android.bledriver
 
PeerDevice(Context, BleDriver, Logger, BluetoothDevice, String, boolean) - Constructor for class ipfs.gomobile.android.bledriver.PeerDevice
 
PeerDevice.CONNECTION_STATE - Enum in ipfs.gomobile.android.bledriver
 
peerManager() - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
PeerManager - Class in ipfs.gomobile.android.bledriver
 
PeerManager(Logger) - Constructor for class ipfs.gomobile.android.bledriver.PeerManager
 
poll() - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
protocolCode() - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
ProtocolCode - Static variable in class ipfs.gomobile.android.bledriver.BleInterface
 
protocolName() - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
ProtocolName - Static variable in class ipfs.gomobile.android.bledriver.BleInterface
 
put(String, PeerDevice) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
putInDataBuffer(byte[]) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 

R

read(BluetoothGattCharacteristic) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
registerDevice(String, PeerDevice, boolean) - Method in class ipfs.gomobile.android.bledriver.PeerManager
 
remove(String) - Method in class ipfs.gomobile.android.bledriver.DeviceManager
 
removeDevices() - Method in class ipfs.gomobile.android.bledriver.Peer
 
RequestBuilder - Class in ipfs.gomobile.android
RequestBuilder is an IPFS command request builder.
RequestBuilder.RequestBuilderException - Exception in ipfs.gomobile.android
 
restart() - Method in class ipfs.gomobile.android.IPFS
Restarts this IPFS instance.
retryCommand() - Method in class ipfs.gomobile.android.bledriver.BleQueue
Retry the current command.
run(int) - Method in class ipfs.gomobile.android.bledriver.BleQueue.Callback
 

S

Scanner - Class in ipfs.gomobile.android.bledriver
 
Scanner(Context, BleDriver, Logger, BluetoothAdapter) - Constructor for class ipfs.gomobile.android.bledriver.Scanner
 
send() - Method in class ipfs.gomobile.android.RequestBuilder
Sends the request to the underlying go-ipfs node and returns an InputStream.
sendToBytes() - Method in class ipfs.gomobile.android.RequestBuilder
Sends the request to the underlying go-ipfs node and returns a byte array.
sendToFile(File) - Method in class ipfs.gomobile.android.RequestBuilder
Sends the request to the underlying go-ipfs node and returns a file containing the response.
sendToJSONList() - Method in class ipfs.gomobile.android.RequestBuilder
Sends the request to the underlying go-ipfs node and returns an array of JSONObject.
sendToPeer(String, byte[]) - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
SendToPeer(String, byte[]) - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
sendToStream(OutputStream) - Method in class ipfs.gomobile.android.RequestBuilder
 
sendToStream(OutputStream, int) - Method in class ipfs.gomobile.android.RequestBuilder
Sends the request to the underlying go-ipfs node and writes to the output stream.
sensitiveObject(Object) - Method in class ipfs.gomobile.android.bledriver.Logger
 
serveGatewayMultiaddr(String, Boolean) - Method in class ipfs.gomobile.android.IPFS
Serves node gateway over the given multiaddr
setAdvertisingState(boolean) - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
setBluetoothSocket(BluetoothSocket) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setConfig(JSONObject) - Method in class ipfs.gomobile.android.IPFS
Sets JSON config passed as parameter as IPFS config or reset to default config (with a new identity) if the config parameter is null.
A started instance must be restarted for its config to be applied.
setConfigKey(String, JSONObject) - Method in class ipfs.gomobile.android.IPFS
Sets JSON config value to the key passed as parameters in the IPFS instance config.
A started instance must be restarted for its config to be applied.
setGattServer(GattServer) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setId(String) - Method in class ipfs.gomobile.android.bledriver.BleQueue
 
setId(String) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setInit(boolean) - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
setInputStream(InputStream) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setL2capServerHandshakeStarted(boolean) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setLocalPID(String) - Method in class ipfs.gomobile.android.bledriver.GattServerCallback
 
setMtu(int) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setOutputStream(OutputStream) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setPeer(Peer) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setServerState(PeerDevice.CONNECTION_STATE) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
setStarted(boolean) - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
setStarted(boolean) - Method in class ipfs.gomobile.android.bledriver.GattServer
 
setTask(Runnable) - Method in class ipfs.gomobile.android.bledriver.BleQueue.Callback
 
showSensitiveData() - Method in class ipfs.gomobile.android.bledriver.Logger
 
size() - Method in class ipfs.gomobile.android.bledriver.CircularBuffer
 
start() - Method in class ipfs.gomobile.android.IPFS
Starts this IPFS instance.
start(String) - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
start(String) - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
start(String) - Method in class ipfs.gomobile.android.bledriver.GattServer
 
start(String) - Method in class ipfs.gomobile.android.bledriver.Scanner
 
StartBleDriver(String) - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
STATUS_ERROR - Variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
STATUS_SUCCESS - Variable in class ipfs.gomobile.android.bledriver.PeerDevice
 
stop() - Method in class ipfs.gomobile.android.bledriver.Advertiser
 
stop() - Method in class ipfs.gomobile.android.bledriver.BleInterface
 
stop() - Method in class ipfs.gomobile.android.bledriver.GattServer
 
stop() - Method in class ipfs.gomobile.android.bledriver.Scanner
 
stop() - Method in class ipfs.gomobile.android.IPFS
Stops this IPFS instance.
StopBleDriver() - Method in class ipfs.gomobile.android.bledriver.BleDriver
 
StringUtil - Class in ipfs.gomobile.android.bledriver
 
StringUtil() - Constructor for class ipfs.gomobile.android.bledriver.StringUtil
 

T

toString() - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 

U

unlock() - Method in class ipfs.gomobile.android.MDNSLockerDriver
 
unregisterDevices(String) - Method in class ipfs.gomobile.android.bledriver.PeerManager
 

V

v(String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
valueOf(String) - Static method in enum ipfs.gomobile.android.bledriver.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum ipfs.gomobile.android.bledriver.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ipfs.gomobile.android.bledriver.PeerDevice.CONNECTION_STATE
Returns an array containing the constants of this enum type, in the order they are declared.
Verbose - ipfs.gomobile.android.bledriver.Logger.Level
 

W

w(String, String) - Method in class ipfs.gomobile.android.bledriver.Logger
 
Warn - ipfs.gomobile.android.bledriver.Logger.Level
 
withArgument(String) - Method in class ipfs.gomobile.android.RequestBuilder
Adds an argument to the request.
withBody(byte[]) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a byte array body to the request.
withBody(File) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a file as a body to the request.
withBody(InputStream) - Method in class ipfs.gomobile.android.RequestBuilder
Adds an InputStream body to the request.
withBody(String) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a string body to the request.
withHeader(String, String) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a header to the request.
withOption(String, boolean) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a boolean option to the request.
withOption(String, byte[]) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a byte array option to the request.
withOption(String, String) - Method in class ipfs.gomobile.android.RequestBuilder
Adds a string option to the request.
write(BluetoothGattCharacteristic, byte[], boolean) - Method in class ipfs.gomobile.android.bledriver.PeerDevice
 
writeAndNotify(PeerDevice, byte[]) - Method in class ipfs.gomobile.android.bledriver.GattServer
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages