summaryrefslogtreecommitdiff
path: root/emulator/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* emulator: Inclusive language changesArchie Pusaka2021-09-211-3/+3
| | | | | | | | BT core spec 5.3 promotes the usage of inclusive languages. This CL replaces some terms with the more appropriate counterparts, such as "central", "peripheral", and "accept list". Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 20 GPL-2.0-or-later : 2 License: LGPL-2.1-or-later emulator/server.c emulator/amp.c emulator/hciemu.c emulator/vhci.c emulator/btdev.c emulator/serial.h emulator/le.h emulator/le.c emulator/main.c emulator/amp.h emulator/hciemu.h emulator/bthost.h emulator/btdev.h emulator/vhci.h emulator/serial.c emulator/phy.c emulator/smp.c emulator/phy.h emulator/bthost.c emulator/server.h License: GPL-2.0-or-later emulator/b1ee.c emulator/hfp.c
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* emulator: Use local includes for libbluetooth headersMarcel Holtmann2015-02-121-2/+2
|
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-121-1/+1
|
* emulator/serial.c: use posix_openpt() instead of getpt()Anthony G. Basile2014-10-071-1/+2
| | | | | | getpt(3) is glibc-specific and is not provided in musl and possibly other libc's. Instead, we use use posix_openpt(3) which is equivalent and portable.
* emulator/btdev: Add iovec supportLuiz Augusto von Dentz2014-09-181-2/+3
| | | | | This convert btdev_set_send_handler to take struct iovec for doing scatter io.
* emulator: Reopen PTY master when slave closes itMarcel Holtmann2014-07-121-27/+39
|
* emulator: Add support for providing a pseudo terminalMarcel Holtmann2014-07-121-0/+234