chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
310 stars 45 forks source link

Operation failed with ATT error: 0x82 #43

Closed KTibow closed 1 year ago

KTibow commented 1 year ago

I was trying to write data to a GATT server but I got this error:

Operation failed with ATT error: 0x82

Do you have any idea what this means? I can write to it just fine with Chrome Web Bluetooth.