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

Commit 034be181 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include bta/include/bta_gatt_queue

Include what you use

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

Change-Id: I4c4b9fc5e923b077cf13401b394e83983f260b91
parent 2e180a6c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -14,12 +14,13 @@
 * limitations under the License.
 */

#include <vector>

#include <cstdint>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include "bta_gatt_api.h"
#include <vector>

#include "bta/include/bta_gatt_api.h"

/* BTA GATTC implementation does not allow for multiple commands queuing. So one
 * client making calls to BTA_GATTC_ReadCharacteristic, BTA_GATTC_ReadCharDescr,