KT24-1110_65E-HA-651B/apps/soundbox/include/task_manager/bt/vol_sync.h
2024-11-10 18:44:17 +08:00

10 lines
206 B
C

#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