kenjdavidson / react-native-bluetooth-classic

⚛ Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication
https://kenjdavidson.github.io/react-native-bluetooth-classic
MIT License
250 stars 93 forks source link

accept() has wrong parameter type #266

Closed SteNafH closed 1 year ago

SteNafH commented 1 year ago

265

accept() has wrong parameter type

kenjdavidson commented 1 year ago

It can't be standard options. At best it needs to be T extends Standard Options to allow for customization when building your own custom connection.