Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c312 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in app_config_req()
628 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in cmd_configure()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h731 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops);
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c612 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops) in bt_a2dp_stream_cb_register() function