Searched refs:codec_config (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 174 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/ |
D | main.c | 229 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/ |
D | a2dp.c | 236 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/ |
D | hci_internal.h | 72 const uint8_t *codec_config,
|
D | hci.c | 1244 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/ |
D | a2dp.c | 319 (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/ |
D | ll.h | 187 uint8_t codec_config_len, uint8_t *codec_config);
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 209 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/ |
D | hci_types.h | 965 uint8_t codec_config[0]; member 2252 uint8_t codec_config[0]; member
|