don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
944 stars 609 forks source link

fix: added mtu to success callback #1012

Closed ksievers-irco closed 6 months ago

ksievers-irco commented 6 months ago

In the requestMtu success callback the applied mtu is passed as a parameter. However this parameter is missing in the types.d.ts

peitschie commented 6 months ago

Thanks for this @ksievers-irco !