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

Commit 6d0141ed authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Explicitly include stack/include/bt_device_type

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: Ica931e61615ababeefa14c8493f75caae99ec9a5
parent a7cfb95d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <hardware/bluetooth.h>

#include "bt_target.h"
#include "stack/include/bt_device_type.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"

+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <cstdint>

#include "stack/btm/security_device_record.h"
#include "stack/include/bt_device_type.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/hci_error_code.h"
#include "stack/include/security_client_callbacks.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <cstdint>

#include "osi/include/alarm.h"
#include "stack/include/bt_device_type.h"
#include "stack/include/btm_api_types.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"
+2 −0
Original line number Diff line number Diff line
@@ -20,12 +20,14 @@

#include <base/strings/stringprintf.h>
#include <string.h>

#include <cstdint>
#include <string>

#include "gd/crypto_toolbox/crypto_toolbox.h"
#include "main/shim/dumpsys.h"
#include "osi/include/alarm.h"
#include "stack/include/bt_device_type.h"
#include "stack/include/btm_api_types.h"
#include "types/hci_role.h"
#include "types/raw_address.h"