Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c161 fd_set descriptors_read; in btstack_run_loop_posix_execute() local
180 FD_ZERO(&descriptors_read); in btstack_run_loop_posix_execute()
188 FD_SET(ds->source.fd, &descriptors_read); in btstack_run_loop_posix_execute()
215 int res = select( highest_fd+1 , &descriptors_read, &descriptors_write, NULL, timeout); in btstack_run_loop_posix_execute()
225 if (FD_ISSET(ds->source.fd, &descriptors_read)) { in btstack_run_loop_posix_execute()