/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/ |
D | main.c | 101 const struct bt_hci_std_codec_info_v2 *codec; in ZTEST() local 103 codec = (const struct bt_hci_std_codec_info_v2 *)ptr; in ZTEST() 104 ptr += sizeof(*codec); in ZTEST() 105 zassert_equal(codec->codec_id, std_codecs[i].codec_id, in ZTEST() 107 zassert_equal(codec->transports, std_codecs[i].transports, in ZTEST() 115 const struct bt_hci_vs_codec_info_v2 *codec; in ZTEST() local 117 codec = (const struct bt_hci_vs_codec_info_v2 *)ptr; in ZTEST() 118 ptr += sizeof(*codec); in ZTEST() 119 zassert_equal(codec->company_id, in ZTEST() 122 zassert_equal(codec->codec_id, in ZTEST() [all …]
|
/Zephyr-latest/samples/drivers/i2s/i2s_codec/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 3 i2s-codec-rx = &i2s0; 4 i2s-codec-tx = &i2s1;
|
D | mimxrt595_evk_mimxrt595s_cm33.overlay | 3 i2s-codec-rx = &i2s0; 4 i2s-codec-tx = &i2s1;
|
/Zephyr-latest/drivers/audio/ |
D | Kconfig.wm8904 | 5 bool "Wolfson WM8904 codec support" 10 Enable support for the Wolfson WM8904 codec
|
D | Kconfig | 26 Audio codec device driver initialization priority. 35 module-str = audio codec
|
D | codec_shell.c | 198 SHELL_CMD_REGISTER(codec, &sub_codec, "Audio Codec commands", NULL);
|
/Zephyr-latest/samples/drivers/i2s/i2s_codec/ |
D | README.rst | 2 :name: I2S codec 5 Process an audio stream to codec. 12 record i2s data and send to codec with DMA.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 80 "config","discover","idle/codec-configured/qos-configured","codec-configured" 81 "qos","config","codec-configured/qos-configured","qos-configured" 87 "release","config","any","releasing/codec-configure/idle" 192 codec cfg id 0x06 cid 0x0000 vid 0x0000 count 16 199 Octets per codec frame: 40 204 codec cfg id 0x06 cid 0x0000 vid 0x0000 count 6 211 codec cfg id 0x06 cid 0x0000 vid 0x0000 count 6 245 codec cfg id 0x06 cid 0x0000 vid 0x0000 count 16 252 Octets per codec frame: 40 257 codec cfg id 0x06 cid 0x0000 vid 0x0000 count 6 [all …]
|
D | pbp.rst | 6 efficient discovery of Broadcast Sources that are transmitting audio with commonly used codec confi…
|
/Zephyr-latest/doc/hardware/peripherals/audio/ |
D | index.rst | 9 codec.rst
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | CMakeLists.txt | 8 target_sources(app PRIVATE src/main.c src/codec.c)
|
/Zephyr-latest/tests/bluetooth/audio/codec/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/codec/uut uut)
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 39 int "The maximum number of codec frame per SDU supported" 43 Maximum number of codec frames per SDU supported by this device. Increasing this value 47 bool "Enable the LC3 codec"
|
/Zephyr-latest/tests/bluetooth/audio/codec/uut/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/ |
D | CMakeLists.txt | 14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_base.c | 64 struct bt_bap_base_codec_id codec; in base_pull_codec_id() local 66 codec.id = net_buf_simple_pull_u8(net_buf); /* coding format */ in base_pull_codec_id() 67 codec.cid = net_buf_simple_pull_le16(net_buf); /* company id */ in base_pull_codec_id() 68 codec.vid = net_buf_simple_pull_le16(net_buf); /* VS codec id */ in base_pull_codec_id() 71 *codec_id = codec; in base_pull_codec_id()
|
D | ascs_internal.h | 64 struct bt_ascs_codec codec; member 136 struct bt_ascs_codec codec; member
|
D | CMakeLists.txt | 53 zephyr_library_sources_ifdef(CONFIG_BT_BAP_STREAM bap_stream.c codec.c bap_iso.c)
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | hfp_ag.h | 162 void (*codec)(struct bt_hfp_ag *ag, uint32_t ids); member
|
/Zephyr-latest/samples/drivers/i2s/output/ |
D | README.rst | 11 audio data. Currently, no codec is used with this sample. The I2S output can
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 70 static const struct bt_audio_codec_cap codec = BT_AUDIO_CODEC_CAP_LC3( variable 111 .codec_cap = &codec,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_sink_test.c | 54 static const struct bt_audio_codec_cap codec = BT_AUDIO_CODEC_CAP_LC3( variable 69 .codec_cap = &codec,
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 80 static const struct bt_audio_codec_cap codec = BT_AUDIO_CODEC_CAP_LC3( variable 120 .codec_cap = &codec,
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig | 24 bool "Enable the LC3 codec"
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 115 codec-interface { 118 /* low output to select on-board codec control */
|