在 HarmonyOS 中,可以使用 ArkTS 的蓝牙 ble 模块实现低功耗蓝牙扫描与连接功能。具体步骤如下:蓝牙扫描:使用 ble.startBLEScan。取消扫描:使用 stopBLEScan。蓝牙连接:使用 GattClientDevice.connect。发送指令:广播发送 startAdvertising,发送特征值 setCharacteristicChangeNotification。蓝牙断开:使用 GattClientDevice.disconnect。
在 HarmonyOS 中,可以使用 ArkTS 的蓝牙 ble 模块实现低功耗蓝牙扫描与连接功能。具体步骤如下:
蓝牙扫描:使用 ble.startBLEScan。
取消扫描:使用 stopBLEScan。
蓝牙连接:使用 GattClientDevice.connect。
发送指令:广播发送 startAdvertising,发送特征值 setCharacteristicChangeNotification。
蓝牙断开:使用 GattClientDevice.disconnect。