wx.onBLECharacteristicValueChange(function(res) {
  console.log(`characteristic ${res.characteristicId} has changed, now is ${res.value}`)
})

藍牙錯誤碼(errCode)列表

錯誤碼 說明 備注
0 ok 正常
10000 not init 未初始化藍牙適配器
10001 not available 當前藍牙適配器不可用
10002 no device 沒有找到指定設(shè)備
10003 connection fail 連接失敗
10004 no service 沒有找到指定服務(wù)
10005 no characteristic 沒有找到指定特征值
10006 no connection 當前連接已斷開
10007 property not support 當前特征值不支持此操作
10008 system error 其余所有系統(tǒng)上報的異常
10009 system not support Android 系統(tǒng)特有,系統(tǒng)版本低于 4.3 不支持BLE
10010 no descriptor 沒有找到指定描述符