/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | scan.c | 28 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/ |
D | tracing_backend.h | 89 * @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/ |
D | example_mgmt.h | 34 /** The provided value is not wanted at this time. */
|
/Zephyr-latest/dts/bindings/i2c/ |
D | zephyr,i2c-emul-controller.yaml | 24 example, if we wanted to forward any requests from i2c0@0x20 to i2c1, we
|
/Zephyr-latest/arch/riscv/core/ |
D | pmp.S | 29 * location corresponding to the start of the wanted range. For this to work
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.c | 63 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/ |
D | Kconfig.tbs | 19 initializes the GTBS service. If specific TBS services are wanted, they need to be
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt.c | 118 /* See if option letter is one the caller wanted... */ in getopt()
|
D | getopt_long.c | 429 * If no permutation wanted, stop parsing
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/src/ |
D | example_mgmt.c | 57 /* 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/ |
D | bap_broadcast_sink_test.c | 951 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()
|
D | bap_broadcast_source_test.c | 605 /* 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()
|
D | cap_initiator_broadcast_test.c | 676 /* 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()
|
D | cap_acceptor_test.c | 994 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/ |
D | README.rst | 90 The broadcaster will ask if any changes to the current settings are wanted.
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 86 The central will ask if any changes to the current settings are wanted.
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | zephyr_common_config.ecl | 45 …ld be decided whether substitution with equivalent static inline functions is wanted and feasible."
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 54 ``not wanted`` with value 2. In addition, the group ID is set to be
|
/Zephyr-latest/subsys/fs/fcb/ |
D | fcb.c | 330 * wanted entry doesn't exist anymore. in fcb_offset_last_n()
|
/Zephyr-latest/include/zephyr/ |
D | sys_clock.h | 253 * @param timepoint Timepoint for which a timeout value is wanted.
|
/Zephyr-latest/arch/arc/core/ |
D | regular_irq.S | 181 wanted to save/restore R12 in IRQ stack frame as a caller-saved register we
|
/Zephyr-latest/lib/heap/ |
D | heap.c | 154 * where wanted alignment might not always correspond to a chunk header
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 156 zero if the message data is not wanted. The mailbox updates this field with
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_nrfx.c | 637 /* Check if interrupt wanted to get next TX buffer before current buffer in i2s_nrfx_write()
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 921 /* Hold one of the cpu to ensure context switch as we wanted in ZTEST()
|