Searched refs:bt_a2dp_codec_cfg (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 185 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/ |
D | a2dp.c | 159 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/ |
D | a2dp.c | 306 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()
|