/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 431 uint8_t prefix; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 5029 static int aes_test(const char *prefix, const uint8_t *in_key, const uint8_t *m, in aes_test() argument 5034 LOG_DBG("%s: AES CMAC of message with len %u", prefix, len); in aes_test() 5038 LOG_DBG("%s: Success", prefix); in aes_test() 5040 LOG_ERR("%s: Failed", prefix); in aes_test() 5090 static int sign_test(const char *prefix, const uint8_t *sign_key, const uint8_t *m, in sign_test() argument 5098 LOG_DBG("%s: Sign message with len %u", prefix, len); in sign_test() 5113 LOG_DBG("%s: Original message intact", prefix); in sign_test() 5115 LOG_ERR("%s: Original message modified", prefix); in sign_test() 5116 LOG_DBG("%s: orig %s", prefix, bt_hex(orig, sizeof(orig))); in sign_test() 5117 LOG_DBG("%s: msg %s", prefix, bt_hex(msg, sizeof(msg))); in sign_test() [all …]
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 61 # The module messages are intentionally higher than STATUS to avoid the -- prefix
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 36 default exposed as functions with ``zsock_`` prefix, e.g. 39 will be also exposed as aliases without the prefix. This includes the
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 284 prefix = "psels = " if i == 0 else "\t"
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 58 are renamed with the parent object's name as a prefix:
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 41 The limit includes the prefix and the newline character, so the allowed payload
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 113 bool "Thread ID prefix"
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 225 non-zero length of prefix (e.g., "127.0.0.1/24").
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 47 ``snippet-<name>`` as a namespace prefix when choosing names for node labels,
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 116 .prefix = ctx1_prefix 128 .prefix = ctx2_prefix
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 118 #define DESCRIPTOR_NAME(prefix, node) uac2_## prefix ## _ ## node argument
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 13 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 375 with tempfile.TemporaryDirectory(prefix='dt_bindings_worktree') as tmpdir:
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 392 // Test <prefix>-map, via gpio-map
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 132 const char *prefix);
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 76 Timestamp prefix will be added to the beginning of CTF
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 156 Each log line contains a domain-related or core-related prefix between the log level and the module… 220 Each log line contains a domain-related or core-related prefix between the log level and the module…
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 79 # Note the comma-separated vendor prefix and device name 105 The ``manufacturer`` prefix identifies the device vendor. See 110 vendor. In these cases, there is no vendor prefix. One example is the
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 13 # try to group them together by the same stem after prefix.
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 126 - ``-n PREFIX``: a prefix for the Document Namespaces that will be included in
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 203 set_uri_scheme :Set the URI prefix list <bearer_idx> <uri1 [uri2
|
/Zephyr-latest/cmake/ |
D | mcuboot.cmake | 136 # Extensionless prefix of any output file.
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 305 log level prefix i.e. [CRIT], [WARN], [NOTE], [INFO], [DEBG].
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 762 …./configure --prefix=<toolchain-installation-dir> --with-arch=rv32imc --with-cmodel=medlow --enabl… 776 if you want to set ``--prefix`` to a system directory such as 783 ./configure --prefix=<openocd-installation-dir>
|