Home
last modified time | relevance | path

Searched refs:included (Results 1 – 25 of 246) sorted by relevance

12345678910

/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvcp.c101 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()
Dmicp.c92 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/
Dmicp.h120 int bt_micp_mic_dev_included_get(struct bt_micp_included *included);
241 struct bt_micp_included *included);
Dvcp.h139 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included);
498 struct bt_vcp_included *included);
/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_dev.c237 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()
Dvcp_vol_rend.c498 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()
Dcap_commander.c1354 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/
Dllext-sections.ld12 * 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/
DCMakeLists.txt13 # This allows for MCUboot to be included.
35 # This allows for board and SoC specific images to be included.
/Zephyr-latest/arch/common/
Drom_start_address.ld8 * To provide correct value, this file must be the first file included in
Drom_start_offset.ld16 * other files included before this file.
/Zephyr-latest/doc/develop/toolchains/
Dcustom_cmake.rst50 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/
Dbtp_vcp.c33 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/
DCMakeLists.txt9 # automatically included and that sample specific MCUboot configurations are
/Zephyr-latest/
D.gitattributes10 # Tell linguist that generated test pattern files should not be included in the
/Zephyr-latest/doc/services/crypto/
Dindex.rst10 The following crypto libraries have been included:
/Zephyr-latest/subsys/bluetooth/controller/coex/
DKconfig16 When enabled Coexistence device implementation is included in
/Zephyr-latest/submanifests/
DREADME.txt2 in this directory will be included in the main west.yml file sorted by
/Zephyr-latest/arch/arm/core/cortex_m/
Dvector_table_pad.ld14 * Note that even if the following linker script snippet is included
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst47 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/
Dcoredump.rst10 type exposes device tree bindings for memory address/size values to be included in
Dindex.rst7 Please keep the ToC tree sorted based on the titles of the pages included
/Zephyr-latest/samples/sensor/tmp108/
DREADME.rst11 macro definitions included for turning off and on alerts if that is set up, and
/Zephyr-latest/doc/security/standards/
Dindex.rst7 with cyber security on their own. This included how to assess the scale and impact
/Zephyr-latest/samples/sensor/max30101/
DREADME.rst18 ADC data prints to the console. Further processing (not included in this

12345678910