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

Commit 32b991eb authored by Chris Manton's avatar Chris Manton
Browse files

Add types/ble_address_with_type.h

Toward readable code

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

Change-Id: I9028ab92ed646b414f206571ebb031573ab87b82
parent 044b294f
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