From: Tian Hao Date: Fri, 22 Dec 2017 07:13:45 +0000 (+0800) Subject: component/bt : change header file name bt.h to esp_bt.h in new bluetooth example X-Git-Tag: v3.1-beta1~520^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6220723e7b039affc3f261396ea2f922d3501a6b;p=esp-idf component/bt : change header file name bt.h to esp_bt.h in new bluetooth example --- diff --git a/examples/bluetooth/bt_discovery/main/bt_discovery.c b/examples/bluetooth/bt_discovery/main/bt_discovery.c index 789b634cf4..7c0bf5320b 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"