Home
last modified time | relevance | path

Searched full:wanted (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dscan.c28 const char **wanted = user_data; in bt_scan_find_name_cb_data_cb() local
31 if (data->data_len == strlen(*wanted) && in bt_scan_find_name_cb_data_cb()
32 !memcmp(*wanted, data->data, data->data_len)) { in bt_scan_find_name_cb_data_cb()
33 *wanted = NULL; in bt_scan_find_name_cb_data_cb()
46 const char *wanted; in bt_scan_find_name_cb() local
53 wanted = g_ctx->wanted_name; in bt_scan_find_name_cb()
55 bt_data_parse(buf, bt_scan_find_name_cb_data_cb, &wanted); in bt_scan_find_name_cb()
57 if (!wanted) { in bt_scan_find_name_cb()
/Zephyr-latest/subsys/tracing/include/
Dtracing_backend.h89 * @param name Name of wanted tracing backend.
91 * @return Pointer of the wanted backend or NULL.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/include/
Dexample_mgmt.h34 /** The provided value is not wanted at this time. */
/Zephyr-latest/dts/bindings/i2c/
Dzephyr,i2c-emul-controller.yaml24 example, if we wanted to forward any requests from i2c0@0x20 to i2c1, we
/Zephyr-latest/arch/riscv/core/
Dpmp.S29 * location corresponding to the start of the wanted range. For this to work
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_args_runner.c63 bs_trace_warning("If this is not what you wanted, check with " in print_no_sim_warning()
240 * we assume he wanted to run with nosim (but warn him) in postcheck_cmd_line()
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs19 initializes the GTBS service. If specific TBS services are wanted, they need to be
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.c118 /* See if option letter is one the caller wanted... */ in getopt()
Dgetopt_long.c429 * If no permutation wanted, stop parsing
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/src/
Dexample_mgmt.c57 /* If the value of "uint_key" is over 50, return an error of "not wanted" */ in example_mgmt_test()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c951 backchannel_sync_send_all(); /* let other devices know we have received what we wanted */ in test_common()
957 backchannel_sync_send_all(); /* let other devices know we have received what we wanted */ in test_common()
1146 backchannel_sync_send_all(); /* let other devices know we have received what we wanted */ in broadcast_sink_with_assistant()
1151 backchannel_sync_send_all(); /* let other devices know we have received what we wanted */ in broadcast_sink_with_assistant()
Dbap_broadcast_source_test.c605 /* Wait for other devices to have received what they wanted */ in test_main()
611 /* Wait for other devices to have received what they wanted */ in test_main()
Dcap_initiator_broadcast_test.c676 /* Wait for other devices to have received what they wanted */ in test_main_cap_initiator_broadcast()
773 /* Wait for other devices to have received what they wanted */ in test_cap_initiator_ac()
Dcap_acceptor_test.c994 backchannel_sync_send_all(); /* let other devices know we have received what we wanted */ in sink_wait_for_data()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst90 The broadcaster will ask if any changes to the current settings are wanted.
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst86 The central will ask if any changes to the current settings are wanted.
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl45 …ld be decided whether substitution with equivalent static inline functions is wanted and feasible."
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst54 ``not wanted`` with value 2. In addition, the group ID is set to be
/Zephyr-latest/subsys/fs/fcb/
Dfcb.c330 * wanted entry doesn't exist anymore. in fcb_offset_last_n()
/Zephyr-latest/include/zephyr/
Dsys_clock.h253 * @param timepoint Timepoint for which a timeout value is wanted.
/Zephyr-latest/arch/arc/core/
Dregular_irq.S181 wanted to save/restore R12 in IRQ stack frame as a caller-saved register we
/Zephyr-latest/lib/heap/
Dheap.c154 * where wanted alignment might not always correspond to a chunk header
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst156 zero if the message data is not wanted. The mailbox updates this field with
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c637 /* Check if interrupt wanted to get next TX buffer before current buffer in i2s_nrfx_write()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c921 /* Hold one of the cpu to ensure context switch as we wanted in ZTEST()

12