Releases: IvBaranov/RxBluetooth
Releases · IvBaranov/RxBluetooth
2.1.1
2.1.0
2.0.4
- Add
@nullable
annotation toRxBluetooth#getBondedDevices()
. (#53 vanniktech) - Add
RxBluetooth#connectAsClient
with RFCOMM channel id. (#51 vanniktech)
2.0.3
- 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
andconnectAsClient
. (#44 vanniktech) - Note!
ConnectionClosedException
signature changed from()
to(String message, Throwable cause)
. (#47 vanniktech)