Home
last modified time | relevance | path

Searched refs:socket_path (Results 1 – 1 of 1) sorted by relevance

/edtt-latest/src/components/
Dbtsnoop.py37 def __init__(self, store_to_file, socket_path) -> None: argument
55 print("Opening socket ", socket_path)
56 self.sock.connect(socket_path)
59 print("Could not connect to the btmon socket: ", socket_path, Exception)