RFCOMM services not discovered when we dont open the connection #86
Labels
bluetooth-lib
An issue regarding the bluetooth library
bug
Something isn't working
help wanted
Extra attention is needed
macos
rust
Pull requests that update Rust code
When we try to connect to an RFCOMM service when already connected to a device, the service is not found.Disconnecting and opening that connection through the bluetooth-lib allows us to connect to that service.
Perhaps we should wait after the performSdpQuery like in https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/src/macos/BluetoothWorker.mm
The text was updated successfully, but these errors were encountered: