/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 77 codec_cfg->vid, codec_cfg->data_len); in print_codec_cfg()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs.c | 156 pac_codec->vid = sys_cpu_to_le16(codec_cap->vid); in build_pac_records() 1102 bt_audio_dir_str(dir), codec_cap->id, codec_cap->cid, codec_cap->vid); in bt_pacs_cap_register()
|
D | bap_broadcast_source.c | 353 net_buf_simple_add_le16(buf, codec_cfg->vid); in encode_base_subgroup()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 346 codec_cfg.vid = cp->vid; in btp_bap_broadcast_source_setup() 624 ev->vid = sys_cpu_to_le16(codec_cfg->vid); in btp_send_bis_found_ev()
|
D | btp_bap_unicast.c | 60 codec_cfg->vid, codec_cfg->data_len); in print_codec_cfg() 100 codec_cap->vid, codec_cap->data_len); in print_codec_cap() 1260 codec_cfg.vid = cp->vid; in btp_ascs_configure_codec()
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | cap_initiator.c | 206 codec_cap->vid, codec_cap->data_len); in print_remote_codec()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 62 codec_cfg->vid, codec_cfg->data_len); in log_codec_cfg()
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 77 codec_cfg->vid, codec_cfg->data_len); in print_codec_cfg()
|
/Zephyr-latest/tests/bluetooth/audio/bap_base/src/ |
D | main.c | 301 zassert_equal(codec_id.vid, 0x0000, "Unexpected codec.vid value: %u", codec_id.vid); in test_base_get_subgroup_codec_id_cb()
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/ |
D | main.c | 472 codec_cfg->vid = 0x01; /* Shall be 0 if id == 0x06 (LC3)*/ in ZTEST_F() 474 zassert_not_equal(0, err, "Did not fail with codec_cfg->vid %u", codec_cfg->vid); in ZTEST_F() 1007 codec_cfg->vid = 0x01; /* Shall be 0 if id == 0x06 (LC3)*/ in ZTEST_F() 1009 zassert_not_equal(0, err, "Did not fail with codec_cfg->vid %u", codec_cfg->vid); in ZTEST_F()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 94 .vid = 0xdead,
|
D | test_lcd.c | 133 .vid = 0xabba,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 47 .vid = 0x0000U,
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 1158 uint16_t vid; /**< Version ID */ member
|
D | cfg_cli.h | 1611 uint16_t vid; member
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 136 codec 0x06 cid 0x0000 vid 0x0000 count 5 151 codec 0x06 cid 0x0000 vid 0x0000 count 5
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 150 codec_cfg->vid, codec_cfg->data_len); in print_codec_cfg()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_unicast.c | 226 codec_cap->vid, codec_cap->data_len); in log_codec()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | main.c | 99 codec_cap->vid, codec_cap->data_len); in print_codec_cap()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 1812 uint16_t vid; member
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 121 shell_print(sh, "\tVID 0x%04x", comp.vid); in cmd_get_comp()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 1333 .vid = 1, 1340 .vid = 2,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 444 data_buf_add_le16_offset(buf, comp->vid, &offset); in bt_mesh_comp_data_get_page_0()
|
D | cfg_cli.c | 2266 page->vid = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p0_get()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 220 cp->codec_id.vs_codec_id = sys_cpu_to_le16(path->vid); in hci_le_setup_iso_data_path()
|