include/nuttx/wireless/bluetooth: Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.

This commit is contained in:
Gregory Nutt
2018-04-29 12:43:09 -06:00
parent ba0bbb93b0
commit fd844f8eac
39 changed files with 97 additions and 97 deletions
+2 -2
View File
@@ -49,8 +49,8 @@
#include <errno.h>
#include <string.h>
#include <nuttx/wireless/bt_hci.h>
#include <nuttx/wireless/bt_core.h>
#include <nuttx/wireless/bluetooth/bt_hci.h>
#include <nuttx/wireless/bluetooth/bt_core.h>
#include "bt_atomic.h"
#include "bt_hcicore.h"