Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp.h174 struct bt_a2dp_codec_cfg _name = {.codec_config = &bt_a2dp_codec_ie##_name,}
185 struct bt_a2dp_codec_cfg _name = {.codec_config = &bt_a2dp_codec_ie##_name,}
304 struct bt_a2dp_codec_ie *codec_config; member
608 struct bt_a2dp_codec_ie codec_config; member
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c236 struct bt_a2dp_codec_ie codec_config; in a2dp_set_config_ind() local
239 cfg.codec_config = &codec_config; in a2dp_set_config_ind()
240 cfg.codec_config->len = codec_info_element_len; in a2dp_set_config_ind()
241 memcpy(&cfg.codec_config->codec_ie[0], codec_info_element, in a2dp_set_config_ind()
252 stream->codec_config = *cfg.codec_config; in a2dp_set_config_ind()
711 a2dp->set_config_param.codec_specific_ie_len = config->codec_config->len; in bt_a2dp_stream_config()
712 a2dp->set_config_param.codec_specific_ie = &config->codec_config->codec_ie[0]; in bt_a2dp_stream_config()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci_internal.h72 const uint8_t *codec_config,
Dhci.c1244 const uint8_t *codec_config, in hci_vendor_read_ctlr_delay() argument
1254 ARG_UNUSED(codec_config); in hci_vendor_read_ctlr_delay()
1282 cmd->codec_config, in read_ctlr_delay()
2335 uint8_t *codec_config; in le_setup_iso_path() local
2347 codec_config = &cmd->codec_config[0]; in le_setup_iso_path()
2352 codec_config); in le_setup_iso_path()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Da2dp.c319 (struct bt_a2dp_codec_sbc_params *)&codec_cfg->codec_config->codec_ie[0]); in app_config_req()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/
Dll.h187 uint8_t codec_config_len, uint8_t *codec_config);
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_iso.c209 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument
226 ARG_UNUSED(codec_config); in ll_setup_iso_path()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h965 uint8_t codec_config[0]; member
2252 uint8_t codec_config[0]; member