Home | History | Annotate | Download | only in server

Lines Matching refs:rfcomm_fd

46  *    rfcomm_fd - File descriptor for the established RFCOMM connection.
64 int rfcomm_fd;
90 if (handle->rfcomm_fd < 0)
94 err = write(handle->rfcomm_fd, "\r\n", 2);
101 err = write(handle->rfcomm_fd,
108 err = write(handle->rfcomm_fd, "\r\n", 2);
565 bytes_read = read(handle->rfcomm_fd,
629 handle->rfcomm_fd = fd;
641 cras_system_add_select_fd(handle->rfcomm_fd,
649 cras_system_rm_select_fd(slc_handle->rfcomm_fd);
650 close(slc_handle->rfcomm_fd);