Example usage for Java android.bluetooth BluetoothSocket fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() |
void | connect() Attempt to connect to a remote device. |
InputStream | getInputStream() Get the input stream associated with this socket. |
OutputStream | getOutputStream() Get the output stream associated with this socket. |
BluetoothDevice | getRemoteDevice() Get the remote device this socket is connecting, or connected, to. |
void | requestMaximumTxDataLength() Set the LE Transmit Data Length to be the maximum that the BT Controller is capable of. |