Home
last modified time | relevance | path

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

/external/bluetooth/bluez/plugins/
Dpnat.c70 gboolean tty_open; member
132 client->tty_open = FALSE; in disconnect()
215 client->tty_open = TRUE; in tty_try_open()
265 if (!client->tty_open && client->tty_tries > 0) in create_tty()
/external/bluetooth/bluez/serial/
Dproxy.c373 static inline int tty_open(const char *tty, struct termios *ti) in tty_open() function
412 sk = tty_open(prx->address, &prx->proxy_ti); in connect_event_cb()