Home
last modified time | relevance | path

Searched full:private (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/Zephyr-latest/tests/lib/cmsis_dsp/matrix/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c)
11 app PRIVATE src/unary_q7.c
16 app PRIVATE src/unary_q15.c
21 app PRIVATE src/unary_q31.c
26 app PRIVATE src/unary_f16.c
31 app PRIVATE src/unary_f32.c
36 app PRIVATE src/unary_f64.c
41 app PRIVATE src/binary_q7.c
46 app PRIVATE src/binary_q15.c
51 app PRIVATE src/binary_q31.c
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/
DCMakeLists.txt8 target_sources(app PRIVATE btp_vcp.c)
12 target_sources(app PRIVATE btp_bap_audio_stream.c btp_bap.c )
16 target_sources(app PRIVATE btp_bap_unicast.c)
20 target_sources(app PRIVATE btp_bap_broadcast.c)
24 target_sources(app PRIVATE btp_has.c)
28 target_sources(app PRIVATE btp_csis.c)
32 target_sources(app PRIVATE btp_csip.c)
36 target_sources(app PRIVATE btp_micp.c)
40 target_sources(app PRIVATE btp_aics.c)
44 target_sources(app PRIVATE btp_ccp.c)
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/transform/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c)
11 app PRIVATE src/cq15.c
16 app PRIVATE src/rq15.c
21 app PRIVATE src/cq31.c
26 app PRIVATE src/rq31.c
31 app PRIVATE src/cf16.c
36 app PRIVATE src/rf16.c
41 app PRIVATE src/cf32.c
46 app PRIVATE src/rf32.c
51 app PRIVATE src/cf64.c
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h17 * @defgroup bt_mesh_priv_beacon_cli Bluetooth Mesh Private Beacon Client
24 * @brief Private Beacon Client model composition data entry.
35 /** Private Beacon */
37 /** Private beacon is enabled */
45 /** Private Node Identity */
49 /** Private Node Identity state */
55 /** Private Beacon Client Status messages callbacks */
57 /** @brief Optional callback for Private Beacon Status message.
59 * Handles received Private Beacon Status messages from a Private Beacon server.
61 * @param cli Private Beacon client context.
[all …]
Dod_priv_proxy_cli.h17 * @defgroup bt_mesh_od_priv_proxy_cli Bluetooth Mesh On-Demand Private GATT Proxy Client
22 /** On-Demand Private Proxy Client Model Context */
30 /** @brief Optional callback for On-Demand Private Proxy Status messages.
32 * Handles received On-Demand Private Proxy Status messages from a On-Demand Private Proxy
33 * server.The @c state param represents state of On-Demand Private Proxy server.
35 * @param cli On-Demand Private Proxy client that received the status message.
43 * @brief On-Demand Private Proxy Client model composition data entry.
50 /** @brief Get the target's On-Demand Private GATT Proxy state.
61 * @param val_rsp Response buffer for On-Demand Private GATT Proxy value.
67 /** @brief Set the target's On-Demand Private GATT Proxy state.
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_srv.rst3 Private Beacon Server
6 The Private Beacon Server model is a foundation model defined by the Bluetooth
10 The Private Beacon Server model is introduced in the Bluetooth Mesh Protocol
11 Specification version 1.1, and controls the mesh node's Private Beacon state,
12 Private GATT Proxy state and Private Node Identity state.
14 The Private Beacons feature adds privacy to the different Bluetooth Mesh
17 network's IV index, IV update and the Key Refresh state. The Private Beacon Server
18 must be instantiated for the device to support sending of the private beacons,
19 but the node will process received private beacons without it.
21 The Private Beacon Server does not have an API of its own, but relies on a
[all …]
Dod_cli.rst3 On-Demand Private Proxy Client
6 The On-Demand Private Proxy Client model is a foundation model defined by the Bluetooth Mesh
10 The On-Demand Private Proxy Client model was introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and is used to set and retrieve the On-Demand Private GATT Proxy state. The state
12 defines how long a node will advertise Mesh Proxy Service with Private Network Identity type after
15 The On-Demand Private Proxy Client model communicates with an On-Demand Private Proxy Server model
16 using the device key of the node containing the target On-Demand Private Proxy Server model
19 If present, the On-Demand Private Proxy Client model must only be instantiated on the primary
25 The On-Demand Private Proxy Client model behavior can be configured with the transmission timeout
Dod_srv.rst3 On-Demand Private Proxy Server
6 The On-Demand Private Proxy Server model is a foundation model defined by the Bluetooth Mesh
9 The On-Demand Private Proxy Server model was introduced in the Bluetooth Mesh Protocol Specification
10 version 1.1, and supports the configuration of advertising with Private Network Identity type of a
11 node that is a recipient of Solicitation PDUs by managing its On-Demand Private GATT Proxy state.
13 When enabled, the :ref:`bluetooth_mesh_srpl_srv` is also enabled. The On-Demand Private Proxy Server
16 The On-Demand Private Proxy Server does not have an API of its own, and relies on a
17 :ref:`bluetooth_mesh_od_cli` to control it. The On-Demand Private Proxy Server model only accepts
20 If present, the On-Demand Private Proxy Server model must only be instantiated on the primary
Dpriv_beacon_cli.rst3 Private Beacon Client
6 The Private Beacon Client model is a foundation model defined by the Bluetooth
10 The Private Beacon Client model is introduced in the Bluetooth Mesh Protocol
14 The Private Beacons feature adds privacy to the different Bluetooth Mesh
19 The Private Beacon Client model communicates with a
21 target node. The Private Beacon Client model may communicate with servers on
22 other nodes or self-configure through the local Private Beacon Server model.
24 All configuration functions in the Private Beacon Client API have ``net_idx``
28 If present, the Private Beacon Client model must only be instantiated on the primary element.
/Zephyr-latest/tests/benchmarks/thread_metric/
DCMakeLists.txt8 target_sources(app PRIVATE ${app_sources})
9 target_sources_ifdef(CONFIG_TM_BASIC app PRIVATE src/tm_basic_processing_test.c)
10 target_sources_ifdef(CONFIG_TM_COOPERATIVE app PRIVATE src/tm_cooperative_scheduling_test…
11 target_sources_ifdef(CONFIG_TM_INTERRUPT app PRIVATE src/tm_interrupt_processing_test.c)
12 target_sources_ifdef(CONFIG_TM_INTERRUPT_PREEMPTION app PRIVATE src/tm_interrupt_preemption_proces…
13 target_sources_ifdef(CONFIG_TM_MEMORY_ALLOCATION app PRIVATE src/tm_memory_allocation_test.c)
14 target_sources_ifdef(CONFIG_TM_MESSAGE app PRIVATE src/tm_message_processing_test.c)
15 target_sources_ifdef(CONFIG_TM_PREEMPTIVE app PRIVATE src/tm_preemptive_scheduling_test.…
16 target_sources_ifdef(CONFIG_TM_SYNCHRONIZATION app PRIVATE src/tm_synchronization_processing_…
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DCMakeLists.txt10 target_sources(app PRIVATE src/main.c)
11 target_sources(app PRIVATE src/psa_attestation.c)
12 target_sources(app PRIVATE src/psa_crypto.c)
13 target_sources(app PRIVATE src/shell.c)
14 target_sources(app PRIVATE src/util_app_cfg.c)
15 target_sources(app PRIVATE src/util_app_log.c)
16 target_sources(app PRIVATE src/util_sformat.c)
18 target_include_directories(app PRIVATE
DKconfig1 # Private config options for PSA Crypto application
23 bool "Support for importing private key data"
26 private key using PSA APIs and PRIVATE_KEY_STATIC or
30 prompt "Private Key"
38 private key.
45 'secp256r1' private key.
/Zephyr-latest/tests/kernel/interrupt/
DCMakeLists.txt7 target_include_directories(app PRIVATE
13 target_sources(app PRIVATE
19 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/dynamic_isr.c)
20 target_sources_ifdef(CONFIG_X86 app PRIVATE src/regular_isr.c)
21 target_sources_ifdef(CONFIG_SHARED_INTERRUPTS app PRIVATE src/static_shared_irq.c)
24 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/dynamic_shared_irq.c)
28 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/sw_isr_table.c)
29 target_sources_ifdef(CONFIG_TEST_MULTILEVEL_IRQ app PRIVATE src/multilevel_irq.c)
/Zephyr-latest/tests/drivers/can/api/
DCMakeLists.txt7 target_sources(app PRIVATE src/common.c)
8 target_sources(app PRIVATE src/classic.c)
9 target_sources(app PRIVATE src/transceiver.c)
10 target_sources(app PRIVATE src/utilities.c)
11 target_sources_ifdef(CONFIG_CAN_FD_MODE app PRIVATE src/canfd.c)
12 target_sources_ifdef(CONFIG_CAN_STATS app PRIVATE src/stats.c)
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/
DCMakeLists.txt8 target_sources(app PRIVATE
15 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
21 target_sources(app PRIVATE
29 target_sources(app PRIVATE
36 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
42 target_sources(app PRIVATE
49 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/
DCMakeLists.txt13 target_sources(app PRIVATE ${common_sources} ${app_sources})
16 target_include_directories(app PRIVATE
18 target_include_directories(app PRIVATE
20 target_include_directories(app PRIVATE
22 target_include_directories(app PRIVATE
24 target_include_directories(app PRIVATE
26 target_include_directories(app PRIVATE
/Zephyr-latest/tests/drivers/rtc/rtc_api/
DCMakeLists.txt10 target_sources(app PRIVATE
18 target_sources(app PRIVATE
25 target_sources(app PRIVATE
31 target_sources(app PRIVATE
36 target_include_directories(app PRIVATE inc)
38 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/
Dpriv_proxy_node_id.sh7 # Test Private Node ID advertisment
10 # 0. TX device disables GATT proxy and enables the Private Node
13 # 1. RX device enables scanner and scans for Private Node ID advertisements.
14 # 2. RX device scans for a single Private Node ID advertisement and stores
18 # and enables the Private Node Identity state for the network
20 # 4. RX device scans for a another Private Node ID advertisement and compares
23 # 5. Test passes if the random field of the two Private Node ID advertisements
/Zephyr-latest/tests/net/lib/coap_client/
DCMakeLists.txt10 target_sources(app PRIVATE ${APP_SRC_DIR}/main.c)
11 target_sources(app PRIVATE ${APP_SRC_DIR}/stubs.c)
12 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap_client.c)
13 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap.c)
16 target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
17 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/include/)
19 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
/Zephyr-latest/tests/arch/x86/info/
DCMakeLists.txt9 target_sources(app PRIVATE src/main.c)
10 target_sources(app PRIVATE src/timer.c)
11 target_sources_ifdef(CONFIG_ACPI app PRIVATE src/acpi.c)
12 target_sources_ifdef(CONFIG_MULTIBOOT app PRIVATE src/multiboot.c)
13 target_sources_ifdef(CONFIG_X86_MEMMAP app PRIVATE src/memmap.c)
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/
DCMakeLists.txt10 target_sources(app PRIVATE ${APP_SRC_DIR}/main.c)
11 target_sources(app PRIVATE ${APP_SRC_DIR}/stubs.c)
12 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/lwm2m/lwm2m_engine.c)
16 target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
17 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/include/)
18 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/lwm2m/)
19 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/
DCMakeLists.txt9 target_sources(app PRIVATE ${APP_SRC_DIR}/main.c)
10 target_sources(app PRIVATE ${APP_SRC_DIR}/stubs.c)
11 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/lwm2m/lwm2m_rd_client.c)
14 target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
15 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/include/)
16 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/lwm2m/)
/Zephyr-latest/kernel/
DCMakeLists.txt143 target_sources_ifdef(CONFIG_REQUIRES_STACK_CANARIES kernel PRIVATE compiler_stack_protect.c)
144 target_sources_ifdef(CONFIG_SYS_CLOCK_EXISTS kernel PRIVATE timeout.c timer.c)
145 target_sources_ifdef(CONFIG_ATOMIC_OPERATIONS_C kernel PRIVATE atomic_c.c)
146 target_sources_ifdef(CONFIG_MMU kernel PRIVATE mmu.c)
147 target_sources_ifdef(CONFIG_POLL kernel PRIVATE poll.c)
148 target_sources_ifdef(CONFIG_EVENTS kernel PRIVATE events.c)
149 target_sources_ifdef(CONFIG_PIPES kernel PRIVATE pipes.c)
150 target_sources_ifdef(CONFIG_SCHED_THREAD_USAGE kernel PRIVATE usage.c)
151 target_sources_ifdef(CONFIG_OBJ_CORE kernel PRIVATE obj_core.c)
154 target_sources(kernel PRIVATE mempool.c)
[all …]
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/
DCMakeLists.txt7 target_sources(app PRIVATE src/test_sbs_gauge.c)
8 target_sources_ifndef(CONFIG_TEST_SBS_CUTOFF_EXTENSION app PRIVATE src/test_cutoff_disabled.c)
9 target_sources_ifdef(CONFIG_TEST_SBS_CUTOFF_EXTENSION app PRIVATE src/test_cutoff.c)
11 target_include_directories(app PRIVATE include)
/Zephyr-latest/samples/subsys/shell/shell_module/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c src/test_module.c)
8 target_sources_ifdef(CONFIG_SHELL_DYNAMIC_CMDS app PRIVATE src/dynamic_cmd.c)
9 target_sources_ifdef(CONFIG_SHELL_BACKEND_SERIAL app PRIVATE src/uart_reinit.c)
10 target_sources_ifdef(CONFIG_SHELL_START_OBSCURED app PRIVATE src/login_cmd.c)

12345678910>>...80