Are you scanning for Low Energy devices? Classic Bluetooth != Bluetooth LE
in BleConsole this is done like this https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L107 you watch and accumulate devices and then you use device list later https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L546 https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L647
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Are you scanning for Low Energy devices? Classic Bluetooth != Bluetooth LE
in BleConsole this is done like this
https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L107
you watch and accumulate devices and then you use device list later
https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L546
https://github.com/fanoush/BLEConsole/blob/master/BLEConsole/Program.cs#L647