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

Commit 55f44acb authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Explicitly include stack/include/bt_device_type am: 6d0141ed am:...

legacy: Explicitly include stack/include/bt_device_type am: 6d0141ed am: 7b9ac6ca am: 75d0b597 am: 0c8add6b

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

Change-Id: I9de33bb9809966e2e8df36822169bfe182f71d1a
parents 50645e05 0c8add6b
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"