Bluetooth: Audio: Add media player name changed callback
Add support for notifying about a player name change. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
89e907cb3d
commit
4d595014ab
7 changed files with 46 additions and 0 deletions
|
@ -2888,6 +2888,11 @@ void mpl_test_media_state_set(uint8_t state)
|
|||
media_proxy_pl_media_state_cb(pl.state);
|
||||
}
|
||||
|
||||
void mpl_test_player_name_changed_cb(void)
|
||||
{
|
||||
media_proxy_pl_name_cb(pl.name);
|
||||
}
|
||||
|
||||
void mpl_test_track_changed_cb(void)
|
||||
{
|
||||
media_proxy_pl_track_changed_cb();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue