Open 244219195 opened 1 month ago
Hello @244219195 , yes this needs to be added.
Plan would be to make wifi_set_mac deprecated and add up additional mode (diff name then with uint32) for Bluetooth with newer api, set_mac()
We will add this support and let you know. However, It might take some time.
For your case, you can just make small changes and re-use this API at higher layer, with hacks to handle bluetooth case, at both esp and host side code.
Can you provide some examples?
Add test_get_bt_mac_addr() similar to https://github.com/espressif/esp-hosted/blob/250e29294a740a45dd853115a25b62f1b2cfc51b/esp_hosted_fg/host/linux/host_control/c_support/test_utils.c#L697-L701
Above are not exactly the solution, but the code places to hack, to easily get your work done for now.
Thanks,mantriyogesh. Looking forward to the development of MAC address configuration in the future.
Checklist
Issue or Suggestion Description
I want to add device node in linux .and then .,i can set this node value to set BT mac for ESP32 -C3 .if have other way to set the BT MAC address.Please tell me .Actually, my idea is to be able to set the Bluetooth address through Linux instead of using the default address.however ,my linux kernel is low ,it can"t support python.