Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/tools/scripts/
Dbtsnoop_live.py102 def get_connection_string(): function
212 connection_str = get_connection_string()
/aosp_15_r20/packages/modules/adb/
Dadb.cpp292 std::string get_connection_string() { in get_connection_string() function
335 std::string connection_str = get_connection_string(); in send_connect()