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

Commit 6c493067 authored by Chris Manton's avatar Chris Manton
Browse files

net_test_btif_rc: Source src/btif_util.cc

Bug: 312992963
Test: atest net_test_btif_rc

Change-Id: I9c73f60c8fbf76cd82d3bc533946af23319dd68a
parent 533f65d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -432,6 +432,7 @@ cc_test {
    srcs: [
        ":TestCommonMockFunctions",
        ":TestMockOsi",
        "src/btif_util.cc",
        "test/btif_rc_test.cc",
    ],
    header_libs: ["libbluetooth_headers"],
+0 −4
Original line number Diff line number Diff line
@@ -147,10 +147,6 @@ bool btif_av_peer_is_sink(const RawAddress& peer_address) { return false; }
bool btif_av_peer_is_source(const RawAddress& peer_address) { return true; }
bool btif_av_both_enable(void) { return true; }

const char* dump_rc_event(uint8_t event) { return nullptr; }
const char* dump_rc_notification_event_id(uint8_t event_id) { return nullptr; }
const char* dump_rc_pdu(uint8_t pdu) { return nullptr; }
const char* dump_rc_opcode(uint8_t pdu) { return nullptr; }
static bluetooth::common::MessageLoopThread jni_thread("bt_jni_thread");
bt_status_t do_in_jni_thread(const base::Location& from_here,
                             base::OnceClosure task) {