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

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

Re-include stack/hid/hidd_int am: 6b00efbd

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

Change-Id: I8efc1ed2e113e36bff0855ff218df82b551d4f3e
parents 4b935f17 6b00efbd
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -26,9 +26,12 @@
#ifndef HIDD_INT_H
#define HIDD_INT_H

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

#include "stack/hid/hid_conn.h"
#include "stack/include/hidd_api.h"
#include "stack/include/l2c_api.h"  // tL2CAP_CFG_INFO && FLOW_SPEC
#include "types/raw_address.h"

enum { HIDD_DEV_NO_CONN, HIDD_DEV_CONNECTED };