Skip to content

Releases: IvBaranov/RxBluetooth

0.1.2

02 Feb 15:58
Compare
Choose a tag to compare

Add ACCESS_COARSE_LOCATION permission due to android 6.0 changes.

0.1.1

19 Sep 12:35
Compare
Choose a tag to compare

Added getBoundedDevices() method

0.1.0

19 Sep 12:34
Compare
Choose a tag to compare
  • Observing bluetooth socket connection added
  • Observables are defered from now (thanks to @ShlMlkzdh)
  • Reading and writing with BluetoothSocket added (thanks to @qwildz)

0.0.5

28 Nov 19:39
Compare
Choose a tag to compare

Context provides via constructor.

0.0.4

25 Nov 09:09
Compare
Choose a tag to compare

Getting BluetoothProfile proxy and observing BluetoothProfile state.

0.0.3: Prepare for release.

18 Nov 11:59
Compare
Choose a tag to compare
  • Generic action filter.
  • Bluetooth state observable added.
  • Enable discoverability request added.
  • Scan mode observable added.

0.0.2

28 Oct 11:06
Compare
Choose a tag to compare

Initial release