ESP-IDF + 0/1 examples
SourceVu will show references to esp_base_mac_addr_set() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

ESP_OK on success ESP_ERR_INVALID_ARG If mac is NULL or is not a unicast MAC

Notes

Base MAC must be a unicast MAC (least significant bit of first byte must be zero). If not using a valid OUI, set the "locally administered" bit (bit value 0x02 in the first byte) to avoid collisions.

References

from examples