mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bluedroid: Move fixed_queue.h to implementation of hci_layer.c
Avoids pulling types like list_node into the public interface. Closes https://github.com/espressif/esp-idf/issues/948
This commit is contained in:
parent
1be6bf6790
commit
48333aea48
@ -32,6 +32,7 @@
|
||||
#include "alarm.h"
|
||||
#include "thread.h"
|
||||
#include "mutex.h"
|
||||
#include "fixed_queue.h"
|
||||
|
||||
typedef struct {
|
||||
uint16_t opcode;
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include "bt_types.h"
|
||||
#include "allocator.h"
|
||||
#include "fixed_queue.h"
|
||||
#include "osi.h"
|
||||
#include "future.h"
|
||||
///// LEGACY DEFINITIONS /////
|
||||
|
Loading…
Reference in New Issue
Block a user