Eelco
Eelco
cc: @langholz
As for you other comment. If this is another issue, please create one and give some more details about: * What it is that make you think the program crashes...
Ok, thank you for making this clear to me.
This seems like a bug to me. In [this line](https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/src/windows/DeviceINQ.cc#L172) a discovered Bluetooth socket is converted to a human readable address string. The [following statement](https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/src/windows/DeviceINQ.cc#L177) checks if this conversion is...
Thank you for posting your findings. I have yet to find a solution for the inquiry task. Also I'm not sure if the current implementation for communicating with a BT...
Thanks for the link. I will look into it.
The code you linked looks quite nice. Pairing is also part of it and this is currently a missing feature for this module. However I look at the code and...
Added the wip code to branch `issue-404`.
Oh wow. It did not seem to work when I tried it. Maybe there where no devices in reach. I will try again later.
Are the devices you are trying to connect to already paired?