We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a1304 commit 9d711d6Copy full SHA for 9d711d6
subsys/bluetooth/host/direction.c
@@ -5,12 +5,13 @@
5
*/
6
#include <stdint.h>
7
#include <assert.h>
8
+#include <sys/byteorder.h>
9
-#include <bluetooth/hci.h>
10
-#include <bluetooth/l2cap.h>
+#include <bluetooth/bluetooth.h>
11
#include <bluetooth/conn.h>
12
+#include <bluetooth/l2cap.h>
13
+#include <bluetooth/hci.h>
14
#include <bluetooth/direction.h>
-#include <sys/byteorder.h>
15
16
#include "hci_core.h"
17
#include "conn_internal.h"
0 commit comments