pc-nrfconnect-ble icon indicating copy to clipboard operation
pc-nrfconnect-ble copied to clipboard

Filter devices with no name or regex

Open 0ge opened this issue 5 years ago • 1 comments

When I do a scan in the office environment, I get 35 devices with the name "<Unknown name>" (presumably their name is not advertised).

It would be really great if there was an option to filter the list to remove these devices. (I.e. only named devices appear in the list)

For us, the best solution would be to allow regex filtering, so we can for instance do ".+Test.+" to filter devices we're developing to, or ".+" to filter named devices.

0ge avatar Apr 02 '19 07:04 0ge

For other looking for this I discovered that you can at least use | to filter. E.g. A|B will display names and addresses that contains either A or B.

0ge avatar Aug 21 '19 12:08 0ge