From afe3f26fca164bb53d8d672ed501eeb5d41abb7e Mon Sep 17 00:00:00 2001 From: Chinmay Chhajed Date: Tue, 17 Aug 2021 18:53:05 +0530 Subject: [PATCH] bt: Remove unused function esp_bt_get_mac. --- components/bt/include/esp_bt.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/bt/include/esp_bt.h b/components/bt/include/esp_bt.h index 909770b518..f8932029ae 100644 --- a/components/bt/include/esp_bt.h +++ b/components/bt/include/esp_bt.h @@ -351,12 +351,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 */