bt: Remove unused function esp_bt_get_mac.

Closes https://github.com/espressif/esp-idf/issues/7410
This commit is contained in:
Chinmay Chhajed
2021-08-17 14:51:44 +05:30
parent c0032dc9a6
commit f167a2a3d1
3 changed files with 0 additions and 18 deletions

View File

@@ -527,12 +527,6 @@ void esp_bt_controller_wakeup_request(void);
*/
int esp_bt_h4tl_eif_io_event_notify(int event);
/**
* @brief Get BT MAC address.
* @return Array pointer of length 6 storing MAC address value.
*/
uint8_t* esp_bt_get_mac(void);
#ifdef __cplusplus
}
#endif