如何使用cordova-plugin-ble-central插件制作环形BLE设备?

时间:2017-10-19 10:13:08

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

我在我的项目中使用了cordova-plugin-ble-central插件。我试图通过在立即警报服务中设置值来在iBeacon上发出声音。该值已写入但设备未响铃。如何让iBeacon响铃并发出声音? 我正在使用Minew-Blooetooth Tracker F4设备 代码:
  cordovaPluginBleCentral.writeWithoutResponse( 'Some device id', '1802', '2A06', new Uint8Array([0x02]).buffer, successCallback, failureCallback )
我编写了关于Immediate Alert Service的GATT规范的代码。

0 个答案:

没有答案