使用cordova插件进行ble扫描的后台服务

时间:2016-10-13 04:05:47

标签: android ios cordova bluetooth-lowenergy cordova-plugins

我使用https://github.com/randdusing/cordova-plugin-bluetoothle扫描设备并能够提取所需信息。但是,我需要在后台运行此扫描以仅扫描(作为服务)。 我仔细阅读了此论坛中回答的几个问题,(Cordova: Scan for iBeacons / BLE in background mode (iOS and Android)& cordova plugins bluetooth background serviceAndroid BLE Passive scan 但他们更倾向于Android原生和IOS特定。

那么可以使用插件将BLE设备的扫描作为后台服务来实现吗?

1 个答案:

答案 0 :(得分:1)

是的,

我正在使用

cordova-plugin-background-mode

cordova-plugin-ble-central

使用这两个插件,是的,我正在扫描和连接以及从后台读/写。