muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 123 forks source link

GetAll method does not exist #187

Closed Elara6331 closed 1 year ago

Elara6331 commented 1 year ago

The following error is returned from service.NewApp():

 Properties.GetAll org.bluez.Adapter1: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist

This also happens with the service example. I'm running BlueZ 5.65 with the bluez-5.65 branch.

Elara6331 commented 1 year ago

The issue went away after 3 reboots. I'm not sure what caused it.