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

Commit c6fda887 authored by Chienyuan's avatar Chienyuan
Browse files

GD: Implement internal HCI commands

Bug: 139329371
Test: run run_cert.sh
Change-Id: Ia9100bab1c1a212fd9031a8049dfd97e469ebad5
parent fd4c88ff
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