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

Commit 6860f6eb authored by Alice Kuo's avatar Alice Kuo
Browse files

Re-format the dump le audio.py

Bug: 232731251
Test: ./dump_le_audio.py BTSNOOP.cfa -v --header
Change-Id: I381652d69d6e09cf1e11747116708c87ba988898
Merged-In: I381652d69d6e09cf1e11747116708c87ba988898
(cherry picked from commit ae550d88)
parent a0e1cf8c
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -508,9 +508,7 @@ def main():
        "--header",
        help="Add the header for LC3 Conformance Interoperability Test Software V.1.0.3.",
        action="store_true")
    parser.add_argument(
        "--ase_handle", help="Set the ASE handle manually.",
        type=int)
    parser.add_argument("--ase_handle", help="Set the ASE handle manually.", type=int)

    argv = parser.parse_args()
    BTSNOOP_FILE_NAME = argv.btsnoop_file