I am following this post regarding reading the static MAC address for the nRF52840: https://devzone.nordicsemi.com/f/nordic-q-a/68376/trying-to-extract-the-static-mac-address-using-ncs
However, I looked in hci_driver.c and the function is not available if CONFIG_BT_HCI_VS_EXT is enabled. This doesn't make too much sense given the description of the config variable that I found here: CONFIG_BT_HCI_VS_EXT — Kconfig reference (nordicsemi.com) I will probably just copy the function into my own source but would like an explanation of why this is not available when CONFIG_BT_HCI_VS_EXT is set