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

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

Re-include bta/include/bta_sdp_api

Include what you use

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

Change-Id: Ibc7f3227a86bb36677010216b534d23a921893e4
parent 240f6e5c
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -24,12 +24,15 @@
#ifndef BTA_SDP_API_H
#define BTA_SDP_API_H

#include <hardware/bt_sdp.h>
#include <cstdint>

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

#include "bta/include/bta_api.h"
#include "bta/include/bta_sdp_api.h"
#include "include/hardware/bt_sdp.h"  // bluetooth_sdp_record
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

using bluetooth::Uuid;