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

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

Re-include bta/hh/bta_hh_int

Include what you use

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: I506901526379aa33157dacada79c3941f846eae4
parent 5b2132d7
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -25,11 +25,13 @@
#ifndef BTA_HH_INT_H
#define BTA_HH_INT_H

#include "bta_hh_api.h"
#include "bta_sys.h"
#include "utl.h"
#include <cstdint>

#include "bta_gatt_api.h"
#include "bta/include/bta_api.h"
#include "bta/include/bta_gatt_api.h"
#include "bta/include/bta_hh_api.h"
#include "bta/sys/bta_sys.h"
#include "stack/include/bt_types.h"

/* can be moved to bta_api.h */
#define BTA_HH_MAX_RPT_CHARS 8