Just to add - the issue was that in earlier firmwares (2v12 and before), bluetooth scanning didn't 'aggregate' multiple bluetooth packets from the same device properly (so if one packet had a manufacturer ID, and one had device name, the name might not appear if you had a filter).
2v13 fixed that, but in the process added a memory leak - but 2v14 should work for both.
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.
Just to add - the issue was that in earlier firmwares (2v12 and before), bluetooth scanning didn't 'aggregate' multiple bluetooth packets from the same device properly (so if one packet had a manufacturer ID, and one had device name, the name might not appear if you had a filter).
2v13 fixed that, but in the process added a memory leak - but 2v14 should work for both.