Searched refs:uart_socket (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c47 zx_handle_t uart_socket; member in struct:__anon226
127 items[count].handle = hci->uart_socket;
164 status = zx_socket_write(hci->uart_socket, 0, buf, length, NULL);
198 status = zx_socket_write(hci->uart_socket, 0, buf, length, NULL);
371 } else if (item.handle == hci->uart_socket) {
445 zx_handle_close(hci->uart_socket);
506 status = serial_open_socket(&serial, &hci->uart_socket);

Completed in 20 milliseconds