Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Dsocket_connection.c130 int socket_fd; // ds only stores event handle in win32 member
192 conn->socket_fd = fd; in socket_connection_register_new_connection()
248 int socket_fd = conn->socket_fd; in socket_connection_hci_process() local
253 if (WSAEnumNetworkEvents(socket_fd, socket_ds->source.handle, &network_events) == SOCKET_ERROR){ in socket_connection_hci_process()
264 …int bytes_read = recv(socket_fd, (char*) &conn->buffer[conn->bytes_read], conn->bytes_to_read, fla… in socket_connection_hci_process()
266 int bytes_read = read(socket_fd, &conn->buffer[conn->bytes_read], conn->bytes_to_read); in socket_connection_hci_process()
269 log_debug("socket_connection_hci_process fd %x, bytes read %d", socket_fd, bytes_read); in socket_connection_hci_process()
355 int socket_fd = tcp_socket_fd; in socket_connection_accept() local
357 int socket_fd = btstack_run_loop_get_data_source_fd(socket_ds); in socket_connection_accept() local
363 if (WSAEnumNetworkEvents(socket_fd, socket_ds->source.handle, &network_events) == SOCKET_ERROR){ in socket_connection_accept()
[all …]