Java android.bluetooth BluetoothSocket fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth BluetoothSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth BluetoothSocket.

The text is from its open source code.

Method

voidclose()
voidconnect()
Attempt to connect to a remote device.
InputStreamgetInputStream()
Get the input stream associated with this socket.
OutputStreamgetOutputStream()
Get the output stream associated with this socket.
BluetoothDevicegetRemoteDevice()
Get the remote device this socket is connecting, or connected, to.
voidrequestMaximumTxDataLength()
Set the LE Transmit Data Length to be the maximum that the BT Controller is capable of.