From 6220723e7b039affc3f261396ea2f922d3501a6b Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Fri, 22 Dec 2017 15:13:45 +0800 Subject: [PATCH] component/bt : change header file name bt.h to esp_bt.h in new bluetooth example --- examples/bluetooth/bt_discovery/main/bt_discovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/bt_discovery/main/bt_discovery.c b/examples/bluetooth/bt_discovery/main/bt_discovery.c index 789b634cf4a1..7c0bf5320b11 100644 --- a/examples/bluetooth/bt_discovery/main/bt_discovery.c +++ b/examples/bluetooth/bt_discovery/main/bt_discovery.c @@ -28,7 +28,7 @@ #include "nvs_flash.h" #include "esp_system.h" #include "esp_log.h" -#include "bt.h" +#include "esp_bt.h" #include "esp_bt_main.h" #include "esp_bt_device.h" #include "esp_gap_bt_api.h"