noble/bleno

Secure Write iOS 10.x not working

Open

#339 建立於 2017年9月19日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (2,083 star) (465 fork)batch import
help wanted

描述

Tried everything

  constructor() {
    super({
      uuid: 'xxxxx', //removed from post
      properties: [/*'read',*/ 'write', 'notify'],
      secure: ['write'],
    });

    this._updateValueCallback = null;
    this._value = new Buffer(0);
  }

iOS app keeps failing with Error Domain=CBErrorDomain Code=0 "Unknown error." UserInfo={NSLocalizedDescription=Unknown error.}

貢獻者指南