We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f82b6 commit 79bbc2eCopy full SHA for 79bbc2e
gap_linux.go
@@ -246,6 +246,7 @@ func makeScanResult(props *device.Device1Properties) ScanResult {
246
247
mData := make(map[uint16][]byte)
248
for k, v := range props.ManufacturerData {
249
+ // can be either variant or just byte value
250
switch val := v.(type) {
251
case dbus.Variant:
252
mData[k] = val.Value().([]byte)
0 commit comments