This commit is contained in:
lmx
2025-12-09 13:05:51 +08:00
parent c870b07b02
commit 23b14f0142
11 changed files with 312 additions and 279 deletions

View File

@ -44,9 +44,10 @@
#define SUPPORT_TEST_BOX_BLE_MASTER_TEST_EN 0 // 是否支持测试盒BLE主设备测试
#define SHOW_RX_DATA_RATE 1 // 是否显示接收数据速率
#define SHOW_TX_DATA_RATE 1 // 是否显示发送数据速率
#define XTELL_DEBUG 0
// 日志打印宏
#if LE_DEBUG_PRINT_EN
#if XTELL_DEBUG == 1
#define log_info(x, ...) printf("[LE_CLIENT]" x " ", ## __VA_ARGS__) // 带前缀的信息打印
#define log_info_hexdump put_buf // 16进制数据打印
#else
@ -683,7 +684,7 @@ static bool resolve_adv_report(u8 *adv_address, u8 data_length, u8 *data, s8 rss
case HCI_EIR_DATATYPE_SHORTENED_LOCAL_NAME:
tmp32 = adv_data_pt[lenght - 1];
adv_data_pt[lenght - 1] = 0;
log_info("remoter_name: %s,rssi:%d\n", adv_data_pt, rssi);
// log_info("remoter_name: %s,rssi:%d\n", adv_data_pt, rssi);
log_info_hexdump(adv_address, 6);
adv_data_pt[lenght - 1] = tmp32;

View File

@ -125,7 +125,7 @@ void rc_rfid_callback_handler(void *priv)
*/
void rc_ble_callback_handler(void *priv)
{
u8 read_uid[UID_LENGTH] = 0;
u8 read_uid[UID_LENGTH] = {0};
nvs_read_main_board_mac(read_uid); //读nvs
//读到的是当前连接的主板uid
@ -261,4 +261,27 @@ void rc_app_main_init(void)
g_ble_timer_id = sys_timer_add(NULL, rc_ble_callback_handler, RC_BLE_CALLBACK_INTERVAL_MS);
rc_log("BLE handler timer started (ID: %d).\n", g_ble_timer_id);
}
}
///////////////////////////////////////////////////////////////////////////////////////////////
//test
#define TEST_FUNCTION 1
void test_task(void){
#if TEST_FUNCTION == 1
while(1){
u8 uid[UID_LENGTH] = {0};
//读id卡
TYPE_V_EVENT((char *)uid);
// TYPE_A_EVENT((char *)uid);
os_time_dly(10);
}
#endif
}
void test_func_main(void){
#if TEST_FUNCTION == 1
os_task_create(test_task, NULL, 1, 1024, 128, "rfid_test");
#endif
}

View File

@ -118,4 +118,7 @@ void xtell_app_main()
}
xlog("==============xtell_app_end================\n");
extern void test_func_main(void);
test_func_main();
}

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@ copy ..\..\ota.bin .
copy ..\..\anc_coeff.bin .
copy ..\..\anc_gains.bin .
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress -key AC69.key -format all -key 646-AC690X-7603.key
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress -format all
@REM..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br34 -boot 0x20000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin ..\..\cfg_tool.bin -res tone.cfg kws_command.bin p11_code.bin -uboot_compress

View File

@ -10,7 +10,7 @@ copy ..\..\ota.bin .
copy ..\..\anc_coeff.bin .
copy ..\..\anc_gains.bin .
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress -key 646-AC690X-7603.key
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress
@REM..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br34 -boot 0x20000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin ..\..\cfg_tool.bin -res tone.cfg kws_command.bin p11_code.bin -uboot_compress

View File

@ -11,7 +11,7 @@ copy ..\..\anc_coeff.bin .
copy ..\..\anc_gains.bin .
:: -format all -key AC690X-8029.key
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress -key AC690X-8029.key
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress
@REM..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br34 -boot 0x20000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin ..\..\cfg_tool.bin -res tone.cfg kws_command.bin p11_code.bin -uboot_compress

File diff suppressed because one or more lines are too long

View File

@ -5161,278 +5161,284 @@ objs/apps/common/colorful_lights/colorful_lights.c.o
-r=objs/apps/common/colorful_lights/colorful_lights.c.o,usr_timer_add,l
-r=objs/apps/common/colorful_lights/colorful_lights.c.o,usr_timer_del,l
-r=objs/apps/common/colorful_lights/colorful_lights.c.o,spi_dma_set_addr_for_isr,l
objs/apps/earphone/remote_control/nvs.c.o
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_write_main_board_mac,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,printf,l
-r=objs/apps/earphone/remote_control/nvs.c.o,syscfg_write,l
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_read_main_board_mac,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,syscfg_read,l
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_write_factory_info,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_read_factory_info,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_clear_factory_info,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_test_factory_info,pl
-r=objs/apps/earphone/remote_control/nvs.c.o,os_time_dly,l
-r=objs/apps/earphone/remote_control/nvs.c.o,puts,l
objs/apps/earphone/remote_control/RC_app_main.c.o
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,rc_rfid_callback_handler,pl
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,TYPE_V_EVENT,l
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,printf,l
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,ble_hid_is_connected,
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,EARPHONE_STATE_CANCEL_PAGE_SCAN,
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,nvs_write_main_board_mac,l
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,EARPHONE_STATE_SET_PAGE_SCAN_ENABLE,
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,ble_hid_data_send,
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,rc_ble_callback_handler,pl
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,nvs_read_main_board_mac,l
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,rc_app_main_init,pl
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,sys_timer_add,l
-r=objs/apps/earphone/remote_control/RC_app_main.c.o,puts,l
objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_CARD_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_Rats,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,SetCW,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,Ats_Process,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_APDU,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_NAK,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_TPDU,pl
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,SetCommand,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,SetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,ModifyReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,GetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_CARD,pl
objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Clear_Crypto,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,ModifyReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,MIFARE_CARD_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Auth,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,SetCW,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockwrite,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockread,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_LoadKey,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,SetCommand,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,SetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,GetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockset,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockinc,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockdec,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Transfer,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,Mifare_Restore,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,KEY_A,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,KEY_B,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,SECTOR,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,BLOCK,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,BLOCK_NUM,pl
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,PICC_A,l
-r=objs/apps/earphone/remote_control/RFID/reader/MIFARE.c.o,BLOCK_DATA,pl
objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,NTAG_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,Write_Page,pl
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,Read_Page,pl
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,SetCommand,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,Clear_FIFO,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,SetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,ModifyReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,GetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/NTAG.c.o,PAGE_DATA,pl
objs/apps/earphone/remote_control/RFID/reader/READER.c.o
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ModifyReg,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,GetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,SetReg,l
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,SetCommand,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,SetTimer,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,SetCW,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,Clear_FIFO,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,LoadProtocol,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,SetParity,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_Initial,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Initial,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderV_Initial,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderF_Initial,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_Wakeeup,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_Request,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_Anticoll,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_Select,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderA_CardActivate,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Wakeup,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Request,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Attrib,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Halt,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderB_Get_SN,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderV_Inventory,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderV_Select,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderV_ReadSingleBlock,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderV_WriteSingleBlock,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,ReaderF_Inventory,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,PICC_A,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,PICC_B,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,PICC_V,pl
-r=objs/apps/earphone/remote_control/RFID/reader/READER.c.o,PICC_F,pl
objs/apps/earphone/remote_control/RFID/rfid_event.c.o
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,TYPE_A_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderA_Initial,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,SetCW,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderA_CardActivate,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,MIFARE_CARD_EVENT,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,CPU_CARD_EVENT,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,NTAG_EVENT,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,TYPE_B_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderB_Initial,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderB_Request,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderB_Attrib,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderB_Get_SN,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,TYPE_V_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderV_Initial,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderV_Inventory,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderV_Select,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderV_WriteSingleBlock,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderV_ReadSingleBlock,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,TYPE_F_EVENT,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderF_Initial,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,ReaderF_Inventory,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,rfid_task_fuc,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,FM176XX_HardInit,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,FM176XX_SoftReset,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,GetReg,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_A,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_B,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_V,l
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_F,l
objs/apps/earphone/remote_control/RFID/rfid_hal.c.o
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,FM176XX_HardInit,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,soft_iic_init,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,printf,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,GetReg,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,soft_iic_start,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,soft_iic_tx_byte,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,soft_iic_stop,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,soft_iic_rx_byte,l
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,SetReg,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,FM176XX_SoftReset,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,rfid_delay_ms,pl
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,os_time_dly,l
objs/apps/earphone/xtell_Sensor/ble_test.c.o
objs/apps/earphone/xtell_Sensor/client_handler.c.o
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_get_client_operation_table,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_profile_init,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,printf,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,le_device_db_init,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_stack_gatt_role,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,gatt_client_init,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,gatt_client_register_packet_handler,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,hci_event_callback_set,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,le_l2cap_register_packet_handler,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_vendor_set_default_att_mtu,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,bt_ble_init,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_module_enable,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,bt_ble_exit,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_app_disconnect,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,bt_ble_adv_enable,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,client_send_conn_param_update,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_user_cmd_prepare,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,clear_bonding_info,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,rcsp_adv_fill_mac_addr,pl
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,swapX,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,bt_get_mac_addr,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,put_buf,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,usr_timer_add,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,sys_timeout_del,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,syscfg_read,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,syscfg_write,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,little_endian_read_16,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,memcmp,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,user_client_init,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,user_client_set_search_complete,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,sys_timer_add,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,ble_vendor_get_peer_rssi,l
-r=objs/apps/earphone/xtell_Sensor/client_handler.c.o,client_user_target,pl
objs/apps/earphone/xtell_Sensor/example/example.c.o
objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,create_process,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,printf,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,sys_timer_add,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,close_process,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,sys_timer_del,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,xtell_app_main,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,log_print,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,timer_get_ms,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,update_result_deal,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,app_var_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,get_charge_online_flag,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,vbat_check_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,start_app,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,check_power_on_voltage,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,cpu_reset_by_soft,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,app_var,l
-r=objs/apps/earphone/xtell_Sensor/xtell_app_main.c.o,config_update_mode,l
objs/apps/earphone/xtell_Sensor/xtell_handler.c.o
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,le_user_app_send_event,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_event_notify,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,le_user_app_event_handler,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,nvs_test_factory_info,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,create_process,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,rfid_task_fuc,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,hw_iic_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,printf,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,i2c_scanner_probe,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,clk_set,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,clk_get,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_pll_para,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_function_select_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bredr_handle_register,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,btstack_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_auto_shut_down_enable,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_sniff_feature_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_auto_sniff_controle,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_auto_shut_down_disable,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_key_event_enable,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_app_exit,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_hci_event_handler,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,app_power_event_handler,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,default_event_handler,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,get_tone_config,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,__set_sbc_cap_bitpool,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,ble_bqb_test_thread_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_ble_init,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_init_ok_search_index,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,is_dac_power_off,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_wait_connect_and_phone_connect_switch,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_timeout_add,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,clear_current_poweron_memory_search_index,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,strcmp,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,earphone_change_pwr_mode,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,ui_update_status,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,tone_get_status,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,get_call_status,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_timeout_del,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,is_1t2_connection,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,get_current_poweron_memory_search_index,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,get_esco_coder_busy_flag,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,user_send_cmd_prepare,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,tone_play_index,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,xtell_bl_state,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,bt_newname,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,xt_ble_new_name,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,SC7U22_init,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,MMC5603nj_init,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,BMP280_init,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,rfid_fuc_id,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,SC7U22_calibration_id,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,start_collect_fuc_id,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,BLE_send_fuc_id,pl
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,app_var,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,init_ok,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,config_btctler_mode,l
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sniff_out,l
objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,le_user_app_send_event,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_event_notify,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,le_user_app_event_handler,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,nvs_test_factory_info,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,create_process,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,rfid_task_fuc,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,hw_iic_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,i2c_scanner_probe,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,clk_set,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,clk_get,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_pll_para,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_function_select_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bredr_handle_register,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,btstack_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_auto_shut_down_enable,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_sniff_feature_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_auto_sniff_controle,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_auto_shut_down_disable,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_key_event_enable,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_app_exit,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_hci_event_handler,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,app_power_event_handler,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,default_event_handler,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,get_tone_config,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,__set_sbc_cap_bitpool,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,ble_bqb_test_thread_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_ble_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_init_ok_search_index,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,is_dac_power_off,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_wait_connect_and_phone_connect_switch,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_timeout_add,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,clear_current_poweron_memory_search_index,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,strcmp,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,earphone_change_pwr_mode,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,ui_update_status,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,tone_get_status,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,get_call_status,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sys_timeout_del,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,is_1t2_connection,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,get_current_poweron_memory_search_index,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,get_esco_coder_busy_flag,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,user_send_cmd_prepare,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,tone_play_index,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,xtell_bl_state,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,bt_newname,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,xt_ble_new_name,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,SC7U22_init,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,MMC5603nj_init,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,BMP280_init,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,rfid_fuc_id,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,SC7U22_calibration_id,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,start_collect_fuc_id,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,BLE_send_fuc_id,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,app_var,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,init_ok,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,config_btctler_mode,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/ble_handler.c.o,sniff_out,l
objs/apps/earphone/xtell_remote_control/ble_handler/ble_test.c.o
objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_get_client_operation_table,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_profile_init,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,le_device_db_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_stack_gatt_role,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,gatt_client_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,gatt_client_register_packet_handler,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,hci_event_callback_set,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,le_l2cap_register_packet_handler,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_vendor_set_default_att_mtu,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,bt_ble_init,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_module_enable,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,bt_ble_exit,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_app_disconnect,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,bt_ble_adv_enable,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,client_send_conn_param_update,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_user_cmd_prepare,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,clear_bonding_info,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,rcsp_adv_fill_mac_addr,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,swapX,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,bt_get_mac_addr,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,g_ble_connect_new_device,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,g_ble_get_state,pl
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,put_buf,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,usr_timer_add,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,sys_timeout_del,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,syscfg_read,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,syscfg_write,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,little_endian_read_16,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,memcmp,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,user_client_init,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,user_client_set_search_complete,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,sys_timer_add,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,ble_vendor_get_peer_rssi,l
-r=objs/apps/earphone/xtell_remote_control/ble_handler/client_handler.c.o,client_user_target,pl
objs/apps/earphone/xtell_remote_control/ble_handler/example/example.c.o
objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_write_main_board_mac,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,syscfg_write,l
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_read_main_board_mac,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,syscfg_read,l
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_write_factory_info,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_read_factory_info,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_clear_factory_info,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,nvs_test_factory_info,pl
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,os_time_dly,l
-r=objs/apps/earphone/xtell_remote_control/nvs/nvs.c.o,puts,l
objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_CARD_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_Rats,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,SetCW,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,Ats_Process,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_APDU,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_NAK,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_TPDU,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,SetCommand,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,SetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,ModifyReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,GetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/CPU_CARD.c.o,CPU_CARD,pl
objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Clear_Crypto,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,ModifyReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,MIFARE_CARD_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Auth,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,SetCW,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockwrite,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockread,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_LoadKey,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,SetCommand,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,SetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,GetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockset,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockinc,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Blockdec,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Transfer,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,Mifare_Restore,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,KEY_A,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,KEY_B,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,SECTOR,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,BLOCK,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,BLOCK_NUM,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,PICC_A,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/MIFARE.c.o,BLOCK_DATA,pl
objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,NTAG_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,Write_Page,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,Read_Page,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,SetCommand,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,Clear_FIFO,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,SetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,ModifyReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,GetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/NTAG.c.o,PAGE_DATA,pl
objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ModifyReg,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,GetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,SetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,SetCommand,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,SetTimer,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,SetCW,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,Clear_FIFO,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,LoadProtocol,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,SetParity,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_Initial,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Initial,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderV_Initial,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderF_Initial,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_Wakeeup,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_Request,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_Anticoll,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_Select,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderA_CardActivate,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Wakeup,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Request,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Attrib,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Halt,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderB_Get_SN,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderV_Inventory,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderV_Select,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderV_ReadSingleBlock,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderV_WriteSingleBlock,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,ReaderF_Inventory,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,PICC_A,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,PICC_B,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,PICC_V,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/reader/READER.c.o,PICC_F,pl
objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,TYPE_A_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderA_Initial,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,SetCW,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderA_CardActivate,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,MIFARE_CARD_EVENT,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,CPU_CARD_EVENT,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,NTAG_EVENT,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,TYPE_B_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderB_Initial,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderB_Request,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderB_Attrib,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderB_Get_SN,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,TYPE_V_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderV_Initial,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderV_Inventory,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderV_Select,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderV_WriteSingleBlock,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderV_ReadSingleBlock,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,TYPE_F_EVENT,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderF_Initial,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,ReaderF_Inventory,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,rfid_task_fuc,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,FM176XX_HardInit,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,rfid_delay_ms,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,FM176XX_SoftReset,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,GetReg,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,PICC_A,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,PICC_B,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,PICC_V,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_event.c.o,PICC_F,l
objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,FM176XX_HardInit,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,soft_iic_init,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,GetReg,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,soft_iic_start,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,soft_iic_tx_byte,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,soft_iic_stop,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,soft_iic_rx_byte,l
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,SetReg,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,FM176XX_SoftReset,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,rfid_delay_ms,pl
-r=objs/apps/earphone/xtell_remote_control/RFID/rfid_hal.c.o,os_time_dly,l
objs/apps/earphone/xtell_remote_control/task_func.c.o
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,rc_rfid_callback_handler,pl
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,TYPE_A_EVENT,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,strncmp,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,nvs_write_main_board_mac,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,g_ble_get_state,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,rc_ble_callback_handler,pl
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,nvs_read_main_board_mac,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,rc_app_main_init,pl
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,sys_timer_add,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,test_task,pl
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,TYPE_V_EVENT,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,os_time_dly,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,test_func_main,pl
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,os_task_create,l
-r=objs/apps/earphone/xtell_remote_control/task_func.c.o,puts,l
objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,create_process,pl
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,printf,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,sys_timer_add,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,close_process,pl
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,sys_timer_del,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,xtell_app_main,pl
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,log_print,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,timer_get_ms,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,update_result_deal,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,app_var_init,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,get_charge_online_flag,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,vbat_check_init,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,start_app,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,check_power_on_voltage,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,test_func_main,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,cpu_reset_by_soft,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,app_var,l
-r=objs/apps/earphone/xtell_remote_control/xtell_app_main.c.o,config_update_mode,l
cpu/br28/liba/cpu.a.llvm.19376.crc16.c
-r=cpu/br28/liba/cpu.a.llvm.19376.crc16.c,__crc16_mutex_init,pl
-r=cpu/br28/liba/cpu.a.llvm.19376.crc16.c,os_mutex_create,l