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

Commit 7c7540e0 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add types/ble_address_with_type.h am: 32b991eb am: 74a7a48f am: 9a513d7f am: 4f1d5166

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1480160

Change-Id: I323a862ae2459bc817fdd88fb46e08e06db18937
parents 0f5611dc 4f1d5166
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include "bt_types.h"
#include "btm_api.h"
#include "btm_ble_api.h"
#include "types/ble_address_with_type.h"
#include "types/bt_transport.h"

/*****************************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <list>
#include <string>
#include "osi/include/config.h"
#include "types/ble_address_with_type.h"

static const char BTIF_CONFIG_MODULE[] = "btif_config_module";

+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@

#include "bt_target.h"
#include "bt_types.h"
#include "types/ble_address_with_type.h"

/*******************************************************************************
 *  Constants & Macros
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include "main/shim/acl_api.h"
#include "main/shim/helpers.h"
#include "main/shim/stack.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"

void bluetooth::shim::ACL_CreateClassicConnection(
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#pragma once

#include "stack/include/bt_types.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"

namespace bluetooth {
Loading