]> granicus.if.org Git - esp-idf/commitdiff
bluedroid: Move fixed_queue.h to implementation of hci_layer.c
authorAngus Gratton <angus@espressif.com>
Tue, 5 Sep 2017 07:11:32 +0000 (17:11 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 5 Sep 2017 07:14:40 +0000 (17:14 +1000)
Avoids pulling types like list_node into the public interface.

Closes https://github.com/espressif/esp-idf/issues/948

components/bt/bluedroid/hci/hci_layer.c
components/bt/bluedroid/hci/include/hci_layer.h

index 5b5205dd9a5d0faab461005ccc04c998482f4972..1c5117c7f25046582b9dab1c0d33a1987e38f0ae 100644 (file)
@@ -32,6 +32,7 @@
 #include "alarm.h"
 #include "thread.h"
 #include "mutex.h"
+#include "fixed_queue.h"
 
 typedef struct {
     uint16_t opcode;
index 76f93638ad375e9490c61c9ae1eef83432c9dcc9..5e9b8c695b50c2da918ff28f691d3e5922236a63 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "bt_types.h"
 #include "allocator.h"
-#include "fixed_queue.h"
 #include "osi.h"
 #include "future.h"
 ///// LEGACY DEFINITIONS /////