找不到特征00008a39-0000-1000-8000-00805f9b34fb

时间:2018-12-02 14:53:26

标签: javascript reactjs react-native iot

我在我的本机反应项目中使用"react-native-ble-manager": "^6.5.4",并在尝试编写时遇到以下错误。可能是什么原因。

在调用retrieveServices之后,正尝试使用以下代码编写。

var SSIDCharacteristic = peripheralInfo.characteristics[1].characteristic
      BleManager.write(peripheral.id, service.uuid, SSIDCharacteristic, data1).then(() => {
            alert('success')
            console.log('Wrote SSID');
          }).catch((error)=>{
            console.log(error);
      });

正在收到此错误。

0 个答案:

没有答案