- observeAclEvent() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes ACL broadcast actions from BluetoothDevice.
 
- observeBluetoothProfile(int) - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes connection to specified profile.
 
- observeBluetoothSocket(String, UUID) - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Opens BluetoothServerSocket, listens for a single connection request, releases socket
 and returns a connected BluetoothSocket on successful connection.
 
- observeBluetoothState() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes BluetoothState.
 
- observeBondState() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes bond state of devices.
 
- observeByteStream() - Method in class com.github.ivbaranov.rxbluetooth.BluetoothConnection
 
- 
Observes byte from bluetooth's InputStream.
 
- observeConnectDevice(BluetoothDevice, UUID) - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Create connection to BluetoothDevice and returns a connected BluetoothSocket
 on successful connection.
 
- observeConnectionState() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes connection state of devices.
 
- observeDevices() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes Bluetooth devices found while discovering.
 
- observeDiscovery() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes DiscoveryState, which can be ACTION_DISCOVERY_STARTED or ACTION_DISCOVERY_FINISHED
 from BluetoothAdapter.
 
- observeScanMode() - Method in class com.github.ivbaranov.rxbluetooth.RxBluetooth
 
- 
Observes scan mode of device.
 
- observeStringStream() - Method in class com.github.ivbaranov.rxbluetooth.BluetoothConnection
 
- 
Observes string from bluetooth's InputStream with '\r' (Carriage Return)
 and '\n' (New Line) as delimiter.
 
- observeStringStream(int...) - Method in class com.github.ivbaranov.rxbluetooth.BluetoothConnection
 
- 
Observes string from bluetooth's InputStream.