Loading system/bta/dm/bta_dm_act.cc +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ #include "stack/include/bt_types.h" #include "stack/include/btm_client_interface.h" #include "stack/include/btu.h" // do_in_main_thread #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #if (GAP_INCLUDED == TRUE) Loading system/bta/dm/bta_dm_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ #include "main/shim/dumpsys.h" #include "stack/include/bt_hdr.h" #include "stack/include/bt_octets.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #ifndef CASE_RETURN_TEXT Loading system/bta/gatt/bta_gattc_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include "bta/sys/bta_sys.h" #include "stack/include/bt_hdr.h" #include "stack/include/gatt_api.h" #include "types/bluetooth/uuid.h" #include "types/bt_transport.h" #include "types/raw_address.h" Loading system/bta/gatt/bta_gatts_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include "stack/include/bt_types.h" #include "stack/include/btm_ble_api_types.h" #include "stack/include/gatt_api.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" /***************************************************************************** Loading system/bta/gatt/database.cc +6 −3 Original line number Diff line number Diff line Loading @@ -17,15 +17,18 @@ ******************************************************************************/ #include "database.h" #include "bt_trace.h" #include "stack/crypto_toolbox/crypto_toolbox.h" #include "stack/include/gattdefs.h" #include <base/logging.h> #include <list> #include <memory> #include <sstream> #include "bt_trace.h" #include "stack/crypto_toolbox/crypto_toolbox.h" #include "stack/include/gattdefs.h" #include "types/bluetooth/uuid.h" using bluetooth::Uuid; namespace gatt { Loading Loading
system/bta/dm/bta_dm_act.cc +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ #include "stack/include/bt_types.h" #include "stack/include/btm_client_interface.h" #include "stack/include/btu.h" // do_in_main_thread #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #if (GAP_INCLUDED == TRUE) Loading
system/bta/dm/bta_dm_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ #include "main/shim/dumpsys.h" #include "stack/include/bt_hdr.h" #include "stack/include/bt_octets.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #ifndef CASE_RETURN_TEXT Loading
system/bta/gatt/bta_gattc_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include "bta/sys/bta_sys.h" #include "stack/include/bt_hdr.h" #include "stack/include/gatt_api.h" #include "types/bluetooth/uuid.h" #include "types/bt_transport.h" #include "types/raw_address.h" Loading
system/bta/gatt/bta_gatts_int.h +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include "stack/include/bt_types.h" #include "stack/include/btm_ble_api_types.h" #include "stack/include/gatt_api.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" /***************************************************************************** Loading
system/bta/gatt/database.cc +6 −3 Original line number Diff line number Diff line Loading @@ -17,15 +17,18 @@ ******************************************************************************/ #include "database.h" #include "bt_trace.h" #include "stack/crypto_toolbox/crypto_toolbox.h" #include "stack/include/gattdefs.h" #include <base/logging.h> #include <list> #include <memory> #include <sstream> #include "bt_trace.h" #include "stack/crypto_toolbox/crypto_toolbox.h" #include "stack/include/gattdefs.h" #include "types/bluetooth/uuid.h" using bluetooth::Uuid; namespace gatt { Loading