-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Debugging an issue in my app I see that the BleDevices returned from available_ble_devices all have the same MAC of 00:00:00:00:00:00.
The name is usually correct.
But as the name is optional and the MAC always there, I was using it as the key in a Map, and thus all devices detected get mapped into the same entry and overwrite each otehr
To Reproduce
Steps to reproduce:
- run available_ble_devices
- inspect the MAC, it will be 0s
- wait for another device to get detected, will have the same
Expected behavior
The real MAC to be in BleDevice struct
Additional context
Debugger output, with two devices detected, both with MAC 0

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working