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

Commit 6614a595 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Include new hci_role file am: 33a33718

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

Change-Id: If887fe7dc784a1e3ae3801da07e54930692fe2e6
parents 4a31389e 33a33718
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
#include "stack/include/btm_api.h"
#include "stack/include/btm_client_interface.h"
#include "stack/include/l2c_api.h"
#include "types/hci_role.h"

namespace {

+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
#include "osi/include/osi.h"  // UNUSED_ATTR
#include "osi/include/properties.h"
#include "stack/include/acl_api.h"
#include "types/hci_role.h"

/*****************************************************************************
 * Constants and types
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include "device/include/controller.h"
#include "gd/common/init_flags.h"
#include "types/bt_transport.h"
#include "types/hci_role.h"
#include "types/raw_address.h"

static uint8_t ble_acceptlist_size() {
+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@

#include "stack/include/bt_types.h"
#include "stack/include/hci_error_code.h"
#include "stack/include/hcidefs.h"
#include "types/bt_transport.h"
#include "types/hci_role.h"
#include "types/raw_address.h"

void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport);
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

#include "osi/include/alarm.h"
#include "stack/include/hci_error_code.h"
#include "stack/include/hcidefs.h"
#include "types/hci_role.h"

/*****************************************************************************
 *  Constants and data types
Loading