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

Commit 6d6cb816 authored by Chienyuan's avatar Chienyuan Committed by android-build-merger
Browse files

GD: Implement internal HCI commands am: c6fda887

am: 6f172f85

Change-Id: Ia1b75da4e16a4e41c8b00d54e5955287b927d8b6
parents 5d2e168b 6f172f85
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -336,3 +336,9 @@ class SimpleHciTest(GdBaseTestClass):

        self.dut_command_complete_stream.unsubscribe()
        self._disconnect_from_dut()

    def test_interal_hci_command(self):
        self._connect_from_dut()
        self.device_under_test.hci.TestInternalHciCommands(empty_pb2.Empty())
        self.device_under_test.hci.TestInternalHciLeCommands(empty_pb2.Empty())
        self._disconnect_from_dut()
 No newline at end of file
Loading