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

Commit b4eb1bdd authored by Chris Manton's avatar Chris Manton
Browse files

net_test_bta: Add legacy discovery tests

Bug: 308953974
Test: atest net_test_bta

Change-Id: I1b2b9e4377ece420434465d4d2c4b74346acac09
parent 11ff15cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -226,10 +226,14 @@ cc_test {
        ":TestFakeOsi",
        ":TestMockBtif",
        ":TestMockMainShim",
        ":TestMockStackAcl",
        ":TestMockStackBtm",
        ":TestMockStackGap",
        ":TestMockStackGatt",
        ":TestMockStackL2cap",
        ":TestMockStackMetrics",
        "test/bta_dip_test.cc",
        "test/bta_disc_test.cc",
        "test/bta_dm_cust_uuid_test.cc",
        "test/bta_hf_client_add_record_test.cc",
        "test/bta_hf_client_test.cc",
@@ -257,8 +261,10 @@ cc_test {
        "libbt_shim_bridge",
        "libbt_shim_ffi",
        "libbtcore",
        "libbtdevice",
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libevent",
        "libgmock",
    ],
    data: [
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
#include <gtest/gtest.h>
#include <sys/socket.h>

#include <memory>

#include "bta/dm/bta_dm_disc.h"
#include "bta/dm/bta_dm_int.h"
#include "osi/include/allocator.h"