* https://review.lineageos.org/c/LineageOS/android_packages_modules_Bluetooth/+/345888
Change-Id: Ia26f16e340f505e7776aef2b3b8388afd38faa37
#include <arpa/inet.h>
#include <string.h>
#include <linux/wait.h>
-#include <hci_layer.h>
+#include <hci_layer_legacy.h>
#include "hci_h5_int.h"
#include "bt_skbuff.h"
#define LOG_TAG "rtk_btsnoop_net"
#include "rtk_btsnoop_net.h"
#include <unistd.h>
-#include <hci_layer.h>
+#include <hci_layer_legacy.h>
#define RTK_NO_INTR(fn) do {} while ((fn) == -1 && errno == EINTR)
#include "userial_vendor.h"
#include "rtk_socket.h"
#include <cutils/sockets.h>
-#include <hci_layer.h>
+#include <hci_layer_legacy.h>
#ifdef CONFIG_SCO_OVER_HCI