/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/ |
D | vcp.c | 101 int bt_vcp_vol_ctlr_included_get(struct bt_vcp_vol_ctlr *vol_ctlr, struct bt_vcp_included *included) in bt_vcp_vol_ctlr_included_get() argument 103 included->vocs_cnt = ARRAY_SIZE(vol_ctlr->vocs); in bt_vcp_vol_ctlr_included_get() 104 included->vocs = vol_ctlr->vocs; in bt_vcp_vol_ctlr_included_get() 106 included->aics_cnt = ARRAY_SIZE(vol_ctlr->aics); in bt_vcp_vol_ctlr_included_get() 107 included->aics = vol_ctlr->aics; in bt_vcp_vol_ctlr_included_get()
|
D | micp.c | 92 struct bt_micp_included *included) in bt_micp_mic_ctlr_included_get() argument 94 included->aics_cnt = ARRAY_SIZE(mic_ctlr->aics); in bt_micp_mic_ctlr_included_get() 95 included->aics = mic_ctlr->aics; in bt_micp_mic_ctlr_included_get()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | micp.h | 120 int bt_micp_mic_dev_included_get(struct bt_micp_included *included); 241 struct bt_micp_included *included);
|
D | vcp.h | 139 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included); 498 struct bt_vcp_included *included);
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | micp_mic_dev.c | 237 int bt_micp_mic_dev_included_get(struct bt_micp_included *included) in bt_micp_mic_dev_included_get() argument 239 CHECKIF(included == NULL) { in bt_micp_mic_dev_included_get() 245 included->aics_cnt = ARRAY_SIZE(micp_inst.aics_insts); in bt_micp_mic_dev_included_get() 246 included->aics = micp_inst.aics_insts; in bt_micp_mic_dev_included_get()
|
D | vcp_vol_rend.c | 498 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included) in bt_vcp_vol_rend_included_get() argument 500 if (included == NULL) { in bt_vcp_vol_rend_included_get() 504 included->vocs_cnt = ARRAY_SIZE(vol_rend.vocs_insts); in bt_vcp_vol_rend_included_get() 505 included->vocs = vol_rend.vocs_insts; in bt_vcp_vol_rend_included_get() 507 included->aics_cnt = ARRAY_SIZE(vol_rend.aics_insts); in bt_vcp_vol_rend_included_get() 508 included->aics = vol_rend.aics_insts; in bt_vcp_vol_rend_included_get()
|
D | cap_commander.c | 1354 struct bt_vcp_included included; in valid_change_offset_param() local 1373 err = bt_vcp_vol_ctlr_included_get(vol_ctlr, &included); in valid_change_offset_param() 1374 if (err != 0 || included.vocs_cnt == 0) { in valid_change_offset_param() 1495 struct bt_vcp_included included; in bt_cap_commander_change_volume_offset() local 1508 err = bt_vcp_vol_ctlr_included_get(vol_ctlr, &included); in bt_cap_commander_change_volume_offset() 1509 if (err != 0 || included.vocs_cnt == 0) { in bt_cap_commander_change_volume_offset() 1522 active_proc->proc_param.commander[i].change_offset.vocs = included.vocs[0]; in bt_cap_commander_change_volume_offset() 1775 struct bt_micp_included included; in valid_change_microphone_gain_param() local 1794 err = bt_micp_mic_ctlr_included_get(mic_ctlr, &included); in valid_change_microphone_gain_param() 1795 if (err != 0 || included.aics_cnt == 0) { in valid_change_microphone_gain_param() [all …]
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 12 * to be included in the final binary. 24 * Zephyr ELF for post-processing, but it is not included in the final binary.
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 13 # This allows for MCUboot to be included. 35 # This allows for board and SoC specific images to be included.
|
/Zephyr-latest/arch/common/ |
D | rom_start_address.ld | 8 * To provide correct value, this file must be the first file included in
|
D | rom_start_offset.ld | 16 * other files included before this file.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 50 based, for example ``llvm`` which then gets the :file:`toolchain/llvm.h` included. 51 This included file may though not be right for the custom toolchain. In order 52 to solve this, and thus to get the :file:`include/other.h` included instead, 63 To get the toolchain header included in zephyr's build, the
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_vcp.c | 33 static struct bt_vcp_included included; variable 336 if (bt_vocs_description_set(included.vocs[i], description) != 0) { in vocs_audio_desc() 349 for (uint8_t i = 0; i < included.vocs_cnt; i++) { in vocs_audio_loc() 350 if (bt_vocs_location_set(included.vocs[i], loc) != 0) { in vocs_audio_loc() 364 err = bt_vocs_state_get(included.vocs[0]); in vocs_state_get() 380 err = bt_vocs_state_set(included.vocs[0], cp->offset); in vocs_state_set() 395 err = bt_vocs_location_get(included.vocs[0]); in vocs_audio_location_get() 525 err = bt_vcp_vol_rend_included_get(&included); in tester_init_vcs() 530 aics_server_instance.aics_cnt = included.aics_cnt; in tester_init_vcs() 531 aics_server_instance.aics = included.aics; in tester_init_vcs() [all …]
|
/Zephyr-latest/samples/sysbuild/with_mcuboot/ |
D | CMakeLists.txt | 9 # automatically included and that sample specific MCUboot configurations are
|
/Zephyr-latest/ |
D | .gitattributes | 10 # Tell linguist that generated test pattern files should not be included in the
|
/Zephyr-latest/doc/services/crypto/ |
D | index.rst | 10 The following crypto libraries have been included:
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | Kconfig | 16 When enabled Coexistence device implementation is included in
|
/Zephyr-latest/submanifests/ |
D | README.txt | 2 in this directory will be included in the main west.yml file sorted by
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | vector_table_pad.ld | 14 * Note that even if the following linker script snippet is included
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 47 There is a :zephyr:code-sample:`hawkbit-api` sample included in the 58 There is an :zephyr:code-sample:`updatehub-fota` sample included in the Zephyr 69 There is an :zephyr:code-sample:`smp-svr` sample included in the Zephyr
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | coredump.rst | 10 type exposes device tree bindings for memory address/size values to be included in
|
D | index.rst | 7 Please keep the ToC tree sorted based on the titles of the pages included
|
/Zephyr-latest/samples/sensor/tmp108/ |
D | README.rst | 11 macro definitions included for turning off and on alerts if that is set up, and
|
/Zephyr-latest/doc/security/standards/ |
D | index.rst | 7 with cyber security on their own. This included how to assess the scale and impact
|
/Zephyr-latest/samples/sensor/max30101/ |
D | README.rst | 18 ADC data prints to the console. Further processing (not included in this
|