KT24-1110_65E-HA-651B/apps/soundbox/include/task_manager/bt/vol_sync.h

10 lines
206 B
C
Raw Permalink Normal View History

2024-11-10 10:44:17 +00:00
#ifndef __VOL_SYNC_H__
#define __VOL_SYNC_H__
void vol_sys_tab_init(void);
void set_music_device_volume(int volume);
int phone_get_device_vol(void);
void opid_play_vol_sync_fun(u8 *vol, u8 mode);
#endif