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

View File

@@ -16,7 +16,7 @@
*
******************************************************************************/
#include <string.h>
#include "bt.h"
#include "esp_bt.h"
#include "bt_defs.h"
#include "bt_trace.h"
#include "hcidefs.h"