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

Commit 8b8246db 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

am: 08d4513e

Change-Id: I2d5a5abbe24fa948891b18334adefcdfd4c51752
parents 6a9f9594 08d4513e
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