noble/bleno

Secure Write iOS 10.x not working

Open

#339 geöffnet am 19. Sept. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.083 Stars) (465 Forks)batch import
help wanted

Beschreibung

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.}

Contributor Guide