NordicSemiconductor / pc-ble-driver-js

Node.js interface to the C/C++ pc-ble-driver library. API docs: https://nordicsemiconductor.github.io/pc-ble-driver-js/
Other
79 stars 41 forks source link

fix mtu request event name #282

Closed td-krzysiek closed 6 months ago

td-krzysiek commented 2 years ago

Hi, the problem with DFU we've been experiencing was mostly related to the MTU update request. The adapter.js emits attMtuRequest while bleTransport.js waits for mtuUpdateRequest.