Browse Source

添加短按限制,解决长按不到时间,松手出现短按功能

caihoucong 1 month ago
parent
commit
70da72dce9

BIN
sdk_bt893x_v013_s8759_20241213/app/libs/bt8930/libplatform.a


+ 2 - 0
sdk_bt893x_v013_s8759_20241213/app/modules/bluetooth/bt/bt.c

@@ -57,6 +57,8 @@ uint8_t cfg_ble_rf_delta_gain       = 0;        //降低BLE功率值,单位3db
 #if HLW_UI
 //定义为1,有spp连接也会发断连消息
 uint8_t cfg_bt_hci_disc_only_spp = 0;
+//单击短按限制,为0时,没有限制
+u16 key_short_lim = 120;
 #endif
 ///stack
 uint8_t cfg_bt_work_mode            = WORK_MODE;

BIN
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/Output/bin/app.bin


BIN
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/Output/bin/app.dcf


BIN
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/Output/bin/app.rv32


File diff suppressed because it is too large
+ 967 - 716
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/Output/bin/map.txt


BIN
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/Output/obj/modules/bluetooth/bt/bt.o


+ 1530 - 0
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/app.depend

@@ -27416,3 +27416,1533 @@
 1739959658 source:d:\bluetrum\project\a_ansheng\hq32\code\20250415\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\ram.ld
 	"config.h"
 
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\i2s\ta5711.c
+	"include.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\include.h
+	"global.h"
+	"xcfg.h"
+	"config.h"
+	"io_def.h"
+	"api.h"
+	"bsp.h"
+	"3rd_party.h"
+	"system.h"
+	"modules.h"
+	"func.h"
+	"plugin.h"
+	"res.h"
+	"res2.h"
+
+1726042842 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\global.h
+	<stddef.h>
+	<stdarg.h>
+	<stdbool.h>
+	<stdlib.h>
+	<string.h>
+	"typedef.h"
+	"macro.h"
+	"clib.h"
+	"sfr.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\typedef.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\macro.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\clib.h
+
+1739933000 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\sfr.h
+
+1739938385 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\xcfg.h
+
+1744273107 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\config.h
+	"config_define.h"
+	"config_extra.h"
+
+1724910912 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\config_define.h
+
+1739932952 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\config_extra.h
+
+1714025678 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\include\io_def.h
+	"global.h"
+	"config.h"
+	"sfr.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api.h
+	"api_btstack.h"
+	"api_cm.h"
+	"api_music.h"
+	"api_sd.h"
+	"api_rtc.h"
+	"api_usb.h"
+	"api_fs.h"
+	"api_device.h"
+	"api_sdadc.h"
+	"api_update.h"
+	"api_dac.h"
+	"api_eq.h"
+	"api_sysclk.h"
+	"api_msg.h"
+	"api_saradc.h"
+	"api_sys.h"
+	"api_tws.h"
+	"api_pwr.h"
+	"api_key.h"
+	"api_gpio.h"
+	"api_uart.h"
+	"api_karaok.h"
+	"api_math.h"
+	"api_tkey.h"
+	"api_nr.h"
+	"api_sensor.h"
+	"api_irrx.h"
+	"api_charge.h"
+	"api_stream.h"
+	"api_effects.h"
+
+1744020606 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_btstack.h
+
+1699337239 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_cm.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_music.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_sd.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_rtc.h
+
+1718096719 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_usb.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_fs.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_device.h
+
+1730167372 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_sdadc.h
+
+1698894787 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_update.h
+
+1727146389 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_dac.h
+
+1739967259 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_eq.h
+
+1718623502 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_sysclk.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_msg.h
+
+1698117832 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_saradc.h
+
+1739964063 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_sys.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_tws.h
+
+1698420593 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_pwr.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_key.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_gpio.h
+
+1716617170 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_uart.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_karaok.h
+
+1732518262 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_math.h
+
+1713854397 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_tkey.h
+
+1733737764 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_nr.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_sensor.h
+	"include.h"
+	"..\..\platform\3rd-party\sensor\sc7a20.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_irrx.h
+
+1698152642 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_charge.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_stream.h
+
+1732517638 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\api_effects.h
+
+1723173075 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp.h
+	"bsp_i2c.h"
+	"bsp_timer.h"
+	"bsp_huart.h"
+	"bsp_uart.h"
+	"bsp_saradc.h"
+	"bsp_port_int.h"
+	"bsp_vad.h"
+	"bsp_iis.h"
+	"bsp_opus.h"
+	"bsp_asr.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_i2c.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_timer.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_huart.h
+
+1716617170 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_uart.h
+
+1709897515 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_saradc.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_port_int.h
+
+1730978573 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_vad.h
+
+1719371956 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_iis.h
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_opus.h
+
+1723173075 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_asr.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\3rd_party.h
+	"./i2s/ta5711.h"
+	"./i2s/wm8978.h"
+	"./sensor/sc7a20.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\i2s\ta5711.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\i2s\wm8978.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\sensor\sc7a20.h
+
+1739934125 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\system.h
+	"mute.h"
+	"param.h"
+	"device.h"
+	"vbat.h"
+
+1730712112 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\mute.h
+
+1705650832 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\param.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\device.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\vbat.h
+
+1729239903 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\modules.h
+	"key/key_scan.h"
+	"audio/audio.h"
+	"bluetooth/bluetooth.h"
+	"gui/gui.h"
+	"fs/fs.h"
+	"charge/charge.h"
+	"charge/charge_box.h"
+	"music/bsp_id3_tag.h"
+	"music/bsp_karaok.h"
+	"music/bsp_lrc.h"
+	"music/bsp_piano.h"
+	"music/bsp_music.h"
+	"music/bsp_abp.h"
+	"record/record.h"
+	"test/iodm.h"
+	"test/qtest.h"
+	"usb_device/usb_audio.h"
+	"usb_device/usb_enum.h"
+	"usb_device/usb_table.h"
+	"warning/warning_play.h"
+	"bluetooth/app/dueros_dma/dueros_dma_app.h"
+
+1739970458 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\key_scan.h
+	"pwrkey.h"
+	"adkey.h"
+	"tkey.h"
+	"irkey.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\pwrkey.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\adkey.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\tkey.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\irkey.h
+
+1725938507 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\audio.h
+	"bsp_anc.h"
+	"bsp_aux.h"
+	"bsp_dac.h"
+	"bsp_eq.h"
+	"bsp_audio.h"
+	"bsp_effect.h"
+	"bsp_anc_alg.h"
+	"bsp_set_effect.h"
+	"bsp_anc_tool.h"
+
+1730271126 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc.h
+
+1720085288 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_aux.h
+
+1715744154 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_dac.h
+
+1739967214 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_eq.h
+
+1706872001 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_audio.h
+
+1732517638 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_effect.h
+
+1732796440 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_alg.h
+
+1712138047 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_set_effect.h
+
+1726145749 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_tool.h
+
+1715666622 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bluetooth.h
+	"tws/tws.h"
+	"ble/popup.h"
+	"bsp_bt.h"
+	"app/app.h"
+	"bt/pbap.h"
+	"bt/map.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws.h
+	"tws_sync.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_sync.h
+	"tws_res.h"
+
+1721914791 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_res.h
+	"tws_res_tbl.h"
+
+1739933336 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_res_tbl.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\ble\popup.h
+	"gfps.h"
+
+1727140073 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\gfps\gfps.h
+	"include.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bsp_bt.h
+
+1739762090 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app.h
+	"ab_mate/ab_mate_app.h"
+	"ab_link/ab_link.h"
+	"dueros_dma/dueros_dma_app.h"
+	"tuya_ble_profile.h"
+	"tuya_ble_app.h"
+	"app_onemore/onemore_app.h"
+	"ab_mate/ab_mate_app.h"
+	"dueros_dma/dueros_dma_app.h"
+	"app_fota/app_fota.h"
+
+1733207270 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_app.h
+	"ab_mate_timer.h"
+	"ab_mate_profile.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_timer.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_profile.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_link\ab_link.h
+	"include.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_app.h
+	"dma_wrapper.h"
+	"dueros_dma_tws.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_wrapper.h
+	"include.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_tws.h
+	"include.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_profile.h
+	"include.h"
+
+1724986753 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_app.h
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_type.h
+	"tuya_ble_stdlib.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_stdlib.h
+	<stdbool.h>
+	<stdint.h>
+	<string.h>
+	<stdlib.h>
+	<stddef.h>
+
+1744018331 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_app.h
+	"onemore_timer.h"
+
+1717751317 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_timer.h
+
+1698894787 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_fota\app_fota.h
+
+1700621788 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\pbap.h
+
+1715666622 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\map.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\gui.h
+	"ledseg/ledseg_common.h"
+	"ledseg/display_ledseg.h"
+	"led/led.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_common.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\ledseg\display_ledseg.h
+	"ledseg/ledseg_7p7s.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_7p7s.h
+
+1711682279 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\led\led.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\fs\fs.h
+
+1739516992 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\charge\charge.h
+
+1733207270 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\charge\charge_box.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_id3_tag.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_karaok.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_lrc.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_piano.h
+
+1724824405 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_music.h
+
+1726710769 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_abp.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\record\record.h
+
+1700123075 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\iodm.h
+
+1700136039 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\qtest.h
+
+1699275236 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_audio.h
+
+1733456770 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_enum.h
+
+1723084213 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_table.h
+
+1724917941 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\warning\warning_play.h
+	"wsbc.h"
+
+1724824405 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\warning\wsbc.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func.h
+	"func_bt.h"
+	"func_bt_hid.h"
+	"func_bt_dut.h"
+	"func_idle.h"
+	"func_music.h"
+	"func_usbdev.h"
+	"func_aux.h"
+	"func_speaker.h"
+	"func_lowpwr.h"
+	"func_update.h"
+
+1739953488 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt_hid.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt_dut.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_idle.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_music.h
+
+1739961659 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_usbdev.h
+
+1701942803 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_aux.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_speaker.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_lowpwr.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_update.h
+
+1730712112 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\plugin.h
+	"multi_lang.h"
+	"port_pwm.h"
+	"port_linein.h"
+	"port_led.h"
+	"port_sd.h"
+	"port_tkey.h"
+	"bt_call.h"
+
+1727416671 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\multi_lang.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_pwm.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_linein.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_led.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_sd.h
+
+1698907350 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_tkey.h
+
+1732084486 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\bt_call.h
+
+1741941761 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\res.h
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\res2.h
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\i2s\wm8978.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\3rd-party\sensor\sc7a20.c
+	"include.h"
+	"sc7a20.h"
+
+1732498743 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_asr.c
+	"include.h"
+	"asr.h"
+
+1723173075 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\asr\asr.h
+
+1739932090 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_huart.c
+	"include.h"
+	"api.h"
+
+1701228531 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_i2c.c
+	"include.h"
+
+1719371956 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_iis.c
+	"include.h"
+
+1729761073 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_opus.c
+	"include.h"
+	"api.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_port_int.c
+	"include.h"
+
+1709897515 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_saradc.c
+	"include.h"
+
+1717034560 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_timer.c
+	"include.h"
+
+1739932078 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_uart.c
+	"include.h"
+
+1730978573 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\bsp\bsp_vad.c
+	"include.h"
+	"bsp_vad.h"
+	"asr.h"
+
+1744010299 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func.c
+	"include.h"
+	"hlw_func.h"
+
+1744680191 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\hlw_func.h
+
+1701942803 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_aux.c
+	"include.h"
+	"func.h"
+	"func_aux.h"
+
+1743394056 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+	"hlw_func.h"
+
+1739878861 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt_dut.c
+	"include.h"
+	"func.h"
+	"api.h"
+	"hlw_func.h"
+
+1712127005 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_bt_hid.c
+	"include.h"
+	"func.h"
+	"func_bt_hid.h"
+
+1744602222 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_charge.c
+	"include.h"
+	"func.h"
+	"hlw_func.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_idle.c
+	"include.h"
+	"func.h"
+	"func_idle.h"
+
+1744023141 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_lowpwr.c
+	"include.h"
+	"func.h"
+	"hlw_func.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_music.c
+	"include.h"
+	"func.h"
+	"func_music.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_speaker.c
+	"include.h"
+	"func.h"
+	"func_speaker.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_update.c
+	"include.h"
+	"func.h"
+	"func_update.h"
+
+1739962371 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\func_usbdev.c
+	"include.h"
+	"func.h"
+	"func_usbdev.h"
+	"hlw_func.h"
+
+1744680229 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\hlw_func.c
+	"include.h"
+	"api.h"
+	"hlw_func.h"
+
+1743055962 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\sfunc_bt_call.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+	"hlw_func.h"
+
+1703138204 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\sfunc_bt_ota.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+
+1739517730 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\functions\sfunc_bt_ring.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+
+1717762785 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\strong_bt.c
+	"include.h"
+
+1719918439 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\strong_le.c
+	"include.h"
+
+1733395574 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\strong_sco.c
+	"include.h"
+
+1733456770 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\strong_symbol.c
+	"include.h"
+
+1713180238 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\libs\bt8930\strong_tws.c
+	"include.h"
+
+1723173075 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\asr\asr.c
+	"include.h"
+	"asr.h"
+
+1723173075 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\asr\asr_prefetch.c
+	"include.h"
+	"asr.h"
+
+1723173075 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\asr\asr_strong_symbol.c
+	"include.h"
+	"asr.h"
+
+1739952916 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc.c
+	"include.h"
+	"bsp_anc_param_table.h"
+
+1739953013 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_param_table.h
+
+1733811942 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_alg.c
+	"include.h"
+
+1739952989 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_param_table.c
+	"include.h"
+	"bsp_anc_param_table.h"
+
+1726219861 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_anc_tool.c
+	"include.h"
+
+1744104987 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_audio.c
+	"include.h"
+
+1722259426 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_aux.c
+	"include.h"
+
+1732786311 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_dac.c
+	"include.h"
+	"bsp_dac.h"
+
+1743493828 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_effect.c
+	"include.h"
+	"hlw_func.h"
+
+1739967414 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_eq.c
+	"include.h"
+	"bsp_eq.h"
+	"bsp_anc.h"
+	"hlw_func.h"
+
+1728376072 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\audio\bsp_set_effect.c
+	"include.h"
+
+1698894787 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_link\ab_link_app.c
+	"include.h"
+	"ab_link.h"
+
+1733207270 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_app.c
+	"include.h"
+	"ab_mate_app.h"
+	"ab_mate_timer.h"
+	"ab_mate_ota.h"
+	"ab_mate_tws.h"
+	"ab_mate_profile.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_ota.h
+
+1726656697 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_tws.h
+
+1726748225 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_gfps_profile.c
+	"include.h"
+	"ab_mate_profile.h"
+
+1726656697 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_ota.c
+	"include.h"
+	"ab_mate_ota.h"
+	"ab_mate_tws.h"
+
+1727253112 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_profile.c
+	"include.h"
+	"ab_mate_profile.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_timer.c
+	"include.h"
+	"ab_mate_timer.h"
+
+1726656697 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\ab_mate\ab_mate_tws.c
+	"include.h"
+	"ab_mate_tws.h"
+	"ab_mate_ota.h"
+	"ab_mate_timer.h"
+	"ab_mate_profile.h"
+
+1739517587 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_fota\app_fota.c
+	"include.h"
+	"hlw_func.h"
+
+1739933148 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_interface.c
+	"include.h"
+	"app.h"
+
+1744018361 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_app.c
+	"include.h"
+	"onemore_app.h"
+	"hlw_func.h"
+
+1741687260 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_profile.c
+	"include.h"
+	"onemore_profile.h"
+	"onemore_app.h"
+
+1717753527 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_profile.h
+
+1717751295 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_onemore\onemore_timer.c
+	"include.h"
+	"onemore_timer.h"
+
+1725938507 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\app_test\app_test.c
+	"include.h"
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma.pb-c.c
+	"dma_wrapper.h"
+	"dma.pb-c.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma.pb-c.h
+	"protobuf-c.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\protobuf-c.h
+	<assert.h>
+	<stddef.h>
+	<stdint.h>
+	<macro.h>
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_stream.c
+	"dma_stream.h"
+	"dma_utils.h"
+	"include.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_stream.h
+	"dma_wrapper.h"
+	"dma.pb-c.h"
+	"dma_utils.h"
+	"include.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_utils.h
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_utils.c
+	"dma_stream.h"
+	"dma_utils.h"
+
+1729131503 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dma_wrapper.c
+	"dueros_dma_extern.h"
+	"dueros_dma_app.h"
+	"api_cm.h"
+	"dueros_dma_profile.h"
+	"api_btstack.h"
+	"xcfg.h"
+	"dueros_dma_sha256.h"
+	"dueros_dma_tws.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_extern.h
+	"dma_wrapper.h"
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_profile.h
+
+1717746084 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_sha256.h
+	"typedef.h"
+
+1729239903 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_app.c
+	"dueros_dma_app.h"
+	"dueros_dma_profile.h"
+	"dueros_dma_extern.h"
+
+1729239903 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_profile.c
+	"include.h"
+	"dueros_dma_profile.h"
+	"dma_wrapper.h"
+	"dueros_dma_app.h"
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_sha256.c
+	<string.h>
+	"dueros_dma_sha256.h"
+	"include.h"
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\dueros_dma_tws.c
+	"include.h"
+	"dueros_dma_tws.h"
+	"dma_wrapper.h"
+	"dueros_dma_app.h"
+
+1717746084 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\dueros_dma\protobuf-c.c
+	"protobuf-c.h"
+	"dma_wrapper.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\aes.c
+	"include.h"
+	"aes.h"
+	<string.h>
+	"mbedtls/padlock.h"
+	"mbedtls/aesni.h"
+	"mbedtls/platform.h"
+	<stdio.h>
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\aes.h
+	<stddef.h>
+	<stdint.h>
+	"aes_alt.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\md5.c
+	"include.h"
+	"md5.h"
+	<string.h>
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\md5.h
+	<stddef.h>
+	<stdint.h>
+	"md5_alt.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\sha256.c
+	"sha256.h"
+	<string.h>
+	<stdio.h>
+	<stdlib.h>
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\mbedtls\sha256.h
+	<stddef.h>
+	<stdint.h>
+	"sha256_alt.h"
+
+1724986753 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_app.c
+	"include.h"
+	"tuya_ble_api.h"
+	"tuya_ble_log.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_timer.h"
+	"tuya_ble_app.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_event.h"
+	"tuya_ble_ota.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+	"tuya_ble_tws.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_main.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_api.h
+	"tuya_ble_type.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_port.h"
+	"tuya_ble_app.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_internal_config.h
+	"tuya_ble_config.h"
+	"tuya_ble_port.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_config.h
+	"tuya_ble_custom_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_custom_config.h
+	"include.h"
+	"tuya_ble_type.h"
+	"tuya_ble_app.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_port.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_log.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_log_internal.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_log_internal.h
+	"tuya_ble_port.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_mem.h
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_timer.h
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_utils.h
+	"tuya_ble_stdlib.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_event.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_ota.h
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_mutli_tsf_protocol.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_tws.h
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_data_handler.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_main.h
+	"tuya_ble_type.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_bt892x.c
+	"include.h"
+	"tuya_ble_timer.h"
+	"tuya_ble_port.h"
+	"tuya_ble_type.h"
+	"aes.h"
+	"md5.h"
+	"tuya_ble_utils.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_ota.c
+	"include.h"
+	"tuya_ble_log.h"
+	"tuya_ble_type.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_api.h"
+	"tuya_ble_ota.h"
+	"api_update.h"
+	"tuya_ble_tws.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_profile.c
+	"include.h"
+	"tuya_ble_api.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_timer.c
+	"include.h"
+	"tuya_ble_timer.h"
+	"tuya_ble_type.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\port\tuya_ble_tws.c
+	"include.h"
+	"tuya_ble_log.h"
+	"tuya_ble_app.h"
+	"tuya_ble_ota.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_tws.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_data_handler.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_storage.h
+	"tuya_ble_type.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_api.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_type.h"
+	"tuya_ble_main.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_log.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_sdk_version.h"
+	"tuya_ble_gatt_send_queue.h"
+	"tuya_ble_event.h"
+	"tuya_ble_app_production_test.h"
+	"cJSON.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_sdk_version.h
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_gatt_send_queue.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_queue.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_queue.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_app_production_test.h
+	<stdint.h>
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_bulk_data.c
+	"tuya_ble_bulk_data.h"
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_main.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_secure.h"
+	"tuya_ble_main.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_unix_time.h"
+	"tuya_ble_log.h"
+	"tuya_ble_gatt_send_queue.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_bulk_data.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_heap.h
+	"tuya_ble_stdlib.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_secure.h
+	"tuya_ble_type.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_unix_time.h
+	"tuya_ble_stdlib.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_data_handler.c
+	"include.h"
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_main.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_secure.h"
+	"tuya_ble_main.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_unix_time.h"
+	"tuya_ble_log.h"
+	"tuya_ble_gatt_send_queue.h"
+	"tuya_ble_bulk_data.h"
+	"tuya_ble_app_production_test.h"
+	"tuya_ble_app_uart_common_handler.h"
+	"tuya_ble_feature_weather.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_app_uart_common_handler.h
+	<stdint.h>
+	"tuya_ble_internal_config.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_feature_weather.h
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_event.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_main.h"
+	"tuya_ble_secure.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_sdk_version.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_event.h"
+	"tuya_ble_log.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_event_handler.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_main.h"
+	"tuya_ble_secure.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_sdk_version.h"
+	"tuya_ble_event.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_app_uart_common_handler.h"
+	"tuya_ble_app_production_test.h"
+	"tuya_ble_log.h"
+	"tuya_ble_event_handler.h"
+
+1723107602 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\include\tuya_ble_event_handler.h
+	"tuya_ble_type.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_event_handler_weak.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_event_handler.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_gatt_send_queue.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_gatt_send_queue.h"
+	"tuya_ble_type.h"
+	"tuya_ble_config.h"
+	"tuya_ble_port.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_main.h"
+	"tuya_ble_log.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_heap.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_port.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_main.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_main.h"
+	"tuya_ble_secure.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_sdk_version.h"
+	"tuya_ble_event.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_app_uart_common_handler.h"
+	"tuya_ble_app_production_test.h"
+	"tuya_ble_log.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_mem.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_heap.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_internal_config.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_mutli_tsf_protocol.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_type.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_port.c
+	"tuya_ble_port.h"
+	"tuya_ble_type.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_queue.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_queue.h"
+	"tuya_ble_type.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_storage.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_api.h"
+	"tuya_ble_port.h"
+	"tuya_ble_type.h"
+	"tuya_ble_main.h"
+	"tuya_ble_mem.h"
+	"tuya_ble_data_handler.h"
+	"tuya_ble_internal_config.h"
+	"tuya_ble_mutli_tsf_protocol.h"
+	"tuya_ble_storage.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_log.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_unix_time.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_unix_time.h"
+
+1723107602 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\app\tuya\src\tuya_ble_utils.c
+	"tuya_ble_stdlib.h"
+	"tuya_ble_utils.h"
+	"tuya_ble_port.h"
+	"tuya_ble_mem.h"
+
+1728614043 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\ble\adv0.c
+	"include.h"
+
+1704437563 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\ble\ble.c
+	"include.h"
+
+1706002176 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\ble\priv_ble.c
+	"include.h"
+
+1744680156 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bsp_bt.c
+	"include.h"
+	"api.h"
+	"hlw_bt_handle.h"
+	"hlw_func.h"
+
+1744020843 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\hlw_bt_handle.h
+
+1739517624 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\a2dp.c
+	"include.h"
+	"api.h"
+
+1744768886 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\bt.c
+	"include.h"
+	"api.h"
+
+1732786311 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\dev_vol.c
+	"include.h"
+	"api.h"
+
+1739517642 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\hfhs.c
+	"include.h"
+	"api.h"
+	"hlw_func.h"
+
+1715742417 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\hid.c
+	"include.h"
+	"api.h"
+	"func.h"
+
+1733207270 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\id3_tag.c
+	"id3_tag.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\id3_tag.h
+	"include.h"
+
+1733207270 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\map.c
+	"include.h"
+
+1700621788 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\pbap.c
+	"include.h"
+
+1733134490 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\profile.c
+	"include.h"
+	"api.h"
+
+1739517647 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\bt\spp.c
+	"include.h"
+	"api.h"
+
+1733146054 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\call\bt_sco.c
+	"include.h"
+	"bt_sco.h"
+
+1711680731 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\call\bt_sco.h
+
+1727140073 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\gfps\gfps.c
+	"include.h"
+	"gfps.h"
+
+1727140073 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\gfps\gfps_util.c
+	"include.h"
+
+1744680113 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\hlw_bt_handle.c
+	"include.h"
+	"api.h"
+	"hlw_bt_handle.h"
+	"hlw_func.h"
+
+1732786311 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws.c
+	"include.h"
+	"api.h"
+
+1728465675 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_res.c
+	"include.h"
+	"tws_res.h"
+
+1739933412 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_res_tbl.c
+	"include.h"
+
+1726710769 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_sync.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\bluetooth\tws\tws_util.c
+	"include.h"
+
+1739962866 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\charge\charge.c
+	"include.h"
+
+1733207270 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\charge\charge_box.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\fs\fs.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\gui.c
+	"include.h"
+	"gui.h"
+
+1739955887 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\led\led.c
+	"include.h"
+	"led.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_6c6s.c
+	"include.h"
+	"ledseg_6c6s.h"
+
+1697613588 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_6c6s.h
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_7p7s.c
+	"include.h"
+	"ledseg_common.h"
+	"ledseg_7p7s.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\gui\ledseg\ledseg_common.c
+	"include.h"
+	"ledseg_common.h"
+	"ledseg_7p7s.h"
+
+1741760846 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\adkey.c
+	"include.h"
+
+1739516572 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\key_scan.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\knob.c
+	"include.h"
+
+1723800220 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\pwrkey.c
+	"include.h"
+
+1716537237 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\key\tkey.c
+	"include.h"
+	"api.h"
+
+1726905366 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_abp.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_id3_tag.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_karaok.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_lrc.c
+	"include.h"
+
+1740130769 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_music.c
+	"include.h"
+	"hlw_func.h"
+
+1724983974 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\music\bsp_piano.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\record\record.c
+	"include.h"
+
+1713411461 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\anc_test.c
+	"include.h"
+
+1706853363 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\enc_test.c
+	"include.h"
+
+1716617170 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\iodm.c
+	"include.h"
+
+1743039860 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\onemore_hq51_test.c
+	"include.h"
+	"onemore_hq51_test.h"
+	"hlw_func.h"
+
+1739956954 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\onemore_hq51_test.h
+
+1700136039 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\test\qtest.c
+	"include.h"
+
+1718096719 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_audio.c
+	"include.h"
+	"usb_audio.h"
+
+1724830137 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_enum.c
+	"include.h"
+	"usb_enum.h"
+	"usb_table.h"
+
+1724830137 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_device\usb_table.c
+	"include.h"
+	"usb_table.h"
+	"usb_enum.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\usb_host\usb_iap.c
+	"include.h"
+
+1725363941 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\warning\warning_play.c
+	"include.h"
+	"warning_play.h"
+
+1724824405 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\modules\warning\wsbc.c
+	"include.h"
+	"wsbc.h"
+
+1724050881 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\cm.c
+	"include.h"
+
+1744010323 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\device.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\interrupt.c
+	"include.h"
+
+1716362344 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\mute.c
+	"include.h"
+
+1724071741 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\param.c
+	"include.h"
+
+1742436506 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\system.c
+	"include.h"
+	"hlw_func.h"
+
+1740550153 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\system\vbat.c
+	"include.h"
+	"hlw_func.h"
+
+1703482742 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\config.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\display_aux.c
+	"include.h"
+	"func.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\display_bt.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\display_idle.c
+	"include.h"
+	"func.h"
+	"func_idle.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\display_speaker.c
+	"include.h"
+	"func.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\display_usbdev.c
+	"include.h"
+	"func.h"
+	"func_usbdev.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\display\ledseg\display_ledseg.c
+	"include.h"
+	"ledseg/display_ledseg.h"
+
+1725005055 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\main.c
+	"include.h"
+
+1713274085 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_aux.c
+	"include.h"
+	"func.h"
+
+1744083808 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_bt.c
+	"include.h"
+	"func.h"
+	"func_bt.h"
+	"hlw_func.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_idle.c
+	"include.h"
+	"func.h"
+	"func_idle.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_music.c
+	"include.h"
+	"func.h"
+	"func_music.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_speaker.c
+	"include.h"
+	"func.h"
+
+1742986985 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\message\msg_usbdev.c
+	"include.h"
+	"func.h"
+	"func_idle.h"
+
+1739938372 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\output\bin\app.xm
+	"config.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\output\bin\download.xm
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\output\bin\res.xm
+
+1739938383 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\output\bin\xcfg.xm
+
+1733737764 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\bt_call.c
+	"include.h"
+
+1739967340 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\eq_table.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\karaok.c
+	"include.h"
+
+1727407343 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\multi_lang.c
+	"include.h"
+
+1724824405 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\plugin.c
+	"include.h"
+
+1733456770 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\usb_call.c
+	"include.h"
+	"usb_call.h"
+
+1733456770 d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\plugin\usb_call.h
+
+1739516444 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_key.c
+	"include.h"
+
+1739937969 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_led.c
+	"include.h"
+	"led.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_ledseg.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_linein.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_mute.c
+	"include.h"
+
+1713354888 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_pwm.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_sd.c
+	"include.h"
+
+1713854397 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_tkey.c
+	"include.h"
+
+1697613588 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\port\port_update.c
+	"include.h"
+
+1739959658 source:d:\bluetrum\project\a_ansheng\hq32\code\20250416\sdk_bt893x_v013_s8759_20241213\app\projects\earphone\ram.ld
+	"config.h"
+

+ 216 - 216
sdk_bt893x_v013_s8759_20241213/app/projects/earphone/app.layout

@@ -2,369 +2,369 @@
 <CodeBlocks_layout_file>
 	<FileVersion major="1" minor="0" />
 	<ActiveTarget name="Debug" />
-	<File name="..\..\include\sfr.h" open="0" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_eq.h" open="0" top="0" tabpos="98" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="19865" topLine="350" />
+			<Cursor1 position="390" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_usbdev.h" open="0" top="0" tabpos="86" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\func_bt_dut.c" open="0" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="649" topLine="0" />
+			<Cursor1 position="4251" topLine="124" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\param.c" open="0" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\tws\tws_res_tbl.c" open="1" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1192" topLine="0" />
+			<Cursor1 position="6047" topLine="208" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\tws\tws_res_tbl.h" open="0" top="0" tabpos="52" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_app.c" open="1" top="0" tabpos="40" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1181" topLine="9" />
+			<Cursor1 position="45202" topLine="1398" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_bt_dut.c" open="0" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="config.h" open="1" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4251" topLine="124" />
+			<Cursor1 position="49660" topLine="631" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\hlw_bt_handle.h" open="1" top="0" tabpos="38" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="port\port_key.c" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="816" topLine="0" />
+			<Cursor1 position="10032" topLine="258" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\tws\tws_res.c" open="1" top="0" tabpos="32" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\system\vbat.c" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="-1" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="631" topLine="39" />
+			<Cursor1 position="1246" topLine="40" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_eq.h" open="0" top="0" tabpos="98" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\music\bsp_piano.c" open="0" top="0" tabpos="95" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="390" topLine="0" />
+			<Cursor1 position="553" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_effect.h" open="1" top="0" tabpos="31" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bsp_bt.c" open="1" top="0" tabpos="25" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1237" topLine="0" />
+			<Cursor1 position="7701" topLine="262" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bsp_bt.h" open="1" top="0" tabpos="41" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="plugin\eq_table.c" open="0" top="0" tabpos="99" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="0" topLine="0" />
+			<Cursor1 position="1375" topLine="6" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_app.h" open="1" top="0" tabpos="29" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_nr.h" open="0" top="0" tabpos="89" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4114" topLine="76" />
+			<Cursor1 position="104" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="port\port_key.c" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
+	<File name="..\..\modules\bluetooth\ble\priv_ble.c" open="0" top="0" tabpos="43" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="10032" topLine="258" />
+			<Cursor1 position="2046" topLine="34" />
 		</Cursor>
 	</File>
-	<File name="message\msg_bt.c" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_fota\app_fota.c" open="0" top="0" tabpos="90" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="18585" topLine="639" />
+			<Cursor1 position="7163" topLine="270" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\tuya\port\tuya_ble_app.c" open="0" top="0" tabpos="32" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\test\onemore_hq51_test.h" open="0" top="0" tabpos="59" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="16745" topLine="555" />
+			<Cursor1 position="464" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\include\config_extra.h" open="0" top="0" tabpos="33" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\func.c" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="23965" topLine="796" />
+			<Cursor1 position="7941" topLine="309" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\strong_bt.c" open="0" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\system\system.h" open="0" top="0" tabpos="34" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2985" topLine="57" />
+			<Cursor1 position="2733" topLine="57" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func.c" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\modules\key\key_scan.c" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="20886" topLine="814" />
+			<Cursor1 position="3952" topLine="196" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_sdadc.h" open="1" top="0" tabpos="42" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_eq.h" open="0" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="128" topLine="0" />
+			<Cursor1 position="825" topLine="1" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_anc.c" open="1" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_audio.c" open="1" top="0" tabpos="34" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="16325" topLine="497" />
+			<Cursor1 position="4266" topLine="137" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_uart.h" open="0" top="0" tabpos="78" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\include\config_extra.h" open="0" top="0" tabpos="33" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="0" topLine="0" />
+			<Cursor1 position="23965" topLine="796" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\hlw_bt_handle.c" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\tws\tws_res.c" open="1" top="0" tabpos="32" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2174" topLine="68" />
+			<Cursor1 position="631" topLine="39" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_btstack.h" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_gfps_profile.c" open="0" top="0" tabpos="37" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="30492" topLine="577" />
+			<Cursor1 position="54" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_huart.c" open="0" top="0" tabpos="30" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_sys.h" open="0" top="0" tabpos="94" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="163" topLine="0" />
+			<Cursor1 position="786" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_effect.c" open="1" top="0" tabpos="30" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\modules\bluetooth\gfps\gfps.c" open="0" top="0" tabpos="45" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="12115" topLine="353" />
+			<Cursor1 position="754" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_iis.c" open="0" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_profile.c" open="0" top="0" tabpos="38" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="19319" topLine="491" />
+			<Cursor1 position="54" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_timer.h" open="0" top="0" tabpos="40" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bt\hfhs.c" open="0" top="0" tabpos="22" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="56" topLine="0" />
+			<Cursor1 position="1455" topLine="49" />
 		</Cursor>
 	</File>
-	<File name="port\port_led.c" open="0" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\system\system.c" open="1" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5317" topLine="79" />
+			<Cursor1 position="21131" topLine="756" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\key\pwrkey.c" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app.h" open="1" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="491" topLine="33" />
+			<Cursor1 position="5715" topLine="76" />
 		</Cursor>
 	</File>
-	<File name="config.h" open="1" top="1" tabpos="7" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\system\device.c" open="1" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="46631" topLine="583" />
+			<Cursor1 position="3474" topLine="107" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\sfunc_bt_ring.c" open="0" top="0" tabpos="84" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_anc.c" open="1" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="6264" topLine="230" />
+			<Cursor1 position="16325" topLine="497" />
 		</Cursor>
 	</File>
-	<File name="..\..\include\config_define.h" open="0" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_eq.c" open="1" top="0" tabpos="33" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4661" topLine="45" />
+			<Cursor1 position="29512" topLine="882" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\vbat.c" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="-1" zoom_2="0">
+	<File name="..\..\functions\func_charge.c" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1246" topLine="40" />
+			<Cursor1 position="2383" topLine="102" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bt\id3_tag.c" open="0" top="0" tabpos="44" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\include\config_define.h" open="0" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1877" topLine="29" />
+			<Cursor1 position="4661" topLine="45" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_sys.h" open="0" top="0" tabpos="94" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_cm.h" open="0" top="0" tabpos="21" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="786" topLine="0" />
+			<Cursor1 position="1194" topLine="5" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_bt.h" open="1" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\strong_bt.c" open="0" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="414" topLine="0" />
+			<Cursor1 position="2985" topLine="57" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\gfps\gfps.c" open="0" top="0" tabpos="45" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\strong_symbol.c" open="0" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="754" topLine="0" />
+			<Cursor1 position="6832" topLine="226" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_nr.h" open="0" top="0" tabpos="89" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="Output\bin\app.xm" open="0" top="0" tabpos="75" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="104" topLine="0" />
+			<Cursor1 position="539" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\test\onemore_hq51_test.h" open="0" top="0" tabpos="59" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="main.c" open="1" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="464" topLine="0" />
+			<Cursor1 position="1695" topLine="25" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_uart.c" open="0" top="0" tabpos="63" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
+	<File name="port\port_led.c" open="0" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2442" topLine="81" />
+			<Cursor1 position="5317" topLine="79" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_app.h" open="0" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\test\enc_test.c" open="0" top="0" tabpos="60" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="52" topLine="0" />
+			<Cursor1 position="229" topLine="9" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bsp_bt.c" open="1" top="0" tabpos="25" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="plugin\multi_lang.c" open="0" top="0" tabpos="100" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="7701" topLine="262" />
+			<Cursor1 position="428" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_timer.c" open="0" top="0" tabpos="39" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\bsp\bsp_opus.c" open="0" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="52" topLine="0" />
+			<Cursor1 position="6129" topLine="203" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_timer.c" open="0" top="0" tabpos="23" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\music\bsp_music.c" open="1" top="0" tabpos="26" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="561" topLine="19" />
+			<Cursor1 position="5759" topLine="195" />
 		</Cursor>
 	</File>
-	<File name="config.c" open="0" top="0" tabpos="73" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\bsp\bsp_huart.h" open="0" top="0" tabpos="77" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2207" topLine="66" />
+			<Cursor1 position="0" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\include\clib.h" open="1" top="0" tabpos="39" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_sdadc.h" open="1" top="0" tabpos="42" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="195" topLine="0" />
+			<Cursor1 position="128" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="plugin\multi_lang.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_tws.h" open="0" top="0" tabpos="42" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2380" topLine="42" />
+			<Cursor1 position="52" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\system.h" open="0" top="0" tabpos="34" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\sfunc_bt_call.c" open="1" top="0" tabpos="27" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2733" topLine="57" />
+			<Cursor1 position="6953" topLine="269" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\test\onemore_hq51_test.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_anc_param_table.c" open="0" top="0" tabpos="80" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="7445" topLine="179" />
+			<Cursor1 position="2515" topLine="29" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_dac.h" open="0" top="0" tabpos="25" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\gui\led\led.h" open="0" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1750" topLine="15" />
+			<Cursor1 position="1778" topLine="36" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_bt.c" open="1" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_effect.h" open="1" top="0" tabpos="31" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="16563" topLine="623" />
+			<Cursor1 position="1237" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_device.h" open="0" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_btstack.h" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="140" topLine="0" />
+			<Cursor1 position="30492" topLine="577" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_dac.c" open="1" top="0" tabpos="19" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\hlw_bt_handle.h" open="1" top="0" tabpos="38" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1496" topLine="14" />
+			<Cursor1 position="816" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_eq.c" open="1" top="0" tabpos="33" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bt\bt.c" open="1" top="1" tabpos="37" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="29512" topLine="882" />
+			<Cursor1 position="2274" topLine="36" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bt\hfhs.c" open="0" top="0" tabpos="22" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="message\msg_aux.c" open="0" top="0" tabpos="28" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1455" topLine="49" />
+			<Cursor1 position="393" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_tws.c" open="0" top="0" tabpos="41" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_timer.h" open="0" top="0" tabpos="40" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="134" topLine="0" />
+			<Cursor1 position="56" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\tuya\port\tuya_ble_app.h" open="0" top="0" tabpos="31" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bt\a2dp.c" open="0" top="0" tabpos="66" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="9699" topLine="224" />
+			<Cursor1 position="1209" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="plugin\multi_lang.c" open="0" top="0" tabpos="100" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\func_usbdev.c" open="1" top="0" tabpos="23" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="428" topLine="0" />
+			<Cursor1 position="5986" topLine="237" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\key\key_scan.h" open="1" top="0" tabpos="22" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_tws.c" open="0" top="0" tabpos="41" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1368" topLine="33" />
+			<Cursor1 position="134" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\sfunc_bt_call.c" open="1" top="0" tabpos="27" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\functions\hlw_func.h" open="1" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="6953" topLine="269" />
+			<Cursor1 position="3290" topLine="71" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\device.c" open="1" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\bsp\bsp_uart.h" open="0" top="0" tabpos="78" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="3474" topLine="107" />
+			<Cursor1 position="0" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\hlw_func.c" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\charge\charge.c" open="1" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2551" topLine="54" />
+			<Cursor1 position="4564" topLine="175" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bt\spp.c" open="0" top="0" tabpos="67" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\include\clib.h" open="1" top="0" tabpos="39" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="992" topLine="0" />
+			<Cursor1 position="195" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_uart.h" open="0" top="0" tabpos="79" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\func_lowpwr.c" open="1" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="708" topLine="6" />
+			<Cursor1 position="21218" topLine="750" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_opus.c" open="0" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\hlw_bt_handle.c" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="6129" topLine="203" />
+			<Cursor1 position="2174" topLine="68" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_app.c" open="1" top="0" tabpos="40" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\system\param.h" open="0" top="0" tabpos="29" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="45202" topLine="1398" />
+			<Cursor1 position="4163" topLine="50" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_gfps_profile.c" open="0" top="0" tabpos="37" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\bsp\bsp_huart.c" open="0" top="0" tabpos="30" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="54" topLine="0" />
+			<Cursor1 position="163" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_profile.c" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_interface.c" open="0" top="0" tabpos="65" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="80" topLine="0" />
+			<Cursor1 position="2425" topLine="116" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app.h" open="1" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\hlw_func.c" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5715" topLine="76" />
+			<Cursor1 position="2551" topLine="54" />
 		</Cursor>
 	</File>
-	<File name="Output\bin\app.xm" open="0" top="0" tabpos="75" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\3rd-party\sensor\sc7a20.c" open="0" top="0" tabpos="19" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="539" topLine="0" />
+			<Cursor1 position="8982" topLine="348" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\charge\charge.c" open="1" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_anc_param_table.h" open="0" top="0" tabpos="81" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4564" topLine="175" />
+			<Cursor1 position="946" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\system.c" open="1" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\functions\sfunc_bt_ring.c" open="0" top="0" tabpos="84" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="18917" topLine="720" />
+			<Cursor1 position="6264" topLine="230" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_anc_param_table.c" open="0" top="0" tabpos="80" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\tuya\port\tuya_ble_app.h" open="0" top="0" tabpos="31" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2515" topLine="29" />
+			<Cursor1 position="9699" topLine="224" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\test\enc_test.c" open="0" top="0" tabpos="60" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_uart.h" open="0" top="0" tabpos="79" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="229" topLine="9" />
+			<Cursor1 position="708" topLine="6" />
 		</Cursor>
 	</File>
 	<File name="xcfg.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@@ -372,179 +372,179 @@
 			<Cursor1 position="6007" topLine="22" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\music\bsp_music.c" open="1" top="0" tabpos="26" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="message\msg_usbdev.c" open="1" top="0" tabpos="21" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5293" topLine="179" />
+			<Cursor1 position="3429" topLine="107" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_anc_alg.c" open="0" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="message\msg_bt.c" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="115079" topLine="3130" />
+			<Cursor1 position="15920" topLine="530" />
 		</Cursor>
 	</File>
-	<File name="..\..\bsp\bsp_huart.h" open="0" top="0" tabpos="77" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\bsp\bsp_iis.c" open="0" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="0" topLine="0" />
+			<Cursor1 position="19319" topLine="491" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_audio.c" open="1" top="0" tabpos="34" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_profile.c" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4266" topLine="137" />
+			<Cursor1 position="80" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\ble\priv_ble.c" open="0" top="0" tabpos="43" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\key\pwrkey.c" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2046" topLine="34" />
+			<Cursor1 position="491" topLine="33" />
 		</Cursor>
 	</File>
-	<File name="plugin\eq_table.c" open="0" top="0" tabpos="99" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_dac.c" open="1" top="0" tabpos="19" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1375" topLine="6" />
+			<Cursor1 position="1496" topLine="14" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_usbdev.c" open="1" top="0" tabpos="23" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\include\sfr.h" open="0" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5986" topLine="237" />
+			<Cursor1 position="19865" topLine="350" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\key\key_scan.c" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\functions\func_bt.h" open="1" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="3952" topLine="196" />
+			<Cursor1 position="414" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="Output\bin\xcfg.xm" open="0" top="0" tabpos="76" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_device.h" open="0" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="36743" topLine="256" />
+			<Cursor1 position="140" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\gui\led\led.c" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\libs\bt8930\api_dac.h" open="0" top="0" tabpos="25" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5077" topLine="213" />
+			<Cursor1 position="1750" topLine="15" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\strong_symbol.c" open="0" top="0" tabpos="35" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\tws\tws_res_tbl.h" open="0" top="0" tabpos="52" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="6832" topLine="226" />
+			<Cursor1 position="1181" topLine="9" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_charge.c" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_timer.c" open="0" top="0" tabpos="39" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2383" topLine="102" />
+			<Cursor1 position="52" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\gui\led\led.h" open="0" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\tuya\port\tuya_ble_app.c" open="0" top="0" tabpos="32" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1778" topLine="36" />
+			<Cursor1 position="16745" topLine="555" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_lowpwr.h" open="0" top="0" tabpos="83" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bt\spp.c" open="0" top="0" tabpos="67" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="634" topLine="0" />
+			<Cursor1 position="992" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\3rd-party\sensor\sc7a20.c" open="0" top="0" tabpos="19" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="res.h" open="0" top="0" tabpos="27" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="8982" topLine="348" />
+			<Cursor1 position="22153" topLine="418" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bt\bt.c" open="1" top="0" tabpos="37" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\system\param.c" open="0" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="10024" topLine="246" />
+			<Cursor1 position="1192" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_profile.c" open="0" top="0" tabpos="38" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_app.c" open="1" top="0" tabpos="28" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="54" topLine="0" />
+			<Cursor1 position="5027" topLine="165" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_tws.h" open="0" top="0" tabpos="42" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_timer.c" open="0" top="0" tabpos="23" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="52" topLine="0" />
+			<Cursor1 position="561" topLine="19" />
 		</Cursor>
 	</File>
-	<File name="ram.ld" open="0" top="0" tabpos="92" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
+	<File name="..\..\modules\key\key_scan.h" open="1" top="0" tabpos="22" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="26060" topLine="947" />
+			<Cursor1 position="1015" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_app.c" open="1" top="0" tabpos="28" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\functions\func_usbdev.h" open="0" top="0" tabpos="86" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="5027" topLine="165" />
+			<Cursor1 position="649" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="message\msg_aux.c" open="0" top="0" tabpos="28" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\bsp\bsp_uart.c" open="0" top="0" tabpos="63" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="393" topLine="0" />
+			<Cursor1 position="2442" topLine="81" />
 		</Cursor>
 	</File>
-	<File name="message\msg_usbdev.c" open="1" top="0" tabpos="21" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_anc_alg.c" open="0" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="3429" topLine="107" />
+			<Cursor1 position="115079" topLine="3130" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\hlw_func.h" open="1" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\audio\bsp_effect.c" open="1" top="0" tabpos="30" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="3290" topLine="71" />
+			<Cursor1 position="12115" topLine="353" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\tws\tws_res_tbl.c" open="1" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\functions\func_bt.c" open="1" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="6047" topLine="208" />
+			<Cursor1 position="5465" topLine="189" />
 		</Cursor>
 	</File>
-	<File name="..\..\system\param.h" open="0" top="0" tabpos="29" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\ab_mate\ab_mate_app.h" open="0" top="0" tabpos="36" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="4163" topLine="50" />
+			<Cursor1 position="52" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="res.h" open="0" top="0" tabpos="27" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="config.c" open="0" top="0" tabpos="73" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="22153" topLine="418" />
+			<Cursor1 position="2207" topLine="66" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\music\bsp_piano.c" open="0" top="0" tabpos="95" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bt\id3_tag.c" open="0" top="0" tabpos="44" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="553" topLine="0" />
+			<Cursor1 position="1877" topLine="29" />
 		</Cursor>
 	</File>
-	<File name="..\..\functions\func_lowpwr.c" open="1" top="0" tabpos="20" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="ram.ld" open="0" top="0" tabpos="92" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="21218" topLine="750" />
+			<Cursor1 position="26060" topLine="947" />
 		</Cursor>
 	</File>
-	<File name="..\..\libs\bt8930\api_cm.h" open="0" top="0" tabpos="21" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="..\..\modules\test\onemore_hq51_test.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1194" topLine="5" />
+			<Cursor1 position="7445" topLine="179" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_anc_param_table.h" open="0" top="0" tabpos="81" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="Output\bin\xcfg.xm" open="0" top="0" tabpos="76" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="946" topLine="0" />
+			<Cursor1 position="36743" topLine="256" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\audio\bsp_eq.h" open="0" top="0" tabpos="24" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\bsp_bt.h" open="1" top="0" tabpos="41" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="825" topLine="1" />
+			<Cursor1 position="0" topLine="0" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\bt\a2dp.c" open="0" top="0" tabpos="66" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+	<File name="plugin\multi_lang.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1209" topLine="0" />
+			<Cursor1 position="2380" topLine="42" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_interface.c" open="0" top="0" tabpos="65" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\modules\bluetooth\app\app_onemore\onemore_app.h" open="1" top="0" tabpos="29" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="2425" topLine="116" />
+			<Cursor1 position="4114" topLine="76" />
 		</Cursor>
 	</File>
-	<File name="..\..\modules\bluetooth\app\app_fota\app_fota.c" open="0" top="0" tabpos="90" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
+	<File name="..\..\modules\gui\led\led.c" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="7163" topLine="270" />
+			<Cursor1 position="5077" topLine="213" />
 		</Cursor>
 	</File>
-	<File name="main.c" open="1" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
+	<File name="..\..\functions\func_lowpwr.h" open="0" top="0" tabpos="83" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
 		<Cursor>
-			<Cursor1 position="1695" topLine="25" />
+			<Cursor1 position="634" topLine="0" />
 		</Cursor>
 	</File>
 </CodeBlocks_layout_file>

Some files were not shown because too many files changed in this diff