Home
last modified time | relevance | path

Searched refs:bt_codec_cfg_get_freq (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dcodec.c41 int bt_codec_cfg_get_freq(const struct bt_codec *codec) in bt_codec_cfg_get_freq() function
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Daudio.h547 int bt_codec_cfg_get_freq(const struct bt_codec *codec);
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c141 printk(" Frequency: %d Hz\n", bt_codec_cfg_get_freq(codec)); in print_codec()
354 const int freq = bt_codec_cfg_get_freq(stream->codec); in lc3_enable()
/Zephyr-Core-3.4.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c82 printk(" Frequency: %d Hz\n", bt_codec_cfg_get_freq(codec)); in print_codec()
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c112 printk(" Frequency: %d Hz\n", bt_codec_cfg_get_freq(codec)); in print_codec()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_bap.c103 LOG_DBG(" Frequency: %d Hz", bt_codec_cfg_get_freq(codec)); in print_codec()
193 freq_hz = bt_codec_cfg_get_freq(codec); in validate_codec_parameters()
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_client/src/
Dmain.c228 freq_hz = bt_codec_cfg_get_freq(&codec_configuration.codec); in init_lc3()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c225 freq_hz = bt_codec_cfg_get_freq(stream->codec); in init_lc3()