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

Commit 5b523c33 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include bta/include/bta_api

Include what you use

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I93722e7b59792319a51de40a7f72bd4b5dd39921
parent ad05f100
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -25,14 +25,19 @@
#ifndef BTA_API_H
#define BTA_API_H

#include <hardware/bt_common_types.h>
#include <memory>
#include "bt_target.h"
#include "bt_types.h"
#include "btm_api.h"
#include "btm_ble_api.h"
#include <cstdint>
#include <vector>

#include "bt_target.h"  // Must be first to define build configuration

#include "stack/include/bt_types.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/btm_ble_api_types.h"
#include "stack/include/sdp_api.h"
#include "types/ble_address_with_type.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

/*****************************************************************************
 *  Constants and data types