Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 093209fa authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-include stack/hid/hidh_int am: edaa3369 am: 78c229fb am: 58f11330

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1690099

Change-Id: I87a62a1a4da5876b4bb6be8091da9d6eae735006
parents 8da470bd 58f11330
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -25,9 +25,12 @@
#ifndef HIDH_INT_H
#define HIDH_INT_H

#include "hid_conn.h"
#include "hidh_api.h"
#include "l2c_api.h"
#include <cstdint>

#include "stack/hid/hid_conn.h"
#include "stack/include/hidh_api.h"
#include "stack/include/l2c_api.h"  // tL2CAP_CFG_INFO
#include "types/raw_address.h"

enum { HID_DEV_NO_CONN, HID_DEV_CONNECTED };