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

Commit 08d4513e authored by Chienyuan's avatar Chienyuan Committed by android-build-merger
Browse files

GD: Implement internal HCI commands am: c6fda887 am: 6f172f85 am: 6d6cb816

am: 0ec08864

Change-Id: Ib4d6d7b3da42626d2102eaabf45d012e21ea9830
parents fc00afb5 0ec08864
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