public class

BluetoothDuplexSocket

extends Object
implements DuplexSocket
java.lang.Object
   ↳ mobisocial.comm.BluetoothDuplexSocket

Summary

Public Constructors
BluetoothDuplexSocket(BluetoothAdapter adapter, String mac, UUID serviceUuid)
BluetoothDuplexSocket(BluetoothSocket socket)
Public Methods
void close()
void connect()
InputStream getInputStream()
OutputStream getOutputStream()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.io.Closeable
From interface mobisocial.comm.DuplexSocket

Public Constructors

public BluetoothDuplexSocket (BluetoothAdapter adapter, String mac, UUID serviceUuid)

Throws
IOException

public BluetoothDuplexSocket (BluetoothSocket socket)

Public Methods

public void close ()

Throws
IOException

public void connect ()

Throws
IOException

public InputStream getInputStream ()

Throws
IOException

public OutputStream getOutputStream ()

Throws
IOException