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:
parent
984b612c48
commit
e45eff3e10
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue