-
I would like to make sure that the MAC address shown for my BLE device in scans is always the same, runtime-defined value, rather than a random MAC. The terminology around this is terribly confusing, so I don't really know what exactly I'm supposed to be searching for, but neither |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As it turns out, zephyr expects the controller to already know its public address, and there's no standardized way to tell the controller what its public address is. For the BlueNRG, which I'm using, there's a vendor specific command: #65179 |
Beta Was this translation helpful? Give feedback.
As it turns out, zephyr expects the controller to already know its public address, and there's no standardized way to tell the controller what its public address is. For the BlueNRG, which I'm using, there's a vendor specific command: #65179