OSDN Git Service

Canonically include stack/gatt::
authorChris Manton <cmanton@google.com>
Thu, 6 May 2021 19:10:11 +0000 (12:10 -0700)
committerChris Manton <cmanton@google.com>
Thu, 6 May 2021 20:50:23 +0000 (13:50 -0700)
Bug: 183374320
Test: gd/cert/run
Tag: #refactor

Change-Id: I5bb782f3d019535cd53129cfe450bb233c912975

stack/gatt/gatt_auth.cc
stack/gatt/gatt_cl.cc
stack/gatt/gatt_main.cc
stack/gatt/gatt_sr.cc

index c3aed25..c27ba61 100644 (file)
 #include <string.h>
 #include "bt_common.h"
 
-#include "btm_int.h"
 #include "gatt_api.h"
 #include "gatt_int.h"
 #include "osi/include/osi.h"
 #include "stack/btm/btm_ble_int.h"
 #include "stack/btm/btm_ble_int_types.h"
+#include "stack/btm/btm_int.h"
 #include "stack/btm/btm_sec.h"
 
 using base::StringPrintf;
index b70a880..1c7f4db 100644 (file)
 #include "bt_common.h"
 #include "bt_target.h"
 #include "bt_utils.h"
-#include "eatt.h"
 #include "gatt_int.h"
 #include "l2c_api.h"
 #include "osi/include/log.h"
 #include "osi/include/osi.h"
+#include "stack/eatt/eatt.h"
 
 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */
 #define GATT_READ_CHAR_VALUE_HDL (GATT_READ_CHAR_VALUE | 0x80)
index 322653b..c77f993 100644 (file)
 
 #include "bt_common.h"
 #include "bt_utils.h"
-#include "btif_storage.h"
-#include "btm_ble_int.h"
+#include "btif/include/btif_storage.h"
 #include "connection_manager.h"
 #include "device/include/interop.h"
-#include "eatt.h"
 #include "l2c_api.h"
 #include "osi/include/osi.h"
+#include "stack/btm/btm_ble_int.h"
 #include "stack/btm/btm_dev.h"
 #include "stack/btm/btm_sec.h"
+#include "stack/eatt/eatt.h"
 #include "stack/gatt/gatt_int.h"
 #include "stack/include/l2cap_acl_interface.h"
 
index e637eb2..c0aedfa 100644 (file)
@@ -28,9 +28,9 @@
 
 #include "gatt_int.h"
 #include "l2c_api.h"
-#include "l2c_int.h"
 #include "osi/include/log.h"
 #include "stack/eatt/eatt.h"
+#include "stack/l2cap/l2c_int.h"
 #define GATT_MTU_REQ_MIN_LEN 2
 
 using base::StringPrintf;