Home
last modified time | relevance | path

Searched refs:meta (Results 51 – 75 of 101) sorted by relevance

12345

/Zephyr-latest/doc/develop/west/
Dindex.rst3 West (Zephyr's meta-tool)
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c206 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()
Dcap_initiator_broadcast_test.c340 memset(&invalid_codec.meta, 0, sizeof(invalid_codec.meta)); in test_broadcast_audio_create_inval()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c267 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()
Ddfd_srv.c442 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/
Dbtp_cap.c294 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/
DKconfig23 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/
DREADME.rst47 DEBUG: #: Shell supports following meta-keys:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c663 (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()
Disoal.h167 struct node_rx_iso_meta *meta; member
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/
Dindex.rst68 You must flash the RP2040-Zero with an UF2 file. One option is to use West (Zephyr’s meta-tool). To…
/Zephyr-latest/
D.mailmap17 Christopher Friedt <cfriedt@meta.com>
18 Christopher Friedt <cfriedt@meta.com> <cfriedt@fb.com>
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c480 .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/
Dgen_boards_catalog.py204 root = module.meta.get("build", {}).get("settings", {}).get(key)
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c109 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/
Dtest_unicast_start.c380 memset(stream_param.codec_cfg->meta, 0, sizeof(stream_param.codec_cfg->meta)); in ZTEST_F()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dcap_initiator.c216 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/
Dindex.rst105 …2. Before build, add ``PLAT_M33_BOOT_SUPPORT=1`` to meta-renesas/meta-rzg3s/recipes-bsp/trusted-fi…
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c490 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/
Dcap.rst108 broadcast_update : <meta>
144 meta #0: type 0x01 len 2
159 meta #0: type 0x01 len 2
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h1106 typedef int (*bt_ots_client_dirlisting_cb)(struct bt_ots_obj_metadata *meta);
/Zephyr-latest/doc/services/shell/
Dindex.rst24 * 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/
Drun_common.py211 runners_ext = module.meta.get("runners", [])
214 module.meta.get("name", "runners_ext"), Path(module.project) / runner["file"]
Dpatch.py553 if m.meta['name'] == module_name_or_path:
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst279 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

12345