Home
last modified time | relevance | path

Searched refs:bt_audio_codec_cfg_get_octets_per_frame (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c121 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in extract_lc3_config()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c104 bt_audio_codec_cfg_get_octets_per_frame(codec_cfg)); in print_codec_cfg()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c88 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in log_codec_cfg()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c104 bt_audio_codec_cfg_get_octets_per_frame(codec_cfg)); in print_codec_cfg()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c158 ret = bt_audio_codec_cfg_get_octets_per_frame(&codec_cfg); in valid_base_subgroup()
511 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in validate_stream_codec_cfg()
Dbap_broadcast_source_test.c129 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in validate_stream_codec_cfg()
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c256 octets_per_frame = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in init_lc3_thread()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h968 int bt_audio_codec_cfg_get_octets_per_frame(const struct bt_audio_codec_cfg *codec_cfg);
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c177 bt_audio_codec_cfg_get_octets_per_frame(codec_cfg)); in print_codec_cfg()
/Zephyr-latest/tests/bluetooth/audio/codec/src/
Dmain.c326 ret = bt_audio_codec_cfg_get_octets_per_frame(&preset.codec_cfg); in ZTEST()
336 ret = bt_audio_codec_cfg_get_octets_per_frame(&preset.codec_cfg); in ZTEST()
342 ret = bt_audio_codec_cfg_get_octets_per_frame(&preset.codec_cfg); in ZTEST()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c87 bt_audio_codec_cfg_get_octets_per_frame(codec_cfg)); in print_codec_cfg()
288 octets_per_frame = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in validate_codec_parameters()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h707 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in print_codec_cfg()
Dbap.c2998 ret = bt_audio_codec_cfg_get_octets_per_frame(codec_cfg); in stream_started_cb()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c373 ret = bt_audio_codec_cfg_get_octets_per_frame(sink_stream->stream.codec_cfg); in lc3_enable()
/Zephyr-latest/subsys/bluetooth/audio/
Dcodec.c483 int bt_audio_codec_cfg_get_octets_per_frame(const struct bt_audio_codec_cfg *codec_cfg) in bt_audio_codec_cfg_get_octets_per_frame() function