I have next problem with standard example of heartrate-monitor:
panic: interface conversion: interface {} is map[string]map[string]dbus.Variant, not dbus.ObjectPath
goroutine 1 [running]:
tinygo.org/x/bluetooth.(*Adapter).Scan(0x786c00, 0xc0000bdea8)
.../pkg/mod/tinygo.org/x/bluetooth@v0.8.0/gap_linux.go:177 +0xeb7
How I can fix it?