To enable stdio over nimBLE, add the module stdio_nimble
:
More...
To enable stdio over nimBLE, add the module stdio_nimble
:
USEMODULE += stdio_nimble
Standard input/output backend using NimBLE.
Files | |
file | stdio_nimble.h |
Macros | |
#define | CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1 |
Whether to clear the buffers when establishing a new connection or not. | |
#define | CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024 |
Size of buffer for stdin in bytes. | |
#define | CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048 |
Size of buffer for stdout in bytes. | |
#define CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1 |
Whether to clear the buffers when establishing a new connection or not.
Defaults to true.
Definition at line 48 of file stdio_nimble.h.
#define CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024 |
Size of buffer for stdin in bytes.
Definition at line 57 of file stdio_nimble.h.
#define CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048 |
Size of buffer for stdout in bytes.
Definition at line 66 of file stdio_nimble.h.