Searched refs:codec_config (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/classic/ |
| D | a2dp.h | 186 .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/ |
| D | main.c | 231 const uint8_t *codec_config, in hci_vendor_read_ctlr_delay() argument 248 zassert_equal(memcmp(codec_config, read_delay_codec_config, in hci_vendor_read_ctlr_delay() 280 memcpy(cp->codec_config, read_delay_codec_config, in ZTEST()
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | a2dp.c | 162 struct bt_a2dp_codec_ie codec_config; in a2dp_process_config_ind() local 220 cfg.codec_config = &codec_config; in a2dp_process_config_ind() 221 cfg.codec_config->len = codec_info_element_len; in a2dp_process_config_ind() 222 memcpy(&cfg.codec_config->codec_ie[0], codec_info_element, in a2dp_process_config_ind() 232 stream->codec_config = *cfg.codec_config; in a2dp_process_config_ind() 630 a2dp->set_config_param.codec_specific_ie_len = config->codec_config->len; in bt_a2dp_stream_config_set_param() 631 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/ |
| D | hci_internal.h | 72 const uint8_t *codec_config,
|
| D | hci.c | 1292 const uint8_t *codec_config, in hci_vendor_read_ctlr_delay() argument 1302 ARG_UNUSED(codec_config); in hci_vendor_read_ctlr_delay() 1330 cmd->codec_config, in read_ctlr_delay() 2383 uint8_t *codec_config; in le_setup_iso_path() local 2395 codec_config = &cmd->codec_config[0]; in le_setup_iso_path() 2400 codec_config); in le_setup_iso_path()
|
| /Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
| D | a2dp.c | 318 (struct bt_a2dp_codec_sbc_params *)&codec_cfg->codec_config->codec_ie[0]); in app_config_req() 332 (struct bt_a2dp_codec_sbc_params *)&codec_cfg->codec_config->codec_ie[0]); in app_reconfig_req()
|
| /Zephyr-latest/subsys/bluetooth/controller/include/ |
| D | ll.h | 193 uint8_t codec_config_len, uint8_t *codec_config);
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
| D | ull_iso.c | 220 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument 237 ARG_UNUSED(codec_config); in ll_setup_iso_path()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci_types.h | 1018 uint8_t codec_config[0]; member 2329 uint8_t codec_config[0]; member
|