From d39cde5acb3ea1e61bbcc928defbcef18ee38950 Mon Sep 17 00:00:00 2001 From: zheng_cheng Date: Mon, 16 Dec 2024 15:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=BF=9E=E6=8E=A5=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8Eservices=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zheng_cheng --- library/src/main/ets/bluetooth/BleBluetooth.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/main/ets/bluetooth/BleBluetooth.ets b/library/src/main/ets/bluetooth/BleBluetooth.ets index ebeb9fb..6e078fa 100644 --- a/library/src/main/ets/bluetooth/BleBluetooth.ets +++ b/library/src/main/ets/bluetooth/BleBluetooth.ets @@ -465,6 +465,7 @@ export default class BleBluetooth { if (this.mainHandler !== null) { if (err == null) { + this.services = services let message: Message = this.mainHandler.obtainMessage(); message.what = BleMsg.MSG_DISCOVER_SUCCESS; message.obj = new BleConnectStateParameter(0); -- Gitee