mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add AW for bond request
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ public class HuaweiSupportProvider {
|
||||
try {
|
||||
createSecretKey();
|
||||
GetAuthRequest authReq = new GetAuthRequest(this, linkParamsReq);
|
||||
if (getHuaweiType() == HuaweiDeviceType.BLE) {
|
||||
if (getHuaweiType() == HuaweiDeviceType.BLE || getHuaweiType() == HuaweiDeviceType.AW) {
|
||||
GetBondParamsRequest bondParamsReq = new GetBondParamsRequest(this);
|
||||
GetBondRequest bondReq = new GetBondRequest(this);
|
||||
authReq.nextRequest(bondParamsReq);
|
||||
|
||||
Reference in New Issue
Block a user