Bluetooth: Audio: Add missing commands supported callback for MCS

When registering the media player, we were missing a callback.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-10-06 16:20:57 +02:00 committed by Carles Cufí
commit e45eff3e10

View file

@ -2781,6 +2781,7 @@ int media_proxy_pl_init(void)
pl.calls.get_playing_orders_supported = get_playing_orders_supported;
pl.calls.get_media_state = get_media_state;
pl.calls.send_command = send_command;
pl.calls.get_commands_supported = get_commands_supported;
#ifdef CONFIG_BT_MPL_OBJECTS
pl.calls.send_search = send_search;
pl.calls.get_search_results_id = get_search_results_id;