IDF release/v3.3 7a85334d8 (#4813)

esp-face: master 420fc7e
esp32-camera: master a5ccbec
This commit is contained in:
Me No Dev
2021-02-23 01:06:41 +02:00
committed by GitHub
parent b8dab5ed1a
commit a0ddd8a16e
76 changed files with 6 additions and 12 deletions

View File

@ -331,12 +331,6 @@ esp_err_t esp_bt_controller_disable(void);
*/
esp_bt_controller_status_t esp_bt_controller_get_status(void);
/**
* @brief Get BT MAC address.
* @return Array pointer of length 6 storing MAC address value.
*/
uint8_t* esp_bt_get_mac(void);
/** @brief esp_vhci_host_callback
* used for vhci call host function to notify what host need to do
*/