Home
last modified time | relevance | path

Searched refs:codec_config (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h186 .codec_config = &bt_a2dp_codec_ie##_name, \
203 .codec_config = &bt_a2dp_codec_ie##_name, \
323 struct bt_a2dp_codec_ie *codec_config; member
641 struct bt_a2dp_codec_ie codec_config; member
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c229 const uint8_t *codec_config, in hci_vendor_read_ctlr_delay() argument
246 zassert_equal(memcmp(codec_config, read_delay_codec_config, in hci_vendor_read_ctlr_delay()
278 memcpy(cp->codec_config, read_delay_codec_config, in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c160 struct bt_a2dp_codec_ie codec_config; in a2dp_process_config_ind() local
218 cfg.codec_config = &codec_config; in a2dp_process_config_ind()
219 cfg.codec_config->len = codec_info_element_len; in a2dp_process_config_ind()
220 memcpy(&cfg.codec_config->codec_ie[0], codec_info_element, in a2dp_process_config_ind()
230 stream->codec_config = *cfg.codec_config; in a2dp_process_config_ind()
614 a2dp->set_config_param.codec_specific_ie_len = config->codec_config->len; in bt_a2dp_stream_config_set_param()
615 a2dp->set_config_param.codec_specific_ie = &config->codec_config->codec_ie[0]; in bt_a2dp_stream_config_set_param()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h72 const uint8_t *codec_config,
Dhci.c1257 const uint8_t *codec_config, in hci_vendor_read_ctlr_delay() argument
1267 ARG_UNUSED(codec_config); in hci_vendor_read_ctlr_delay()
1295 cmd->codec_config, in read_ctlr_delay()
2348 uint8_t *codec_config; in le_setup_iso_path() local
2360 codec_config = &cmd->codec_config[0]; in le_setup_iso_path()
2365 codec_config); in le_setup_iso_path()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c317 (struct bt_a2dp_codec_sbc_params *)&codec_cfg->codec_config->codec_ie[0]); in app_config_req()
331 (struct bt_a2dp_codec_sbc_params *)&codec_cfg->codec_config->codec_ie[0]); in app_reconfig_req()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h193 uint8_t codec_config_len, uint8_t *codec_config);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c217 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument
234 ARG_UNUSED(codec_config); in ll_setup_iso_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h994 uint8_t codec_config[0]; member
2281 uint8_t codec_config[0]; member