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

Commit 33a33718 authored by Chris Manton's avatar Chris Manton
Browse files

Include new hci_role file

Bug: 179120287
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I22043f815a33ee0459a4a609080651ede5a60bbe
parent 56d5308a
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