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
248 stars 93 forks source link

accept() has wrong parameter type #265

Closed SteNafH closed 1 year ago

SteNafH commented 1 year ago

The BluetoothModule.accept() method has a wrong parameter type. It expects a Map<string, object> but it should be of type StandardOptions.

image

kenjdavidson commented 1 year ago

Does the pr still need accepting and merging? Or is this resolved without.

SteNafH commented 1 year ago

Oh yeah, it does need accepting and merging