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

Commit 2e180a6c authored by Chris Manton's avatar Chris Manton
Browse files

Re-include bta/include/bta_gatt_api

Include what you use

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

Change-Id: I21c81d09cba682b180bb7e7a0db02882aff9af16
parent 7d2e136f
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -25,14 +25,15 @@
#ifndef BTA_GATT_API_H
#define BTA_GATT_API_H

#include "bta/gatt/database.h"
#include "bta_api.h"
#include "gatt_api.h"

#include <base/callback_forward.h>
#include <list>
#include <string>
#include <vector>

#include "bta/gatt/database.h"
#include "stack/include/gatt_api.h"
#include "types/raw_address.h"

#ifndef BTA_GATT_DEBUG
#define BTA_GATT_DEBUG false
#endif