1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-08 23:50:40 +02:00

Sanitas SBF70/SBF75 (GATT_INSUF_AUTHORIZATION) bug fix (#441)

set discovery/connect delay to one second and Bluetooth communication delay to 10ms
This commit is contained in:
OliE
2019-03-19 19:28:35 +01:00
committed by GitHub
parent ce1ea8bf07
commit f24fc35059
3 changed files with 12 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ android {
}
dependencies {
implementation 'com.google.android.material:material:1.1.0-alpha03'
implementation 'com.google.android.material:material:1.1.0-alpha04'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
@@ -52,8 +52,8 @@ dependencies {
implementation 'com.j256.simplecsv:simplecsv:2.3'
// RxAndroidBle
implementation 'com.polidea.rxandroidble2:rxandroidble:1.7.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
implementation 'com.polidea.rxandroidble2:rxandroidble:1.8.2'
implementation 'io.reactivex.rxjava2:rxjava:2.2.7'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'com.jakewharton.rx2:replaying-share:2.1.0'