Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hl.c91 static int connected_s = -1; variable
4821 if (connected_s != -1) in btif_hl_thread_cleanup()
4823 shutdown(connected_s, SHUT_RDWR); in btif_hl_thread_cleanup()
4824 close(connected_s); in btif_hl_thread_cleanup()
4826 listen_s = connected_s = -1; in btif_hl_thread_cleanup()