Files
JBao_Door_Clamp_FW/apps/earphone/include/vol_sync.h
T
2026-08-21 18:41:42 +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