Skip to content

Releases: IvBaranov/RxBluetooth

2.1.1

20 Mar 10:02
Compare
Choose a tag to compare
  • Fix NPE when call fetchUuidsWithSdp() and UUID's return null (#59 Ponomarev-A)

2.1.0

30 Jan 09:52
Compare
Choose a tag to compare

2.0.4

13 Nov 14:22
Compare
Choose a tag to compare
  • Add @nullable annotation to RxBluetooth#getBondedDevices(). (#53 vanniktech)
  • Add RxBluetooth#connectAsClient with RFCOMM channel id. (#51 vanniktech)

2.0.3

29 Oct 10:49
Compare
Choose a tag to compare
  • 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

13 Dec 13:35
Compare
Choose a tag to compare
  • Added wrappers for enable() and disable() methods of BluetoothAdapter.
  • Removed odd ACCESS_FINE_LOCATION permission.

2.0.0

03 Dec 10:52
Compare
Choose a tag to compare

RxJava 2 support.

0.1.6

24 Apr 12:22
Compare
Choose a tag to compare

Added observeAclEvent method to observe ACL broadcast actions from BluetoothDevice.

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

0.1.5

06 Feb 09:17
Compare
Choose a tag to compare

State getter fixed in BondStateEvent class.

0.1.4

03 Feb 14:53
Compare
Choose a tag to compare

Bond state observable added.

0.1.3

02 Feb 15:58
Compare
Choose a tag to compare

Connection state observable added.