/Zephyr-latest/doc/develop/west/ |
D | index.rst | 3 West (Zephyr's meta-tool)
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_sink_test.c | 206 uint8_t *meta; in base_subgroup_cb() local 209 ret = bt_bap_base_get_subgroup_codec_meta(subgroup, &meta); in base_subgroup_cb() 216 ((size_t)ret != metadata_size || memcmp(meta, metadata, metadata_size) != 0)) { in base_subgroup_cb() 222 (void)memcpy(metadata, meta, metadata_size); in base_subgroup_cb()
|
D | cap_initiator_broadcast_test.c | 340 memset(&invalid_codec.meta, 0, sizeof(invalid_codec.meta)); in test_broadcast_audio_create_inval()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 267 srv->update.meta != meta_checksum); in is_active_update() 290 if ((!buf->len || meta_checksum == srv->update.meta) && in handle_start() 328 srv->update.meta = meta_checksum; in handle_start()
|
D | dfd_srv.c | 442 const uint8_t *meta, *fwid; in handle_upload_start() local 457 meta = net_buf_simple_pull_mem(buf, meta_len); in handle_upload_start() 462 bt_hex(meta, meta_len)); in handle_upload_start() 480 !memcmp(srv->upload.slot->metadata, meta, meta_len) && in handle_upload_start() 522 err = bt_mesh_dfu_slot_info_set(srv->upload.slot, size, meta, meta_len); in handle_upload_start()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_cap.c | 294 memcpy(codec_cfg.meta, ltv_ptr, cp->metadata_ltvs_len); in btp_cap_unicast_setup_ase() 408 stream_param->meta = update_data->metadata_ltvs; in btp_cap_unicast_audio_update() 511 memcpy(codec_cfg->meta, ltv_ptr, cp->metadata_ltvs_len); in btp_cap_broadcast_source_setup_stream() 561 memcpy(codec_cfg->meta, ltv_ptr, cp->metadata_ltvs_len); in btp_cap_broadcast_source_setup_subgroup()
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 23 This is a meta-configuration option to significantly reduce the flash 204 Enables shell meta keys: Ctrl+a, Ctrl+b, Ctrl+c, Ctrl+d, Ctrl+e, 235 arrows or Ctrl+n and Ctrl+p meta keys.
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 47 DEBUG: #: Shell supports following meta-keys:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 663 (uint32_t)valid_pdu->meta->payload_number; in ll_iso_test_sdu_alloc() 675 (uint32_t)valid_pdu->meta->payload_number; in ll_iso_test_sdu_alloc() 1586 const struct node_rx_iso_meta *meta) in iso_rx_cig_ref_point_update() argument 1606 if (meta->payload_number == (burst_number * event_count)) { in iso_rx_cig_ref_point_update() 1610 cig->cig_ref_point = isoal_get_wrapped_time_us(meta->timestamp, in iso_rx_cig_ref_point_update() 1681 .meta = &rx_pdu->rx_iso_meta, in iso_rx_demux()
|
D | isoal.h | 167 struct node_rx_iso_meta *meta; member
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 68 You must flash the RP2040-Zero with an UF2 file. One option is to use West (Zephyr’s meta-tool). To…
|
/Zephyr-latest/ |
D | .mailmap | 17 Christopher Friedt <cfriedt@meta.com> 18 Christopher Friedt <cfriedt@meta.com> <cfriedt@fb.com>
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 480 .meta = &node_rx->rx_iso_meta, in encode_node() 509 isoal_rx.meta = &node_rx->rx_iso_meta; in encode_node()
|
/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 204 root = module.meta.get("build", {}).get("settings", {}).get(key)
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | main.c | 109 bt_audio_data_parse(codec_cap->meta, codec_cap->meta_len, print_cb, "meta"); in print_codec_cap() 750 err = bt_bap_stream_enable(&streams[i], codec_configuration.codec_cfg.meta, in enable_streams()
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/ |
D | test_unicast_start.c | 380 memset(stream_param.codec_cfg->meta, 0, sizeof(stream_param.codec_cfg->meta)); in ZTEST_F()
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | cap_initiator.c | 216 bt_audio_data_parse(codec_cap->meta, codec_cap->meta_len, print_cb, "meta"); in print_remote_codec()
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 105 …2. Before build, add ``PLAT_M33_BOOT_SUPPORT=1`` to meta-renesas/meta-rzg3s/recipes-bsp/trusted-fi…
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 490 uint8_t *meta; in base_subgroup_meta_cb() local 493 ret = bt_bap_base_get_subgroup_codec_meta(subgroup, &meta); in base_subgroup_meta_cb() 500 memcpy(subgroup_param->metadata, meta, subgroup_param->metadata_len); in base_subgroup_meta_cb()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 108 broadcast_update : <meta> 144 meta #0: type 0x01 len 2 159 meta #0: type 0x01 len 2
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | ots.h | 1106 typedef int (*bt_ots_client_dirlisting_cb)(struct bt_ots_obj_metadata *meta);
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 24 * Viewing recently executed commands using keys: :kbd:`↑` :kbd:`↓` or meta keys. 32 * Support for meta keys. 591 if meta keys are active. 616 The shell module supports the following meta keys: 618 .. list-table:: Implemented meta keys
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 211 runners_ext = module.meta.get("runners", []) 214 module.meta.get("name", "runners_ext"), Path(module.project) / runner["file"]
|
D | patch.py | 553 if m.meta['name'] == module_name_or_path:
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 279 end of the priority space: meta-IRQ threads. These are scheduled 281 to preempt all other threads (and other meta-IRQ threads) at lower 286 This behavior makes the act of unblocking a meta-IRQ thread (by any 295 Unlike similar features in other OSes, meta-IRQ threads are true
|