muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List paired devices

lebck opened this issue · comments

Hi!

Maybe I'm missing something, but it seems that currently it's not possible to get a list of already paired devices.

I know I can get all nearby, paired devices by doing a discovery and filtering out all the non-paired devices, but I'd like to show all paired devices, regardless of whether they are nearby or not, and without the need to do a discovery first.

I do not think this is possible, a Discovery is always needed. Maybe you could fetch cached devices but still via Discovery I guess.