Skip to content

1.14.0-rxjava2

Compare
Choose a tag to compare
@dariuszseweryn dariuszseweryn released this 31 May 20:53
· 49 commits to master since this release
  • Added RxBleClient#getConnectedPeripherals for retrieving all BLE peripherals connected to the device, thanks @DaBs! (#765)
  • Updated URL for native GATT statuses in BleGattException, thanks @ariccio! (#779)
  • Added BleScanResult#isConnectable for getting info if the scanned peripheral is connectable, thanks @MartinSadovy! (#781)
  • Added helper functions RxBleClient#isConnectRuntimePermissionGranted and RxBleClient#getRecommendedConnectRuntimePermissions (#787)