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

Commit edaa3369 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include stack/hid/hidh_int

Bug: 181199209
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I834a2e1cf0ba81cb7cc118dfdae3a0e583c4fc8e
parent 6b00efbd
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 };