RxBluetooth Versions Save

Android reactive bluetooth

2.1.1

5 years ago
  • Fix NPE when call fetchUuidsWithSdp() and UUID's return null (#59 Ponomarev-A)

2.1.0

5 years ago

2.0.4

5 years ago
  • Add @nullable annotation to RxBluetooth#getBondedDevices(). (#53 vanniktech)
  • Add RxBluetooth#connectAsClient with RFCOMM channel id. (#51 vanniktech)

2.0.3

5 years ago
  • Method observeFetchDeviceUuids for fetching the list of supported UUIDs added. (#40 Gyurme)
  • Method isLocationPermissionGranted added. (#42 vanniktech)
  • Method isLocationServiceEnabled added. (#43 vanniktech)
  • Method observeConnectDevice is deprecated from now and is split into two methods: connectAsServer and connectAsClient. (#44 vanniktech)
  • Note! ConnectionClosedException signature changed from () to (String message, Throwable cause). (#47 vanniktech)

2.0.1

6 years ago
  • Added wrappers for enable() and disable() methods of BluetoothAdapter.
  • Removed odd ACCESS_FINE_LOCATION permission.

2.0.0

6 years ago

RxJava 2 support.

0.1.6

7 years ago

Added observeAclEvent method to observe ACL broadcast actions from BluetoothDevice.

Grouped classes into packages. Make sure that you update imports properly.

0.1.5

7 years ago

State getter fixed in BondStateEvent class.

0.1.4

7 years ago

Bond state observable added.

0.1.3

7 years ago

Connection state observable added.