Home
last modified time | relevance | path

Searched refs:bt_a2dp_codec_cfg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h185 struct bt_a2dp_codec_cfg _name = { \
202 struct bt_a2dp_codec_cfg _name = { \
321 struct bt_a2dp_codec_cfg { struct
433 struct bt_a2dp_codec_cfg *codec_cfg, struct bt_a2dp_stream **stream,
447 int (*reconfig_req)(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *codec_cfg,
750 struct bt_a2dp_codec_cfg *config);
802 int bt_a2dp_stream_reconfig(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *config);
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c159 struct bt_a2dp_codec_cfg cfg; in a2dp_process_config_ind()
604 struct bt_a2dp_codec_cfg *config, in bt_a2dp_stream_config_set_param()
621 struct bt_a2dp_codec_cfg *config) in bt_a2dp_stream_config()
804 int bt_a2dp_stream_reconfig(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *config) in bt_a2dp_stream_reconfig()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c306 struct bt_a2dp_codec_cfg *codec_cfg, struct bt_a2dp_stream **stream, in app_config_req()
324 struct bt_a2dp_codec_cfg *codec_cfg, uint8_t *rsp_err_code) in app_reconfig_req()