Loading system/stack/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -632,6 +632,7 @@ cc_test { "packages/modules/Bluetooth/system/utils/include", ], srcs: crypto_toolbox_srcs + [ ":TestMockStackBtm", "gatt/gatt_db.cc", "gatt/gatt_sr_hash.cc", "gatt/gatt_utils.cc", Loading system/stack/test/gatt/mock_gatt_utils_ref.cc +0 −8 Original line number Diff line number Diff line Loading @@ -17,14 +17,6 @@ #include "stack/gatt/gatt_int.h" #include "utils/include/bt_utils.h" /** stack/btm/btm_ble.cc*/ uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr) { return 0; } bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, uint8_t* p_sec_flags, tBT_TRANSPORT transport) { return false; } /** stack/btu/btu_task.cc, indirect reference, gatt_utils.cc -> libosi */ bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } Loading Loading
system/stack/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -632,6 +632,7 @@ cc_test { "packages/modules/Bluetooth/system/utils/include", ], srcs: crypto_toolbox_srcs + [ ":TestMockStackBtm", "gatt/gatt_db.cc", "gatt/gatt_sr_hash.cc", "gatt/gatt_utils.cc", Loading
system/stack/test/gatt/mock_gatt_utils_ref.cc +0 −8 Original line number Diff line number Diff line Loading @@ -17,14 +17,6 @@ #include "stack/gatt/gatt_int.h" #include "utils/include/bt_utils.h" /** stack/btm/btm_ble.cc*/ uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr) { return 0; } bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, uint8_t* p_sec_flags, tBT_TRANSPORT transport) { return false; } /** stack/btu/btu_task.cc, indirect reference, gatt_utils.cc -> libosi */ bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } Loading