component/btdm : change bt.h name to esp_bt.h to form the name prefix

This commit is contained in:
Tian Hao
2017-12-07 21:48:27 +08:00
parent 7e3ac34704
commit 583dceb69b
21 changed files with 266 additions and 263 deletions
@@ -15,7 +15,7 @@
#include <stdio.h>
#include <string.h>
#include "nvs_flash.h"
#include "bt.h"
#include "esp_bt.h"
#include "driver/uart.h"
#include "esp_log.h"