Index: YC_Download.bat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/YC_Download.bat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/YC_Download.bat	(working copy)
@@ -0,0 +1,8 @@
+call do_sdk.bat eep
+e pu
+e 8070 00000000000000000000
+e 807a 00000000000000000000
+e 8070 3e6c6d   
+e ep output/eeprom.dat
+e er 0 10
+e ku
Index: do_sdk.bat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/do_sdk.bat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/do_sdk.bat	(working copy)
@@ -0,0 +1,93 @@
+@set FPGA_PATH=fpgajic\fpga
+@set ROM_PATH=.
+@set MV_PATCH=mv\src\yichip
+@set YC_PATCH_FILE=yc_patch_yc1021.h
+@set enc=1
+@set enckey=0000000000000000
+@rem set device_option=rfbqb
+@set device_option=mouse
+@rem set device_option=shutter
+@rem set device_option=hci
+@rem set device_option=antilost
+@rem set device_option=dongle
+@rem set device_option=module
+@rem set device_option=car
+@rem set device_option=remote_car
+@rem set device_option=mesh
+@echo off
+
+setlocal enabledelayedexpansion
+
+copy program\patch_sdk.prog output\bt_program23.meta
+
+copy format\rom.format + format\labels.format + format\command.format  output\bt_format.meta > nul
+
+::perl util/memalloc.pl output/bt_format.meta
+
+if "%device_option%" equ "hci" (
+  copy sched\hci_boot.dat output\sched.rom
+) else if "%device_option%" equ "mouse" (
+  copy sched\mouse.dat output\sched.rom
+) else if "%device_option%" equ "module" (
+  copy sched\DM_module.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "shutter" (
+  copy sched\shutter.dat output\sched.rom
+) else if "%device_option%" equ "antilost" (
+  copy sched\antilost.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "dongle" (
+  copy sched\dongle.dat output\sched.rom
+) else if "%device_option%" equ "car" (
+  copy sched\car.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "remote_car" (
+  copy sched\remote_car.dat + sched\1308.dat output\sched.rom
+) else if "%device_option%" equ "esl" (
+  copy sched\esl.dat + sched\1308.dat output\sched.rom  
+ ) else if "%device_option%" equ "mesh" (
+  copy sched\mesh.dat output\sched.rom
+) else (
+
+cd ..
+echo **********************************
+echo Error: illegal device_option !
+echo **********************************
+goto end
+) 
+
+perl util/mergepatch.pl 
+
+cd output
+osiuasm bt_program23 -O-W
+
+::geneep -n -k key.dat
+echo no c51 code
+geneep -n
+::echo exist c51 code
+::geneep
+
+
+::create_exen.pl 1  1024 64
+
+
+if "%device_option%" equ "mouse" (
+cd ..\output
+copy eeprom.dat ..\util\eeprom.dat
+cd ..\util
+eeprom2fulleeprom.exe eeprom.dat 64>compare2.dat
+crc16.exe compare2.dat 2 >..\output\eeprom.dat
+del eeprom.dat
+del compare2.dat
+cd ..\output
+copy eeprom.dat ..\output\flash.dat 
+
+)
+
+
+if "%device_option%" equ "module" (
+	perl eeprom2hciimage_1021s.pl
+
+)
+:: perl ..\util\eeprom2hciimage.pl
+:: perl ..\util\bin2array.pl > bt_patch.h
+
+:end
+
Index: format/command.format
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/command.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/command.format	(working copy)
@@ -0,0 +1,1379 @@
+
+/* Parse Command:
+TX: take bits from tx fifo, jam it into shift and a destination (rf,bucket)
+RX: take bits from demod,  jam it into shift and a destination (acl,sco,bucket) */
+
+/* Inject Command:
+TX: 0 into shift, send tail of shift into a destination (rf,bucket)
+RX: 0 into shift, send tail of shift into a destination (acl,sco,bucket) */
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ /* High 5 bytes of channel map */
+format
+  ! 15 pulse   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   /* set flag to 0 */
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  /* set selected bit of reg to 0 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  /* set selected bit of reg to 1 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          /* alu op demux */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  /* set selected bit of the reg to the polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  /* set the selected bit of the reg to the opposite polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    /* invert the selected bit of the reg */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            /* this is alu op */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      /* demux the lowest 4 bit of queue and OR it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 1 */
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      /* demux the lowest 4 bit of queue and AND it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 0 */
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   /* set the bit in reg index by queue to same as flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   /* set the bit in the reg index by queue to opposite of flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      /* flip the bit in reg index by queue */
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       /* take bits out of source (sco_tx,tx_buffer,rx-elas) into pdata and dest (sco_rx,rx_fifo,tx-elas) */
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      /* voice, data, demod */
+  [2] 0
+  [6] 0    
+  [2] 0           /* parse or inject */ 
+  [4] dest        /* acl, sco, mod, bucket */
+  [9] immediate   /* number of bits to parse off */
+end
+
+format
+  ! 1 inject      /* shift data from pdata into destination (tx-elas,rx_fifo,sco_rx) */
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] immediate   /* number of bits to be injected */
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       /* contain the number of bits to inject */
+  [6] 3
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] 0 
+end
+
+format
+  ! 1 stuff  /* automatic parse, stuff_counter decrement on every bit until hits zero */
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] immediate
+end
+
+format    /* force whatever is on shift_reg to regsiters */
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    /* alu operation add */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  /* pdata */
+  [6] 1   /* alu add */
+  [6] -1  /* back to pdata */
+  [9] immediate
+end
+
+format    /* force immediate value into registers */
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    /* pdata & regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] 0
+end
+  
+
+format    /* and whatever is in shiftreg with reg */
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   /* jump to location stored in reg */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   /* alu operation copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   /* copy the register content thru alu to shift register, not prealigned like preload */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] -1  /* pdata */
+  [9] 0
+end
+
+format
+  ! 3 icopy     /* copy the shift register lsb content directly to register, not aligned */
+  % regw
+  [5] opcode
+  [6] -1  /* pdata */
+  [6]  4  /* alu copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       /* regr + pdata -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          /* immediate - regr -> regw */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       /* pdata - regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  /* use shift register as immediate to do xor */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  /* pdata xor regr and store result in regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    /* invert pdata into itself */
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 /* regr div immediate div */
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           /* pdata div regr data ready at most after 41 nops */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           /* pdata div regr data 48bit */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            /* harvest div remainder */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             /* harvest div quotient */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 random               /* random number into regw */
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     /* bit reverse within a byte */
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    /* priority encode reg into regw, lsb is the top priority, ie, priority(8'b00010000) = 4 */
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   /* set a section of pdata */
+  % section    /* 0 sets 17:0 of pdata with set_data, 1 sets 35:18, 2 sets 53:36, 3 sets 71:54 */
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   /* load stuff into pdata according to fhs format, check us.v */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  /* load register with pdata content, according to fhs format, check us.v */
+  ! 10 ialigned   /* all bits are in position */
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  /* load register to another according to fhs format */
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          /* read from memory, data into pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          /* read from memory, data into temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         /* read from memory, data into pdata, address from regr then mem_ptr */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         /* read from memory, data into temp, address from regr won't increment */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          /* write to memory, data from pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          /* write to memory, data from temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        /* write pdata to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        /* write temp to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         /* read from memory, address from reg, count from loopcnt, put crc result into pdata */
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          /* write reg to memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        /* write regr to memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          /* read reg from memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        /* read regr from memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			/* 0x242... */
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  /* no-op for addr+2 clocks */
+  [5] opcode
+  [6] 0     
+  [6] 0     /* always */ 
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    /* always */
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   /* quit if 1. flag is true 2, regr time up 3, found sync,(cond_true) */
+  % reg          /* expire counter to check against */
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           /* correlate */
+  [9] 0           
+end
+
+format
+  ! 5 compare   /* sets cond flag,  if reg equals immediate */
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   /* sets cond flag,  if reg equals pdata */
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   /* sets cond. flag, if reg equals LS half of shift reg with MS half of reg being mask */
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	/* REVAB bug: cannot access bit above 35 */
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   /* branch when loopcnt is NOT zero, and decrease loopcnt */
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   /* branch when pdata is equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   /* branch when pdata is NOT equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   /* return when pdata is equal to immediate */
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   /* return when pdata is NOT equal to immediate */
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   /* branch when pdata's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   /* branch when pdata's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   /* branch when mark's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   /* branch when mark's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                  /* immediate mult regr */ 
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32           /* pdata mult regr 32x32=64bit */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults           /* pdata mult regr 32x32=64bit, signed */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          /* SHA256 Sx operation, immediate is Sx */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	/* regext[0] <- regext[7], regext[1] <- regext[0], regext[2] <- regext[1] ... */
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
Index: format/labels.format
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/labels.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/labels.format	(working copy)
@@ -0,0 +1,4294 @@
+0x0800 start
+0x0801 soft_reset
+0x0813 main_loop
+0x0822 connection_dispatch
+0x0828 connection_incontext
+0x0831 connection_nosniff
+0x083a idle_dispatch
+0x0845 idle_exit
+0x0847 idle_le_create_conn
+0x084a idle_inquiry
+0x084f idle_inquiry_cancel
+0x0852 idle_remote_name_req
+0x0857 idle_create_conn
+0x0858 idle_create_conn_device
+0x085d idle_create_conn_cont
+0x085e idle_start_page
+0x0864 idle_page_mode_r0
+0x0885 idle_page_fail
+0x088b idle_name_fail
+0x0891 inquiry_dispatch
+0x0898 inquiry_start
+0x089f inquiry_restart
+0x08a2 inquiry_rx_restart
+0x08a7 inquiry_transmit
+0x08b4 inquiry_check_train
+0x08c1 inquiry_receive
+0x08cb inquiry_sync
+0x08d1 inquiry_receive_rtn
+0x08d1 inquiry_receive_eir_rtn
+0x08d5 master_page
+0x08dd master_page_no_interval
+0x08e8 master_npage_timeout
+0x08eb master_page_timeout
+0x08f2 page_start
+0x08fe page_restart
+0x0903 page_rx_restart
+0x0916 page_exit
+0x091c page_check_train
+0x092a page_receive
+0x0932 page_sync
+0x0938 page_send_fhs
+0x093c page_send_fhs_continue
+0x0948 page_wait_fhs_reply
+0x0957 page_wait_fhs_reply_ok
+0x095c master_newconn_loop
+0x0963 newconn_poll_responded
+0x096b master_dispatch
+0x097b master_loop
+0x0984 master_notmatch
+0x098a master_exit
+0x098c master_attempt
+0x098f check_master_disconnect
+0x0992 check_master_match
+0x09a0 master_disconnect
+0x09a6 master_name_disconnect
+0x09a8 master_name_error
+0x09ab check_disconnect_timeout
+0x09b2 conn_timer_expired
+0x09b6 linkkey_ready
+0x09bf linkkey_set
+0x09c7 linkkey_set_continue
+0x09c8 generate_linkkey_continue
+0x09c9 clear_linkstate
+0x09cd role_switch_check
+0x09d7 role_switch_clkn
+0x09d8 role_switch_clke
+0x09dd role_switch_prepare
+0x09df role_switch_prepare0
+0x09e5 role_switch_master
+0x09ec roles_waitfhs_loop
+0x09f2 role_switch_fail_master
+0x09fa roles_replyto_fhs
+0x0a04 roles_replyto_fhs_rcvd
+0x0a0b roles_newconns_loop
+0x0a11 roles_newconns_responded
+0x0a19 context_load
+0x0a2b context_load_master
+0x0a32 context_save
+0x0a3a context_get_next
+0x0a3c context_get_next_loop
+0x0a40 context_get_next_cont
+0x0a48 context_get_next_sniff
+0x0a4a context_new
+0x0a52 context_check_all_wack
+0x0a5a context_check_esco_wack
+0x0a5f context_esco_wack
+0x0a61 context_check_idle
+0x0a63 context_traverse_linkkey
+0x0a66 context_search_conn_handle
+0x0a67 context_search_conn_handle2
+0x0a69 context_search_plap
+0x0a6b context_search_plap2
+0x0a6d context_search_insniff
+0x0a6f context_search_sniff_window
+0x0a70 context_search
+0x0a73 context_search_loop
+0x0a75 context_search_next
+0x0a79 context_search_empty
+0x0a7d context_search_lap
+0x0a7f context_search_lap_cont
+0x0a84 context_search_handle
+0x0a8a context_search_sniff
+0x0a8b context_search_sniff_loop
+0x0a98 context_search_sniff_sc
+0x0a9b context_search_meet1
+0x0a9c context_search_meet
+0x0aa0 context_search_sniff_miss
+0x0aa6 sign_pdata_temp
+0x0ab0 sign_pdata_temp_p0
+0x0ab6 context_check_inconn
+0x0ab9 context_check_a_wack
+0x0ac2 context_get_anchor
+0x0ace context_next_anchor
+0x0ad5 context_search_window
+0x0ade context_traverse_clearkey
+0x0ae9 master_conn_send_packet
+0x0aeb master_send_packet
+0x0af3 master_conn_recv_packet
+0x0af5 master_recv_packet
+0x0afd master_rx_conn_finish_packet
+0x0b01 master_newconn_once
+0x0b07 inquiry_scan_dispatch
+0x0b18 inquiry_scan_start
+0x0b42 send_eir
+0x0b64 get_all_uuid
+0x0b68 lshift_loop
+0x0b7a page_scan_dispatch
+0x0b8b page_scan_start
+0x0bac page_scan_wait_fhs_restart
+0x0bb5 page_scan_wait_fhs_again
+0x0bbc page_scan_reply_to_fhs
+0x0bc9 slave_apply_clke_bt
+0x0bcd slave_apply_clke_bt_now
+0x0bd0 start_slave_connection
+0x0bd4 slave_newconn_loop
+0x0bd9 sconn_successful
+0x0be0 slave_dispatch
+0x0be4 slave_loop
+0x0bf4 slave_notmatch
+0x0bfd slave_disconnect
+0x0c05 role_switch_slave
+0x0c0c roles_sendfhs_loop
+0x0c1e roles_got_fhs_reply
+0x0c21 roles_newconn_loop
+0x0c2a roles_newconn_responded
+0x0c30 roles_newconn_nolmp
+0x0c3b init_rx_packet_flags
+0x0c46 prepare_newconn
+0x0c51 newconn_init
+0x0c60 clear_linkkey
+0x0c66 new_conn_timeout
+0x0c6a new_conn_handle
+0x0c6e quit_connection
+0x0c73 quit_connection_name
+0x0c77 quit_connection_cont
+0x0c87 quit_connection_not_clear_mark
+0x0c89 quit_connection_not_clear_tx
+0x0c8d slave_newconn_once
+0x0c9a prepare_tx
+0x0ca6 prepare_tx_not_esco
+0x0ca7 prepare_tx_not_sco
+0x0cac prepare_tx_retransmit
+0x0cb6 prepare_tx_nomore_retransmit
+0x0cb8 prepare_tx_no_retransmit
+0x0cc1 prepare_tx_pollnull
+0x0cc5 prepare_tx_loopback
+0x0ccb prepare_tx_txpat
+0x0ccf prepare_tx_sendlmp
+0x0cd1 prepare_tx_ccm_edr_lmp
+0x0cdb prepare_tx_sendl2cap
+0x0cdd prepare_tx_ccm_edr
+0x0ce8 set_wait_ack
+0x0cf1 tx_l2cap_type
+0x0d07 tx_l2cap_type_edr
+0x0d17 slave_receive_master_slot
+0x0d1c slave_receive_notsniff
+0x0d1d slave_receive_access
+0x0d1e slave_receive_sniff
+0x0d3c slave_conn_recv_packet
+0x0d44 receive_packet
+0x0d47 receive_packet_whitened
+0x0d5c receive_packet_noedr
+0x0d65 receive_packet_amchk
+0x0d71 am_addr_match
+0x0d73 am_addr_ok
+0x0d82 arqn_bypass
+0x0d8f failed_seqn
+0x0d90 rx_type_dispatch
+0x0d9e process_poll
+0x0d9f process_dm3
+0x0d9f process_dm5
+0x0da0 process_dm1
+0x0da2 process_dh3
+0x0da2 process_dh5
+0x0da3 process_3dh1
+0x0da4 process_dh1
+0x0da5 process_dmh
+0x0db2 process_dmh_noedr
+0x0dbd process_dmh_long
+0x0dc0 process_dmh_common
+0x0dc6 process_dmh_common2_ccm
+0x0dc8 process_dmh_common2
+0x0dd6 process_dmh_common2_testmode
+0x0dd8 process_dmh_data_0
+0x0de1 check_enc_ccm
+0x0de6 process_lmp
+0x0deb process_dmh_data_l2cap_start_pkt
+0x0df5 process_dmh_data_into_buff1
+0x0dfa process_dmh_data_into_buff2
+0x0dff process_dmh_data_l2cap_continue_pkt
+0x0e09 process_dmh_data_l2cap_continue_pkt1
+0x0e0d process_dmh_data_l2cap_continue_pkt2
+0x0e10 process_dmh_data
+0x0e14 process_dmh_data_end
+0x0e2a process_l2cap_pass_crc_buff1
+0x0e34 process_l2cap_pass_crc_buff2
+0x0e3d process_dmh_cont
+0x0e46 process_dmh_cont_rxbuf_not_use
+0x0e50 ack_payload
+0x0e63 error_header
+0x0e69 error_payload_crc
+0x0e6f error_payload
+0x0e70 flow_ctrl
+0x0e70 error_mic_error
+0x0e71 discard_pkt
+0x0e75 discard_pkt_lmp
+0x0e79 discard_pkt_l2cap
+0x0e7d redundant_payload
+0x0e80 end_of_packet
+0x0e8c process_fhs
+0x0ea1 fhs_parity_ok
+0x0ebb clear_got_tx
+0x0ed2 clear_got_txlmp
+0x0edd clear_lmp_escape
+0x0ee0 clear_send_setup_complete
+0x0ee5 start_encryption
+0x0eef stop_encryption
+0x0ef5 sniff_init
+0x0ef9 sniff_init_master
+0x0f03 sniff_init_nowrap
+0x0f16 sniff_exit
+0x0f20 check_attempt
+0x0f2b check_attempt_nomore
+0x0f2d check_attempt_sniff
+0x0f33 check_attempt_sniff_restore_sco
+0x0f36 check_attempt_sco_master
+0x0f37 check_attempt_not_sco
+0x0f40 check_attempt_notimeout
+0x0f44 sniff_check_window
+0x0f4d check_esco_amaddr
+0x0f50 parse_l2cap
+0x0f52 parse_l2cap_cont
+0x0f63 parse_l2cap_release_buff1
+0x0f69 parse_l2cap_release_buff2
+0x0f6f l2cap_buff1_inuse
+0x0f73 l2cap_buff2_inuse
+0x0f77 slave_send_access
+0x0f7f slave_conn_send_packet
+0x0f89 slave_conn_send_access
+0x0f8a transmit_packet
+0x0f8e transmit_packet_whitened
+0x0fb3 transmit_fhs
+0x0fd0 transmit_lmp_ccm
+0x0fd2 transmit_lmp
+0x0fd6 transmit_lmp_common
+0x0fdd transmit_lmp_loop
+0x0fe1 transmit_dm1
+0x0fe3 transmit_dm3
+0x0fe3 transmit_dm5
+0x0fe6 transmit_3dh1
+0x0fe7 transmit_dh1
+0x0fe9 transmit_dh3
+0x0fe9 transmit_dh5
+0x0fec transmit_dmh
+0x0ffb transmit_edr3m
+0x0fff transmit_edr_sync_end
+0x1001 transmit_noedr
+0x100b transmit_long
+0x100c transmit_stuff
+0x1010 transmit_stuff_loop
+0x1013 transmit_end
+0x1018 transmit_end2
+0x1021 transmit_loopback
+0x1023 transmit_loopback_short
+0x1029 transmit_loopback_long
+0x102e transmit_loopback_cont
+0x102f transmit_loopback_loop
+0x1035 transmit_loopback_end
+0x1039 apply_switch_clke
+0x103f apply_switch_nozero
+0x1042 apply_switch_loop
+0x1046 apply_switch_bt
+0x1047 apply_switch_wait_loop
+0x104e calc_slot_offset
+0x1058 calc_bt_portion
+0x105a calc_slot_offset_loop
+0x105c calc_skip_bt
+0x1061 calc_clke_offset
+0x106f calc_clke_pos
+0x1073 calc_clke
+0x1077 calc_clke2
+0x1081 calc_clke_pos2
+0x1083 calc_clke_pos_adj
+0x1085 calc_mod_value_scale
+0x108b calc_mod_value_scale_do
+0x108d calc_mod_vs_loop
+0x1092 calc_mod_vs01
+0x109d calc_mod_vs_loop2
+0x10ad calc_mod_value_scale_le2
+0x10b0 calc_mod_value_scale_le
+0x10b6 calc_radio_freq
+0x10bf freq_not_connection
+0x10c0 do_hop_mod_now
+0x10c8 odd_half
+0x10ca freq_result
+0x10cd afh_process_0
+0x10db afh_process_con
+0x10e8 afh_process_1
+0x10f4 afh_process_end
+0x10f7 afh_same_channel
+0x10fa afh_clear
+0x10ff afh_process_freq_map
+0x1106 process_freq_3
+0x110b process_freq_1
+0x110f process_freq_0
+0x1118 process_freq_2
+0x1122 rx_radio_freq
+0x1127 rx_radio_freq_now
+0x1128 tx_radio_freq
+0x112d tx_radio_freq_now
+0x112e fetch_giac
+0x1132 fetch_page_bt_adr
+0x1138 fetch_self_bt_adr
+0x1140 fetch_extm_bt_adr
+0x1148 fetch_diac
+0x114b fetch_diac_do
+0x114f shutdown_radio
+0x1161 set_sync_on
+0x1168 set_sync_on_24m
+0x1178 set_sync_on_next
+0x117d set_sync_on_16m
+0x118f set_freq_rx
+0x1198 set_rxfreq_2m_offset
+0x119a rf_rx_write_freq_24m
+0x11a0 rf_rx_write_freq_16m
+0x11a6 rf_rx_enable
+0x11af rf_rx_enable_no_soft_agc
+0x11b3 rf_rx_enable_no_soft_agc_next
+0x11c5 rf_rx_write_freq
+0x11ca rf_tx_write_freq
+0x11d4 rf_write_freq_calc
+0x11eb rf_write_freq_calc_24m
+0x11f1 rf_write_freq_calc_16m
+0x11f7 rf_tx_write_freq_24m
+0x11fe rf_tx_write_freq_16m
+0x1205 set_freq_tx
+0x120b txon
+0x121d txon_next
+0x1228 set_tx_power_0db
+0x122a set_rf_ldo_cfg89
+0x122d set_tx_power_3db
+0x122f set_rf_ldo_cfg89_2
+0x1232 set_tx_power_5db
+0x1235 set_tx_power_6db
+0x1238 set_tx_power_7db
+0x123b set_tx_power_10db
+0x123e set_tx_power_f3db
+0x1241 set_tx_power_f5db
+0x1244 set_tx_power_f20db
+0x1247 set_tx_power_f30db
+0x124a initialize_radio
+0x124b initialize_radio_wait
+0x124f initialize_radio_loop
+0x1255 initialize_radio_cont
+0x1260 initialize_radio_cont_next
+0x126a initialize_syn_afc_cfg1
+0x126f initialize_syn_afc_cfg1_default
+0x1271 initialize_rf_ldo_cfg1
+0x1275 initialize_rf_ldo_cfg1_default
+0x1277 initialize_rc_cal
+0x127b initialize_rc_cal_default
+0x127d save_rssi
+0x1291 rssi_hex2dec
+0x1295 bcd
+0x129c gain_control
+0x12ba add_negative
+0x12c2 gain_increase
+0x12c6 gain_descend
+0x12c9 set_rx_gain2
+0x12cb set_rx_gain0
+0x12cd set_rx_gain1
+0x12cf xtal_fast_wake
+0x12d1 init_lpm_ctrl
+0x12d3 start_receiver
+0x12d8 prep_crypt
+0x12e8 prep_crypt_ccm
+0x12ea wait_access_end
+0x12f3 wait_access_mhalfbnd
+0x12f4 wait_access_mhalfbnd_correlate
+0x12f9 wait_access_clkn_rt
+0x1300 wait_access_forever
+0x1309 reserve_slot
+0x1311 ahead_window
+0x1320 setup_clk
+0x1323 skip_setup_clke
+0x1325 setup_clkn
+0x1327 skip_setup_clkn
+0x1328 setup_clknbt
+0x132b setup_complete
+0x1334 setup_clk11
+0x1337 rf_setup_time
+0x133a rf_setup_time_slave_slot
+0x133c rf_setup_time_master_slot
+0x133e start_transmitter
+0x1343 start_tx_native
+0x1348 start_rx_native
+0x134c start_tx_external
+0x1351 send_access_word
+0x1359 scan_mode_whiten
+0x135d get_free_amaddr
+0x1362 get_free_amaddr_cont
+0x1365 get_clk
+0x1369 get_clkbt
+0x136d supervision_update
+0x1376 supervision_flush
+0x137a assert
+0x137c loop
+0x137d sleep
+0x1380 sleep_loop
+0x1384 init_param
+0x13b6 init_param_next
+0x13d9 clk24m_init
+0x13df test_init
+0x13e4 test_proc
+0x13ea check_test_cond
+0x140b check_test_exit
+0x1410 lpmstate
+0x1421 lpmwake
+0x143b lpm_save_mpu_lock
+0x143f lpm_ctrl3_cfg_dig_vsel
+0x1443 lpm_ctrl3_cfg_vsel_120
+0x1445 lpm_ctrl3_cfg_vsel_store
+0x1447 lpm_ctrl3_cfg_vsel_108
+0x144b lpm_ctrl3_cfg_vsel_096
+0x144f lpm_ctrl3_cfg_vsel_084
+0x1453 lpm_load_context
+0x145d lpm_save_context
+0x1465 lpo_calibration
+0x146e lpo_cal_inited
+0x1473 lpm_adjust_clk
+0x1482 lpm_adjust_positive
+0x1485 lpm_clear_counter
+0x1488 lpm_doze
+0x148c lpm_hibernate
+0x1490 lpm_hibernate_normal
+0x1497 lpm_sleep
+0x14b0 lpm_enter_sleep
+0x14b5 lpm_recover_clk
+0x14be lpm_recover_xtal
+0x14c0 lpm_recover_timeout
+0x14dd lpm_dispatch
+0x14e7 lpm_dispatch_next
+0x14f6 lpm_dispatch_next2
+0x150a lpm_dispatch_sleep
+0x150b lpm_dispatch_lpo
+0x1514 lpm_dispatch_unconn
+0x151c lpm_unconn_nossp
+0x1520 lpm_unconn_cont
+0x1522 lpm_sleep_btclk
+0x1527 lpm_set_mult
+0x1536 lpm_mult_wait_timeout
+0x1540 classic_bt_set_mult_short_flag
+0x1542 classic_bt_clr_mult_short_flag
+0x1544 lpm_match
+0x1549 lpm_not_match
+0x154f lpm_lost
+0x1557 lpm_mult_short
+0x155b lpm_mult_long
+0x155e lpm_cal_xtal_startup
+0x1576 lpm_cal_xtal_startup_by_snooze
+0x1591 lpm_write_config
+0x159a lpm_write_ctrl
+0x159c lpm_write_ctrl2
+0x159d lpm_write
+0x15a2 lpm_write_sel_vdd3v3
+0x15a9 lpm_write_sel_vdd5v
+0x15af lpm_write_ctrl3
+0x15b1 lpm_write_gpio_wakeup
+0x15ba lpm_get_wake_lock
+0x15be lpm_put_wake_lock
+0x15c2 lpm_check_wake_lock
+0x15e1 lpm_uart_wake_lock
+0x15e6 lpm_shut_down
+0x15eb lpm_disable_exen_output
+0x15ef le_init_conn
+0x1602 le_init_master
+0x160e le_init_slave
+0x161f le_conn_dispatch
+0x1628 le_master_dispatch
+0x1637 le_master_disconn
+0x163a le_slave_dispatch
+0x164b le_slave_crc_fail
+0x164b le_slave_match
+0x165a le_slave_cont
+0x1660 le_slave_unsync
+0x1663 le_check_md
+0x1668 le_slave_more_data
+0x166e le_slave_disconn
+0x166e le_disconnect
+0x1675 le_clear_connection_info
+0x167a le_clear_pairing_state
+0x167e le_got_first_packet
+0x168b le_enable_phy_by_pdata
+0x1694 le_enable_2m
+0x169a le_enable_coded_s2
+0x169a le_enable_coded
+0x16a2 le_enable_coded_s8
+0x16a5 le_enable
+0x16b2 le_disable
+0x16be le_prep
+0x16c7 le_rx_setfreq
+0x16c8 le_rf_rx_enable
+0x16cc le_tx_setfreq
+0x16ce le_tx_setfreq0
+0x16d0 le_setfreq
+0x16dd le_ctf_normal
+0x16e0 le_ctf_low
+0x16e3 le_ctf_test
+0x16e6 le_sca_map
+0x16f6 le_setup
+0x1700 le_setup_master
+0x1705 le_context_nextevent
+0x1716 le_context_nexthop
+0x171e le_nexthop_nowrap
+0x1720 le_calc_channel_map
+0x1724 le_count_channels_loop
+0x1726 le_count_channels_notused
+0x172c le_map_channel
+0x1732 le_map_channel_next
+0x1737 le_map_channel_cont
+0x1739 le_map_channel_loop
+0x173c le_map_channel_skip
+0x1741 le_map_channel_end
+0x1744 le_wait_tx
+0x1747 le_wait_master
+0x174a le_receive_adv
+0x174e le_receive_slave
+0x1754 le_receive_packet
+0x1755 le_receive_rxon
+0x175c le_receive_nolr
+0x1765 le_receive_on_attempt
+0x1772 le_receive_skip
+0x177e le_rx_loop
+0x1783 le_rx_dec
+0x178e le_rx_dec_loop
+0x1795 le_rx_dec_loop_end
+0x1797 le_rx_nopayload
+0x17a9 le_rx_match
+0x17ac le_crc_fail_tx
+0x17b0 le_match_set_txfreq
+0x17b5 le_match_set_txfreq_offset
+0x17b8 le_dec_init
+0x17bd le_dec_start
+0x17d0 le_pcnt_rx_sub1
+0x17d5 le_pcnt_rx_sub1_0
+0x17da le_dec
+0x17e2 le_dec_end
+0x17eb le_mic_error
+0x17ec le_retransmit_end_of_packet
+0x17ef le_crc_fail
+0x17f3 le_unsync_end
+0x17f3 le_crc_fail_consecutive
+0x17f5 le_end_of_packet
+0x17f7 calc_clke_all_modem
+0x17fd calc_clke_modem_coded
+0x1801 calc_clke_modem_2m
+0x1805 le_set_until_tx_timer
+0x180c le_set_until_tx_timer_rx_lr
+0x180e le_set_until_tx_timer_rx_1m
+0x180f le_set_until_tx_timer_rx_2m
+0x1811 le_set_until_tx_timer_rx_coded_s2
+0x1814 le_set_until_tx_timer_rx_coded_s8
+0x1816 le_set_until_tx_timer_rx_coded
+0x1819 le_calc_stop_watch
+0x1821 le_transmit_receive_sifs_without_change_mode
+0x1828 le_transmit_receive_sifs
+0x182c le_transmit_receive_sifs_notx
+0x1836 le_transmit_norx
+0x1838 le_transmit
+0x1848 le_transmit_packet
+0x1855 le_transmit_packet_not_enc
+0x1856 le_tr_loop
+0x1859 le_tr_nopayload
+0x1860 le_transmit_skip
+0x1866 le_check_start_pause_enc
+0x186f le_transmit_packet_enc
+0x1873 le_transmit_packet_enc_loop
+0x187a le_transmit_lr
+0x187b le_transmit_lr_preamble_loop
+0x1885 le_transmit_lr_s2
+0x1889 le_transmit_lr_s8
+0x188c le_transmit_2m
+0x188e le_transmit_2m_dealy
+0x1898 le_update_param
+0x189c le_update_param_ahead1_cb
+0x18b0 le_update_param_cb
+0x18bd le_update_channel_map
+0x18c1 le_update_channel_map_cb
+0x18c6 le_update_phy
+0x18ca le_update_phy_cb
+0x18d7 le_update_phy_cb_m2s
+0x18df le_update_phy_cb_m2s_no_change
+0x18e5 le_update_phy_cb_s2m
+0x18ee le_update_phy_cb_s2m_no_change
+0x18f4 le_check_update_flag
+0x1901 le_update_ahead1
+0x1903 le_update
+0x1908 le_check_update_small
+0x1914 le_check_retransmit
+0x191b le_acknowledge
+0x1934 le_ack_unenc
+0x1942 le_check_wak
+0x1950 le_set_enc
+0x1955 le_clear_enc
+0x1961 le_scan_check_sender_addr_type
+0x1966 le_get_master_rx_max
+0x196a le_prepare_tx
+0x198b le_check_tx_md
+0x1992 le_check_continue
+0x199b le_set_md
+0x199d le_clear_md
+0x199f le_update_tx_type
+0x19a3 le_att_check_notification_enable
+0x19af le_send_empty
+0x19b1 le_send_packet
+0x19c1 le_send_no_txlen
+0x19c7 le_send_packet_enc
+0x19c9 get_lpm_wake_ble_rx_lock
+0x19cb put_lpm_wake_ble_rx_lock
+0x19cd le_parse
+0x19da le_parse_l2cap
+0x19e7 le_check_l2cap_complete
+0x19eb le_check_l2cap_cid_legal
+0x19f6 le_check_l2cap_llid_start
+0x1a09 le_check_l2cap_continue_legal
+0x1a0d le_check_l2cap_llid_continue
+0x1a22 le_get_search_att_uuid
+0x1a25 le_writeatt_cb
+0x1a27 le_supervision_update
+0x1a30 le_supervision_flush
+0x1a33 le_receive_window_size
+0x1a4d le_init_attlist_search
+0x1a56 le_att_handle_inrange
+0x1a60 le_att_handle_blank
+0x1a62 le_att_get_handle_ptr
+0x1a65 le_att_get_handle_ptr2
+0x1a68 le_att_get_handle_loop1
+0x1a72 le_att_get_handle_ptr_found
+0x1a75 le_att_get_short_uuid_ptr
+0x1a78 le_att_get_short_uuid_loop
+0x1a84 le_att_get_last_handle
+0x1a86 le_att_get_last_handle_loop
+0x1a90 le_att_get_handle_info_from_ptr
+0x1a92 le_att_get_handle_info
+0x1a94 le_att_get_handle_info_fast
+0x1a95 le_att_get_handle_loop
+0x1a9f le_att_unfind_handle
+0x1aa0 le_att_finded_handle
+0x1aa9 le_modified_name
+0x1aac le_modified_name_att_list
+0x1abb le_name_length_longer_than_att
+0x1abe le_modified_name_adv
+0x1acb le_modified_name_adv_and_scan
+0x1add le_modified_name_adv_and_scan_store_data
+0x1ae3 le_modified_name_adv_and_scan_name_overflow
+0x1ae5 le_modified_name_adv_loop
+0x1af0 le_modified_name_adv_loop2
+0x1af4 le_modified_name_adv_found_name
+0x1af6 memcpy_empty
+0x1afa le_lpm_set_mult
+0x1afe le_lpm_set_mult_attempt
+0x1b01 le_lpm_set_mult_attempt_match
+0x1b0c le_lpm_lost
+0x1b12 le_set_config_fixed_tk
+0x1b14 le_clr_config_fixed_tk
+0x1b16 le_set_config_fixed_ltk
+0x1b18 le_clr_config_fixed_ltk
+0x1b1a le_set_config_more_data
+0x1b1c le_clr_config_more_data
+0x1b1e le_set_config_read_authentication
+0x1b20 le_clr_config_read_authentication
+0x1b22 le_set_config_write_authentication
+0x1b24 le_clr_config_write_authentication
+0x1b26 le_set_config_short_mult
+0x1b28 le_clr_config_short_mult
+0x1b2a le_set_config
+0x1b2e le_clr_config
+0x1b32 le_set_fixed_ltk
+0x1b3f le_set_justwork
+0x1b45 le_fifo_malloc_tx_empty
+0x1b48 le_fifo_malloc_tx_ll
+0x1b4d le_fifo_malloc_tx_l2cap
+0x1b56 le_fifo_malloc_tx
+0x1b60 le_fifo_get_first_tx_ptr
+0x1b63 le_fifo_get_second_tx_ptr
+0x1b65 le_fifo_get_last_tx_ptr
+0x1b68 le_fifo_get_last_tx_ptr0
+0x1b6a le_fifo_get_first_l2cap_ptr
+0x1b6d le_fifo_get_first_att_ptr
+0x1b70 le_fifo_get_last_att_ptr
+0x1b73 le_fifo_get_last_l2cap_ptr
+0x1b76 le_fifo_check_full
+0x1b77 le_fifo_check_nearly_full
+0x1b78 le_fifo_check_empty
+0x1b79 le_fifo_release_first_node
+0x1b7a le_set_dle
+0x1b7c le_set_phys
+0x1b80 le_set_tx_phy
+0x1b86 le_set_rx_phy
+0x1b88 le_set_feature_2m_phy
+0x1b8a le_set_feature_coded_phy
+0x1b8c le_set_feature_data_packet_length_extension
+0x1b8e le_set_feature
+0x1b92 le_advertising_dispatch
+0x1b99 le_scan
+0x1bb8 le_wait_adv
+0x1bbf le_create_conn
+0x1bcf le_connect_request
+0x1bda le_con_req_hop_retry
+0x1c17 le_adv
+0x1c19 le_adv_loop
+0x1c1f le_adv_loop_tx
+0x1c2b le_adv_not_match
+0x1c38 le_init_adv
+0x1c3a le_adv_access
+0x1c41 le_send_adv_ind
+0x1c52 le_send_adv_direct_ind
+0x1c58 le_send_adv_transmit
+0x1c5f le_send_scan_request
+0x1c70 le_send_scan_response
+0x1c82 le_parse_connect_req
+0x1caa le_next_adv_channel
+0x1cb0 le_next_adv_channel_curr_channel_37
+0x1cb6 le_next_adv_channel_curr_channel_38
+0x1cbc le_next_adv_channel_curr_channel_39
+0x1cc2 set_le_next_adv_channel_37
+0x1cc7 set_le_next_adv_channel_38
+0x1ccc set_le_next_adv_channel_39
+0x1cd1 le_parse_att
+0x1ce1 le_send_att_exchange_mtu_requset
+0x1ce8 le_parse_att_exchange_mtu_request
+0x1ce9 le_send_att_exchange_mtu_response
+0x1cf0 le_parse_att_exchange_mtu_response
+0x1cf3 le_parse_att_find_information_request
+0x1cf6 le_send_att_find_information_response
+0x1cf8 le_send_att_find_information_res_loop
+0x1d0a le_send_att_find_information_res_store_info
+0x1d14 le_send_att_find_information_res_cont
+0x1d17 le_send_att_find_information_res_next
+0x1d1a le_send_att_find_information_res_end
+0x1d1c le_parse_att_find_by_type_value_request
+0x1d25 le_start_end_handle_check_1
+0x1d2c le_start_end_handle_check_1_fail
+0x1d2f le_send_att_find_by_type_value_response
+0x1d36 le_send_att_find_by_type_value_res_primary
+0x1d3b le_send_att_find_primary_search_loop
+0x1d4b le_send_att_find_primary_search_loop1
+0x1d4f le_send_att_error_response_notfound2
+0x1d52 le_send_att_find_primary_search_end_start_handle_found
+0x1d5a le_send_att_find_primary_search_end_ending_handle_found
+0x1d60 le_send_att_find_primary_search_end
+0x1d69 le_parse_att_read_by_type_request
+0x1d6c le_send_att_read_by_type_response
+0x1d7b le_send_att_read_by_type_response_loop
+0x1d9a le_send_att_read_by_type_response_next_handle
+0x1d9c le_send_att_read_by_type_response_end
+0x1d9e le_send_att_read_by_type_res_found_next
+0x1dac le_send_att_read_by_type_write_properties
+0x1db3 le_send_att_read_by_type_write_uuid
+0x1dbf le_send_att_read_by_type_res_not_characteristic
+0x1dd3 le_send_att_read_by_type_res_device_name
+0x1de7 le_parse_att_read_request
+0x1deb le_send_att_read_response
+0x1df9 le_send_att_read_response_less
+0x1e02 le_send_device_name
+0x1e0c le_send_att_read_response_check_auth
+0x1e10 le_send_att_read_response_error_insufficient_auth
+0x1e12 le_send_att_read_response_check_handle
+0x1e16 le_parse_att_read_blob_request
+0x1e18 le_send_att_read_blob_response
+0x1e27 le_send_att_read_blob_response_less
+0x1e2c le_parse_att_read_by_group_type_request
+0x1e2f le_send_att_read_by_group_type_response
+0x1e36 le_send_att_read_by_group_type_response_loop
+0x1e51 le_send_att_read_by_group_type_store_write_record
+0x1e57 le_send_att_read_by_group_type_store_record
+0x1e5b le_send_att_read_by_group_type_next_handle
+0x1e5d le_send_att_read_by_type_res_check_pair_length_type
+0x1e5f le_send_att_read_by_group_type_check_pair_length_type
+0x1e63 le_send_att_read_by_group_type_check_pair_length_type_16byte
+0x1e65 le_send_att_read_by_group_type_end0
+0x1e68 le_send_att_read_by_group_type_end1
+0x1e6c le_send_att_read_by_group_type_end_common
+0x1e6f le_parse_att_write_request
+0x1e73 le_send_att_write_response_check_auth
+0x1e82 le_send_att_write_response
+0x1e87 le_send_att_write_response_check_handle
+0x1e8b le_send_att_write_response_error_invalid_handle
+0x1e8d le_check_encrypt_state
+0x1e93 le_parse_att_prepare_write_request
+0x1e98 le_send_att_prepare_write_response
+0x1ea6 le_parse_att_execute_write_request
+0x1ea6 le_send_att_execute_write_response
+0x1eab le_parse_handle_value_confirmation
+0x1eaf le_parse_att_write_command
+0x1eb3 le_att_malloc_tx_notify
+0x1ebc le_att_malloc_tx_indication
+0x1ec8 le_send_att_error_response_notfound
+0x1ec9 le_send_att_error_response
+0x1ed4 le_fifo_malloc_tx_l2cap_gatt
+0x1ed6 le_att_next_handle
+0x1eda le_att_check_handle_end
+0x1ede le_att_same_type
+0x1ee0 le_att_check_same_common
+0x1ee6 le_att_same_uuid
+0x1ee9 le_store_att_record
+0x1eee le_write_att_record
+0x1ef3 le_write_att_record_common
+0x1ef7 le_send_auto_len_by_mem
+0x1f03 le_get_search_handle_start_end_common
+0x1f08 le_get_search_max_mtu_data
+0x1f10 le_get_search_att_type
+0x1f12 le_get_search_common
+0x1f14 le_get_search_common2
+0x1f18 le_parse_writing_attribute_start
+0x1f26 le_clear_l2cap_att_states_deal_with_contiune_packet
+0x1f2a le_parse_writing_attribute_continue
+0x1f33 le_parse_attribute_write_request
+0x1f35 le_send_attribute_write_response_check_auth
+0x1f38 le_parse_attribute_write_command
+0x1f3b le_parse_attribute_check_complete_packet_init
+0x1f42 le_parse_l2cap_continue_common
+0x1f48 le_parse_attribute_check_complete_packet
+0x1f4e le_parse_signaling
+0x1f53 le_l2cap_parse_conn_parameter_update_rsp
+0x1f57 le_l2cap_tx_update_req
+0x1f5f le_fifo_malloc_tx_l2cap_signaling
+0x1f67 le_l2cap_update_signaling_identifier
+0x1f6b le_l2cap_reset_signaling_identifier
+0x1f6d le_pairing_mode_init
+0x1f75 le_set_pairing_mode_secure_justwork
+0x1f77 le_set_pairing_mode_secure_numeric
+0x1f7a le_set_pairing_mode_secure_passkey
+0x1f7c le_set_no_pairing
+0x1f7d le_set_noinputnooutput
+0x1f7f le_set_pairing_mode_lagacy_just_work
+0x1f81 le_set_pairing_mode_lagacy_passkey
+0x1f82 le_set_displayonly
+0x1f84 le_secure_connection_enable
+0x1f88 le_secure_connection_disable
+0x1f8c le_parse_smp
+0x1f99 le_send_smp_security_request
+0x1fa0 le_parse_smp_pairing_request
+0x1fac le_parse_smp_pairing_request2
+0x1fb4 le_set_tk_0
+0x1fb7 le_parse_smp_pairing_req_passkey
+0x1fb9 le_genernate_tk
+0x1fc0 le_parse_smp_pairing_req_fixed_passkey
+0x1fc2 le_send_smp_pairing_response
+0x1fc7 le_parse_smp_pairing_confirm
+0x1fcf le_parse_smp_pairing_confirm_secure_passkey
+0x1fd2 le_parse_smp_pairing_confirm_passkey_res_input
+0x1fd4 le_parse_smp_pairing_confirm_sc_passkey_res_input
+0x1fd7 le_send_smp_pairing_confirm
+0x1fe0 le_send_smp_pairing_confirm_sc
+0x1fe8 le_parse_smp_pairing_random
+0x1fee le_send_pairing_confirm_value_failed
+0x1fef le_send_pairing_failed
+0x1ff5 le_parse_smp_pairing_failed
+0x1ffa le_smp_pairing_fail_reason_not_support_pairing
+0x1ffc le_parse_smp_pairing_random_sc
+0x2008 le_parse_smp_pairing_random_sc_passkey
+0x2011 le_parse_smp_pairing_random_success
+0x2016 le_send_smp_pairing_random
+0x201c le_send_smp_encryption_information
+0x2024 le_send_fixed_ltk
+0x2026 le_send_smp_master_identification
+0x2032 le_send_smp_identity_information
+0x203a le_send_smp_identity_address_information
+0x2043 le_send_pairing_fail_unspecified_reason
+0x2045 le_check_init_key_distribution
+0x2049 le_parse_smp_identity_information
+0x2053 le_check_master_addr_type
+0x2059 le_parse_smp_identity_address_information
+0x205d le_parse_smp_signing_information
+0x205d le_parse_smp_security_request
+0x205e le_parse_smp_public_key
+0x2063 le_parse_smp_dhkey_check
+0x2068 le_send_smp_pairing_public_key
+0x206e le_send_smp_pairing_dhkey_check
+0x2074 le_check_paring_time
+0x207d le_pairing_sm
+0x208a le_pairing_sm_null
+0x208a le_pairing_sm_send_sec_req
+0x2090 le_pairing_sm_start
+0x2092 le_pairing_sm_rcv_pairing_req
+0x2096 le_pairing_sm_after_auth
+0x2099 le_pairing_sm_after_auth_start_enc
+0x209d le_pairing_sm_after_auth_start_enc_common
+0x20a4 le_pairing_sm_after_auth_start_enc_sc
+0x20a6 le_pairng_sm_send_enc_information
+0x20a8 le_pairng_sm_send_master_indentification
+0x20af le_pairng_sm_send_indentity_information
+0x20b1 le_parse_start_enc_rsp_after_auth_end
+0x20b7 le_secure_connect_sm
+0x20c5 le_sc_state_clear
+0x20c9 le_sc_sm_passkey_wait_confirm
+0x20d3 le_sc_sm_wait_confirm_gkey
+0x20d8 le_sc_confirm_gkey_ok
+0x20dc le_sc_sm_receive_dhkey
+0x20e0 le_dhkey_ready
+0x20e5 le_dhkey_ready_common
+0x20eb le_dhkey_check_fail
+0x20ed le_dhkey_check_ok
+0x20f7 le_sc_sm_send_public_key
+0x20fb le_sc_sm_ready_send_pairing_confirm
+0x20fc le_sc_sm_send_public_key_passkey
+0x20ff le_sc_sm_receive_public_key
+0x2103 le_public_key_ready
+0x2106 le_sc_sm_wait_send_public_key
+0x2109 le_fifo_malloc_tx_l2cap_smp
+0x210b le_parse_ll
+0x2122 le_parse_connection_update_ind
+0x212a le_parse_channel_map_ind
+0x212e le_update_map_enable
+0x2132 le_parse_terminate_ind
+0x2136 le_parse_enc_req
+0x2148 le_parse_enc_req_after_auth
+0x214b le_parse_enc_req_fixed_ltk
+0x2150 le_ltk_lost
+0x2155 le_parse_enc_rsp
+0x215a le_parse_start_enc_req
+0x215e le_parse_start_enc_rsp
+0x2163 le_parse_unknown_rsp
+0x2164 le_parse_feature_req
+0x2165 le_parse_feature_rsp
+0x2166 le_parse_pause_enc_req
+0x216a le_parse_pause_enc_rsp
+0x216b le_parse_version_ind
+0x216d le_parse_reject_ind
+0x216e le_parse_ping_req
+0x216f le_parse_ping_rsp
+0x2170 le_parse_length_req
+0x2172 le_parse_length_rsp
+0x217d le_parse_phy_req
+0x217e le_parse_phy_update_ind
+0x2187 le_send_terminate_ind_user_terminated
+0x2188 le_send_terminate_ind
+0x218e le_send_enc_rsp
+0x219c le_send_start_enc_req
+0x219f le_send_start_enc_rsp
+0x21a1 le_send_unknown_rsp
+0x21a6 le_send_feature_rsp
+0x21ad le_send_pause_enc_rsp
+0x21af le_send_version_ind
+0x21b5 le_send_reject_ind
+0x21bb le_send_ping_rsp
+0x21bd le_send_data_length_req
+0x21bf le_send_data_length_res
+0x21c0 le_send_data_length
+0x21c5 le_send_phy_rsp
+0x21cf le_send_ll_one_lenth
+0x21d1 g24_dispatch
+0x21d5 g24_prep
+0x21db g24_receive_packet
+0x21e4 g24_receive_rxon
+0x21e9 g24_receive_nolr
+0x21f6 g24_receive_skip_fec1
+0x2209 g24_receive_skip
+0x2212 g24rx_loop
+0x2215 g24rx_nopayload
+0x221a g24_receive_skip_rssi
+0x222c g24_lr_receive_pdu_len
+0x2233 g24_lr_receive_pdu_norssi
+0x2235 g24_lr_receive_payload_len
+0x223a g24_receive_byte
+0x223d g24_sync_timeout
+0x223f g24_end_of_packet
+0x2243 g24_set_freq_tx
+0x2246 g24_transmit
+0x2259 g24_transmit_packet
+0x225c g24_transmit_nolr
+0x2261 g24tr_loop
+0x226b g24_transmit_skip
+0x2273 g24_transmit_lr
+0x2274 g24_transmit_lr_preamble_loop
+0x227e g24_transmit_lr_s2
+0x2282 g24_transmit_lr_s8
+0x2285 g24_transmit_2m
+0x2287 g24_transmit_2m_dealy
+0x2291 g24_transmit_prep
+0x229b g24_transmit_prep_pdu
+0x22b0 g24_lr_transmit_prep
+0x22b4 g24_lr_transmit_prep_skip
+0x22be g24_read_len_pid_crc
+0x22cb g24_ch
+0x22cf g24_ch_map_size
+0x22d3 g24_ch_calc
+0x22dc g24_update_addr_and_synccrc8
+0x22dd g24_syncword_crc8
+0x22e0 g24_syncword_crc8_loop
+0x22ea g24_timer_check
+0x22f9 g24_timer_timeout
+0x22fc g24_timer_init
+0x22ff g24_chmap_param_init
+0x230e g24_chamap_param_update
+0x231a g24_rx_window_init
+0x2320 g24_rx_window_store
+0x2322 g24_enable_1m
+0x2325 g24_pair_param_init
+0x232b g24_pair_timeout_timer
+0x232e g24_pair_start
+0x2339 g24_pair_init_param
+0x2340 g24_pair_dispatch
+0x2348 g24_pair_sm_1
+0x234a g24_pair_sm_2
+0x234e g24_pair_sm_2_skip
+0x2350 g24_pair_sm_3
+0x2356 g24_pair_sm_4
+0x2357 g24_pair_sm_prep
+0x2359 g24_pair_sm_common
+0x236c g24_pair_sm_reinit
+0x2371 g24_pair_sm_1_waiting_ack
+0x2373 g24_pair_sm_2_waiting_ack
+0x2377 g24_pair_sm_2_waiting_ack_skip
+0x2379 g24_pair_sm_3_waiting_ack
+0x237f g24_pair_sm_3_waiting_ack_skip
+0x2381 g24_pair_sm_4_waiting_ack
+0x2387 g24_pair_sm_4_waiting_ack_skip
+0x238e g24_pair_exit
+0x2392 g24_bind_mode_enable
+0x2395 g24_bind_init
+0x239e g24_bind_ackpayload_prep
+0x23a3 g24_bind_data_process
+0x23ae g24_bind_data_error
+0x23b0 g24_bind_data_parse
+0x23bc g24_bind_first_step
+0x23c0 g24_bind_first_step_device1
+0x23c1 g24_bind_dvc1_payload_cfg
+0x23c2 g24_bind_payload_cfg
+0x23c6 g24_bind_first_step_device2
+0x23c7 g24_bind_dvc2_payload_cfg
+0x23c9 g24_bind_second_step
+0x23cf g24_bind_second_step_skip
+0x23d3 g24_bind_second_step_device1
+0x23d6 g24_bind_dvc1_step_set2
+0x23d9 g24_bind_dvc1_payload_cfg_transmitter_addr
+0x23da g24_bind_payload_cfg_transmitter_addr
+0x23de g24_bind_second_step_device2
+0x23e1 g24_bind_dvc2_step_set2
+0x23e6 g24_bind_third_step
+0x23ec g24_bind_third_step_skip
+0x23f0 g24_bind_third_step_device1
+0x23f3 g24_bind_dvc1_step_success
+0x23f7 g24_bind_exit
+0x23fa g24_bind_third_step_device2
+0x23fd g24_bind_dvc2_step_success
+0x2402 g24_store_dvc2_bind_flag
+0x2409 g24_receive_init
+0x240e g24_receive_dispatch
+0x2410 g24_ackpayload_prep
+0x2415 g24_receive_packet_start
+0x2417 g24_receive_packet_parse
+0x2427 g24_rx_interrupt_clear
+0x242a g24_data_device1
+0x2438 g24_data_device2
+0x243d g24_data_attemp_device1_abort
+0x2442 g24_data_attemp_device2_abort
+0x2444 g24_receive_packet_parse_pid_crc
+0x2452 g24_receive_transmit_ack
+0x2455 g24_transmit_ack
+0x245b g24tx_with_ack
+0x245e g24tx_no_ack
+0x245f g24_enable_nodata_timer
+0x2460 g24_enable_nodata_timer_init
+0x2463 g24_mode_switch_init
+0x2467 g24_mode_switch
+0x2474 g24_bind_mode_continue
+0x2479 g24_work_mode_switch
+0x247c g24_bind_mode_switch
+0x247f g24_work_init
+0x248d g24_switch_work_mode
+0x248e g24_work_mode_enable
+0x2491 g24_work_mode_start
+0x2496 g24_bind_mode_auto
+0x24a3 g24_search_mode_init
+0x24b3 g24_search_mode_auto
+0x24d0 g24_self_ch_num_reinit
+0x24d1 g24_current_ch_num_reinit
+0x24d3 g24_device2_ch_num_reinit
+0x24d5 g24_device1_ch_num_reinit
+0x24d7 g24_auto_addr_ch_search
+0x24e0 g24_auto_bind_config_device1
+0x24f5 g24_device1_config_ch_once
+0x24fa g24_auto_bind_config_device2
+0x250f g24_device2_config_ch_once
+0x2514 g24_auto_bind_config_self
+0x2528 g24_self_config_ch_once
+0x252c g24_ackpayload_disable
+0x252e g24_receiver_addr_check
+0x2532 g24_nodata_process
+0x253e g24_ch_process
+0x2551 g24_ch_receive_hop_pac
+0x2553 g24_ch_timer_reinit
+0x2556 g24_reconn_timeout_timer
+0x2559 g24_reconn_start
+0x2566 g24_reconn_fast_conn
+0x256e g24_reconn_receiver_addr
+0x2575 g24_reconn_device_3_0_addr
+0x257c g24_store_receiver_addr
+0x257e g24_ch_syncword_crc8_init
+0x2580 g24_reconn_dispatch
+0x2586 g24_reconn_receiver_succ
+0x2595 g24_reconn_attempt_success
+0x2597 g24_txbuf_clear
+0x259a g24_reconn_data_prep
+0x25a1 g24_reconn_device_fail
+0x25ad g24_reconn_fast_conn_and_receiver
+0x25af g24_reconn_fast_conn_and_3_0
+0x25b1 g24_reconn_receiver_and_3_0
+0x25b3 g24_reconn_pair_and_3_0
+0x25b5 g24_data_attemp
+0x25b9 g24_data_attemp_device1
+0x25bc g24_store_device1_addr
+0x25be g24_data_attemp_device2
+0x25c1 g24_store_device2_addr
+0x25c3 rssi_store
+0x25cb rssi_average
+0x25d1 rssi_average_loop
+0x25de save_rssi_dec
+0x25e0 rssi_transmitter_buff_init
+0x25e2 rssi_signal
+0x25ed rssi_receiver_buff_init
+0x25f4 rssi_buff_clear
+0x25fa rssi_noise
+0x2601 rssi_noise_monitor
+0x2607 g24_transmit_init
+0x260b g24_interval_param_4ms
+0x2613 g24_interval_param_8ms
+0x261b g24_transmit_dispatch
+0x2621 g24_transmit_no_interrupt
+0x2624 g24_transmit_start
+0x2628 g24_transmit_start_next
+0x262c g24_short_sleep
+0x2631 g24_txdata_prep
+0x2634 g24_package_data
+0x263a g24_accumulate_data
+0x2642 g24_transmit_rf_ctrl_clear
+0x2646 g24_transmit_process
+0x2647 g24_transmit_loop
+0x2651 g24_transmit_no_ack
+0x2652 g24_transmit_next_packet
+0x2657 g24_transmit_abandon
+0x265b g24_transmit_receive_ack
+0x2669 g24_retransmit
+0x2672 g24_ackpayload_parse
+0x2679 g24_tx_attempt_fail
+0x267c g24_stop_24g_mode
+0x267e g24_transmit_hop_process
+0x268b g24_transmit_hop_process_4ms
+0x268f g24_hop_ch_enable
+0x268f g24_txpayload_type_update
+0x2692 g24_lr_type_update
+0x2694 g24_hop_enable_packet
+0x2696 g24_hop_ch_disable
+0x269c g24_tx_fast_hop
+0x269f g24_search_receiver
+0x26a1 g24_nodata_transmit
+0x26a7 g24_send_abort_packet
+0x26b5 g24_long_sleep
+0x26b8 g24_long_sleep2
+0x26bb g24_lpm_wait
+0x26c4 g24_setgpio_lpm_before
+0x26c6 g24_transmit_by_interrupt
+0x26d0 g24_transmit_by_interrupt_exit
+0x26d5 g24_interval_min
+0x26d7 g24_interval_store
+0x26d9 g24_interval_max
+0x26db g24_interval_calibrate
+0x26e1 g24_transmit_by_interrupt_enable
+0x26e5 g24_factory_check
+0x26e7 pdata_0xff_check
+0x26e9 pdata_0xff_check_loop
+0x26ee power_ctrl_start
+0x26f6 power_ctrl_rssi_avg_compare
+0x26f9 power_ctrl_start_next
+0x2701 power_ctrl_txpower_decrs_check
+0x2706 power_ctrl_txpower_decrs
+0x270a power_ctrl_txpower_decrs_next
+0x2711 power_ctrl_decrs_level1
+0x2711 power_ctrl_incrs_level1
+0x2713 power_ctrl_txpower_incrs_force
+0x2714 power_ctrl_txpower_incrs
+0x2719 power_ctrl_incrs_level2
+0x271b power_ctrl_decrs_level0
+0x271d power_ctrl_pac_succ_cnt_init
+0x2720 power_ctrl_pac_succ_incrs
+0x2724 power_ctrl_pac_succ_decrs
+0x272c power_ctrl_pac_succ_cnt_reinit
+0x272e ali_mesh_access_layer_resolve_message
+0x2735 ali_mesh_access_layer_check_access_message_opcode
+0x273d ali_mesh_access_layer_message_opcode_config_appkey_add
+0x2748 ali_mesh_accesss_layer_check_message_type
+0x274d ali_mesh_access_layer_send_config_appkey_status
+0x2757 ali_mesh_access_layer_finish_pairing_init_subscription_list
+0x275a ali_mesh_access_layer_finish_pairing_init_subscription_list_loop
+0x2765 ali_mesh_access_layer_send_generic_onoff_status
+0x276d ali_mesh_access_layer_send_light_lightness_status
+0x2775 ali_mesh_access_layer_send_light_ctl_stauts
+0x277d ali_mesh_access_layer_send_scene_status
+0x2785 logging_tx_info_receive_access_message
+0x2789 ali_mesh_ali_vendor_message_attribute_set
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_get
+0x27a2 ali_mesh_ali_vendor_message_opcode_attr_confrimation
+0x27a3 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid
+0x27ae ali_mesh_ali_vendor_message_attribute_set_main_light
+0x27b1 ali_mesh_ali_vendor_message_attribute_set_background_light
+0x27b4 ali_mesh_ali_vendor_message_attribute_set_color
+0x27b7 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time
+0x27bb ali_mesh_ali_vendor_message_opcode_timer_set_timing
+0x27c2 ali_mesh_ali_vendor_message_cb_timing_changed
+0x27c4 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically
+0x27cd ali_mesh_ali_vendor_message_opcode_timer_delete_timing
+0x27d9 ali_mesh_ali_vendor_message_opcode_timer_delete_timing_delete_second
+0x27df ali_mesh_ali_vendor_message_opcode_timer_delete_timing_ack
+0x27e2 ali_mesh_vendor_timer_buffer_offset_cal
+0x27e6 ali_mesh_ali_vendor_message_calc_timing_address
+0x27ee ali_mesh_ali_vendor_message_status_add_head
+0x27f6 ali_mesh_ali_vendor_message_opcode_device_power_on
+0x27fa ali_mesh_ali_vendor_message_opcode_generic_onoff
+0x27fc ali_mesh_ali_vendor_message_opcode_scene_server_first_element
+0x27fd ali_mesh_ali_vendor_message_opcode_scene_server
+0x27ff ali_mesh_ali_vendor_message_opcode_main_light_onoff_first_element
+0x2800 ali_mesh_ali_vendor_message_opcode_main_light_onoff
+0x2802 ali_mesh_ali_vendor_message_opcode_background_light_onoff_first_element
+0x2803 ali_mesh_ali_vendor_message_opcode_background_light_onoff
+0x2805 ali_mesh_ali_vendor_message_opcode_brightness_first_element
+0x2806 ali_mesh_ali_vendor_message_opcode_brightness
+0x2809 ali_mesh_ali_vendor_message_opcode_color_temperature_first_element
+0x280a ali_mesh_ali_vendor_message_opcode_color_temperature
+0x280d ali_mesh_ali_vendor_message_opcode_timing_finish
+0x2811 ali_mesh_ali_vendor_message_indication_info_add_head_event_trigger
+0x2815 ali_mesh_ali_vendor_message_ack_attr_status_uint64
+0x2817 ali_mesh_ali_vendor_message_ack_attr_status_uint56
+0x2819 ali_mesh_ali_vendor_message_ack_attr_status_uint48
+0x281b ali_mesh_ali_vendor_message_ack_attr_status_uint32
+0x281d ali_mesh_ali_vendor_message_ack_attr_status_uint16
+0x281f ali_mesh_ali_vendor_message_ack_attr_status_uint8
+0x2821 ali_mesh_ali_vendor_message_ack_attr_status
+0x2827 ali_mesh_ali_vendor_message_opcode_para_uint8
+0x282c ali_mesh_ali_vendor_message_opcode_para_uint16
+0x2831 ali_mesh_ali_vendor_message_send_message
+0x2833 ali_mesh_ali_vendor_message_indication_info_add_head
+0x2842 ali_mesh_ali_vendor_message_indication_info_reset_tid
+0x2844 ali_mesh_time_function
+0x2850 ali_mesh_time_init_system_time
+0x2851 ali_mesh_time_init_system_time_without_clk
+0x2856 ali_mesh_timer_timeout
+0x285d ali_mesh_clkn_bt_add_1s
+0x285e ali_mesh_time_loop
+0x2861 ali_mesh_ali_vendor_check_time
+0x2864 ali_mesh_ali_vendor_check_time_loop
+0x2869 ali_mesh_ali_vendor_check_time_next_element
+0x2873 ali_mesh_ali_vendor_check_time_one_element
+0x2874 ali_mesh_ali_vendor_check_time_one_element_loop
+0x287d ali_mesh_ali_vendor_had_timing
+0x2887 ali_mesh_ali_vendor_time_timeout
+0x2897 ali_mesh_ali_vendor_had_timing_cyclically
+0x28ba ali_mesh_bearer_layer_send_packet_by_network_layer
+0x28cb ali_mesh_advertising_bearer_layer_init_queue_param
+0x28d0 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue
+0x28d2 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal
+0x28d9 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer
+0x28e7 ali_mesh_advertising_bearer_layer_generate_header
+0x28f5 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param
+0x28fe ali_mesh_advertising_add_adtype_flags
+0x2906 ali_mesh_advertising_add_adtype_16bit_complete
+0x290d mesh_receive_advertising
+0x290e mesh_le_scan_adv
+0x2918 mesh_le_wait_adv
+0x291a mesh_le_calc_next_scan_channel
+0x2922 mesh_check_ble_rx_packet
+0x2927 ali_mesh_match_advertising_packet
+0x292e ali_mesh_find_adv_ind_packet
+0x2943 mesh_le_send_adv
+0x294f mesh_le_send_adv_loop
+0x295f mesh_le_send_adv_nonconn_ind
+0x296a ali_mesh_base_adt_cache
+0x2978 ali_mesh_base_adt_cache_loop
+0x2985 ali_mesh_base_adt_cache_empty_space
+0x2987 ali_mesh_chip_peripherals_load_data_from_eep
+0x298e ali_mesh_chip_peripherals_load_three_tuple_from_eep
+0x2992 ali_mesh_chip_peripherals_load_network_key_from_eep
+0x2999 ali_mesh_chip_peripherals_load_application_key_from_eep
+0x299d ali_mesh_chip_peripherals_load_device_key_from_eep
+0x29a1 ali_mesh_chip_peripherals_load_reset_count_from_eep
+0x29a5 ali_mesh_chip_peripherals_load_seq_from_eep
+0x29a9 ali_mesh_chip_peripherals_load_subscription_from_eep
+0x29b2 ali_mesh_chip_peripherals_load_subscription_from_eep_loop
+0x29b8 mesh_receive_config_appkey_add_cb
+0x29bb ali_mesh_chip_peripherals_save_network_key_from_eep
+0x29bf ali_mesh_chip_peripherals_save_application_key_from_eep
+0x29c3 ali_mesh_chip_peripherals_save_device_key_from_eep
+0x29c7 mesh_store_new_seq_data
+0x29c7 ali_mesh_chip_peripherals_save_seq_from_eep
+0x29cb mesh_store_new_subscriptuion_list_data
+0x29d0 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep
+0x29d3 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop
+0x29d9 logging_tx_debug
+0x29db logging_tx_info
+0x29dd logging_tx_warning
+0x29df logging_tx_error
+0x29e1 logging_tx_critical
+0x29e3 logging_tx_common
+0x29f4 mesh_uart_init
+0x29fb mesh_uart_init_buffer
+0x2a05 ali_mesh_control_ble_adv_process
+0x2a07 ali_mesh_control_ble_adv_timer_process
+0x2a09 ali_mesh_control_ble_advertising_on_advertising
+0x2a0b ali_mesh_control_ble_advertising_off_advertising
+0x2a0d ali_mesh_control_ble_adv_app_packet
+0x2a11 ali_mesh_control_ble_adv_app_packet_paired
+0x2a15 ali_mesh_control_ble_adv_tmall_packet
+0x2a19 ali_mesh_control_ble_adv_app_packet_paired_deal
+0x2a26 ali_mesh_control_ble_adv_tmall_packet_send_package
+0x2a2a ali_mesh_control_ble_advertising_send_paired_packet
+0x2a2c ali_mesh_control_ble_advertising_send_paired_packet_deal
+0x2a3d ali_mesh_control_ble_advertising_send_paired_packet_adv_in_off
+0x2a44 ali_mesh_control_ble_advertising_send_paired_packet_end_duration
+0x2a4a ali_mesh_control_ble_advertising_send_device_beacon_packet
+0x2a53 ali_mesh_control_ble_advertising_device_beacon_check_duration
+0x2a57 ali_mesh_end_advertising_silence_device_beacon_packet
+0x2a59 ali_mesh_end_advertising_unprovisioned_device_beacon_packet
+0x2a5b ali_mesh_control_ble_advertising_send_pairing_packet
+0x2a5d ali_mesh_chip_timer_check_with_random_timer
+0x2a60 ali_mesh_chip_timer_check
+0x2a68 ali_mesh_advertising_unprovisioned_timer
+0x2a6b ali_mesh_advertising_unprovisioned_timeout
+0x2a72 ali_mesh_advertising_unprovisioned_timer_interval_timer
+0x2a75 ali_mesh_advertising_unprovisioned_timer_interval_timeout
+0x2a79 ali_mesh_send_unprovisioned_device_beacon_init_advertising
+0x2a7b ali_mesh_send_silence_device_beacon_init_advertising
+0x2a7d ali_mesh_encrypt_calc_random_data
+0x2a83 ali_mesh_encrypt_calc_random_data_calc_confirmationkey
+0x2a8b ali_mesh_encrypt_calc_random_data_calc_authvalueprov
+0x2a90 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice
+0x2a95 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud
+0x2a9d ali_mesh_encrypt_calc_random_data_calc_confirmationdevice
+0x2aa1 ali_mesh_encrypt_calc_random_data_calc_devicekey
+0x2aab ali_mesh_encrypt_load_randomba_to_sha256
+0x2aac ali_mesh_encrypt_load_randoma_to_sha256
+0x2aae ali_mesh_encrypt_load_randomab_to_sha256
+0x2aaf ali_mesh_encrypt_load_randomb_to_sha256
+0x2ab1 ali_mesh_encrypt_load_three_tuple_to_sha256
+0x2aba ali_mesh_encrypt_calc_provisioning_data
+0x2abb ali_mesh_encrypt_calc_provisioning_data_xor_prov_data
+0x2abe ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop
+0x2ac6 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey
+0x2acd ali_mesh_encrypt_calc_network_key_by_k2
+0x2ad0 ali_mesh_encrypt_base_function_k2
+0x2ae5 ali_mesh_encrypt_base_function_k4
+0x2af3 ali_mesh_encrypt_obfuscation_deceypt_send_message
+0x2af6 ali_mesh_encrypt_obfuscation_deceypt_recevie_message
+0x2af8 ali_mesh_encrypt_obfuscation_deceypt
+0x2b01 ali_mesh_encrypt_generate_pecb
+0x2b01 ali_mesh_encrypt_generate_privacy_random
+0x2b03 ali_mesh_encrypt_base_function_generate_pecb
+0x2b0a ali_mesh_encrypt_base_function_sha256_load_data_64bit
+0x2b0b ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii
+0x2b0e ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii
+0x2b11 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma
+0x2b15 ali_mesh_encrypt_base_function_sha256_store_dataptr
+0x2b18 ali_mesh_encrypt_base_function_sha256_check_first_load_data
+0x2b21 ali_mesh_encrypt_base_function_sha256_first_load_data
+0x2b25 ali_mesh_encrypt_base_function_sha256_clear_data_chunk
+0x2b28 ali_mesh_encrypt_base_function_sha256_calc
+0x2b31 ali_mesh_encrypt_base_function_sha256_calc_loop
+0x2b45 ali_mesh_encrypt_base_function_sha256_load_data_end
+0x2b5e ali_mesh_encrypt_base_function_sha256_add_chunk
+0x2b60 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse
+0x2b61 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte
+0x2b67 ali_mesh_encrypt_base_function_hex2ascii
+0x2b70 ali_mesh_encrypt_base_function_dialog2uchar
+0x2b74 ali_mesh_encrypt_base_function_dialog2uchar_num
+0x2b76 ali_mesh_encrypt_base_function_aes_cmac_32byte
+0x2b78 ali_mesh_encrypt_base_function_aes_cmac_16byte
+0x2b7a ali_mesh_encrypt_base_function_k2_aes_cmac_t
+0x2b88 ali_mesh_encrypt_base_function_aes_cmac
+0x2b9d ali_b0_block_generate
+0x2b9f ali_a_block_generate
+0x2ba0 ali_block_generate
+0x2bb2 ali_generate_mic
+0x2bbd ali_ccm_encrypt_64bit
+0x2bbf ali_ccm_encrypt
+0x2bc1 ali_ccm_encrypt_function
+0x2bde ali_ccm_decrypt_64bit
+0x2be0 ali_ccm_decrypt
+0x2be2 ali_ccm_decrypt_function
+0x2bfd ali_ccm_decrypt_function_check_mic64
+0x2c00 ali_fetcht_ccm_mic
+0x2c08 ali_aes_crypt_data
+0x2c12 mesh_send_unprovisioned_beacons
+0x2c16 ali_mesh_config_device_uuid_by_three_tuple
+0x2c22 ali_mesh_send_unprovisioned_beacons_tmall
+0x2c24 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package
+0x2c2b ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid
+0x2c30 ali_mesh_advertising_send_unprovisioned_beacons_gatt
+0x2c32 ali_mesh_init_adv_data_gatt_unprovisioned_beacons_package
+0x2c37 ali_mesh_advertising_add_adtype_service_data
+0x2c3d ali_mesh_receive_adtype_manufacturer_specific
+0x2c45 ali_mesh_advertising_receive_privisioning_random
+0x2c47 ali_mesh_advertising_calc_encrypt_random_data
+0x2c4a ali_mesh_advertising_send_provisioning_confirmation
+0x2c52 ali_mesh_advertising_receive_privisioning_random_check_states
+0x2c60 ali_mesh_advertising_receive_privisioning_data
+0x2c6f ali_mesh_resolve_privisioning_data_package
+0x2c78 ali_mesh_advertising_send_provisioning_complete
+0x2c7f ali_mesh_advertising_receive_privisioning_ios_data
+0x2c81 ali_mesh_advertising_send_packet_common
+0x2c93 ali_mesh_advertising_timer
+0x2c96 ali_mesh_advertising_check_adv_timer
+0x2c9c ali_mesh_advertising_adv_timer_timeout
+0x2c9f ali_mesh_advertising_reset_adv_timer
+0x2ca2 logging_tx_debug_receive_provisioning_packet
+0x2ca5 loggint_tx_info_receive_random_packet
+0x2ca9 loggint_tx_info_send_confirmation_packet
+0x2cad loggint_tx_info_receive_data_packet
+0x2cb1 loggint_tx_info_send_complete_packet
+0x2cb5 ali_mesh_receive_adtype_128bit_uuid_complete
+0x2cb9 ali_mesh_ios_gatt_packet_pairing_type
+0x2cca ali_mesh_ios_gatt_packet_parse_provisioning_random
+0x2cce ali_mesh_ios_gatt_packet_parse_provisioning_data
+0x2cdd ali_mesh_ios_gatt_packet_parse_provisioning_config
+0x2ce0 ali_mesh_ios_gatt_packet_send_provisioning_config_ack
+0x2ce9 ali_mesh_ios_gatt_packet_parse_provisioning_app_control
+0x2ceb ali_mesh_resolve_app_control_msg_package
+0x2cf9 ali_mesh_receive_adtype_128bit_uuid_complete_store_uuid
+0x2d01 ali_mesh_receive_provisioning_package_check_header
+0x2d0b ali_mesh_app_control_package_check_integrity
+0x2d0e ali_mesh_app_control_package_check_rev_complete
+0x2d12 ali_mesh_gatt_package_check_integrity_segment
+0x2d2b ali_mesh_gatt_package_check_integrity_segment_complete
+0x2d2d ali_mesh_gatt_package_check_integrity_segment_calc_total_length
+0x2d34 ali_mesh_gatt_package_check_integrity_segment_expect_package_num
+0x2d35 ali_mesh_gatt_package_check_integrity_segment_expect_package_num_loop
+0x2d39 ali_mesh_gatt_package_store_receive_msg_buffer
+0x2d3e ali_mesh_gatt_package_check_integrity_unsegment
+0x2d44 ali_mesh_app_control_package_check_msgid_legal
+0x2d53 ali_mesh_gatt_package_get_msgid
+0x2d57 ali_mesh_gatt_package_load_receive_msg_buffer1
+0x2d5a ali_mesh_gatt_package_load_receive_msg_buffer2
+0x2d5d ali_mesh_gatt_package_load_receive_msg_buffer
+0x2d62 ali_mesh_gatt_package_receive_timer
+0x2d65 ali_mesh_gatt_package_clear_receive_msg_buffer
+0x2d68 ali_mesh_access_layer_config_or_health_message_opcode
+0x2d6d ali_mesh_access_layer_config_or_health_message_opcode_node_reset
+0x2d70 ali_mesh_access_layer_send_config_node_reset_status
+0x2d76 ali_mesh_message_config_modle_subscription_add
+0x2d7d ali_mesh_message_config_modle_subscription_delete
+0x2d8b ali_mesh_message_config_modle_subscription_delete_group_addr
+0x2d90 ali_mesh_message_config_modle_subscription_check_value_address
+0x2d91 ali_mesh_message_config_modle_subscription_check_value_address_loop
+0x2d97 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty
+0x2d9b ali_mesh_message_config_modle_subscription_status
+0x2da5 ali_mesh_message_config_modle_subscription_check_element
+0x2dae ali_mesh_message_config_modle_subscription_add_value_address
+0x2db0 ali_mesh_message_config_modle_subscription_add_value_address_loop
+0x2db8 ali_mesh_message_config_modle_subscription_add_value_address_in
+0x2dbb ali_mesh_init
+0x2ddd mesh_inverse_three_tuple_mac
+0x2de1 mesh_get_element_info_config
+0x2de5 mesh_idle_process
+0x2dea mesh_cb_event_timer
+0x2dec ali_mesh_check_all_element_info
+0x2ded ali_mesh_check_all_element_info_loop
+0x2df5 mesh_iic_init
+0x2dfb ali_mesh_lower_transport_layer_receive_lower_transport_pdu
+0x2e00 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message
+0x2e05 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon
+0x2e1e ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero
+0x2e22 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack
+0x2e2c ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop
+0x2e32 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment
+0x2e3e ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment
+0x2e4b ali_mesh_lower_transport_layer_send_unsegmented_access_message
+0x2e55 ali_mesh_lower_transport_layer_send_segmented_access_message
+0x2e5e ali_mesh_model_layer_check_model_message_opcode
+0x2e5f ali_mesh_model_layer_check_generic_onoff_message_opcde
+0x2e65 ali_mesh_model_layer_message_opcode_generic_onoff_get
+0x2e67 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb
+0x2e6b ali_mesh_model_layer_message_opcde_generic_onoff_set
+0x2e6d ali_mesh_model_layer_message_opcde_generic_onoff_set_cb
+0x2e70 ali_mesh_model_layer_message_opcde_scene_recall
+0x2e73 ali_mesh_model_layer_message_opcde_light_lightness_set
+0x2e79 ali_mesh_model_layer_message_opcde_light_ctl_set
+0x2e88 ali_mesh_model_layer_message_calc_lightness
+0x2e94 ali_mesh_model_layer_message_calc_actual_lightness
+0x2e9a ali_mesh_model_layer_message_calc_temperature
+0x2ea2 ali_mesh_model_layer_message_calc_actual_temperature
+0x2ea9 ali_mesh_model_layer_message_calc_temperature_k
+0x2eb0 ali_mesh_more_element_check_unicast_address
+0x2eb4 ali_mesh_more_element_check_unicast_address_loop
+0x2ebc ali_mesh_more_element_found_unicast_address_element
+0x2ec0 ali_mesh_more_element_check_group_address
+0x2ec4 ali_mesh_more_element_check_group_address_loop
+0x2ec9 ali_mesh_more_element_check_address_common
+0x2ed1 ali_mesh_more_element_found_group_address_element
+0x2ed3 ali_mesh_more_element_check_subscription_address
+0x2ed5 ali_mesh_more_element_check_subscription_address_loop
+0x2edb ali_mesh_more_element_found_subscription_address_element
+0x2edd ali_mesh_more_element_check_element_address
+0x2ee2 ali_mesh_more_element_check_element_address_loop
+0x2ee9 ali_mesh_more_element_check_element_address_no_group_address
+0x2eee ali_mesh_more_element_push_stack
+0x2ef3 ali_mesh_more_element_pop_stack
+0x2ef8 ali_mesh_more_element_calc_queue_address
+0x2f06 ali_mesh_receive_adtype_mesh_message
+0x2f07 ali_mesh_network_layer_recevice_network_pdu
+0x2f0d ali_mesh_network_layer_recevice_network_pdu_check_nid
+0x2f0f ali_mesh_network_layer_recevice_network_pdu_deceypt_obfuscation
+0x2f10 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32
+0x2f15 ali_mesh_network_layer_recevice_network_pdu_check_dst
+0x2f24 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address
+0x2f2e ali_mesh_network_layer_check_nid_ivi
+0x2f3b ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq
+0x2f3d ali_mesh_network_layer_raverse_src_seq_cache
+0x2f45 ali_mesh_network_layer_find_empty_space
+0x2f46 ali_mesh_network_layer_find_src_space
+0x2f4b ali_mesh_network_layer_recevice_network_pdu_check_seq_legal
+0x2f54 ali_mesh_inverse_seq
+0x2f57 ali_mesh_network_load_network_nonce_and_encryptionkey
+0x2f58 ali_mesh_upper_transport_layer_load_encryptionkey
+0x2f5a ali_mesh_network_layer_load_network_nonce
+0x2f60 ali_mesh_network_store_in_mem
+0x2f68 ali_mesh_network_layer_relay_access_message
+0x2f79 ali_mesh_network_layer_check_relay_states
+0x2f8e ali_mesh_network_layer_encrypt_relay_package
+0x2f93 ali_mesh_network_layer_check_network_mic_cache
+0x2f96 ali_mesh_network_layer_logging_tx_relay_info
+0x2f9e ali_mesh_network_layer_send_access_message
+0x2fa2 ali_mesh_network_layer_send_access_message_encrypt_netmic
+0x2fa8 ali_mesh_network_layer_encrypt_by_network_nonce
+0x2fab ali_mesh_network_layer_send_access_message_encrypt_obfuscation
+0x2fac mesh_generate_nonce
+0x2fb1 logging_tx_debug_network_receive_packet
+0x2fb6 ali_mesh_upper_transport_layer_receive_unsegmented_access_message
+0x2fb7 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key
+0x2fb9 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key
+0x2fbb ali_mesh_upper_transport_layer_decrypt_unsegmented_message
+0x2fc0 ali_mesh_upper_transport_layer_receive_segmented_access_message
+0x2fc2 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key
+0x2fc4 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key
+0x2fc6 ali_mesh_upper_transport_layer_decrypt_segmented_message
+0x2fcd ali_mesh_upper_transport_layer_decrypt_message
+0x2fd9 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic
+0x2fdc ali_mesh_upper_transport_layer_check_transport_mic_cache
+0x2fdf ali_mesh_upper_transport_layer_load_application_nonce_and_application_key
+0x2fe0 ali_mesh_upper_transport_layer_load_application_key
+0x2fe2 ali_mesh_upper_transport_layer_load_application_nonce
+0x2fec ali_mesh_upper_transport_layer_load_device_nonce_and_device_key
+0x2fed ali_mesh_upper_transport_layer_load_device_key
+0x2fef ali_mesh_upper_transport_layer_load_device_nonce
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message
+0x2ff2 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer
+0x2ffb ali_mesh_upper_transport_layer_store_packet_header
+0x3010 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu
+0x3018 ali_mesh_upper_transport_layer_control_packet
+0x301a ali_mesh_upper_transport_layer_control_packet_deal
+0x303c ali_mesh_upper_transport_layer_control_packet_unsegment_msg
+0x303d ali_mesh_upper_transport_layer_control_packet_segment_msg
+0x3040 ali_mesh_upper_transport_layer_control_packet_load_header
+0x3046 ali_mesh_upper_transport_layer_control_packet_load_app_control
+0x3053 ali_mesh_store_tran_package_type
+0x3056 ali_mesh_upper_transport_layer_queue_pop
+0x305b ali_mesh_upper_transport_layer_control_packet_encrypt_access
+0x306b ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg
+0x306e ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg
+0x3074 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload
+0x307c ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer
+0x307f ali_mesh_upper_transport_layer_send_segmented_access_message_loop
+0x3095 ali_mesh_upper_transport_layer_calc_transport_mic
+0x3097 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey
+0x3099 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey
+0x309a ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm
+0x309f ali_mesh_upper_transport_layer_send_access_message_calc_seq
+0x30a7 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst
+0x30b3 ali_mesh_upper_transport_layer_send_access_message_add_seq
+0x30bb ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon
+0x30c8 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header
+0x30d5 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one
+0x30d7 ali_mesh_upper_transport_layer_clear_tx_buffer
+0x30d8 ali_mesh_loggint_tx_info_upper_send_packet
+0x30dc app_init
+0x30ea app_lpm_init
+0x30f2 app_lpm_init0
+0x30f3 app_param_init
+0x3100 app_sys_param_init
+0x3107 app_process_idle
+0x310d app_process_bt
+0x310f app_process_ble
+0x3111 app_process_bb_event
+0x3118 app_discard_event
+0x311a app_event_normal_process
+0x312c app_evt_bt_conn
+0x3133 app_event_switch_success
+0x3135 app_event_switch_fail_master
+0x313f app_process_bb_event_priority
+0x3141 app_check_wake_lock
+0x3143 app_will_enter_lpm
+0x3145 app_event_linkkey_generate
+0x3149 app_event_reconn_start
+0x3150 app_evt_setup_complete
+0x3157 app_evt_hid_handshake
+0x315b app_event_enter_sniff
+0x3162 app_event_exit_sniff
+0x3166 app_le_event_bb_connected
+0x316a app_le_event_bb_disconn
+0x316f app_bb_event_hid_connected
+0x3173 app_evt_button_long_pressed
+0x3177 app_event_ml2cap_conn_refused
+0x317b app_evt_timer
+0x317c app_evt_100ms_loop
+0x318a timer_single_step
+0x3191 timer_single_step_2b
+0x3198 app_power_timer
+0x319c app_power_timer_timeout
+0x319e app_enter_power_off_state
+0x319f app_enter_power_stanby_state
+0x31a2 app_power_cb_common
+0x31a4 app_unsniff_delay_timer
+0x31a7 app_unsniff_delay_timeout
+0x31aa app_discovery_timer
+0x31ad app_discovery_timeout
+0x31b1 app_bb_event_reconn_failed
+0x31b2 app_clear_reconnect_flag
+0x31b6 app_bb_event_bb_disconn
+0x31bb app_bb_event_bb_reconn_disconn
+0x31c4 app_bb_hibernate
+0x31c6 app_disconn_reason_clear
+0x31c9 app_disconn_reason_flag_clear
+0x31cc app_disconn_reason_collect_bt
+0x31d1 app_disconn_reason_collect_ble
+0x31d7 app_check_sniff
+0x31da app_start_auto_sniff
+0x31dd app_get_lpm_wake_lock
+0x31df app_put_lpm_wake_lock
+0x31e1 app_lpm_wake_auto_lock
+0x31e3 app_lpm_wake_auto_lock_timer
+0x31e6 app_l2cap_flow_control_enable
+0x31e8 app_l2cap_flow_control_disable
+0x31ea app_bt_set_pincode
+0x31ec app_bt_role_switch
+0x31ee app_bt_start_reconnect
+0x31f4 app_bt_reconnect_cancel
+0x31f6 app_bt_disconnect
+0x31f8 app_bt_start_discovery_short
+0x31fa app_bt_start_discovery_led_blink
+0x31fb app_bt_start_discovery
+0x31fd app_bt_stop_discovery
+0x3201 app_ble_start_direct_adv
+0x3203 app_ble_stop_direct_adv
+0x3205 app_ble_stop_adv
+0x3207 app_ble_start_adv
+0x3209 app_ble_start_scan
+0x320b app_ble_stop_scan
+0x320d app_ble_start_conn
+0x320f app_ble_disconnect
+0x3211 app_led_start_blink
+0x3213 app_led_on
+0x3215 app_led_stop_blink
+0x3215 app_led_off
+0x3217 app_enter_hibernate
+0x3219 app_bt_sniff_exit
+0x321b app_bt_enter_sniff
+0x321d app_ble_store_reconn_info
+0x321f app_bt_store_reconn_info
+0x3221 app_store_reconn_info
+0x3223 app_lpm_mult_enable
+0x3225 app_lpm_mult_disable
+0x3227 app_button_long_pressed
+0x3229 app_power_starting
+0x322d app_power_common
+0x3231 app_power_shutting_down
+0x3237 app_power_off_end
+0x323b app_got_power_state_common
+0x323f app_event_button_up
+0x3242 app_power_release
+0x3244 app_hid_connected
+0x3247 antilost_init
+0x3274 antilost_set_ble_version
+0x3276 antilost_le_before_hibernate
+0x3278 antilost_le_notification
+0x327f antilost_power_standby_cb
+0x3283 antilost_lpm_lock_process
+0x328c antilost_lpm_ctrl_for_led_buzzer
+0x3291 antilost_bb_event_process
+0x3299 antilost_le_conn_param_update_rsp_recieved
+0x329c antilost_le_conn_param_updata_procedure_sucsess
+0x329f antilost_le_conn_param_updata_judge
+0x32a3 antilost_le_conn_param_accepted
+0x32a9 antilost_le_conn_param_rejected
+0x32ab antilost_conn_param_retransimiting
+0x32bc antilost_conn_param_updata_procedure_faild
+0x32be antilost_master_nonsupport_latency
+0x32ce antilost_le_bb_event_timer
+0x32d6 antilost_conn_battery_send_timer
+0x32d9 antilost_conn_battery_send
+0x32dd antilost_double_click_timer
+0x32e0 antilost_double_click_timeout
+0x32e2 antilost_le_fast_adv_timer
+0x32e5 antilost_le_fast_adv_timeout
+0x32e8 antilost_conn_update_timer
+0x32eb antilost_conn_update_timer_time_out
+0x32ee antilost_app_updata_le_param_timer
+0x32f1 antilost_app_updata_le_param_timeout
+0x32f7 antilost_wait_for_updata_param_instant_expire
+0x32f9 antilost_le_sleep_timer
+0x32fc antilost_le_sleep_timer_timeout
+0x32fd antilost_adc_check_timer
+0x3300 antilost_adc_check_timer_timeout
+0x3303 antilost_le_process_conn
+0x330c antilost_le_process_discon
+0x3318 antilost_le_conn_process
+0x3319 antilost_idle_process
+0x331c antilost_power_starting_cb
+0x331f antilost_power_common
+0x3320 antilost_power_off_cb
+0x3325 antilost_le_receive_data_process
+0x3328 antilost_le_parse_att_write_request
+0x332c antilost_key_process
+0x332f antilost_key_up_down
+0x3331 antilost_key_is_down
+0x3334 antilost_key_is_up
+0x3337 antilost_key0_down
+0x333f antilost_key0_up
+0x3341 antilost_double_click_timer_init
+0x3345 antilost_butten_down_after_conn
+0x334b antilost_click_once
+0x334f antilost_click_twice
+0x3356 antilost_butten_down_while_disconn
+0x335a antilost_cmd_parse_for_application
+0x3360 antilost_on_of_alram
+0x3364 antilost_configuration_for_alram
+0x3368 antilost_prepare_data_and_send
+0x3375 antilost_alert_on
+0x3380 antilost_alert_off
+0x3388 antilost_set_start_alarm_after_disconn
+0x338d antilost_set_no_alarm_after_disconn
+0x3392 antilost_on_off_alarm_after_disconn
+0x3395 antilost_notify_alarm_config_first_time
+0x33a5 antilost_buzzer_configuration
+0x33a7 antilost_led_configuration
+0x33a8 antilost_configuration_common
+0x33a9 antilost_led_buzzer_stop_blink
+0x33af antilost_led_buzzer_style_configuration
+0x33b2 antilost_fast_adv_start
+0x33b4 antilost_adv_start_common
+0x33b9 antilost_adv_interval_lpm_interval_set
+0x33be antilost_buzzer_pwm_init
+0x33c5 antilost_led_on_cb
+0x33c7 antilost_led_off_cb
+0x33c9 antilost_buzzer_off
+0x33cc antilost_buzzer_on
+0x33d0 antilost_adc_init
+0x33d2 antilost_battery_process
+0x33dc antilost_battery_calculate_end
+0x33df antilost_full_battery
+0x33e1 antilost_low_battery
+0x33e2 car_init
+0x3406 car_soft_switch_power_on_init
+0x340c car_power_off_signal
+0x340d car_hard_switch_power_on_signal
+0x340e car_soft_switch_power_on_signal
+0x3411 car_le_modified_name_adv
+0x3413 car_name_loop
+0x3420 car_le_modified_name_scan
+0x3425 car_hex_to_ascii
+0x3429 car_hex_num
+0x342b car_ui_led_init
+0x342d car_ui_led_init_1
+0x342f car_ui_led_init_2
+0x3431 car_ui_led_init_3
+0x3435 car_in_lp1
+0x343b car_in_lp1_end
+0x343c car_ui_led_init_end
+0x343d car_blood_led_gpio_set
+0x3440 car_pairing_led_gpio_set
+0x3442 car_low_voltage_led_gpio_set
+0x3444 car_init_environment
+0x344b car_motor_init
+0x344f p_in_lp1
+0x3456 p_in_lp1_end
+0x3457 p_car_ui_led_init_end
+0x3458 car_ui_gpio_init
+0x345c car_init_adc_hvin
+0x345e car_le_before_hibernate
+0x3460 car_le_process_lpm_before
+0x3461 car_key_scan_process
+0x3462 car_scale_process_idle
+0x3465 car_g24_status_process
+0x346a car_g24_connected_event
+0x3470 car_lpm_timer_enable
+0x3474 car_lpm_timer_disable
+0x3476 car_stop_blink
+0x3478 car_start_blink
+0x347a car_le_send_packet
+0x3483 car_scale_process_bb_event
+0x3489 car_scale_event_le_conn
+0x348d car_g24_connected
+0x348f car_scale_process_conn
+0x3493 car_scale_event_le_discon
+0x3497 car_g24_disconnect
+0x34ad car_le_bb_event_timer
+0x34b5 car_24g_bind_enable_timer
+0x34b8 car_enter_lpm_timer
+0x34bb car_enter_lpm_enable
+0x34bd car_24g_no_data_timeout_timer
+0x34c0 car_24g_no_data_timer_timeout
+0x34c3 car_notify_vdd_timer
+0x34c8 car_notify_vdd
+0x34cc car_read_hvin
+0x34d5 car_notify_vdd_next2
+0x34e0 car_enter_low_bat
+0x34e5 car_low_bat_led_off
+0x34e7 calc_check_sum_start
+0x34e8 calc_check_sum_loop
+0x34eb calc_check_sum_and
+0x34ed car_le_receive_data
+0x34f0 car_le_parse_att_write_request
+0x34f3 le_app_receive_data
+0x3507 car_control_le_receive
+0x350f car_receive_cmd_select
+0x3519 car_24g_receive_data
+0x351e car_24g_receive_data_next
+0x3525 car_moto1_enable_blank_data_timer
+0x3527 car_moto2_enable_blank_data_timer
+0x3529 car_moto3_enable_blank_data_timer
+0x352b car_moto1_blank_data_timer
+0x352e car_moto2_blank_data_timer
+0x3531 car_moto3_blank_data_timer
+0x3534 car_moto1_blank_data
+0x3536 car_moto2_blank_data
+0x3538 car_moto3_blank_data
+0x353a car_drive_old
+0x353f car_left_right_control_old
+0x3542 car_front_back_control_old
+0x3547 car_reset_old_speed
+0x354b car_reset_old_speed2
+0x354d car_reset_old_speed3
+0x354f car_speed_set_old
+0x3556 car_motor_control
+0x3560 car_motor_control_common
+0x3567 car_conn_led_state
+0x356c car_motor1_control
+0x356e car_motor2_control
+0x3570 car_motor3_control
+0x3572 car_motor_working_flag
+0x3574 car_motor1_status_select
+0x3579 car_motor2_status_select
+0x357e car_lr_motor_stop
+0x3582 car_lr_motor_left
+0x3586 car_lr_motor_right
+0x358a car_fb_motor_stop
+0x358e car_fb_motor_front
+0x3592 car_fb_motor_back
+0x3596 car_motor_status_select
+0x359c car_motor_positive
+0x359e car_motor_negative
+0x35a3 car_motor_stop
+0x35a8 car_motor_work
+0x35ac car_motor_select_negative
+0x35af car_motor_work_next
+0x35b6 car_motor_select_positive
+0x35ba car_motor_speed_duty_setting
+0x35bd car_motor_speed_duty_transform
+0x35c6 car_ir_data_rx_from_app
+0x35c7 car_led_control_receive
+0x35ca car_info_request
+0x35d6 car_g24_init
+0x35da car_g24_receive_process
+0x35de car_g24_mode_switch
+0x35df car_g24_bind_mode_enable
+0x35e6 car_g24_work_mode
+0x35ea car_g24_receive_ch_polling
+0x35f3 car_g24_ch_polling_clear
+0x35f5 car_g24_bind_mode
+0x3602 car_g24_bind_mode_exit
+0x3609 car_g24_bind_device_addr
+0x360c car_g24_cb_data_device1
+0x3613 car_g24_lpm_dipatch
+0x361b car_g24_lpm_wait
+0x3620 dongle_init
+0x362c dongle_default_init
+0x3633 dongle_default_no_eeprom
+0x3649 dongle_xtal_select
+0x364e dongle_dispatch
+0x3653 dongle_read_kb_bind_status
+0x3657 dongle_write_kb_bind_status
+0x365b dongle_usb_config
+0x3661 dongle_usb_config_param
+0x3665 dongle_usb_vid_pid_config
+0x3669 dongle_usb_vid_pid_for_mouse_only_auto_pair
+0x366a dongle_usb_vid_pid_store
+0x366c dongle_usb_vid_pid_for_suit
+0x366e dongle_usb_hid_icon_config
+0x3674 dongle_usb_kb_hidreportdesc
+0x3678 dongle_usb_device_name
+0x367e dongle_all_powerful
+0x367f dongle_all_powerful_loop
+0x3682 dongle_pc_bind
+0x3683 dongle_pc_bind_loop
+0x3687 dongle_g24_blank_data_process
+0x368a dongle_g24_ms_blank_data
+0x3694 dongle_usb_tx_ms_data
+0x3695 dongle_usb_tx_enable_ep2
+0x3699 dongle_g24_kb_blank_data
+0x36a2 dongle_usb_tx_kb_data
+0x36a3 dongle_usb_tx_enable_ep1
+0x36a8 dongle_g24_kb_mul_blank_data
+0x36b2 dongle_usb_tx_multikey_data
+0x36b4 dongle_usb_dispatch
+0x36c5 dongle_usb0_data_ready_report_set0
+0x36c7 dongle_dispose_cmd_mode
+0x36ca dongle_enter_bind_mode
+0x36cb dongle_usb0_data_ready_report_set1
+0x36cd dongle_dispose_cmd_bind
+0x36d2 dongle_dispose_cmd_get_bind
+0x36d5 dongle_dispose_cmd_exit_bind
+0x36d7 dongle_dispose_cmd_read_mode
+0x36d7 dongle_dispose_in_bind_mode
+0x36d9 dongle_dispose_cmd_current_project
+0x36db dongle_dispose_cmd_current_mode
+0x36df dongle_dispose_in_work_mode
+0x36e1 dongle_dispose_cmd_current_fw_version
+0x36e6 dongle_auto_bind
+0x36e7 dongle_auto_bind_loop
+0x36ed dongle_work_mode_auto
+0x36f5 dongle_ackpayload_prep
+0x36f9 dongle_g24_kb_led_ackpayload_prep
+0x3701 dongle_g24_mouse
+0x370a dongle_g24_ms_enable_blank_data_forcibly
+0x370e dongle_g24_ms_disable_blank_data_forcibly
+0x3712 dongle_g24_kb
+0x3717 dongle_g24_kb_type0
+0x372a dongle_g24_kb_enable_blank_data_forcibly
+0x372e dongle_g24_kb_disable_blank_data_forcibly
+0x3732 dongle_g24_kb_type3
+0x3742 dongle_g24_kb_mul_enable_blank_data_forcibly
+0x3746 dongle_g24_kb_mul_disable_blank_data_forcibly
+0x374a dongle_g24_kb_type2
+0x375a dongle_g24_kb_sys_enable_blank_data_forcibly
+0x375e dongle_g24_kb_sys_disable_blank_data_forcibly
+0x3762 dongle_usb_tx_sys_data
+0x3764 module_init
+0x377b module_lpm_uart_init
+0x378d module_lpm_init
+0x378f module_gpio_init
+0x3794 module_lpm_lock
+0x3798 module_bt_conn_process
+0x379a module_spp_enter_sniff
+0x37a8 module_spp_clear_last_transmite_clock
+0x37ab module_process_idle
+0x37af module_process_bb_event
+0x37ce module_process_bb_event_disconned
+0x37d5 module_process_spp_connected
+0x37dc module_process_spp_disconnected
+0x37dc module_spp_disconnected
+0x37e1 module_process_enter_sniff
+0x37e1 module_sniff_param_check
+0x37e8 module_sniff_param_check_unsniff
+0x37ed module_process_exit_sniff
+0x37ef module_process_setup_complete
+0x37f1 module_process_bb_even_le_disconn
+0x37f5 module_process_evt_pincode_req
+0x37f6 module_process_sniff_not_accept
+0x37f7 module_process_unsniff_accept
+0x37fa module_process_unsniff_not_accept
+0x37fb module_process_le_conn
+0x37ff module_process_bb_conn
+0x3802 module_process_reconn_fail
+0x3802 module_disconn_start
+0x3804 module_process_ble_ltk_lost
+0x3806 module_process_ble_update_phy
+0x3807 module_set_conn_pin_high
+0x3809 module_conn_start
+0x380b module_stop_adv_discovery
+0x3812 module_set_conn_pin_low
+0x3814 module_process_with_credit
+0x3817 module_process_check_hci_command_complete
+0x382d module_hci_in_excp
+0x3830 module_hci_release_except
+0x3836 module_hci_dicard_packet
+0x383a module_hci_dicard_bytes
+0x383b module_hci_cmd_control
+0x386d module_hci_cmd_set_bt_addr
+0x3872 module_hci_cmd_set_le_addr
+0x3877 module_hci_cmd_set_visibility
+0x387f module_start_adv_discovery_by_command
+0x3885 moudle_start_adv_by_command
+0x388c module_hci_cmd_set_bt_name
+0x3896 module_hci_cmd_set_le_name
+0x389a module_hci_cmd_receive_spp_data
+0x38a8 module_hci_cmd_pass_init_ng_rx_len_all
+0x38aa module_hci_cmd_spp_exit_sniff
+0x38ac module_hci_cmd_get_current_packet_len_and_remain_len
+0x38b2 module_hci_cmd_get_current_patcket_len
+0x38b9 module_hci_command_tx_spp_tx_complete
+0x38bc module_hci_cmd_receive_le_data
+0x38e1 module_hci_cmd_receive_le_data_finish
+0x38e4 module_hci_cmd_transmit_handle_error
+0x38e8 module_hci_cmd_transmit_le_notify
+0x3903 module_hci_cmd_transmit_le_notify_malloc_l2cap
+0x3908 module_get_le_remote_mtu
+0x390d module_check_ble_encrypt_state
+0x3910 module_hci_cmd_inquire_status
+0x3911 module_hci_cmd_set_pairing_mode
+0x391e module_hci_pairing_just_work_sc
+0x3920 module_hci_pairing_passkey_sc
+0x3922 module_hci_pairing_numeric_comparison_sc
+0x3924 module_hci_pairing_pincode_mode
+0x3927 module_hci_pairing_just_work_mode
+0x3928 module_hci_sspairing_mode
+0x3931 module_hci_pairing_passkey
+0x3933 module_hci_pairing_numeric_comparison
+0x3935 module_hci_cmd_set_pincode
+0x3938 module_hci_cmd_set_uart_control_mode
+0x3940 module_hci_cmd_set_uart_baud
+0x3948 module_hci_cmd_version_request
+0x394c module_hci_cmd_bt_disconnect
+0x394e module_hci_cmd_bt_disconnect_doing
+0x3950 module_hci_cmd_ble_disconnect
+0x3952 module_hci_cmd_ble_disconnect_doing
+0x3954 module_hci_cmd_set_cod
+0x3959 module_hci_cmd_set_nvram
+0x395e module_hci_cmd_confirm_gkey
+0x396a module_hci_cmd_spp_number_comparison_result_is1
+0x396e module_hci_cmd_set_credit_given
+0x3977 module_hci_cmd_auto_adv
+0x397d module_hci_cmd_auto_adv_loop
+0x3987 module_hci_cmd_auto_adv_store_adv
+0x3991 module_hci_cmd_auto_adv_store_scan
+0x399a module_hci_cmd_auto_adv_store_common
+0x39a5 module_hci_cmd_auto_adv_adv_analys
+0x39aa module_hci_cmd_power_request
+0x39b0 module_hci_cmd_power_set
+0x39b7 module_hci_cmd_passkey_entry
+0x39c1 module_hci_cmd_set_gpio
+0x39c7 module_set_gpio_input
+0x39cd module_set_gpio_output
+0x39d2 module_hci_cmd_read_gpio
+0x39dd module_hci_cmd_le_set_pairing_mode
+0x39ec module_le_set_pairing_mode_secure_justwork
+0x39f0 module_le_set_pairing_mode_secure_numeric
+0x39f5 module_le_set_pairing_mode_secure_passkey
+0x39f9 module_le_set_pairing_mode_secure_passkey_res_input
+0x39fd module_le_set_no_pairing
+0x39fe module_le_set_noinputnooutput
+0x3a00 module_le_set_pairing_mode_lagacy_just_work
+0x3a02 module_le_set_pairing_mode_lagacy_passkey
+0x3a04 module_le_set_pairing_mode_lagacy_passkey_res_input
+0x3a06 module_le_set_keboadonly
+0x3a08 module_le_set_displayonly
+0x3a0a module_hci_cmd_le_set_adv_data
+0x3a0d module_hci_cmd_le_set_scan_data
+0x3a10 module_hci_cmd_receive_store_mem
+0x3a16 module_hci_cmd_le_send_conn_update_req
+0x3a1f module_hci_cmd_set_le_adv_parameter
+0x3a22 module_hci_cmd_le_start_pairing
+0x3a2a module_hci_cmd_set_wake_gpio
+0x3a34 module_hci_cmd_set_tx_power
+0x3a39 module_hci_cmd_le_confirm_gkey
+0x3a40 module_hci_cmd_le_confirm_gkey_ok
+0x3a42 module_hci_cmd_le_confirm_gkey_fail
+0x3a44 module_hci_cmd_set_reject_justwork_flag
+0x3a4a module_hci_cmd_reset_chip
+0x3a4e module_hci_cmd_le_set_fixed_passkey
+0x3a5b module_hci_cmd_le_set_random_passkey
+0x3a5d module_hci_cmd_delete_customize_service
+0x3a63 module_hci_cmd_add_service_uuid
+0x3a68 module_hci_cmd_add_characteristic_uuid
+0x3a6c module_hci_cmd_add_service_uuid_set_uuid
+0x3a70 module_hci_cmd_add_characteristic_uuid_set_handle
+0x3a77 module_hci_cmd_add_characteristic_uuid_set_uuid
+0x3a8f module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+0x3a97 le_att_creat_new_handle
+0x3a9a uart_copy_rx_bytes_len_data
+0x3a9e module_hci_cmd_le_passkey_entry_input
+0x3aa4 module_hci_cmd_passkey_entry_sc_res_input
+0x3aa7 module_hci_cmd_receive_ble_passkey
+0x3aaa module_hci_cmd_passkey_entry_res_input
+0x3aac module_hci_cmd_ble_set_phy
+0x3ab1 module_hci_cmd_ble_read_current_phy
+0x3ab5 module_hci_cmd_ble_set_dle
+0x3aba module_hci_cmd_read_chip_data
+0x3abe module_hci_cmd_write_chip_data
+0x3ac4 module_hci_cmd_close_lpm
+0x3ac6 module_hci_event_receive_invalid_cmd
+0x3ac9 module_hci_event_receive_valid_cmd
+0x3acc module_hci_event_spp_connect
+0x3ace module_hci_event_le_connect
+0x3ad0 module_hci_event_spp_disconnect
+0x3ad2 module_hci_event_le_disconnect
+0x3ad4 module_hci_event_set_cmd
+0x3ae1 module_hci_event_receive_spp_data
+0x3aec module_hci_event_receive_le_data
+0x3af7 module_hci_event_enter_standby_mode
+0x3af8 module_hci_event_enter_standby_mode_len0
+0x3afb module_hci_event_status_res
+0x3b0c module_hci_read_bt_status
+0x3b19 module_hci_event_store_device
+0x3b22 module_hci_event_gkey_generate
+0x3b28 module_hci_event_invalid_packet
+0x3b37 module_hci_event_passkey_entry_mode
+0x3b39 module_hci_event_le_tk
+0x3b3f module_hci_event_le_pairing_fail
+0x3b41 module_hci_event_le_pairing_success
+0x3b43 module_hci_event_bt_pairing_fail
+0x3b45 module_hci_event_bt_pairing_success
+0x3b46 module_hci_event_pairing_completed
+0x3b4d module_hci_event_pause_enc
+0x3b4f module_hci_event_start_enc
+0x3b50 module_hci_event_enc
+0x3b56 module_hci_event_le_gkey
+0x3b5c module_hci_event_uuid_handle
+0x3b63 module_hci_event_le_input_passkey
+0x3b65 module_hci_event_le_update_phy
+0x3b6b module_hci_prepare_tx
+0x3b75 module_hci_transmit_tx
+0x3b77 module_set_mcu_wake_pin_high_delay
+0x3b79 module_set_mcu_wake_pin_h_delay
+0x3b7e module_set_mcu_wake_pin_high
+0x3b80 module_check_mcu_wake_pin_high
+0x3b82 module_set_mcu_wake_pin_low
+0x3b84 module_le_receive_data
+0x3b8a module_le_receive_data_ok
+0x3b95 module_exit_sniff
+0x3b99 module_set_lpm_mult_2
+0x3b9b module_bb_event_timer
+0x3b9b module_read_vdd_timer
+0x3baa module_control_air_flow
+0x3bad module_set_sniff_task_flag
+0x3baf module_clear_sniff_task_flag
+0x3bb1 module_set_unsniff_task_flag
+0x3bb3 module_clear_unsniff_task_flag
+0x3bb5 module_set_le_tx_data_flag
+0x3bb7 module_clear_le_tx_data_flag
+0x3bb9 module_clr_state
+0x3bbd module_set_state
+0x49c0 remote_car_init
+0x49db remote_car_soft_switch_power_on_init
+0x49e2 remote_car_hard_switch_power_on_signal
+0x49e3 remote_car_soft_switch_power_on_signal
+0x49ef remote_car_set_24g_addr_eeprom
+0x49f3 remote_car_power_off_signal
+0x49f3 remote_car_ui_led_init
+0x49f6 remote_car_ui_led_init_1
+0x49f8 remote_car_pairing_led_gpio_set
+0x49fa remote_car_init_environment
+0x49fb remote_no_data_timer_init
+0x49fe remote_car_le_before_hibernate
+0x49ff remote_gpio_set_before_hibernate
+0x4a03 remote_car_process_lpm_before
+0x4a05 remote_car_key_scan_process
+0x4a09 remote_conn_led_state
+0x4a10 remote_car_stop_state
+0x4a16 get_remote_key_state
+0x4a24 send_data
+0x4a2a remote_car_no_data_timeout_check
+0x4a34 remote_car_fb_check
+0x4a39 remote_car_lr_check
+0x4a3e remote_car_scale_process_idle
+0x4a40 remote_car_scale_process_bb_event
+0x4a47 remote_car_24g_attempt_fail
+0x4a48 remote_car_24g_pairing_complete
+0x4a4a remote_car_24g_attempt_success
+0x4a4e remote_car_24g_status_process
+0x4a53 remote_car_scale_process_paired
+0x4a55 remote_car_scale_process_shutdown
+0x4a59 remote_car_event_timer
+0x4a5d remote_car_no_data_timer
+0x4a64 remote_car_send_motor1_key0_press
+0x4a66 remote_car_send_motor1_key1_press
+0x4a68 remote_car_send_motor2_key2_press
+0x4a6a remote_car_send_motor2_key3_press
+0x4a6c remote_car_send_motor1_key0_rel
+0x4a6c remote_car_send_motor1_key1_rel
+0x4a6e remote_car_send_motor2_key2_rel
+0x4a6e remote_car_send_motor2_key3_rel
+0x4a70 remote_car_send_key
+0x4a72 remote_car_send_attack
+0x4a74 remote_car_g24_package_data
+0x4a79 remote_car_g24_package_data_continue
+0x4a7e remote_car_g24_send_empty
+0x4a83 remote_car_moto_data
+0x4a87 remote_car_moto_data_next
+0x4a8e remote_car_moto_data_enable_user
+0x4a90 remote_car_default_init
+0x4ad6 shutter_init
+0x4afb shutter_set_ble_version
+0x4afd shutter_hart_swtich_power_on
+0x4b00 shutter_le_scale_lpm_lock
+0x4b06 shutter_process_bb_event
+0x4b0f ble_shutter_process_baseband_connect
+0x4b13 ble_shutter_process_baseband_disconnect
+0x4b16 ble_shutter_process_reconnect_complete
+0x4b1c ble_shutter_process_parse_connect_parameter_update_response
+0x4b22 shutter_process_soft_swtich_button_long_press
+0x4b23 shutter_process_soft_swtich_button_down
+0x4b29 shutter_store_currenct_led_state
+0x4b2e shutter_process_soft_swtich_button_up
+0x4b33 shutter_load_currenct_led_state
+0x4b3d shutter_le_bb_event_timer
+0x4b40 shutter_check_sleep_timer
+0x4b43 shutter_sleep_timeout
+0x4b47 shutter_check_power_off_timer
+0x4b4a shutter_check_power_off_timeout
+0x4b52 ble_shutter_reconn_timer
+0x4b57 shutter_process_idle
+0x4b59 shutter_process_lpm_before
+0x4b5b shutter_le_before_hibernate
+0x4b5d shutter_stop_bluetooth_discovery
+0x4b60 ble_shutter_stop_bluetooth_discovery
+0x4b64 shutter_start_bluetooth_discovery
+0x4b69 ble_shutter_start_discovery
+0x4b76 shutter_start_reconnect
+0x4b7b ble_shutter_start_reconnect
+0x4b87 shutter_disconnect_current_connection
+0x4b8a shutter_check_data_enable
+0x4b8e shutter_check_ble_data_enable
+0x4b91 shutter_check_bluetooth_conn
+0x4b96 shutter_change_bluetooth_status_bt_disconn
+0x4b99 ble_shutter_change_bluetooth_status_bt_disconn
+0x4b9a shutter_check_send_data
+0x4ba3 shutter_key_change
+0x4ba7 shutter_key_press
+0x4baa shutter_key_release
+0x4bac push_queue_press_or_release
+0x4baf push_buffer_in_queue
+0x4bb4 shutter_send_data_to_master
+0x4bb7 pop_queue_to_ble_data
+0x4bc0 queue_push_one_byte
+0x4bc3 queue_pop_one_byte
+0x4bc8 ble_shutter_receive_data
+0x4bcb shutter_init_param
+0x4bd8 shutter_load_buffer_config_form_datarom
+0x4bdc shutter_load_ble_gatt_form_datarom
+0x4bdf shutter_soft_swtich_power_on
+0x4be0 shutter_soft_swtich_power_off
+0x4be4 shutter_wait_power_off
+0x4be7 ui_soft_swtich_init
+0x4bef ui_soft_swtich_init_power_on_time
+0x4bf4 ui_soft_switch_botton_up
+0x4bf8 ui_soft_switch_botton_long_press
+0x4bfb ui_soft_switch_power_on
+0x4c03 ui_soft_switch_power_off
+0x4c09 shutter_ble_adv_interval_set
+0x4c0d le_send_notify_from_list
+0x4c15 shutter_default_init
+0x4ca4 rf_debug_rx_gpio_low
+0x4ca5 rf_debug_gpio_low
+0x4ca7 rf_debug_rx_on_line
+0x4ca7 rf_debug_rx_gpio_high
+0x4ca8 rf_debug_gpio_high
+0x4caa rf_debug_rx_gpio_h_l_h
+0x4cab rf_debug_rx_gpio_l_h
+0x4cad rf_debug_rx_gpio_l_h_l
+0x4cad rf_debug_shutdown_radio_line
+0x4cae rf_debug_rx_crc_line
+0x4caf rf_debug_rx_sync_line
+0x4cb0 rf_debug_rx_crc_fail_line
+0x4cb2 rf_debug_rx_crc_error_line
+0x4cb2 rf_debug_rx_sync_timeout_line
+0x4cb3 rf_debug_tx_off_line
+0x4cb3 rf_debug_tx_gpio_low
+0x4cb5 rf_debug_tx_on_line
+0x4cb5 rf_debug_tx_gpio_high
+0x4cb7 rf_debug_tx_gpio_l_h_l
+0x4cba hci_init
+0x4cc2 hci_process_loop
+0x4cc4 hci_init_clksel
+0x4cc6 hci_init_clksel_dpll
+0x4ccc hci_init_clksel_xtal
+0x4cce hci_init_uart_default_config
+0x4cd2 hci_init_uart_default_config_tx
+0x4cd6 hci_init_uart_default_config_rx
+0x4cda hci_init_uart_default_config_rts
+0x4cde hci_init_uart_default_config_cts
+0x4ce2 hci_init_uart_config
+0x4d01 hci_init_pwm_default_config
+0x4d05 hci_init_pwm
+0x4d10 hci_process_check_uart_rx
+0x4d18 hci_parse_packet_cmd
+0x4d26 hci_parse_complete_packet
+0x4d29 hci_parse_packet_cmd_ogf_vendorspecific_debug
+0x4d34 phci_grp_vendor_chipid
+0x4d39 phci_grp_vendor_baud
+0x4d3c phci_grp_vendor_patch_common
+0x4d47 phci_grp_vendor_patch
+0x4d48 phci_grp_vendor_patch_loop
+0x4d4c phci_grp_vendor_patch_check_sum
+0x4d51 phci_grp_vendor_done
+0x4d54 phci_grp_vendor_done_loop
+0x4d60 phci_grp_vendor_patch_bad
+0x4d62 phci_grp_vendor_mem
+0x4d68 phci_grp_vendor_flow_control
+0x4d6c hci_normal_reply
+0x4d6d hci_send_event_command_complete_error_command_nuknown
+0x4d6f hci_send_event_command_complete_error_command_disallowed
+0x4d71 hci_send_event_command_complete_without_payload
+0x4d74 hci_send_event_command_complete
+0x4d7d hci_prepare_send_event
+0x4d81 hci_drop_current_packet
+0x4d86 cmd_exit
+0x4d88 cmd_check_plap
+0x4d8c hid_rx_process
+0x4d99 hid_rx_process_hid_control
+0x4d9d hid_rx_process_virtual_cable_unplug
+0x4da4 hid_rx_process_suspend
+0x4da5 hid_rx_process_set_report
+0x4dad hid_rx_process_handshake
+0x4dbc hid_rx_process_data
+0x4dbf hid_rx_process_data_hid_kb
+0x4dc0 hid_malloc_tx_buff
+0x4dc7 l2cap_init
+0x4dc8 l2cap_init_work
+0x4dcc l2cap_init_wake
+0x4dd6 process_rx_l2cap_pkt
+0x4de2 l2cap_rx_multiplexing
+0x4de7 l2cap_rx_multiplexing0
+0x4dec l2cap_check_map
+0x4df8 l2cap_call_proc_signal
+0x4dfa l2cap_call_proc_signal0
+0x4e04 l2cap_call_proc_sigal_pending
+0x4e12 l2cap_sdp_conn_succ
+0x4e1e l2cap_reset_sdp_map
+0x4e2d check_l2cap_map
+0x4e2f check_l2cap_map_loop
+0x4e34 check_l2cap_map_used
+0x4e38 check_l2cap_map_used2
+0x4e3a l2cap_call_proc_sdp
+0x4e44 ml2cap_call_proc_sdp
+0x4e4a l2cap_call_proc_sdp_common
+0x4e51 l2cap_call_proc_hid
+0x4e53 l2cap_call_proc_rfcomm
+0x4e59 l2cap_call_proc_no_reply
+0x4e5a l2cap_rx_reset_state
+0x4e5f l2cap_process_signal_pkt
+0x4e66 l2cap_process_signal_pkt_loop
+0x4e6e l2cap_process_one_signal
+0x4e7c l2cap_process_one_signal_rtn
+0x4e7d l2cap_proc_signal_info_req
+0x4e88 l2cap_proc_signal_info_req_reply
+0x4e8b l2cap_proc_signal_info_req_ext
+0x4e91 l2cap_proc_signal_info_req_fix
+0x4e96 l2cap_proc_signal_info_req_common
+0x4e98 ml2cap_proc_signal_info_req
+0x4ea7 l2cap_proc_signal_cmd_reject
+0x4eae l2cap_proc_signal_cmd_reject_rtn
+0x4eaf l2cap_proc_signal_connect_req
+0x4ec2 l2cap_proc_signal_connect_req_sdp
+0x4ecc store_l2cap_req_param
+0x4ed8 restore_l2cap_req_param
+0x4ee4 l2cap_proc_signal_connect_req_rfcomm
+0x4ef0 l2cap_proc_signal_connect_req_hid_ctrl
+0x4efb l2cap_proc_signal_connect_req_hid_int
+0x4f07 send_connection_pending
+0x4f0b send_connection_sdp_res
+0x4f0f send_connection_res
+0x4f11 send_connection_res0
+0x4f22 connect_suc
+0x4f27 connect_pending
+0x4f2c already_connected
+0x4f2e connect_req_update_byte_counts
+0x4f32 l2cap_proc_signal_connect_req_rtn
+0x4f33 l2cap_proc_signal_connect_rsp
+0x4f4b l2cap_proc_signal_connect_rsp_sdp
+0x4f51 l2cap_proc_signal_connect_rsp_rfcomm
+0x4f57 l2cap_proc_signal_connect_rsp_hid_int
+0x4f5d l2cap_proc_signal_connect_rsp_hid_ctrl
+0x4f63 l2cap_proc_signal_config_req
+0x4f7a l2cap_proc_signal_config_req_sdp
+0x4f84 l2cap_proc_signal_config_req_hid_ctrl
+0x4f8e l2cap_proc_signal_config_req_hid_int
+0x4f98 l2cap_proc_signal_config_req_rfcomm
+0x4fa1 l2cap_send_config_rsp
+0x4fb7 l2cap_send_config_rsp_is_sdp
+0x4fb8 l2cap_check_channel_state
+0x4fc2 l2cap_send_config_req
+0x4fc2 l2cap_send_config_req_sdp
+0x4fc9 l2cap_send_config_req_rfcomm
+0x4fd0 l2cap_send_config_req_hid_ctrl
+0x4fd7 l2cap_send_config_req_hid_int
+0x4fdd l2cap_generate_config_req
+0x4ff5 l2cap_generate_config_req_rfcomm
+0x4ff7 l2cap_generate_config_req_done
+0x4fff l2cap_proc_signal_config_req_rtn
+0x5000 l2cap_proc_signal_config_rsp
+0x5018 l2cap_proc_signal_config_rsp_sdp
+0x501c l2cap_proc_signal_config_rsp_rfcomm
+0x5020 l2cap_proc_signal_config_rsp_hid_ctrl
+0x5024 l2cap_proc_signal_config_rsp_hid_int
+0x5029 l2cap_proc_signal_disconnect_req
+0x5044 l2cap_proc_signal_disconnect_req_hid_ctrl
+0x504a l2cap_proc_signal_disconnect_req_hid_int
+0x5050 l2cap_proc_signal_disconnect_req_sdp
+0x5056 l2cap_disconnect_hid_control_now
+0x5058 l2cap_disconnect_hid_interrupt_now
+0x505c l2cap_disconnect_sdp_now
+0x5060 l2cap_proc_signal_disconnect_req_rfcomm
+0x5066 l2cap_disconnect_rfcomm_now
+0x5068 l2cap_send_disconnect_rsp_pkt
+0x5075 l2cap_proc_signal_disconnect_req_err_rtn
+0x5077 l2cap_proc_signal_disconnect_req_rtn
+0x5079 l2cap_proc_signal_disconnect_rsp
+0x5093 l2cap_proc_signal_disconnect_rsp_sdp
+0x5099 l2cap_proc_signal_disconnect_rsp_rfcomm
+0x509f l2cap_proc_signal_disconnect_rsp_hid_ctrl
+0x50a5 l2cap_proc_signal_disconnect_rsp_hid_int
+0x50ab l2cap_proc_signal_disconnect_rsp_rtn
+0x50ad l2cap_proc_signal_disconnect_rsp_err_rtn
+0x50ae l2cap_proc_signal_echo_req
+0x50be l2cap_proc_signal_echo_rsp
+0x50bf l2cap_proc_signal_info_rsp
+0x50c0 l2cap_reject_command
+0x50cd l2cap_reset_rfcomm_channel_state
+0x50d2 l2cap_reset_sdp_channel_state
+0x50d7 l2cap_reset_hid_ctrl_state
+0x50dd l2cap_reset_hid_int_state
+0x50e3 l2cap_reset_hid_disconnected
+0x50e5 l2cap_disconnect_interrupt_req
+0x50ef l2cap_disconnect_control_req
+0x50f8 l2cap_generate_disconnect_req
+0x5106 ml2cap_send_signal_connect_req
+0x5115 ml2cap_send_signal_config_req
+0x512a ml2cap_send_signal_disconn_req
+0x513c ml2cap_send_signal
+0x5145 msdp_send_req_done
+0x514d ml2cap_rx_multiplexing
+0x5157 ml2cap_call_proc_signal
+0x515f ml2cap_proc_one_comm_loop
+0x5165 ml2cap_proc_one_comm
+0x5170 ml2cap_proc_signal_connect_req
+0x5173 ml2cap_proc_signal_cmd_reject
+0x5179 mvptr
+0x517d ml2cap_proc_signal_connect_rsp
+0x518b ml2cap_proc_signal_connect_refused_result
+0x518d ml2cap_proc_signal_connect_rsp_mnosucc
+0x518f ml2cap_proc_signal_connect_rsp_sucessful
+0x519e ml2cap_proc_signal_connect_rsp_sdp
+0x51a4 ml2cap_proc_signal_connect_rsp_rfcomm
+0x51aa ml2cap_proc_signal_connect_rsp_hid_ctrl
+0x51b0 ml2cap_proc_signal_connect_rsp_hid_int
+0x51b5 mnosucc1
+0x51b6 mnosucc
+0x51b9 ml2cap_proc_signal_config_rsp
+0x51d3 ml2cap_proc_signal_config_rsp_sdp
+0x51d7 ml2cap_proc_signal_config_rsp_rfcomm
+0x51db ml2cap_proc_signal_config_rsp_hid_ctrl
+0x51df ml2cap_proc_signal_config_rsp_hid_int
+0x51e4 mcfrsdone
+0x51e5 mcrsdone1
+0x51e6 mloop2
+0x51ea mcrsdone
+0x51eb ml2cap_proc_signal_config_req
+0x520a ml2cap_proc_signal_config_req_sdp
+0x5218 ml2cap_proc_signal_config_req_sdp_nsndreq
+0x521b ml2cap_proc_signal_config_req_rfcomm
+0x5221 ml2cap_proc_signal_config_req_hid_ctrl
+0x5227 ml2cap_proc_signal_config_req_hid_int
+0x522c mcfgrq_done
+0x5237 mloop1
+0x523d mcrqdone
+0x523e ml2cap_proc_signal_disconn_req
+0x5257 ml2cap_proc_signal_disconn_sdp
+0x525c ml2cap_proc_signal_disconn_hid_ctrl
+0x525e ml2cap_proc_signal_disconn_hid_int
+0x5260 mclsrfc
+0x5262 mclssdp
+0x5270 ml2cap_proc_signal_disconn_rsp
+0x5284 ml2cap_proc_signal_disconn_rsp_sdp
+0x5287 ml2cap_proc_signal_disconn_rsp_rfcomm
+0x5287 mdisdone
+0x528b ml2cap_proc_send_reject
+0x5297 l2cap_get_req_id
+0x529b l2cap_get_req_id_ok
+0x529d l2cap_malloc
+0x529d bt_l2cap_malloc
+0x52a1 ble_l2cap_malloc
+0x52a5 host_l2cap_malloc
+0x52aa host_l2cap_malloc_loop
+0x52b2 host_l2cap_malloc_next_buffer
+0x52b6 host_l2cap_malloc_succ
+0x52b9 host_l2cap_malloc_check_buffer_enough
+0x52bd host_l2cap_malloc_check_buffer_enough_loop
+0x52ca host_l2cap_malloc_check_buffer_enough_end
+0x52cf host_l2cap_malloc_into_fifo
+0x52d8 host_l2cap_malloc_into_fifo_no_push
+0x52db l2cap_malloc_fifo_out
+0x52e0 l2cap_malloc_free
+0x52e7 l2cap_malloc_discard
+0x52f1 l2cap_malloc_is_fifo_full
+0x52f4 l2cap_malloc_is_fifo_nearly_full
+0x52f7 l2cap_malloc_is_fifo_empty
+0x52fa l2cap_malloc_fifo_get_first_ptr
+0x52fd l2cap_malloc_free_loop
+0x52ff l2cap_malloc_fifo_get_first_ptr_empty
+0x5301 l2cap_malloc_get_full_map
+0x5305 l2cap_malloc_get_full_map_loop
+0x530b l2cap_malloc_signal_channel
+0x5314 l2cap_get_signal_tx_buff
+0x5316 l2cap_get_signal_tx_payload
+0x5318 l2cap_malloc_sdp_channel
+0x5321 l2cap_get_sdp_tx_buff
+0x5323 l2cap_get_sdp_tx_payload
+0x5325 l2cap_malloc_rfcomm_channel
+0x5333 l2cap_get_rfcomm_tx_buff
+0x5335 l2cap_util_pdata_to_contw
+0x5338 l2cap_lpm_save_calc_len
+0x533c l2cap_lpm_save_calc_len_loop
+0x5348 l2cap_lpm_save_calc_len_end
+0x534a l2cap_lpm_get_wake_lock
+0x534c l2cap_lpm_put_wake_lock
+0x534e l2cap_lpm_save_txbuf
+0x5359 l2cap_lpm_save_txbuf_loop
+0x5362 l2cap_lpm_save_txbuf_nempty
+0x536b l2cap_lpm_load_txbuf
+0x5372 l2cap_lpm_load_txbuf_loop
+0x5381 init_lmp
+0x5382 init_lmp_work
+0x5390 init_lmp_reinit
+0x5393 parse_rx_done
+0x5394 parse_lmp
+0x53e0 reject_unknown_packet
+0x53e1 reject_lmp_packet
+0x53e3 parse_quality_of_server_req
+0x53e4 parse_quality_of_server
+0x53e5 parse_lmp_clkoffset_req
+0x53e7 parse_enc_key_size_mask_req
+0x53e9 parse_lmp_set_afh
+0x53f6 parse_lmp_escape
+0x5408 reject_unknown_ext_packet
+0x540b parse_lmpext_ping_req
+0x540d parse_lmpext_chn_classification_req
+0x5410 parse_lmpext_iocap_req
+0x5413 parse_lmpext_iocap_res
+0x5415 iocap_lmpext_load
+0x5419 iocap_lmpext_common
+0x541b parse_lmpext_accepted
+0x5420 parse_lmpext_not_accepted
+0x5425 parse_lmpext_accepted_ptt
+0x5429 parse_lmpext_not_accepted_ptt
+0x542f parse_lmpext_pause_encrypt
+0x5432 parse_lmpext_pause_encrypt_slave
+0x5434 parse_lmpext_resume_encrypt
+0x5436 parse_lmpext_features_req
+0x543b parse_lmpext_features_req_page1
+0x5440 parse_lmpext_features_req_page2
+0x5445 remote_support_br_sc_controller
+0x544e remote_not_support_br_sc_controller
+0x5450 set_remote_br_sc_support
+0x5452 remote_support_br_sc_host
+0x5455 remote_not_support_br_sc_host
+0x5458 parse_lmpext_features_res
+0x545e parse_lmpext_features_res_not_hci
+0x5462 parse_lmp_accepted
+0x5473 parse_lmp_not_accepted
+0x5480 parse_lmp_accepted_switch
+0x5483 parse_lmp_not_accepted_switch
+0x5489 parse_lmp_accepted_hostconn
+0x548f parse_lmp_accepted_hostconn_ctn
+0x5493 parse_lmp_not_accepted_hostconn
+0x5498 parse_lmp_accepted_inrand
+0x549f parse_lmp_accepted_enc_mode
+0x54a5 parse_lmp_accepted_enc_keysize
+0x54a6 parse_lmp_accepted_start_enc
+0x54ae parse_lmp_accepted_stop_enc
+0x54af parse_lmp_not_accepted_aurand
+0x54af parse_lmp_not_accepted_aurand_send_detach
+0x54b5 parse_lmp_not_accepted_inrand
+0x54bb parse_lmp_inrand_key_missing
+0x54be parse_lmp_not_accepted_name_req
+0x54bf parse_lmp_not_accepted_simple_pairing_number
+0x54c2 parse_lmp_not_accepted_dhkey_check
+0x54c5 parse_lmp_not_accepted_unsniff_req
+0x54c7 parse_lmp_accepted_unsniff_req
+0x54ca parse_lmp_accepted_sniff_req
+0x54d6 parse_lmp_not_acdcept_sniff_req
+0x54d8 parse_lmp_crypt_key
+0x54dd parse_lmp_setup_complete
+0x54e3 parse_lmp_max_slot
+0x54e4 parse_lmp_max_slot_req
+0x54ec parse_lmp_detach
+0x54ed accept_lmp_msg
+0x54ef parse_lmp_incr_power
+0x54f1 parse_lmp_decr_power
+0x54f3 parse_lmp_version_res
+0x54f7 parse_lmp_auto_rate
+0x54f8 parse_lmp_in_rand
+0x5501 parse_lmp_in_rand_not_accept
+0x5505 parse_lmp_inrand_res
+0x5509 pop_tid_follow
+0x550d push_tid_follow
+0x5511 parse_lmp_au_rand_moudle
+0x5516 parse_lmp_au_rand
+0x551d parse_lmp_au_rand_common
+0x5523 parse_lmp_au_rand_256
+0x5528 parse_lmp_sres
+0x5530 authentication_fail
+0x5533 authentication_ok
+0x5538 parse_lmp_sres_256
+0x553d authentication_ok_256
+0x5541 authentication_ok_common
+0x554a authentication_ok_conn_sm
+0x554f parse_lmp_comb_key
+0x5559 parse_lmp_name_res
+0x5569 parse_lmp_name_res_end
+0x556e parse_lmp_name_req
+0x5572 parse_lmp_conn_req
+0x5573 parse_lmp_timing_accuracy_req
+0x5575 parse_lmp_features_req
+0x5577 parse_lmp_version_req
+0x5579 parse_lmp_supervision_timeout
+0x557a parse_lmp_sniff_subrating_req
+0x5588 parse_lmpext_packet_type_table_req
+0x5593 parse_lmp_max_power
+0x5593 parse_lmp_min_power
+0x5594 parse_lmp_page_mode_req
+0x5595 parse_lmp_page_scan_mode_req
+0x5596 parse_lmp_slot_offset
+0x5599 parse_lmp_sniff_req_check_sniff_para
+0x559f parse_lmp_sniff_req
+0x55b6 set_big_value_to_attempt
+0x55b9 parse_lmp_start_encryption_req
+0x55bf parse_lmp_start_encryption_req_256
+0x55c1 calc_kc
+0x55c6 parse_lmp_stop_encryption_req
+0x55c8 parse_lmp_switch_req
+0x55cd parse_lmp_switch_req_not_accept
+0x55cf parse_lmp_switch_req_clear_mark
+0x55d2 parse_lmp_switch_accept
+0x55d8 parse_lmp_unit_key
+0x55d8 parse_lmp_use_semi_permanend_key
+0x55d9 parse_lmp_unsniff_req
+0x55de parse_lmp_encapsulated_header
+0x55e8 parse_lmp_encapsulated_header2
+0x55ec parse_lmp_encapsulated_header3
+0x55f0 parse_lmp_encapsulated_header_master
+0x55f3 parse_lmp_accepted_encapsulated_header
+0x55f5 parse_lmp_accepted_simple_pairing_number
+0x55f8 parse_lmp_accepted_simple_pairing_number_common
+0x55fc parse_lmp_accepted_simple_pairing_number_ssp_pin
+0x5600 parse_lmp_accepted_simple_pairing_number_passkey
+0x5606 authentication_passkey
+0x5610 authentication_passkey_end
+0x5612 parse_lmp_accepted_dhkey_check
+0x5613 pairing_success
+0x5618 parse_lmp_accepted_dhkey_check_common
+0x5620 parse_simple_pairing_confirm
+0x5627 parse_lmp_encapsulated_payload
+0x562b parse_lmp_encapsulated_payload_256
+0x562f parse_encapsulated_payload_256_master
+0x563d parse_lmp_encapsulated_payload_192
+0x5641 parse_encapsulated_payload_192_master
+0x564e parse_lmp_encapsulated_payload_completed
+0x5654 parse_lmp_accepted_encapsulated_payload
+0x5658 parse_lmp_accepted_encapsulated_payload_192
+0x565c parse_lmp_accepted_encapsulated_payload_256
+0x5660 parse_lmp_encapsulated_payload_all_accepted
+0x5667 parse_lmp_encapsulated_payload_all_accepted_get_passkey
+0x5669 parse_lmp_encapsulated_payload_all_accepted_master
+0x566a parse_lmp_simple_pairing_number
+0x566e parse_lmp_simple_pairing_number_master
+0x5678 parse_lmp_simple_pairing_number_master0
+0x567b parse_dhkey_check
+0x567f parse_dhkey_check_master
+0x5686 number_comparison_successed
+0x568b parse_dhkey_check_master0
+0x568e lmp_reject_pdu_not_allowed
+0x5690 number_comparison_mode
+0x5695 comparison_result
+0x5698 parse_lmp_clkoffset_res
+0x5699 parse_lmp_encryption_mode_req
+0x56a4 parse_lmp_features_res
+0x56a5 parse_lmp_features_res_not_hci
+0x56ab parse_lmp_send_conn
+0x56ad parse_lmp_test_activate
+0x56b2 parse_lmp_test_control
+0x56b7 parse_lmp_test_xor
+0x56cb parse_lmp_test_control_exit
+0x56d0 parse_lmp_test_control_pattern
+0x56d7 parse_lmp_test_control_loopback_nowhite
+0x56d8 parse_lmp_test_control_loopback
+0x56e4 parse_lmp_test_control_pause
+0x56ea lmp_copy_rand
+0x56ed lmp_generate_key
+0x56ef lmp_start_encryption
+0x56f2 lmp_accept_inrand
+0x56f7 lmp_disconnect
+0x56fb send_lmp
+0x5701 send_lmp0
+0x572e send_lmp_error
+0x5730 send_lmp_escape
+0x573c send_lmp_accepted
+0x574b send_create_conn_start_l2cap_timer_sm
+0x5751 send_lmp_accept_sniff_req
+0x5752 send_lmp_not_accepted
+0x575a send_not_accept_aurand
+0x575f send_lmpext_accepted
+0x5768 send_lmpext_not_accepted
+0x5772 send_lmp_accepted_inrand
+0x5776 send_lmp_accepted_enc_mode
+0x577d send_lmp_accepted_enc_start
+0x577f send_lmp_accepted_enc_exit
+0x5781 send_lmp_accepted_enc_key
+0x5784 send_lmp_accepted_connection
+0x578a send_lmp_accept_dhkey_check
+0x578b send_lmpext_ping_res
+0x578e send_lmpext_features_res
+0x5794 send_lmpext_features_res1
+0x579c send_lmpext_features_res2
+0x57a4 check_ssp_enable
+0x57a8 ssp_disable
+0x57ae ssp_enable
+0x57b5 check_br_sc_enable
+0x57b8 br_sc_enable
+0x57bb send_lmpext_io_cap_res
+0x57c6 responder_iocap_keyboard_only
+0x57cc responder_iocap_display_yesno
+0x57d2 responder_iocap_no_input_no_output
+0x57d8 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output
+0x57d8 set_ssp_mode_justwork
+0x57dc responder_iocap_display_yesno_initiator_iocap_display_yesno
+0x57dc set_ssp_mode_numeric_comparison
+0x57de responder_iocap_display_yesno_initiator_iocap_keyboard_only
+0x57de set_ssp_mode_passkey
+0x57e0 classic_bt_set_reject_justwork_flag
+0x57e2 classic_bt_clr_reject_justwork_flag
+0x57e4 classic_bluetooth_set_flag
+0x57e8 classic_bluetooth_clr_flag
+0x57ec send_lmp_io_cap_req
+0x57f1 send_lmpext_sniff_subrating_req
+0x57f2 send_lmpext_sniff_subrating_res
+0x57fb send_lmp_name_res
+0x5803 send_lmp_name_res_offset_ok
+0x580b send_lmp_timing_accuracy_res
+0x5810 send_lmp_clkoffset_res
+0x5816 send_lmp_clkoffset_res_master
+0x581a send_lmp_version_res
+0x581f send_lmp_features_res
+0x5824 send_lmpext_features_req
+0x5831 send_lmpext_packet_type_table_req
+0x583d afh_init
+0x5847 afh_open_all_channels
+0x584b afh_reset_map
+0x5852 afh_clear_error_counter
+0x5855 afh_set_send_flag
+0x5859 send_lmpext_pause_encryption_req
+0x585d send_lmp_detach
+0x5862 prepare_disconnect
+0x5867 send_lmp_no_payload
+0x586a send_lmp_nopayload_reply
+0x586d send_lmp_encryption_mode_req
+0x5875 send_lmp_superto
+0x587a send_lmp_name_req
+0x5880 send_lmp_test_control
+0x5884 send_lmp_test_control_loop
+0x5889 send_lmp_quality_of_service_req
+0x588a send_lmp_unit_key
+0x588b send_lmp_slot_offset
+0x589c send_lmp_slot_offset_reply
+0x58a0 send_lmp_switch_req
+0x58a4 switch_on_native
+0x58a5 switch_slack
+0x58af send_lmp_sniff_req
+0x58b5 send_lmp_timing_accuracy_req
+0x58ba send_lmp_unsniff_req
+0x58bd send_lmp_max_slot
+0x58c2 send_lmp_max_slot_req
+0x58c7 send_lmp_inc_power
+0x58cc send_lmp_setup_complete_by_module
+0x58ce send_lmp_setup_complete
+0x58df send_lmp_setup_complete_has_sent
+0x58e1 send_lmp_version_req
+0x58e6 send_lmp_features_req
+0x58eb sp_master_send_io_cap_get
+0x58f0 sp_master_send_io_cap_send
+0x58f4 sp_master_send_lmp_encapsulated_header
+0x58f8 sp_master_commitment_compare
+0x5901 sp_master_commitment_compare_success
+0x5905 sp_master_send_lmp_simple_pairing_number
+0x5907 sp_send_lmp_encapsulated_header
+0x5909 send_lmp_encapsulated_header
+0x5911 send_lmp_encapsulated_payload
+0x5915 send_lmp_encapsulated_payload_256
+0x591a send_lmp_encapsulated_payload_192
+0x591e send_lmp_encapsulated_payload_common
+0x5929 sp_send_lmp_simple_pairing_comfirm
+0x592c send_lmp_simple_pairing_comfirm
+0x5934 sp_send_lmp_simple_pairing_number
+0x5936 send_lmp_simple_pairing_number
+0x5942 master_sp_sm_end
+0x5943 sp_aurand_send
+0x5948 master_sp_send_lmp_dhkey_check
+0x5949 sp_send_lmp_dhkey_check
+0x594b send_lmp_dhkey_check
+0x5955 send_lmp_enc_key_size_mask_res
+0x595a send_lmp_auto_rate
+0x595b send_lmp_clkoffset_req
+0x595c send_lmp_quality_of_service
+0x595d send_lmp_test_activate
+0x595e send_lmp_comb_key
+0x5968 send_lmp_inrand
+0x596b send_lmp_rand
+0x5973 send_lmp_aurand
+0x5977 send_lmp_aurand2
+0x597b send_lmp_aurand_notpairing
+0x597c send_lmp_aurand_common
+0x597e send_lmp_aurand_256
+0x5980 send_lmp_sres
+0x5991 send_lmp_sres_master
+0x5993 send_lmp_sres_startenc
+0x5996 send_lmp_sres_startenc_slave
+0x599a send_lmp_sres_256
+0x59a9 copy_aco_256
+0x59ac send_lmp_start_encryption
+0x59b3 send_lmp_stop_encryption_req
+0x59b6 send_lmp_encryption_key_size_req
+0x59bc msg_send_lmp
+0x59c4 send_lmpext
+0x59cb send_lmp_follow
+0x59d1 send_lmp_tid
+0x59d4 send_lmp_reply
+0x59d6 send_lmp_request
+0x59d7 send_lmp_end
+0x59db send_lmp_exit
+0x59e1 lmo_fifo_check
+0x59e6 lmo_fifo_process
+0x59ec lmo_fifo_process_lmo0empty
+0x59f6 lmo_fifo_process_lmo2to1
+0x59fc lmo_fifo_process_lmo1_empty
+0x5a07 special_tid_store
+0x5a10 tid_reply
+0x5a14 tid_initiate
+0x5a18 tid_check
+0x5a1d tid_set_reply
+0x5a21 check_localsm
+0x5a24 setlocalsm_master
+0x5a28 setlocalsm_slave
+0x5a2c check_localsm_master
+0x5a30 generate_random_number
+0x5a31 generate_random
+0x5a32 generate_random_another
+0x5a32 generate_random_loop
+0x5a36 generate_linkkey
+0x5a40 process_conn_sm
+0x5a43 process_conn_sm_continue
+0x5a5f host_create_conn_done
+0x5a65 host_conn_judge_encrypt
+0x5a69 host_create_conn_done_wait
+0x5a6e host_create_conn_auth
+0x5a74 host_create_conn_auth_wait
+0x5a75 host_create_conn_pairing
+0x5a7a host_create_conn_pairing_wait
+0x5a7b host_creat_conn_send_feat_ext
+0x5a7e host_create_conn_send_version
+0x5a81 host_creat_conn_wait_switch
+0x5a89 host_create_conn_switch_accept
+0x5a8b host_create_conn_send_features
+0x5a8e host_create_conn_send_switch
+0x5a94 host_create_conn_send_conn_req
+0x5a9a host_create_conn_wait_accept
+0x5aa0 host_create_conn_resend
+0x5aa2 host_create_conn_waiting
+0x5aa3 host_create_conn_switch
+0x5aac host_create_conn_send_setup_complete
+0x5aaf host_create_conn_wait_setup_complete
+0x5ab3 host_create_conn_wait_setup_complete_rtn
+0x5ab5 host_create_conn_master_detach
+0x5aba host_create_conn_send_detach
+0x5abe host_create_conn_auth_pair
+0x5ac1 host_create_conn_sm_done
+0x5ac3 host_create_conn_auth_pair_true
+0x5acf host_create_conn_auth_pair_nokey
+0x5ad6 host_create_conn_auth_pair_wait
+0x5ad7 host_create_conn_encrypt
+0x5adb host_create_conn_encrypt_start
+0x5ae0 host_create_conn_encrypt_wait
+0x5ae4 host_create_conn_encrypt_wait_clear
+0x5ae6 host_auth
+0x5aeb remote_auth
+0x5af1 pincode_reinit
+0x5af7 twspi_reset
+0x5b04 twspi_disable
+0x5b08 twspi_enable
+0x5b0c twspi_write
+0x5b0d twspi_read
+0x5b0e aes_disable
+0x5b12 read_function_aes
+0x5b16 read_function
+0x5b19 read_fuction_zero
+0x5b1b get_block_header
+0x5b1c get_block_header0
+0x5b24 read_first_block
+0x5b2b get_iv
+0x5b35 load_storage
+0x5b3f load_storage_loop
+0x5b46 load_storage_efuse
+0x5b51 load_storage_efuse_loop
+0x5b58 load_efuse_read_code_loop
+0x5b5c reload_eeprom
+0x5b61 reload_eeprom_loop
+0x5b6a loadcode
+0x5b7c loadcode_efuse
+0x5b81 loadcode_iic
+0x5b82 loadcode_iic_2
+0x5b8c loadcode_iic_eeprom_2k
+0x5b94 iicd_load_gpio_init
+0x5b98 iicd_load_default_gpio
+0x5b9c loadcode_spi
+0x5b9d loadcode_spi_loop
+0x5baa loadcode_hci
+0x5bae clear_key_buf
+0x5bb4 loadcode_efuse_check_xor
+0x5bb8 loadcode_efuse_check
+0x5bc0 loadcode_efuse_check_sum
+0x5bd3 loadcode_efuse_check_sum_loop
+0x5bda loadcode_iic_by_eeprom
+0x5be0 loadcode_check_times
+0x5be6 loadcode_error
+0x5be7 set_ucode_status
+0x5bee decrypt_code
+0x5bf1 decrypt_code_loop
+0x5bf4 decrypt_code_skip
+0x5bf8 save_ucode
+0x5c00 save_ucode_loop
+0x5c05 load_ucode
+0x5c0d load_ucode_loop
+0x5c12 app_read_efuse_app_vsel
+0x5c15 app_read_efuse_sys_config
+0x5c1e app_read_efuse_dig_aon_vsel
+0x5c24 app_read_efuse_syn_afc_cfg1
+0x5c29 app_read_efuse_rf_ldo_cfg1
+0x5c2f app_read_efuse_rc_cal
+0x5c33 app_read_efuse_agc
+0x5c3c app_disable_soft_agc
+0x5c42 app_lpm_efuse_lock_prep
+0x5c49 app_lpm_peripheral_lock_check
+0x5c57 app_lpm_peripheral_lock_hci
+0x5c57 app_lpm_peripheral_lock_hciboot
+0x5c5a app_lpm_peripheral_lock_dongle
+0x5c5f app_lpm_peripheral_lock_test
+0x5c61 app_lpm_peripheral_lock_mouse
+0x5c66 app_lpm_peripheral_lock_shutter
+0x5c6b app_lpm_peripheral_lock_mesh
+0x5c6e app_lpm_peripheral_lock_remote_car
+0x5c73 app_lpm_peripheral_lock_car
+0x5c78 app_lpm_peripheral_lock_antilost
+0x5c7d app_lpm_mpu_lock_mesh
+0x5c80 app_lpm_mpu_lock_module
+0x5c83 app_mpu_s0_lock
+0x5c86 app_lpm_mpu_lock_app
+0x5c89 app_lpm_mpu_lock_br
+0x5c8c app_lpm_mpu_lock_ble
+0x5c8e app_mpu_s1_lock
+0x5c91 app_lpm_mpu_lock_24g
+0x5c94 app_lpm_mpu_lock_br_ble
+0x5c98 app_lpm_mpu_mode_lock
+0x5c9e lpm_write_lock
+0x5caf lpm_write2_ctrl_option
+0x5cb0 lpm_write2
+0x5cb5 spid_init
+0x5cb6 spid_init_common
+0x5cbf spid_write_reg
+0x5cc6 spid_read_reg
+0x5cc7 spid_read_regs
+0x5ccf wait_spid_done
+0x5cd5 flash_write
+0x5cdc flash_write_spi_sm_timer
+0x5ce3 spid_flash_write_start
+0x5ce9 spid_flash_erase_sector
+0x5cf1 spid_flash_wait_erase_sector
+0x5cf5 spid_flash_write_data
+0x5cfb spid_flash_wait_write_data
+0x5d03 spid_flash_data_recover
+0x5d05 spid_flash_data_recover_comm
+0x5d08 spid_flash_data_preserve
+0x5d10 spid_init_flash
+0x5d15 spid_unlock_flash
+0x5d16 spid_sendcmd_common
+0x5d1e spid_flash_release_form_powerdown
+0x5d20 spid_flash_powerdown
+0x5d22 spid_write_flash
+0x5d26 spid_write_flash_common
+0x5d33 spid_read_flash
+0x5d45 spid_read_flash_wait
+0x5d49 wait_spid_flash_done
+0x5d52 spid_load_flash
+0x5d5f spi_load_flash_wait
+0x5d74 spi_gpio_init
+0x5d79 spi_pin_set
+0x5d85 spi_gpio_default_init
+0x5d8c soft_reset_chip
+0x5d8e iic_init_600khz
+0x5d96 iic_init_360khz
+0x5d9e iicd_init_pin
+0x5d9f iicd_init_pin_scl_sda
+0x5da5 iicd_read_init_pin
+0x5da7 wait_iicd_done
+0x5daa iicd_read_data
+0x5db4 iic_write_data
+0x5dbc set_eeprom_size_2k
+0x5dbf clear_eeprom_size_2k
+0x5dc2 iicd_read_eep_data_size_2k
+0x5dc6 iicd_read_eep_size_2k_lcadcode
+0x5dc9 iicd_read_eep_size_2k
+0x5dce iicd_write_protect_eep_data
+0x5dd3 iicd_eeprom_write_enable
+0x5dd8 iicd_wp_gpio_output_low
+0x5dda iicd_eeprom_write_disable
+0x5ddc iicd_read_eep_data
+0x5de2 iicd_read_eep
+0x5de8 iicd_read_eep_common
+0x5dfd iicd_read_eep_load_code_size_2k
+0x5e02 iicd_write_eep_data
+0x5e04 iicd_write_ota_data
+0x5e08 iicd_write_eep_loop
+0x5e17 iicd_eep_transparency
+0x5e29 iicd_eep_deal_short_packet
+0x5e2e iicd_write_eep_size_2k
+0x5e38 iicd_write_eep
+0x5e45 iicd_write_eep_common
+0x5e4c iic_check_eeprom_standby
+0x5e4e iic_check_eeprom_standby_wait
+0x5e63 efuse_read_data
+0x5e69 efuse_read_loop
+0x5e75 efuse_program
+0x5e79 efuse_program_loop
+0x5e7b efuse_program_bit_loop
+0x5e85 efuse_lna_pa_ldo_on
+0x5e8e efuse_vdd_fsource_on
+0x5e96 efuse_vdd_on
+0x5e9e efuse_vdd_off
+0x5eaa efuse_program_bit
+0x5eb0 uarta_init_dma_mem
+0x5eb2 uartb_init_dma_mem
+0x5eb4 uart_init_dma_mem
+0x5ec0 uartb_init_dma_turn_on_clk
+0x5ec4 uarta_init_baud_rate
+0x5ec6 uartb_init_baud_rate
+0x5ec8 uarta_calc_baud_rate_config
+0x5eca uartb_calc_baud_rate_config
+0x5ecc uart_calc_baud_rate_config
+0x5ed1 uart_calc_baud_rate_config_choice_uart_clock
+0x5ed5 uart_calc_baud_rate_config_choice_uart_clock_crystal
+0x5ed7 uart_clock_select_main_freq_crystal
+0x5edb uart_clock_select_main_freq_dpll
+0x5edf uarta_init_tx
+0x5ee3 uartb_init_tx
+0x5ee7 uarta_init_rx
+0x5eeb uartb_init_rx
+0x5eef uarta_prepare_tx
+0x5ef3 uartb_prepare_tx
+0x5ef7 uarta_prepare_rx
+0x5efb uartb_prepare_rx
+0x5eff uarta_send
+0x5f01 uartb_send
+0x5f03 uarta_rxdone
+0x5f05 uartb_rxdone
+0x5f07 uarta_clear_current_rx
+0x5f0b uartb_clear_current_rx
+0x5f0f uarta_prepare_tx_register_push
+0x5f11 uartb_prepare_tx_register_push
+0x5f13 uarta_send_register_pop
+0x5f15 uartb_send_register_pop
+0x5f17 uart_register_push
+0x5f1b uart_register_pop
+0x5f1f uart_copy_tx_bytes_fast
+0x5f21 uart_copy_tx_bytes_fast_loop
+0x5f26 uart_copy_tx_bytes_fast_loop_four
+0x5f2c uart_tx_16_bytes
+0x5f2d uart_tx_8_bytes
+0x5f30 uart_tx_4_bytes
+0x5f33 uart_copy_tx_bytes
+0x5f35 uart_copy_tx_bytes_loop
+0x5f39 uart_copy_rx_bytes_fast
+0x5f3b uart_copy_rx_bytes_fast_loop
+0x5f40 uart_copy_rx_bytes_fast_loop_four
+0x5f46 uart_rx_16_bytes
+0x5f47 uart_rx_8_bytes
+0x5f4a uart_rx_4_bytes
+0x5f4d uart_copy_rx_bytes
+0x5f4f uart_copy_rx_bytes_loop
+0x5f53 app_store_nvram_event
+0x5f55 check_51cmd_store_reconn_info
+0x5f55 check_51cmd_update_device_record
+0x5f5c write_device_record
+0x5f60 write_device_loop_find
+0x5f6c write_device_loop_find0
+0x5f70 set_index_finded_device
+0x5f76 set_index_find_device_master_addr
+0x5f7b store_rec_data_common
+0x5f7e set_index_finded_device_ble_mode
+0x5f82 set_index_finded_device_irk
+0x5f84 store_ble_rec_data_common
+0x5f86 set_index_finded_device_ediv
+0x5f89 nvram_find_addr_from_bd_list
+0x5f90 find_addr_from_bd_list_ble_mode
+0x5f98 find_addr_from_bd_list_static_addr
+0x5f9c find_addr_from_bd_list_static_addr_reconnect
+0x5f9f find_addr_from_bd_list_static_addr_sc_or_legacy
+0x5f9f find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+0x5fa2 find_addr_from_bd_list_static_addr_sc
+0x5fa2 find_addr_from_bd_list_random_non_resolvable_private_address_sc
+0x5fa5 find_addr_from_bd_list_public_device_addr
+0x5fa8 find_addr_from_bd_list_random_non_resolvable_private_address
+0x5faa find_addr_from_bd_list_random_addr
+0x5fac find_addr_from_bd_list_spp_mode
+0x5fae find_addr_from_bd_list_common
+0x5fb6 nvram_find_addr_from_list
+0x5fc6 nvram_find_addr_from_list_compare
+0x5fc8 find_master_addr_from_list_compare
+0x5fcd find_addr_from_list_compare_ble_mode
+0x5fd0 find_irk_form_list_compare
+0x5fe2 genernate_master_macaddress
+0x5feb find_ediv_form_list_compare
+0x5ffa check_nvram
+0x6000 init_device_list
+0x6004 init_device_list_loop
+0x6009 load_device_list
+0x6014 clear_key_exists
+0x6016 load_device_list_mode_4
+0x6023 clear_ltk_exists
+0x6025 eeprom_store_le_reconn_info
+0x6027 eeprom_store_bd_reconn_info
+0x6028 eeprom_store_reconn_info
+0x602c check_link_key_load
+0x6032 gpio_set_wake_by_current_state
+0x6036 gpio_set_wake
+0x6042 gpio_clr_wake
+0x604e gpio_config_input_nowake
+0x6050 gpio_config_input
+0x6053 gpio_config_input_without_wake
+0x6059 gpio_get_bit
+0x6063 gpio_get_bit_reverse
+0x6065 gpio_out_inactive
+0x6069 gpio_config_output
+0x6069 gpio_out_active
+0x606c gpio_out_flag
+0x606f gpio_out
+0x6074 gpio_check_active
+0x6079 gpio_check_active_high
+0x607b gpio_set_analog
+0x607d gpio_write
+0x607f gpio_set_high_impedance
+0x6082 gpio_pd_idle
+0x6084 gpio_pd_idle_loop
+0x6089 gpio_pd_idle_configured
+0x608b gpio_addr
+0x608f gpio_config_param
+0x6092 gpio_config_function
+0x6093 gpio_config_function_int
+0x6098 gpio_get_config
+0x609d gpio_set_before_lpm_common
+0x609f gpio_set_before_lpm
+0x60a1 setgpio_loop
+0x60b1 setgpio_loop_end
+0x60b3 setgpio_pullup
+0x60b6 setgpio_pulldown
+0x60b9 adc_init_data
+0x60c0 adc_init_cal_data
+0x60c5 adc_init_cal_data_loop
+0x60cc adc_init_cal_data_default
+0x60d5 adc_init_wait_count
+0x60d9 adc_wait_timer
+0x60dc idle_read_adc_wait
+0x60ec enable_adc_check
+0x60f6 enable_adc_check_le
+0x6100 enable_adc_wait
+0x6102 enable_adc
+0x611a read_adc_mode
+0x611d adc_check_gpio
+0x6121 adc_mode_vdcdc
+0x6123 adc_adc_mode_vbat
+0x6125 vdd_calculate_by_mode
+0x612b vdd_calculate_vinlpm
+0x6131 vdd_calculate_hvin
+0x6137 vdd_calculate_io
+0x613c vdd_calculate
+0x6145 vdd_calculate2
+0x6149 vdd_calculate1
+0x6152 adc_bat_percent_lowpower_out
+0x6162 adc_set_low_power_flag
+0x6166 adc_clear_low_power_flag
+0x616a adc_set_no_power_flag
+0x616e adc_clear_no_power_flag
+0x6172 keyscan_key_init
+0x6174 keyscan_key_init_next
+0x6179 keyscan_key_init_lp1
+0x617d keyscan_key_init_end
+0x617e keyscan_scan_key
+0x6184 keyscan_scan_key_lp1
+0x618f keyscan_scan_key_lp1_next
+0x6197 keyscan_process_lpm_before
+0x6199 keyscan_process_lpm_before_next
+0x619e keyscan_process_lpm_before_lp1
+0x61a2 keyscan_process_lpm_before_end
+0x61a3 keyscan_key_process
+0x61ae keyscan_key_process_next
+0x61b7 keyscan_key_lp1
+0x61c3 keyscan_key_lp1_next
+0x61cc keyscan_send_key_data
+0x61d1 pwm_init
+0x61d7 delay_nop100
+0x61d9 pwm_clk_set
+0x61dc pwm_12m_clk_set
+0x61de pwm_24m_clk_set
+0x61e0 pwm_33k_clk_set
+0x61e2 pwm_cont_set
+0x61e6 pwm_cont_set1
+0x61ed pwm_cont_set0
+0x61f4 pwm_set_value
+0x61f8 pwm_out_set
+0x620a pwm_duty_cycle_set
+0x6213 pwm_enable
+0x6216 pwm_disable
+0x6218 pwm_gpio_set
+0x621d pwm_set_select
+0x6223 pwm_select_channel
+0x6227 pwm_srst_powerdown
+0x6228 pwm_srst_set
+0x622d wdt_init_config
+0x623c wdt_set_enable
+0x623e wdt_set_disable
+0x623f wdt_init_set
+0x6243 nec61212_init
+0x6244 nec_init_config
+0x6248 nec_check_rxbuff_size
+0x624a nec_prepare_read
+0x624e nec_read_done
+0x6250 nec_parse_nec61212
+0x626b nec_parse_nec61212_data
+0x6277 nec_parse_nec61212_error_data
+0x627c nec_parse_nec61212_add_bit1
+0x627d nec_parse_nec61212_add_bit0
+0x6280 nec_parse_nec61212_check_repeat_data
+0x628b nec_parse_nec61212_check_stop_bit
+0x6292 nec_parse_nec61212_check_timeout
+0x6297 nec_parse_nec61212_check_timeout_cb
+0x629b nec_check_pulse_range_legal_default_deviation
+0x629c nec_check_pulse_range_legal
+0x62a4 nec_check_pulse_range_legal_data_negative
+0x62a6 select_system_clk_24m
+0x62aa calc_new_param
+0x62ac calc_new_param_loop
+0x62b2 calc_new_le_time
+0x62b4 select_system_clk_12m_xtal
+0x62b5 select_system_clk_12m_common
+0x62b9 select_system_clk_12m_dpll
+0x62bb rfcomm_init
+0x62c5 rfcomm_init_spp
+0x62cd rfcomm_init_spp_with_credit
+0x62cf set_cr_bit
+0x62d1 rfcomm_calculate_fcs_sabm
+0x62dd rfcomm_calculate_fcs_ua
+0x62e6 rfcomm_calculate_fcs_dlci0
+0x62ea rfcomm_calculate_fcs_dlci0_res
+0x62ec rfcomm_save_fcs_uih
+0x62fb caculate_uihdata_fcs
+0x6307 caculate_fcs
+0x6314 mod2div
+0x6318 mod2div_loop
+0x631d mod2div_not_enough_reduction
+0x6327 mod2div_end
+0x6329 get_rfcomm_snd_adss
+0x632a dlci_to_address_cmd
+0x6330 channel_to_dlci
+0x6334 rfcomm_rx_process_dlci0_sabm
+0x633d rfcomm_rx_process_dlci0_ua
+0x6341 rfcomm_rx_process
+0x6345 rfcomm_rx_process_remote_page
+0x634b parse_dlci0_rp
+0x6352 parse_dlci0_rp_uih
+0x635c parse_dlci0_rp_uih_pn_cmd
+0x635e parse_dlci0_rp_uih_pn_cmd_spp
+0x6364 parse_dlci0_rp_uih_pn_res
+0x6366 parse_dlci0_rp_uih_pn_res_common
+0x6368 get_rfcomm_param_modem_status
+0x636f get_rfcomm_head_struct
+0x6375 get_rfcomm_current_length
+0x637a get_rfcomm_uih_head_struct
+0x6382 get_param_payload_ptr
+0x6385 get_rfcomm_length_common
+0x638e get_rfcomm_prarmer_negotiation
+0x639d parse_dlci0_rp_uih_ms_cmd
+0x639f parse_dlci0_rp_uih_ms_cmd_spp
+0x63a9 parse_dlci0_rp_uih_ms_res
+0x63b0 parse_dlci0_rp_uih_ms_res_spp
+0x63b4 parse_dlci0_rp_uih_cmd_port
+0x63cf parse_uih_rp
+0x63d0 parse_uih_rp_spp
+0x63d8 parse_uih_rp_spp_ua
+0x63dc parse_uih_rp_spp_sabm
+0x63ee parse_uih_spp_uih_credits
+0x63f6 parse_uih_spp_uih
+0x63f7 parse_uih_spp_uih_cont
+0x63fb parse_uih_rp_spp_disconn_send_event
+0x63fd parse_uih_rp_spp_disconn
+0x6403 rfcomm_rx_process_reconn
+0x6409 parse_dlci0_reconn
+0x640f parse_dlci0_reconn_uih
+0x6418 parse_dlci0_reconn_uih_pn_cmd
+0x641f parse_dlci0_reconn_uih_pn_cmd_spp
+0x6423 parse_dlci0_reconn_uih_ms_cmd
+0x642a parse_dlci0_reconn_uih_ms_cmd_spp
+0x6433 parse_dlci0_reconn_uih_ms_res
+0x6439 parse_dlci0_reconn_uih_ms_res_spp
+0x643d parse_uih_reconn
+0x6443 parse_uih_reconn_spp
+0x6448 parse_uih_reconn_spp_ua
+0x644c parse_uih_reconn_spp_sabm
+0x644d parse_uih_reconn_spp_disconn
+0x644e rfcomm_rx_process_end
+0x644f rfcomm_send_more_pkt
+0x6453 rfcomm_send_more_pkt_msc_cmd_spp
+0x6458 rfcomm_send_more_pkt_msc_cmd_spp0
+0x6460 rfcomm_send_sabm
+0x646d rfcomm_send_ua
+0x647b rfcomm_send_param_neg_cmd
+0x6497 rfcomm_send_param_neg_res
+0x64b3 rfcomm_send_modem_status_cmd
+0x64c8 rfcomm_send_modem_status_res
+0x64df rfcomm_send_uih_without_payload
+0x64f9 rfcomm_increase_credit_given
+0x6502 spp_process_rx_data
+0x6504 spp_tx_rfcomm_packet
+0x650e ssp_tx_rfcomm_from_uart
+0x6516 ssp_tx_rfcomm_from_uart_without_credit
+0x651b ssp_tx_rfcomm_from_uart_common
+0x6522 ssp_tx_rfcomm_from_uart_common0
+0x654c ssp_tx_write_length
+0x6554 ssp_tx_write_long_packet
+0x655d ssp_tx_write_given_credit
+0x6561 scheduler_process
+0x6572 scheduler_process0
+0x6575 scheduler_tx_disconnect_hid
+0x6579 scheduler_tx_l2cap_pkt
+0x6594 scheduler_tx_l2cap_start_pkt
+0x659f scheduler_tx_l2cap_last_pkt
+0x65a1 scheduler_tx_l2cap_pkt_end
+0x65a5 scheduler_start_upper_sm
+0x65a9 scheduler_start_upper_sm_hid
+0x65ab process_upper_sm
+0x65ad process_upper_sm_remote_page
+0x65b0 process_upper_sm_rp_wait
+0x65b1 process_upper_sm_reconn
+0x65d0 process_upper_sm_reconn_wait
+0x65d1 process_upper_sm_reconn_sdp_conn
+0x65d7 process_upper_sm_reconn_sdp_cfg
+0x65e1 process_upper_sm_reconn_ss_spp
+0x65e6 process_upper_sm_reconn_sdp_disconn
+0x65e9 process_upper_sm_reconn_hid_ctrl_conn
+0x65ef process_upper_sm_reconn_hid_ctrl_cfg
+0x65f5 process_upper_sm_reconn_hid_int_conn
+0x65fb process_upper_sm_reconn_hid_int_cfg
+0x6601 process_upper_sm_reconn_rfcomm_conn
+0x6607 process_upper_sm_reconn_rfcomm_cfg
+0x660d process_upper_sm_reconn_rfcomm_sabm
+0x6613 process_upper_sm_reconn_spp_cmd_pn
+0x6619 process_upper_sm_reconn_spp_sabm
+0x6624 process_upper_sm_reconn_spp_cmd_ms
+0x662a process_upper_sm_reconn_sdp_conn_wait
+0x662e process_upper_sm_reconn_sdp_cfg_wait
+0x6631 process_upper_sm_reconn_ss_spp_wait
+0x6636 process_upper_sm_reconn_sdp_disconn_wait
+0x663c process_upper_sm_reconn_hid_ctrl_conn_wait
+0x6640 process_upper_sm_reconn_hid_ctrl_cfg_wait
+0x6644 process_upper_sm_reconn_hid_int_conn_wait
+0x6648 process_upper_sm_reconn_hid_int_cfg_wait
+0x664d process_upper_sm_reconn_rfcomm_conn_wait
+0x6651 process_upper_sm_reconn_rfcomm_cfg_wait
+0x6655 process_upper_sm_reconn_rfcomm_sabm_wait
+0x665a process_upper_sm_reconn_spp_cmd_pn_wait
+0x665e process_upper_sm_reconn_spp_sabm_wait
+0x6662 process_upper_sm_reconn_spp_cmd_ms_wait
+0x6665 process_upper_sm_reconn_setup_hid
+0x6667 process_upper_sm_reconn_setup_rfcomm
+0x6669 process_upper_sm_reconn_setup_spp
+0x666b process_upper_sm_reconn_termination
+0x666d upper_sm_send_sdp_conn
+0x6674 upper_sm_send_sdp_cfg
+0x6679 upper_sm_send_sdp_disconn
+0x6683 upper_sm_send_ss_spp
+0x6687 upper_sm_send_rfcomm_conn
+0x668e upper_sm_send_rfcomm_cfg
+0x6693 upper_sm_send_hid_ctrl_conn
+0x669a upper_sm_send_hid_ctrl_cfg
+0x669f upper_sm_send_hid_int_conn
+0x66a6 upper_sm_send_hid_int_cfg
+0x66ab upper_sm_send_rfcomm_sabm
+0x66b2 upper_sm_send_spp_cmd_pn
+0x66b8 upper_sm_send_spp_sabm
+0x66c2 upper_sm_send_spp_cmd_ms
+0x66c7 sdp_process
+0x66e2 sdp_process_ss_req
+0x6702 ss_req_loop
+0x6705 ss_req_blank
+0x670a sdp_process_sa_req
+0x6715 sa_isnot_wholerange
+0x6718 sa_judge_wholerange
+0x6721 sa_judge_wholerange_false3
+0x6723 sa_judge_wholerange_false2
+0x6725 sa_judge_wholerange_false1
+0x6727 sa_req_loop
+0x672a sa_req_range
+0x6730 sa_req_range_id_increase
+0x6739 sa_req_range_id_finish
+0x673c sa_req_one_id
+0x6741 sa_req_check_next_id
+0x6748 sa_req_handle_attributelist_next
+0x6758 sa_req_handle_attributelist_notfound
+0x675b sa_req_handle_attributelist_end
+0x6760 sdp_store_continue_common
+0x6764 sdp_store_continue_0byte
+0x6766 sdp_store_continue_1byte
+0x6769 sdp_store_continue_2byte
+0x676c sdp_store_continue_end
+0x676e sa_req_all
+0x6790 sa_req_all_fisrt_fragment
+0x6794 sa_req_all_parlength_continue_byte
+0x6797 sa_req_all_parlength_continue_byte_end
+0x679d sa_req_all_fragment_sdp
+0x67ab sa_req_all_answer_attributelist_full_loop
+0x67b4 sa_req_all_last_frag_continue
+0x67b6 sa_req_all_frag_end
+0x67b8 sdp_process_ssa_req
+0x67c2 ssa_req_loop
+0x67d2 ssa_req_attributelist_next
+0x67dd ssa_req_attributelist_notfound
+0x67df ssa_req_attributelist_end
+0x67e4 sdp_store_maxbyte
+0x67ec ssa_req_range
+0x67fd ssa_req_range_find_handle
+0x6805 ssa_req_range_later_freg_with_continue
+0x680d ssa_req_range_send_not_maxbyte
+0x6814 ssa_req_range_maxbyte_with_continue
+0x6817 ssa_req_range_maxbyte_with_continue_cpy
+0x681d ssa_req_range_next_handle
+0x6822 ssa_req_range_get_length
+0x682b ssa_req_range_first_freg
+0x6835 ssa_req_range_firstfreg_not_maxbyte_with_continue
+0x6837 ssa_req_range_freg_no_continue
+0x6839 ssa_req_range_lastfreg
+0x683a ssa_req_range_lastfreg_common
+0x6845 ssa_req_range_firstfreg_maxbyte_with_continue
+0x684a ssa_req_range_attrbutes_length
+0x6850 ssa_req_range_attrbutes_length_no_continue
+0x6856 ssa_req_range_freg_with_continue
+0x6866 ssa_req_range_common
+0x6870 sdp_process_sa_res
+0x6870 sdp_process_error_res
+0x6871 sdp_invalid_service_record_handle
+0x6874 sdp_invalid_pdu_size
+0x6877 sdp_insufficient_resource
+0x687a sdp_invalid_request_syntax
+0x687c sdp_error_response
+0x6886 ask_serviceclassid
+0x688b classidloop
+0x6894 skip2bytes
+0x689d frstbwrong
+0x68a0 scndbwrong
+0x68a9 cmp032
+0x68ac cmp016
+0x68ae cmpuuid
+0x68b4 uuidsize
+0x68cf wrong12b
+0x68d0 wrong12b1
+0x68d4 chck12dn
+0x68d6 loopornot
+0x68dc asksrv_error
+0x68de dataelementtype6
+0x68ed dsize32
+0x68ef dsize16
+0x68f2 dsize
+0x68f4 dsize_error
+0x68f6 ss_empty_rsp
+0x68f9 sa_empty_rsp
+0x68fc ssa_empty_rsp
+0x68fe empty_response
+0x690d fullsearch
+0x690f outempty
+0x6911 sdp_data_len
+0x6918 sdp_get_data
+0x691c sdp_get_data_type0
+0x691f sdp_get_data_type_not0_sizeindex01234
+0x6922 sdp_get_data_type_not0
+0x6929 sdp_get_data_type_not0_sizeindex5
+0x692c sdp_get_data_type_not0_sizeindex6
+0x6930 sdp_get_data_type_not0_sizeindex7
+0x6938 search_all_uuid
+0x693c search_all_uuid_llop
+0x6943 search_uuid
+0x6946 search_uuid_next
+0x694c search_uuid_loop
+0x6950 search_uuid_not_found
+0x6956 search_uuid_check_same_handle
+0x695c search_uuid_store_handle
+0x6963 search_uuid_nomatch
+0x6967 search_handle
+0x696a search_handle_loop
+0x697c search_attrib
+0x697f search_attrib_next
+0x6982 search_attrib_loop
+0x698a search_attrib_found_uuid
+0x6990 search_attrib_loop_attribs
+0x699a search_attrib_end
+0x699d search_handle_attrib
+0x69a0 search_handle_attrib_next
+0x69aa search_handl_attrib_found_handle
+0x69ac search_handle_attrib_loop_attribs
+0x69b6 search_handle_attrib_end
+0x69b8 search_rfcomm_cn
+0x69c3 search_uuid_in_data
+0x69c6 search_uuid_in_data_loop
+0x69d6 search_uuid_in_data_found_element_index5
+0x69d9 search_uuid_in_data_found_element_index6
+0x69dc search_uuid_in_data_found_element_index7
+0x69df search_uuid_in_data_found_uuid
+0x69e5 search_uuid_in_data_type_uuid_128
+0x69e6 search_uuid_in_data_type_uuid_32
+0x69e8 search_uuid_in_data_type_uuid_16
+0x69ee sdp_send_spp_request
+0x6a05 function_g2
+0x6a1c function_f6_eb
+0x6a2c get_r
+0x6a30 function_f6_ea
+0x6a43 function_f5
+0x6a55 function_f5_common
+0x6a66 store_addr_common_b
+0x6a6b store_addr_common_a
+0x6a70 function_f4_ca
+0x6a7b function_f4_cb
+0x6a86 function_aes_cmac
+0x6a8a function_ceil16
+0x6a98 function_aes_cmac_set_flag_0_balnk
+0x6a9b function_aes_cmac_set_flag_0
+0x6a9c function_aes_cmac_set_flag_0_common
+0x6aa6 function_aes_cmac_aes
+0x6aa9 function_aes_cmac_aes_loop
+0x6aaf function_aes_cmac_aes_loop_end
+0x6ab7 load_inverse_result
+0x6abb store_inverse_k
+0x6abd inverse_k
+0x6ac0 inverse_memdat
+0x6ac4 bn_lshift_0_inverse
+0x6ace function_aes_cmac_k1_inverse
+0x6acf function_aes_cmac_inverse_common
+0x6ad3 function_aes_cmac_k2_inverse
+0x6ad5 function_aes_cmac_generate_subkey
+0x6add function_aes_cmac_k1
+0x6ae6 function_aes_cmac_k1_0
+0x6ae7 function_aes_cmac_k2
+0x6af0 function_aes_cmac_xor_rb
+0x6af1 function_aes_cmac_xor_rb_loop
+0x6af7 function_aes_cmac_xor_loop_common
+0x6afb function_aes_cmac_padding
+0x6afe function_aes_cmac_padding_loop
+0x6b03 function_aes_cmac_padding_loop2
+0x6b06 function_aes_cmac_padding_beq_length
+0x6b07 function_aes_cmac_padding_common
+0x6b09 function_aes_cmac_padding_big_length
+0x6b0b generate_kinit
+0x6b0f function_e21
+0x6b1e function_e22
+0x6b24 function_e22_pin_init
+0x6b25 function_e22_genx_pin
+0x6b28 function_e22_genx_loop
+0x6b32 function_e22_genx_end
+0x6b3e function_e1
+0x6b41 function_e3
+0x6b48 function_hash
+0x6b5e function_ar
+0x6b67 function_ar_loop
+0x6b6f function_ar_original
+0x6b85 key_scheduling
+0x6b8b key_rotateloop
+0x6b96 key_select_octet_loop
+0x6b9b key_select_octet_nwrap
+0x6ba5 bias_round_key_loop
+0x6bac key_sched_zero
+0x6bae create_byte_16_loop
+0x6bb6 xor_mod32
+0x6bb7 xor_mod32_ar2
+0x6bba xor_mod32_loop
+0x6bc0 xor_mod32_invert
+0x6bc3 xor_even
+0x6bc9 el_boxes
+0x6bcc el_box_loop
+0x6bd2 e_boxes
+0x6bd8 pht
+0x6bdb pht_loop
+0x6be7 permute
+0x6bf6 permute_exchange
+0x6bf7 permute_loop
+0x6c06 add16
+0x6c08 xor16
+0x6c09 xor_add16
+0x6c0a xoradd_loop
+0x6c0f xoradd_add
+0x6c10 xoradd_store
+0x6c15 function_expand
+0x6c1b expand_12
+0x6c1c expand_cont
+0x6c20 key_offset
+0x6c2f key_addxor
+0x6c30 key_addxor_loop
+0x6c34 key_add
+0x6c36 key_high
+0x6c37 key_xor
+0x6c38 key_store
+0x6c3c copy_aco
+0x6c41 concatenate_temp24
+0x6c42 concatenate_temp16
+0x6c45 loop1
+0x6c46 generate_stk
+0x6c4a authenticate_rconfirm
+0x6c4d authenticate_mconfirm
+0x6c52 generate_confirm
+0x6c55 generate_mrand
+0x6c58 generate_sk
+0x6c61 ccm_b0
+0x6c64 first_block_counter
+0x6c66 first_block_data
+0x6c67 first_block
+0x6c68 iv_common
+0x6c79 generate_mic
+0x6c88 generate_mic_loop
+0x6c8d generate_mic_end
+0x6c91 aes_crypt_data
+0x6c9b ccm_br_enc_new
+0x6cb9 ccm_br_pcnt_tx_add
+0x6cbd ccm_br_check_0_length_continuation
+0x6cc3 ccm_br_pcnt_tx_set
+0x6cc8 ccm_br_pcnt_rx_set
+0x6ccc ccm_br_decrypt_new
+0x6cf3 ccm_br_pcnt_rx_add
+0x6cfa le_decrypt_new
+0x6d20 le_encrypt_new
+0x6d27 le_encrypt_new_start
+0x6d40 ccm_wait_enc
+0x6d45 ccm_check_enc_done
+0x6d47 ccm_enc_done
+0x6d4c ccm_init_common
+0x6d53 wait_ccm_done
+0x6d55 ccm_ctrl_clr
+0x6d57 wait_aes
+0x6d59 do_aes_ocb
+0x6d5c do_aes_cbc
+0x6d5f do_aes_ctr
+0x6d62 aes_init
+0x6d65 function_s1
+0x6d7a function_c1
+0x6d80 function_c1_master
+0x6d90 function_c1_irat
+0x6d95 function_c1_loop1
+0x6da8 padding_data
+0x6dad padding_loop
+0x6db2 aes_load_data
+0x6db3 load_data_loop
+0x6db7 load_data_padding
+0x6dbc aes_load_xor
+0x6dbe load_key
+0x6dc0 load_data128
+0x6dc1 load_regext
+0x6dc2 load_regext_loop
+0x6dc7 load_sk
+0x6dc9 clear_hidata
+0x6dcb aes_clear_data
+0x6dcc aes_clear
+0x6dcd clear_loop
+0x6dce clear_data_rest
+0x6dd1 store_aes_result
+0x6dd3 send_aes_result_loop
+0x6dd8 store_enc_data
+0x6dde store_enc_loop
+0x6de6 store_enc_byte
+0x6dea compare_res
+0x6dec compare_res_loop
+0x6df3 enable_authrom
+0x6df7 disable_authrom
+0x6dfb init_memp
+0x6e52 init_memp_256
+0x6ea4 publickey_init
+0x6ea7 sp_calc_sequence_256_check
+0x6eb5 stop_publickey_calc_256
+0x6eb7 sp_br_secure_connection_enable
+0x6ebb sp_br_secure_connection_disable
+0x6ebf sp_initialize
+0x6ec2 sp_reset
+0x6ec6 sp_wait_pubkey_calc_done
+0x6ecc sp_clear_flags
+0x6ed5 sp_generate_local_key
+0x6eda sp_generate_local_key0_256
+0x6edd sp_start_send_pubkey_256
+0x6ee2 sp_master_generate_local_key
+0x6ee5 sp_generate_local_key0_192
+0x6ee8 sp_start_send_pubkey
+0x6eed sp_calc_check_publickey_256
+0x6f08 sp_calc_b256
+0x6f1e sp_calc_check_publickey
+0x6f39 sp_calc_b
+0x6f4f sp_calculate_commitment
+0x6f53 sp_calculate_commitment_256
+0x6f5d sp_calculate_commitment0_256
+0x6f63 sp_calculate_commitment_192
+0x6f6e master_sp_calculate_commitment
+0x6f75 sp_calculate_commitment0
+0x6f7b master_sp_calculate_commitment0
+0x6f7e sp_local_random_key_generator
+0x6f81 sp_calculate_commitment_wait_dhkey_calc
+0x6f83 sp_confirm_check
+0x6f86 sp_confirm_check_wait
+0x6f89 sp_confirm_check_256
+0x6f8c sp_confirm_check_192
+0x6f8e sp_confirm_check_common
+0x6f9e sp_confirm_check_success
+0x6fa4 sp_confirm_check_success_master
+0x6fa7 sp_confirm_check_failed
+0x6fad sp_confirm_check_failed_master
+0x6fb0 sp_confirm_calc
+0x6fb4 sp_confirm_calc_256
+0x6fb8 sp_confirm_calc_192
+0x6fbc sp_confirm_calc_ready
+0x6fc9 sp_confirm_calc_master
+0x6fcc sp_master_key_prarm_push
+0x6fd6 sp_link_key_prarm_push
+0x6fe0 sp_link_key_calc
+0x6feb sp_debug_private
+0x6ffb sp_pubkey_calc
+0x7014 sp_pubkey_generated
+0x701a sp_dhkey_calc
+0x702b sp_dhkey_generated
+0x7032 random_generator
+0x7037 compare4
+0x7041 compare4_failed
+0x7043 compare4_success
+0x7045 simple_pairing_sequence
+0x7056 master_simple_paring_sequence
+0x7068 master_set_mem_master_sp_flag
+0x706a master_clear_mem_master_sp_flag
+0x706c sp_calc_sequence
+0x7077 sp_calc_sequence_done
+0x707c bn_testbit
+0x7082 ec_copy
+0x7085 bn_eq_zero
+0x708b bn_eq_0
+0x7094 bn_bigeq
+0x7097 bn_bigeq_0
+0x70a1 bn_add
+0x70a3 bn_add_0
+0x70af bn_sub
+0x70b1 bn_sub_0
+0x70bd bn_rshift6
+0x70bf bn_rshift
+0x70c0 bn_rshift_0
+0x70cb bn_lshift
+0x70cd bn_lshift_0
+0x70d8 bn_lshiftmod
+0x70d9 bn_lshiftmod_ismod
+0x70e1 bn_lshiftmod_0
+0x70e5 bn_addmod
+0x70e8 bn_submod
+0x70ef bn_p192mod
+0x7110 bn_load
+0x7111 bn_load_0
+0x7116 bn_mulmod
+0x7120 bn_mulmod_1
+0x7122 bn_mulmod_0
+0x7138 bn_sqrmod
+0x713a bn_rshifteven
+0x713b bn_rshifteven_1
+0x714a bn_rshifteven_0
+0x714e bn_invmod
+0x715d bn_invmod_2
+0x7178 bn_invmod_1
+0x7186 bn_invmod_0
+0x7193 ecdbl
+0x71e4 ecadd
+0x7250 eckp_0
+0x725e eckp_1
+0x7263 ecunmapz
+0x7275 sha_endian_swap2
+0x7278 sha_endian_loop
+0x7280 sha_getw
+0x7284 sha_r
+0x7286 sha_r_loop
+0x729b sha_init
+0x729d sha_init_0
+0x72a2 sha
+0x72a6 sha_0
+0x72af sha_loop
+0x72d8 sha_1
+0x72de sha_result
+0x72e0 sha_regext_save
+0x72e5 pad_xor
+0x72e8 pad_xor_0
+0x72ef pad_xor_1
+0x72f2 g_noninit_number_confirm
+0x72f6 g_noninit_number_confirm_192
+0x72f9 g_noninit_number_confirm_256
+0x72fc g_noninit_192
+0x72fe g_noninit0_192
+0x730c g_init_192
+0x731b g_common_192
+0x7324 g_common0
+0x7335 noninit_number_confirm
+0x7338 g_noninit0_256
+0x7346 g_common_256
+0x734f function_f1_192_no_key
+0x7351 function_f1_192
+0x7353 function_f1_192_common
+0x736e function_f1_common2
+0x7388 function_f2_192
+0x73be function_f3a_192
+0x73c0 function_f3a_common
+0x73cf function_f3a_no_pin
+0x73d2 function_f3b_no_pin
+0x73d5 function_f3b_192
+0x73d7 function_f3b_common
+0x73e4 function_f3_common
+0x740e eckp_calc_init
+0x740f eckp_calc_init_1
+0x7419 eckp_calc
+0x7421 memcpy_dword_swap4
+0x7422 memcpy_dword_swap
+0x7423 memcpy_dword_swap_loop
+0x7428 function_f1_no_key_256
+0x742a function_f1_256
+0x742c function_f1_common_256
+0x7449 function_f3a
+0x744d function_f3a_256
+0x744f function_f3a_common_256
+0x745c function_f3_common_256
+0x7477 sha_end_common
+0x7486 function_f3a_no_pin_256
+0x7489 function_f3b_no_pin_256
+0x748c function_f3b
+0x7490 function_f3b_256
+0x7492 function_f3b_common_256
+0x74a0 function_f2
+0x74a4 function_f2_256
+0x74cc function_h3
+0x74f4 function_h4
+0x7519 function_h5
+0x7541 sp_initialize_256
+0x7544 sc_reset
+0x7547 sp_wait_pubkey_calc_256_done
+0x754d sp_debug_private_256
+0x7562 sp_pubkey_calc_256
+0x757b sp_pubkey_generated_256
+0x7581 sp_dhkey_calc_256
+0x7591 sp_dhkey_generated_256
+0x7597 sp_calc_sequence_256
+0x75a1 sp_calc_sequence_done_256
+0x75a7 eckp_calc_256
+0x75af eckp_calc_init_256
+0x75b2 eckp_calc_init_256_1
+0x75bc ecunmapz_256
+0x75ce ecdbl_256
+0x761f ecadd_256
+0x768b bn_invmod_256
+0x7699 bn_invmod_256_2
+0x76b4 bn_invmod_256_1
+0x76c2 bn_invmod_256_0
+0x76c9 bn_mulmod_256
+0x76d7 bn_mulmod_256_1
+0x76dd bn_mulmod_256_0
+0x76f2 bn_p256mod
+0x775b bn_load_mem
+0x775f bn_load_256
+0x7761 bn_sqrmod_256
+0x7763 bn_add_256
+0x7765 bn_addmod_256
+0x7768 bn_lshiftmod_256
+0x7769 bn_lshiftmod_ismod_256
+0x7772 bn_lshiftmod_p_256
+0x777a sub_p2_256
+0x777e bn_submod_256
+0x7788 bn_submod_256_np
+0x7791 bn_sub_256
+0x7793 bn_rshift_256
+0x7796 bn_lshift_256
+0x7799 bn_bigeq_256
+0x779d bn_eq_zero_256
+0x77a0 bn_rshifteven_256
+0x77a1 bn_rshifteven_256_1
+0x77b0 bn_rshifteven_256_0
+0x77b4 ui_init
+0x77b9 ui_dispatch
+0x77bb ui_button_init
+0x77c5 ui_button_polling
+0x77cb ui_button_down
+0x77d7 ui_button_up
+0x77e1 ui_button_check_long_press
+0x77e8 lpm_button_get_wake_lock
+0x77ea lpm_button_clean_wake_lock
+0x77ec calc_curr_struct_prt
+0x77f0 ui_led_init_global
+0x77f5 ui_led_init_loop
+0x77fc ui_led_on_global
+0x7801 ui_led_blink_stop_global
+0x7801 ui_led_off_global
+0x7806 ui_led_blink_start_global
+0x780c ui_led_set_style_global
+0x7811 ui_led_dispatch
+0x7814 ui_led_blink_polling
+0x781a ui_led_off_static
+0x781f ui_led_on_static
+0x7824 ui_led_change_style_by_type
+0x782d ui_led_blink_state_lighting
+0x7838 ui_led_blink_state_darking
+0x7844 ui_led_blink_infinite
+0x7848 ui_led_blink_timer_start
+0x784a ui_led_stop_timer
+0x784c ui_timer_timeout
+0x7850 ui_timer_check
+0x7857 ui_timer_check_loop
+0x7861 ui_timer_init
+0x7864 ui_timer_check_end
+0x786a ui_timer_check_send_evt
+0x786b ui_ipc_get_lock
+0x786c ui_ipc_get_lock_wait
+0x786f ui_ipc_put_lock
+0x7871 ui_ipc_send_event
+0x787a ui_ipc_send_cmd
+0x7883 ui_ipc_clean_all_fifo
+0x7887 check_51cmd
+0x7892 check_51cmd_once
+0x78ac check_51cmd_once_continue
+0x78bd check_51cmd_check_idle
+0x78c2 check_51cmd_restore
+0x78c4 check_51cmd_start_discovery
+0x78c9 check_51cmd_stop_discovery
+0x78cf check_51cmd_reconnect
+0x78d1 check_51cmd_disconnect
+0x78d4 check_51cmd_enter_sniff
+0x78df check_51cmd_exit_sniff
+0x78e1 check_51cmd_pincode
+0x78e7 check_51cmd_pincode_pair_passive
+0x78ee check_51cmd_adv
+0x78f4 check_51cmd_stop_adv
+0x78f9 check_51cmd_direct_adv
+0x78ff check_51cmd_stop_direct_adv
+0x7904 check_51cmd_le_disconnect
+0x7908 check_51cmd_ble_update_connect_param
+0x7909 check_51cmd_led_off
+0x790b check_51cmd_led_on
+0x790d check_51cmd_led_start_blink
+0x7914 check_51cmd_led_start_blink_in_blink
+0x7917 check_51cmd_le_start_con
+0x791a check_51cmd_start_scan
+0x791c check_51cmd_stop_scan
+0x791f check_51cmd_hibernate
+0x7925 check_51cmd_hibernate_btn_disabled
+0x7927 check_51cmd_le_smp_sec_req
+0x7928 check_51cmd_role_switch
+0x7931 check_51cmd_bb_reconn_cancel
+0x7933 check_51cmd_dhkey_not_accept
+0x7936 ui_check_paring_button
+0x793a queue_init
+0x793f queue_push
+0x794e calc_queue_next_ptr
+0x7956 queue_pop
+0x7967 queue_get_new_ele
+0x7976 queue_store_new_ele
+0x7985 queue_empty
+0x7989 queue_full
+0x798d queue_get_size
+0x7991 usb_isr
+0x799d usb_init
+0x79b4 usb_offline_check_init
+0x79b6 usb_offline_state
+0x79bc usb_init_param
+0x79ee usb_config_cb
+0x79f0 usb_tx_interval_config
+0x79f5 usb_nak_state
+0x79fd usb_nak_state_judge
+0x7a00 usb_nak_state_timer_init
+0x7a05 usb0_attached_state_judge
+0x7a0a usb_clear_halt_dispose
+0x7a10 usb_rx_no_data
+0x7a13 usb_rx_data
+0x7a1e usb_rx_read
+0x7a24 usb_data_rx
+0x7a25 usb_rx
+0x7a2d usb0_rx
+0x7a30 usb_class_type
+0x7a37 usb_in_device
+0x7a3f usb_out_device
+0x7a47 usb_in_standard_req
+0x7a4d usb_in_class_req
+0x7a52 usb_in_manufacturer_req
+0x7a53 usb_out_standard_req
+0x7a5b usb_out_class_req
+0x7a60 usb_out_manufacturer_req
+0x7a61 usb0_force_stall
+0x7a65 usb0_reply_zerolen
+0x7a67 usb0_request_get_configuration
+0x7a79 usb0_request_get_cfg_dev_cfg
+0x7a7b usb0_request_get_cfg_dev_addr
+0x7a7d usb0_request_get_descriptor
+0x7a85 dsc_hid_info
+0x7a8a dsc_hid_info_interface0
+0x7a8d dsc_hid_info_interface1
+0x7a90 dsc_device_info
+0x7a94 dsc_info_set_data_len
+0x7a99 dsc_info_set_initial_data_len
+0x7a9a dsc_info_set_data_size_completed
+0x7a9f dsc_info_set_current_data_len
+0x7aa1 usb_set_high_addr
+0x7aa5 usb0_set_addr
+0x7aa9 dsc_config_info
+0x7aac dsc_string_info
+0x7aba dsc_hid_report_info
+0x7abe dsc_hid_report_info0
+0x7ac2 usb0_request_get_interface
+0x7ad4 usb0_request_get_status
+0x7ae5 usb0_sdsystem_dispose
+0x7ae7 usb0_get_status_in_device
+0x7aec usb_send_zero_packet
+0x7aee usb_send_ones_packet
+0x7af0 usb_send_two_packet
+0x7af2 usb0_get_status_in_interface
+0x7af6 usb0_get_status_in_endpoint
+0x7aff usb0_get_status_in_ep_in_ep0
+0x7b00 usb0_get_status_in_ep_in_ack
+0x7b03 usb0_get_status_in_ep_in_ep1
+0x7b05 usb0_get_status_in_ep_in_ep2
+0x7b07 usb0_get_status_in_ep_in_ep3
+0x7b09 usb_get_idle
+0x7b0d usb_get_report
+0x7b11 usb_get_report_dispose
+0x7b14 usb_get_report_send_data
+0x7b18 usb_get_report_data_release
+0x7b1b usb_get_report_data_success
+0x7b1e usb_get_protocol_req
+0x7b26 usb_get_report_protocol
+0x7b27 usb_get_boot_protocol
+0x7b28 usb0_request_clear_feature
+0x7b37 usb0_request_clear_feature_out_device
+0x7b44 usb0_request_clear_feature_out_interface
+0x7b45 usb0_request_clear_feature_out_endpoint
+0x7b4e usb0_force_stall_ep0_in_off
+0x7b50 usb0_force_stall_ep1_in_off
+0x7b51 usb0_force_stall_ep1_in_off_reply
+0x7b53 usb0_force_stall_ep2_in_off
+0x7b55 usb0_force_stall_ep3_in_off
+0x7b57 usb0_request_set_feature
+0x7b60 usb0_request_set_feature_out_device
+0x7b69 usb_wakeup_timer_reinit
+0x7b6d usb0_request_set_feature_out_interface
+0x7b6e usb0_request_set_feature_out_endpoint
+0x7b79 usb0_force_stall_ep0_in_on
+0x7b7b usb0_force_stall_ep1_in_on
+0x7b7d usb0_force_stall_ep2_in_on
+0x7b7f usb0_force_stall_ep3_in_on
+0x7b81 usb0_request_set_address
+0x7b92 usb_usb0_state_set_dev_default
+0x7b93 usb0_request_set_wait_address
+0x7b98 usb_usb0_state_set_dev_addr
+0x7b9a usb0_request_set_configuration
+0x7baf usb0_request_set_cfg_addr_state
+0x7baf usb0_request_set_cfg_cfg_state
+0x7bb3 usb0_request_set_cfg_stay_addr_state
+0x7bb5 usb0_request_set_interface
+0x7bc6 usb_set_idle
+0x7bd4 usb_clear_remote_wakeup_set0
+0x7bd8 usb_set_report
+0x7be7 usb_set_report_resume_judge
+0x7bf5 usb_set_protocol_req
+0x7bfb usb_set_boot_protocol
+0x7bfe usb_set_report_protocol
+0x7c02 usb0_respond_length
+0x7c04 usb0_respond
+0x7c09 usb0_respond_nostr
+0x7c0c usb_no_respond_data
+0x7c0e usb0_tx
+0x7c1c usb0_tx_short
+0x7c20 usb0_tx_info
+0x7c32 usb0_tx_nostr
+0x7c34 usb0_tx0
+0x7c39 usb0_tx1
+0x7c46 usb_tx_ep1
+0x7c49 usb_tx_buf
+0x7c4b usb_tx_loop
+0x7c4e usb_trig
+0x7c52 usb_tx_ep2
+0x7c56 usb_tx
+0x7c62 usb_tx_data_ep1
+0x7c6d usb_tx_data_ep2
+0x7c7a usb_tx_fifo_release
+0x7c7d usb_tx_ms_data
+0x7c85 usb_tx_ms_data_mac_boot_mode
+0x7c86 usb_tx_ms_data_mac_boot_regroup
+0x7c94 usb_tx_ms_data_normal_mode
+0x7c95 usb_tx_mac_boot_ms_regroup_r_or_lrkey
+0x7c98 usb_tx_kb_multikey_data
+0x7c9c usb_tx_kb_normal_data
+0x7ca0 usb_tx_kb_systemkey_data
+0x7ca4 usb_inwake_state_tx_dispose
+0x7ca7 usb_mac_wakeup_trig
+0x7cac usb_mac_wakeup_judge
+0x7cb0 usb_mac_wakeup
+0x7cb4 usb_windows_wakeup
+0x7cb7 usb_wakeup
+0x7cbd right_shift_n
+0x7cbf right_shift_n_loop
+0x7cc2 left_shift_n
+0x7cc5 left_shift_n_loop
+0x7cc8 push_stack
+0x7cd0 push_stack_rega_b_c
+0x7cd4 pop_stack
+0x7cde pop_stack_rega_b_c
+0x7ce2 get_contw
+0x7ce5 get_contr
+0x7ce8 store_contw
+0x7ceb store_contr
+0x7cee save_cont_pointers
+0x7cf3 load_cont_pointers
+0x7cf8 get_diff
+0x7cfe memcpy96
+0x7cff memcpy64
+0x7d01 memcpy20
+0x7d02 memcpy12
+0x7d03 memcpy4
+0x7d06 memcpy8
+0x7d09 memcpy48
+0x7d0a memcpy32
+0x7d0b memcpy24
+0x7d0c memcpy16
+0x7d0e delay
+0x7d12 delay_10ms
+0x7d13 delay_ms_wait
+0x7d16 bn_zero
+0x7d17 memset0
+0x7d18 memset8
+0x7d1b memset0_16
+0x7d1c memset0_8
+0x7d1f memset0_4
+0x7d22 clear_mem_256
+0x7d24 clear_mem_512
+0x7d26 clear_mem
+0x7d29 clear_mem_loop
+0x7d2c clear_temp_block
+0x7d2f xor_loop
+0x7d37 inverse_data
+0x7d3e inverse_loop
+0x7d46 le2be_6byte
+0x7d46 inverse_data_6byte
+0x7d4c le2be_4byte
+0x7d4c inverse_data_4byte
+0x7d52 memcpy_fast
+0x7d54 memcpy_fast_loop
+0x7d59 memcpy_fast_loop_four
+0x7d5f memcpy
+0x7d61 memcpy_loop
+0x7d65 timer_stop
+0x7d66 timer_init
+0x7d6f timer_check_timeout
+0x7d73 timer_reinit
+0x7d74 timer_check
+0x7d7f timer_loop
+0x7d83 timer_counting
+0x7d8a clk_add
+0x7d95 clk_diff_rt
+0x7d97 clk_diff
+0x7d9c clk_diff_pos
+0x7da4 clk2rt
+0x7daa clk2lpo
+0x7db1 clk2bt
+0x7db8 string2dec_from_uart
+0x7db9 string2dec_from_uart_done
+0x7dc4 uchar2dialog
+0x7dcd uchar2dialog_number
+0x7dd0 uchar2dialog_a2f
+0x7dd3 pn9
+0x7dd6 pn9_loop
+0x7de6 calc_average
+0x7de8 calc_average_loop
+0x7dec get_div_result
+0x7def wait_div_end
+0x7df1 compare_loop
+0x7df1 string_compare
+0x7dfa ceiling
+0x7dfe swap
+0x7e02 clean_mem
+0x7e05 callback_func
+0x7e07 wait_uarttx
+0x7e0a ice_break
+0x7e0c ice_setbp
+0x7e11 ice_setbp2
+0x7e16 ice_set_write_bp
+0x7e19 test_no_white
+0x7e1d test_enable_white
+0x7e21 check_uart_tx_buff
+0x7e23 pdata_sub_temp
+0x7e25 fifo_in
+0x7e2b fifo_in_push
+0x7e31 fifo_out
+0x7e35 fifo_out_loop
+0x7e3a fifo_out_end
+0x7e3d fifo_is_empty
+0x7e3f fifo_is_full
+0x7e41 fifo_is_near_full
+0x7e43 fifo_content_count
+0x7e44 fifo_content_count_loop
+0x7e4a not_greater_than
+0x7e4c copy_temp2pdata
+0x7e4e disable_positive
+0x7e50 enable_positive
+0x7e50 disable_zero
+0x7e52 enable_zero
+0x7e54 enable_user
+0x7e56 disable_user
+0x7e58 enable_user2
+0x7e5a disable_user2
+0x7e5c enable_user7
+0x7e5e disable_blank
+0x7e60 enable_blank
+0x7e60 set_pdata_0
+0x7e62 cal_sum
+0x7e64 cal_sum_loop
+0x7e68 reverse_byte
+0x7e6e reverse_loop
+0x7e73 calc_k12
+0x7e74 calc_k
+0x7e78 rxcal_k1_loop
+0x7e88 complex_mult16to8
+0x7e8f complex_not_conj
+0x7e9f complex_mult32to32
+0x7eb0 lshift14
+0x7eb1 rshift2
+0x7eb3 lshift6
+0x7eb5 calc_vok
+0x7eb6 rshift7
+0x7eb9 signed_ext16by8
+0x7ebc abs32
+0x7ec3 sqrt
+0x7ec8 sqrt_loop
+0x7ece sqrt_less
+0x7ed1 sqrt_greater
+0x7ed4 signed_div
+0x7ed8 signed_div_unsigna
+0x7edc signed_div_unsignb
+0x7ee1 rx_iq_comp
+0x7ee7 calc_k1
+0x7eea calc_k2
+0x7eec calc_absk12_sqr
+0x7efb calc_g
+0x7f0a calc_a
+0x7f17 calc_c22
+0x7f26 tx_iq_precomp
+0x7f2c calc_vok1
+0x7f30 calc_sumvok
+0x7f37 calc_ad_bc
+0x7f3e calc_omega
+0x7f4d calc_b1
+0x7f58 calc_b2
+0x7f63 tx_iq_cal
+0x7f67 tx_iq_cal_loop
+0x7f72 calc_tx_c22
+0x7f83 calc_mk1
+0x7f86 calc_d
+0x7f89 calc_c
+0x7f92 calc_est1
+0x7f98 calc_est2
+0x7f9e calc_u1
+0x7fa4 calc_u2
+0x7faa calc_qest
+0x7fb6 calc_q
+0x7fc5 mults_rshift7
+0x7fc8 theta_mul
+0x7fca theta_mul_loop0
+0x7fcc theta_mul_loop1
+0x7fdc clear_wake
Index: format/rom.format
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/rom.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/format/rom.format	(working copy)
@@ -0,0 +1,10066 @@
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x91 TX_POWER_F17DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0xa8 TX_POWER_F40DB
+0xb2 TX_POWER_F50DB
+0xbc TX_POWER_F60DB
+
+0xaa TX_POWER_FAST_CONN
+)
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	/* 3.0 only */
+0x18 coffset_lmp_to_send
+0x1b coffset_op
+0x1c coffset_state_map
+	/* le only */
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+88 context_size
+1 context_num
+)
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+(
+0x0050 param_newconn_arq
+0x0007 param_esco_addr
+0x0010 param_conn_handle
+0x01f0 param_conn_handle_comp
+0x0020 param_newconnto
+0x0008 param_pagerespto
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+0x00ff param_ninquiry
+0x2000 param_page_to
+0x0005 param_max_slot
+0x0010 param_sco_poll
+
+/* 24Mhz clock setting */
+ifdef CLK24M
+0x1c86 param_tx_setup
+0x0c00 param_rf_setup
+0x0c00 param_conn_access 
+0x1a00 param_rx_setup
+0x0776 param_clke_cal
+0x0a00 param_pll_setup
+4000 param_dpll_start_delay
+7500 param_halfclk
+60084 param_halfclk_neg
+-60084 param_halfclk_neg1
+else
+/* 12Mhz clock setting */
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+endif
+
+110 param_lpm_fix
+10 param_lpo_extra
+200 param_lpm_adjmax
+
+ifdef SIM
+20 param_hibernate_clks
+3 param_chgpump_delay
+else
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+endif
+
+3 param_featrue_ssp
+0x0101 param_lmpext_ssp_enable
+30   param_sco_pktlen
+1     param_acl_pktcnt		/*buffer acl pkt cnt*/
+7     param_sco_pktcnt
+
+
+0x8fffff param_features0
+0x9d83fe param_features1  // not support afh
+0x8359     param_features2
+0x000033 param_unap
+0x001177 param_lap
+0x9e8b33 param_glap
+0x002540 param_class//0x180208 //0x002580//402500//240404
+0x000a04 param_lmp_version//0x0a04
+0x000a06 param_lmp_version0
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+0x0020 param_page_window
+0x0020 param_inq_window
+0x1c80 param_supervision_to
+39 param_fcomp_div
+2 param_fcomp_mul
+6     param_name_len
+0x535442 param_name
+0x344950 param_name1
+
+
+)
+(
+0x0      type_null    
+0x1      type_poll   
+0x2      type_fhs    
+0x3      type_dm1    
+0x4      type_dh1    
+0x5      type_hv1    
+0x6      type_hv2    
+0x7      type_hv3    
+0x8      type_3dh1     
+0x9      type_aux1   
+0xa      type_dm3    
+0xb      type_dh3    
+0xe      type_dm5    
+0xf      type_dh5    
+0x10     type_id
+0x11     type_shutdown
+0x13     type_lmp
+)
+(
+0        always        /* always 1 */
+1        true          /* set/rstn by verify,compare,icompare (true) */
+2        positive      /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output >= 0 */
+3        timeout       /* read only, the timeout from timers */
+5        zero          /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output == 0 */
+6        crc_failed    /* level, cleared by hop_start */
+7        enable_white  /* outside mux decide whether to load bt_clk or response_X */
+8        enable_parity /* level */
+9        enable_crc    /* level */
+10       enable_hec    /* level */
+11       decode_fec1   /* level */
+12       decode_fec2   /* level */
+13       decode_fec0   /* level */
+14       encrypt       /* level */
+15       crc16       /* for caculate ccitt crc16 */
+16       swfine	/* =0 stop_watch count based on oneslot =1 on 1 clock */
+20       rqst_freq    /* pulse, to start calculating frequency */
+21       recalc        /* pulse, to recalculate the fhs_parity */
+22       init_encrypt  /* pulse, issued to initialize encrption */
+23       mhalfbnd    /* half slot boundary of clke_rt, or when clke_bt[0] toggles */
+24       sync          /* sync found as a result of correlation,set/rstn by correlate opcode */
+25       user10    /* user10 */
+26       kc_p_activate  /* pulse to recalc the kc_p */
+27       encode_fec1   /* level */
+28       encode_fec2   /* level */
+29       encode_fec0   /* level */
+30       packet_end    /* pulse */
+32       is_tx         /* level */
+33       is_rx         /* level */
+34       halfslot     /* pulse, read only, when clkn_bt[0] toggles */
+35       oneslot      /* pulse, read only, when clkn_bt[1] toggles */
+36       mslotbnd     /* pulse, read only, when clke_bt[1] toggles */
+37       expire       /* level, read only, when selected clock source exceed timeup value */
+38       meet         /* level, read only, when selected clock source meet timeup value */
+39       tx_clear     /* level, read only, indicate tx pipe is cleared */
+40       user         /* user0 */
+41       master        /* user1 */
+42       slave2         /* user2 */
+43       wake           /* user3 */
+44       user2        /* user4 */
+45       match         /* user5 */
+46       attempt        /* user6 */
+47       user3          /* user7 */
+48       clknt         /* user8 */
+49	   user7 	/* user9 */
+50       synchronize   /* synchronize lpo and regular version of the clock */
+51       lpo_edge  /* read only, 3 clocks after risling edge of lpo clock */
+52       blank         /* C0 only, means pdata == 0 */
+53       modone          /* set divide operation is done */
+54       le		/* bluetooth 4.0 LE enable */
+55       aes_ready	/* set when aes is ok */
+56       encode_fec3   /* level */
+57       dewhiten_code_calc   /* dewhiten code calculate */
+58       lr_s2en       /* long range s2 enable */
+60	   ble_coded_info	//1:s2 0:s8
+63       never         /* read only, always 0 */
+)
+default flag = always
+(
+0        mark   /* for keeping strobes, more permanent */
+1        type   /* save and verify during rx */     /* rw */
+2        temp   /* general purpose register, 64 bits */
+3        contu  /* contr uart */
+3	 contru	/*contr uart*/
+3	 contwu	/*contw uart*/
+4        am_addr      /* verify during rx, read and send during tx */ /* ro */
+5        contw        /* last mem_addr during write */
+6        contr        /* last mem_addr during read */
+7        queue    /* the index of qset*,qisolate* commands, ie, if queue = 3, qset/qisolate operate on bit3 */
+8        debug    /* can be wired out for observation */
+9        access   /* the 72 bit access word */
+10       contus   /* contw uart */
+11       timeup        /* when does certain counter expire */
+12       pwindow       /* bit 71-61 of pdata; because on rx, bits shifts in from 71 down */
+13       fhs_parity    /* re-gernated based on bt_adr( {nap,uap,lap} ) when recalc flag is pulsed */
+14       white_init    /* init value of the whitening */
+15       crc24_init        /* init crc24 lfsr, 24 bits */
+16       contue    /* set interrupts, 40 bits */
+17       rega          /* general purpose register, 32 bits */
+18       regb          /* general purpose register, 32 bits */
+19       regc          /* general purpose register, 17 bits */
+20       regab         /* concat of {rega,regb}, thus 64 bits */
+21       radio_ctrl   /* radio i/f direct i/o ctrl, check following "radio_ctrl" section */
+
+23       freq_index   /* 7 bit read only */
+24       regd    /* 32 bit regext[1,0] */
+25       clkn              /* {clkn_bt, clkn_rt} */
+26       clke              /* {clke_bt, clke_rt} */
+27       stop_watch		
+28       fhs_misc   /* SR, SP, pscan mode */
+29       fhs_class  /* class field in fhs */
+30       fhs0   /* read only, bit 0-71 of fhs word */
+31       fhs1   /* read only, bit 72-142 of fhs word */
+32       bt_adr /* r/w, the bt_addr to access gen and freq hopping, contain only lap and uap */
+33       bt_clk /* r/w, the bt_clk for freq hopping */
+34       clkn_bt  /* read only, native bluetooth clock, free running 3.2KHz  or controlled by RTHALFSLOT register */
+35       clkn_rt  /* read only, native realtime clock, free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+36       freq_mode
+37       xin   /* x parameter, read only */
+38       N_tx_slot /* the N factor in equations for Xi,Xp,Xprm,Xprs */
+39 	   auxcnt
+40       clke_bt  /* r/w,  external bluetooth clock , free running 3.2KHz or controlled by RTHALFSLOT register */
+41       clke_rt  /* r/w,  external realtime clock, , free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+42       branch_addr	/* last branch address */
+43       rege         /* 64bit regext[3,2] */
+44       lap
+45       uap
+46       nap         
+47       regext		/* r/w extended 12x32bit registers,  indexed by regext_index */
+48       alarm             /* r/w, lpo wake up time, this is also how lpo and current clock keep sync */
+49       lpo_time          /* read only, this is the value to be copied back to clkn/clke after wakeup */
+50       kc_ls             /* secret key,                71: 0 */
+51       kc_ms             /* secret key,               127:72 */
+52       g1l               /* encryption length                */
+53		mask3ff		/* for mask 0x3ff operation */
+54       aes_ctrl		
+55       regf			/* 64bit regext[5,4] */
+56       regext_index   /* index of regext */
+57	     loopcnt
+58      stack			/* current return address */
+59       stack_ptr		/* stack depth */
+61         pc /* direct goto */
+62       null              /* to nowhere */
+63       pdata /* the shift register */
+)
+default reg = pdata
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+(
+1 txf
+3 demod
+)
+default source = 0
+(
+0  mark_fhs_eir  
+1  mark_rxbuf_inuse
+2  mark_tx_l2cap
+3  mark_switch_initiated
+4  mark_accept_switch
+5  mark_loopback
+7  mark_esco
+8  mark_esco_rxok
+9  mark_context
+10 mark_am_addr_broadcast
+11 mark_fhs_already_good
+12 mark_page_trainb
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+16 mark_longpacket
+17 mark_testmode
+18 mark_ar2
+28 mark_inquiry_on
+29 mark_inquiry_state
+30 mark_inquiry_trainb
+31 mark_periodical_diac
+32 mark_all_diac
+33 mark_slave_in_rand_accepted
+34 mark_reconn_recieve_switch
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+49 mark_role_switch_receive_fhs
+50 mark_ble_encryption
+51 mark_first_packet
+52 mark_adc_enable
+)
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+(
+0 le_adv_interval_timer
+1 inquiry_length_timer
+2 le_scan_interval_timer
+3 page_length_timer
+4 iscan_interval_timer
+5 pscan_interval_timer
+6 switch_wait_timer
+7 enpt_delay_timer
+8 page_interval_timer
+9 key_scan_timer
+10 smp_pairing_timer
+11  ui_led_blink   //led timer չ
+12  ui_led_blink1
+13 ui_led_blink2
+
+//ʹmeshӦÿԸ
+//Tiny Mesh 㲥APPظ
+13 mesh_ble_adv_app
+//Tiny Mesh㲥tmallظ
+14 mesh_ble_adv_tmall
+//Tiny Mesh relay
+15 mesh_ble_relay_timer
+
+)
+(
+1 hci_cmd_inquiry
+2 hci_cmd_inquiry_cancel
+3 hci_cmd_remote_name_req
+4 hci_cmd_remote_feature_req
+5 hci_cmd_create_conn
+6 hci_cmd_disconn
+7 hci_cmd_accept_conn
+8 hci_cmd_reject_conn
+9 hci_cmd_pair
+10 hci_cmd_nopair
+11 hci_cmd_linkkey
+12 hci_cmd_nokey
+13 hci_cmd_auth
+14 hci_cmd_stopencrypt
+15 hci_cmd_startencrypt
+16 hci_cmd_setup_sco
+17 hci_cmd_disconn_sco
+18 hci_cmd_in_sniff
+19 hci_cmd_exit_sniff
+20 hci_cmd_remote_version_req
+21 hci_cmd_remote_ext_features_req
+22 hci_cmd_io_cap
+23 hci_cmd_role_discovery
+24 hci_cmd_role_switch
+25 hci_cmd_accept_with_switch
+26 hci_cmd_detach
+27 hci_cmd_le_create_conn
+28 hci_cmd_accept_sco_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+80 hci_cmd_wait_remote_feature
+81 hci_cmd_wait_remote_ext_feature
+82 hci_cmd_wait_remote_name
+)
+(
+0 debug_neg_skew
+1 debug_bitbucket
+2 debug_dont_clear_got_tx
+3 debug_scatter_enabled
+4 debug_tx_fixed_freq
+5 debug_rx_fixed_freq
+6 debug_tx_pattern
+)
+(
+0 tester_fixed_flow
+1 tester_fixed_flow_polarity
+2 tester_change
+3 tester_exit
+4 tester_pattern_test
+5 tester_whitening_change
+6 tester_fixed_freq
+7 tester_no_whitening
+)
+(
+0 mode_le
+1 mode_master
+2 afh_enable
+3 afh_change
+4 first_seqnx
+)
+(
+0 smap_lmptidinit
+1 smap_lmptid
+2 smap_encryption
+3 smap_name_res
+4 smap_name_req
+5 smap_edr
+6 smap_rxlmp
+7 smap_rxl2cap
+)
+(
+0 state_inconn
+1 state_insniff
+2 state_insco 
+3 state_inpage
+4 state_conn_comp
+5 state_init_seq
+6 state_combkey
+7 state_linkkey
+)
+(
+0 op_send_sres
+1 op_auth_req
+2 op_inrand_req
+3 op_disconn
+4 op_stop_enc
+5 op_start_enc
+6 op_txl2cap
+7 op_pkt_comp
+)
+(
+0 flow
+1 arqn
+2 seqn
+3 wack
+4 flowx              /* out */  /* not really in memory */
+5 arqnx              /* out */
+6 seqnx              /* out */
+7 bcast1             /* first broadcast received */
+)
+(
+0 AFH_CFG_ON
+1 AFH_CFG_TIMER
+2 send_lmp_set_afh
+3 AFH_CFG_REPORT_MODE
+4 AFH_CFG_MASTER_SENT_REQ
+)
+(	
+1 LLID_L2CAP_CONT
+2 LLID_L2CAP_START
+3 LLID_LMP
+)
+(
+0  master_in_idle
+1  master_in_inquiry
+2  master_in_page
+10 master_in_becoming_slave
+15 master_in_conn
+)
+(
+0 newrev_feature_bettx
+1 newrev_feature_betplltx
+2 newrev_feature_skip_retransmit
+3 newrev_feature_init_radio_after_sleep
+4 newrev_feature_no_lpolog
+)
+(
+0 pincode_state_ilde
+1 pincode_state_wait_pincode
+2 pincode_state_pincode_ready
+)
+(
+1 lpmreg_sel_ctrl
+2 lpmreg_sel_ctrl2
+4 lpmreg_sel_gpiolow
+8 lpmreg_sel_gpiohigh
+16 lpmreg_sel_counter
+32 lpmreg_sel_ctrl3
+)
+(
+0x02 lpmreg_sel_option
+)
+(
+8 lpmreg_spi_lock_bit
+9 lpmreg_spi2_lock_bit
+0x0a lpmreg_uart_lock_bit
+0x0b lpmreg_uartb_lock_bit
+0x0c lpmreg_iic_lock_bit
+0x0d lpmreg_rom_lock_bit
+0x0e lpmreg_ice_mode_bit
+
+0x01 lpmreg_spi_lock
+0x02 lpmreg_spi2_lock
+0x04 lpmreg_uart_lock
+0x08 lpmreg_uartb_lock
+0x10 lpmreg_iic_lock
+0x20 lpmreg_rom_lock
+0x40 lpmreg_ice_mode
+)
+(
+0 inq_scan_mode
+1 page_scan_mode
+2 page_inq_enable
+)
+(
+ 0 default_neogotiation_state
+ 1 prarm_neogotiation
+)
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+10 wake_lock_lmp_tx
+11 wake_lock_lmp_rx
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x08 XTAL_16M
+)
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+(
+0x050e COMPANY_ID_YICHIP
+)
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+(
+6 UART_WAKEUP_TX
+7 UART_WAKEUP_RX
+)
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+)
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+	(
+	0X20 SPACE	
+	)
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+0x20 lemode_2m
+0x40 lemode_lr_s2
+0xc0 lemode_lr_s8
+)
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+(
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+(
+0xa0 param_le_sca
+)
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+(
+17 WECHAT_AIR_SYNC_STRUCT_SIZE
+)
+(
+0x0000 ECI_NONE
+0x1127 ECI_REQ_AUTH
+0x1227 ECI_REQ_SEND_DATA
+0x1327 ECI_REQ_INIT
+0x214E ECI_RESPONSE_AUTH
+0x224E ECI_RESPONSE_SEND_DATA
+0x234E ECI_RESPONSE_INIT
+0x3175 ECI_PUSH_RECEIVE_DATA
+0x3275 ECI_PUSH_SWITCH_VIEW
+0x3375 ECI_PUSH_SWITCH_BACKGROUD
+0x2F75 ECI_ERR_DECODE
+)
+(
+2 ECI_REQ_INIT_MESSAGE_LENGTH
+18 ECI_REQ_AUTH_MESSAGE_LENGTH
+)
+(
+0xFE WECHAT_HEAD_MAGIC_NUMBER
+0x01 WECAHT_HEAD_VERSION
+0x01FE WECHAT_RX_HEAD
+)
+(
+//push data
+0x0a 	TAG_RecvDataPush_BasePush
+0x12	TAG_RecvDataPush_Data
+0x18	TAG_RecvDataPush_Type
+)
+(
+0 WECHAT_PROTOCOL_MESSAGE_B_MAGIC_NUMBER
+1 WECHAT_PROTOCOL_MESSAGE_B_VER
+2 WECHAT_PROTOCOL_MESSAGE_N_LENGTH
+4 WECHAT_PROTOCOL_MESSAGE_N_CMD_ID
+6 WECHAT_PROTOCOL_MESSAGE_N_SEQ
+8 WECHAT_PROTOCOL_MESSAGE_PAYLOAD
+)
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+0xaf DATATYPE_OTA
+)
+(
+5 BIND_MODE_CONTINUE
+)
+(
+0 bit_ack_24g
+)
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+(
+0x50 RSSI_THRESH_NOISE
+)
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+3 STATE_24G_OTA
+)
+(//mem_24g_transmit_by_interrupt
+1 G24_TX_TIMER_INT_ENABLE
+0 G24_TX_TIMER_INT_DISABLE
+)
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+(//status codes
+0 STATUS_CODE_SUCCESS
+)
+(
+0xD0 VENDOR_MESSAGE_ATTR_GET
+0xD1 VENDOR_MESSAGE_ATTR_SET
+0xD2 VENDOR_MESSAGE_ATTR_SET_UNACKNOWLEDGED
+0xD3 VENDOR_MESSAGE_ATTR_STATUS
+0xD4 VENDOR_MESSAGE_ATTR_INDICATION
+0xD5 VENDOR_MESSAGE_ATTR_CONFIRMATION
+0xCF VENDOR_MESSAGE_TRANSPARENT_MSG
+)
+(//configuration message and health message opcode
+0x80 MESH_CONFIGURATION_AND_HEALTH_MESSAGE_OPCODE_HEADER
+
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_ADD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_UPDATE
+0x02 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_STATUS
+0x03 MESH_MESSAGE_OPCODE_CONFIG_CONFIG_MODEL_PUBLICATION_SET
+0x04 MESH_MESSAGE_OPCODE_HEALTH_CURRENT_STATUS
+0x05 MESH_MESSAGE_OPCODE_HEALTH_FAULT_STATUS
+0x06 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_STATUS
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_DELETE_NO_HEAD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_GET_NO_HEAD
+0x02 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_LIST_NO_HEAD
+0x03 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_STATUS_NO_HEAD
+0x04 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_GET_NO_HEAD
+0x05 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_NO_HEAD
+0x06 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_UNACKNOWLEDGED_NO_HEAD
+0x07 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_STATUS_NO_HEAD
+0x08 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_GET_NO_HEAD
+0x09 MESH_MESSAGE_OPCODE_CONFIG_BEACON_GET_NO_HEAD
+0x0A MESH_MESSAGE_OPCODE_CONFIG_BEACON_SET_NO_HEAD
+0x0B MESH_MESSAGE_OPCODE_CONFIG_BEACON_STATUS_NO_HEAD
+0x0C MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_GET_NO_HEAD
+0x0D MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_SET_NO_HEAD
+0x0E MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_STATUS_NO_HEAD
+0x0F MESH_MESSAGE_OPCODE_CONFIG_FRIEND_GET_NO_HEAD
+0x10 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_SET_NO_HEAD
+0x11 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_STATUS_NO_HEAD
+0x12 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_GET_NO_HEAD
+0x13 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_SET_NO_HEAD
+0x14 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_STATUS_NO_HEAD
+0x15 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_GET_NO_HEAD
+0x16 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_SET_NO_HEAD
+0x17 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS_NO_HEAD
+0x18 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_GET_NO_HEAD
+0x19 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_STATUS_NO_HEAD
+0x1A MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_VIRTUAL_ADDRESS_SET_NO_HEAD
+0x1B MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_NO_HEAD
+0x1C MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_NO_HEAD
+0x1D MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_ALL_NO_HEAD
+0x1E MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_OVERWRITE_NO_HEAD
+0x1F MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_STATUS_NO_HEAD
+0x20 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_ADD_NO_HEAD
+0x21 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_DELETE_NO_HEAD
+0x22 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_OVERWRITE_NO_HEAD
+0x23 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_GET_NO_HEAD
+0x24 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_SET_NO_HEAD
+0x25 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS_NO_HEAD
+0x26 MESH_MESSAGE_OPCODE_CONFIG_RELAY_GET_NO_HEAD
+0x27 MESH_MESSAGE_OPCODE_CONFIG_RELAY_SET_NO_HEAD
+0x28 MESH_MESSAGE_OPCODE_CONFIG_RELAY_STATUS_NO_HEAD
+0x29 MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2A MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2B MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2C MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2D MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_GET_NO_HEAD
+0x2E MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_STATUS_NO_HEAD
+0x2F MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_NO_HEAD
+0x30 MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_UNACKNOWLEDGED_NO_HEAD
+0x31 MESH_MESSAGE_OPCODE_HEALTH_FAULT_GET_NO_HEAD
+0x32 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_NO_HEAD
+0x33 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_UNACKNOWLEDGED_NO_HEAD
+0x34 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_GET_NO_HEAD
+0x35 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_NO_HEAD
+0x36 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_UNACKNOWLEDGED_NO_HEAD
+0x37 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_STATUS_NO_HEAD
+0x38 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_GET_NO_HEAD
+0x39 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_SET_NO_HEAD
+0x3A MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_GET_NO_HEAD
+0x3B MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_SET_NO_HEAD
+0x3C MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_STATUS_NO_HEAD
+0x3D MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_BIND_NO_HEAD
+0x3E MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_STATUS_NO_HEAD
+0x3F MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_UNBIND_NO_HEAD
+0x40 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_ADD_NO_HEAD
+0x41 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_DELETE_NO_HEAD
+0x42 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_GET_NO_HEAD
+0x43 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_LIST_NO_HEAD
+0x44 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_STATUS_NO_HEAD
+0x45 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_UPDATE_NO_HEAD
+0x46 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_GET_NO_HEAD
+0x47 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_SET_NO_HEAD
+0x48 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_STATUS_NO_HEAD
+0x49 MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_NO_HEAD
+0x4A MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_STATUS_NO_HEAD
+0x4B MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_GET_NO_HEAD
+0x4C MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_LIST_NO_HEAD
+0x4D MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_GET_NO_HEAD
+0x4E MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_LIST_NO_HEAD
+)
+(//Modle message opcode
+0x82 MESH_MODULE_MESSAGE_OPCODE_HEADER
+
+0x01 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_GET_NO_HEAD
+0x02 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_NO_HEAD
+0x03 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x04 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_STATUS_NO_HEAD
+0x05 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_GET_NO_HEAD
+0x06 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_NO_HEAD
+0x07 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x08 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_STATUS_NO_HEAD
+0x09 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_NO_HEAD
+0x0A MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_UNACKNOWLEDGED_NO_HEAD
+0x0B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_NO_HEAD
+0x0C MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_UNACKNOWLEDGED_NO_HEAD
+0x0D MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_GET_NO_HEAD
+0x0E MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_NO_HEAD
+0x0F MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_UNACKNOWLEDGED_NO_HEAD
+0x10 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_STATUS_NO_HEAD
+0x11 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_GET_NO_HEAD
+0x12 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_STATUS_NO_HEAD
+0x13 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_NO_HEAD
+0x14 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_UNACKNOWLEDGED_NO_HEAD
+0x15 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_GET_NO_HEAD
+0x16 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_NO_HEAD
+0x17 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x18 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_STATUS_NO_HEAD
+0x19 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_GET_NO_HEAD
+0x1A MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_STATUS_NO_HEAD
+0x1B MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_GET_NO_HEAD
+0x1C MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_STATUS_NO_HEAD
+0x1D MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_GET_NO_HEAD
+0x1E MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_STATUS_NO_HEAD
+0x1F MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_NO_HEAD
+0x20 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x21 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_NO_HEAD
+0x22 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x23 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_GET_NO_HEAD
+0x24 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_STATUS_NO_HEAD
+0x25 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_GET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_STATUS
+0x26 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_GET_NO_HEAD
+0x27 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET
+0x42 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET_UNACKNOWLEDGED
+0x28 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_NO_HEAD
+0x29 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_UNACKNOWLEDGED_NO_HEAD
+0x2A MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_GET_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_STATUS
+0x2B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_GET_NO_HEAD
+0x44 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET
+0x45 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET_UNACKNOWLEDGED
+0x46 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_STATUS
+0x2C MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_GET_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_STATUS
+0x2D MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_GET_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET
+0x49 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET_UNACKNOWLEDGED
+0x4A MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_STATUS
+0x2E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_GET_NO_HEAD
+0x4B MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_STATUS
+0x2F MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET
+0x4D MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET_UNACKNOWLEDGED
+0x4E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_STATUS
+0x4F MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_GET
+0x50 MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_STATUS
+0x30 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_GET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_STATUS
+0x31 MESH_MODULE_MESSAGE_OPCODE_SENSOR_GET_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_SENSOR_STATUS
+0x32 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_GET_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_STATUS
+0x33 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_STATUS
+0x34 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_GET_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET
+0x56 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET_UNACKNOWLEDGED
+0x57 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_STATUS
+0x35 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_STATUS
+0x36 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_GET_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET
+0x5A MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET_UNACKNOWLEDGED
+0x5B MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_STATUS
+0x37 MESH_MODULE_MESSAGE_OPCODE_TIME_GET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_TIME_SET
+0x5D MESH_MODULE_MESSAGE_OPCODE_TIME_STATUS
+0x38 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_GET_NO_HEAD
+0x39 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_SET_NO_HEAD
+0x3A MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_STATUS_NO_HEAD
+0x3B MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_GET_NO_HEAD
+0x3C MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_SET_NO_HEAD
+0x3D MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_STATUS_NO_HEAD
+0x3E MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_GET_NO_HEAD
+0x3F MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_SET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_SCENE_GET_NO_HEAD
+0x42 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_UNACKNOWLEDGED_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_SCENE_STATUS
+0x44 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_GET_NO_HEAD
+0x45 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_STATUS_NO_HEAD
+0x46 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_UNACKNOWLEDGED_NO_HEAD
+0x9E MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_NO_HEAD
+0x9F MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_UNACKNOWLEDGED_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_GET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_STATUS
+0x49 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_GET_NO_HEAD
+0x4A MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_STATUS_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET
+0x61 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET_UNACKNOWLEDGED
+0x4B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LIGHT_LIGHTNESS_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_NO_HEAD
+0x4D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED_NO_HEAD
+0x4E MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_STATUS_NO_HEAD
+0x4F MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_GET_NO_HEAD
+0x50 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_UNACKNOWLEDGED_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_STATUS_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_STATUS_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_GET_NO_HEAD
+0x56 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_STATUS_NO_HEAD
+0x57 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_STATUS_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_NO_HEAD
+0x5A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x5B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x5D MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_GET_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_UNACKNOWLEDGED_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_STATUS_NO_HEAD
+0x61 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_GET_NO_HEAD
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_STATUS_NO_HEAD
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_NO_HEAD
+0x65 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_UNACKNOWLEDGED_NO_HEAD
+0x66 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_STATUS_NO_HEAD
+0x67 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_GET_NO_HEAD
+0x68 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_STATUS_NO_HEAD
+0x69 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_NO_HEAD
+0x6A MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x6B MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_NO_HEAD
+0x6C MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x6D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_GET_NO_HEAD
+0x6E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_GET_NO_HEAD
+0x6F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_NO_HEAD
+0x70 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_UNACKNOWLEDGED_NO_HEAD
+0x71 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_STATUS_NO_HEAD
+0x72 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_GET_NO_HEAD
+0x73 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_NO_HEAD
+0x74 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_UNACKNOWLEDGED_NO_HEAD
+0x75 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_STATUS_NO_HEAD
+0x76 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_NO_HEAD
+0x77 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_UNACKNOWLEDGED_NO_HEAD
+0x78 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_STATUS_NO_HEAD
+0x79 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_GET_NO_HEAD
+0x7A MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_STATUS_NO_HEAD
+0x7B MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_GET_NO_HEAD
+0x7C MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_STATUS_NO_HEAD
+0x7D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_GET_NO_HEAD
+0x7E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_STATUS_NO_HEAD
+0x7F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_NO_HEAD
+0x80 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x81 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_SET_NO_HEAD
+0x83 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_GET_NO_HEAD
+0x84 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_NO_HEAD
+0x85 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_UNACKNOWLEDGED_NO_HEAD
+0x86 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_STATUS_NO_HEAD
+0x87 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_GET_NO_HEAD
+0x88 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_STATUS_NO_HEAD
+0x89 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_GET_NO_HEAD
+0x8A MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_STATUS_NO_HEAD
+0x8B MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_GET_NO_HEAD
+0x8C MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_STATUS_NO_HEAD
+0x8D MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_NO_HEAD
+0x8E MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x8F MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_NO_HEAD
+0x90 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x91 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_GET_NO_HEAD
+0x92 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_NO_HEAD
+0x93 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_UNACKNOWLEDGED_NO_HEAD
+0x94 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_STATUS_NO_HEAD
+0x95 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_GET_NO_HEAD
+0x96 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_NO_HEAD
+0x97 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_UNACKNOWLEDGED_NO_HEAD
+0x98 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_STATUS_NO_HEAD
+0x99 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_GET_NO_HEAD
+0x9A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_NO_HEAD
+0x9B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x9C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_STATUS_NO_HEAD
+0x9D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET_UNACKNOWLEDGED
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_STATUS)
+
+// status code
+(
+0x00 MESH_SUCCESS
+0x01 MESH_INVALID_ADDRESS
+0x02 MESH_INVALID_MODEL
+0x03 MESH_INVALID_APPKEYINDEX
+0x04 MESH_INVALID_NETKEYINDEX
+0x05 MESH_INSUFFICIENT_RESOURCES
+0x06 MESH_KEYINDEX_ALREAD_STORED
+0x07 MESH_INVALID_PUBLISH_PARAMETERS
+0x08 MESH_NOT_A_SUBSCRIBE_MODEL
+0x09 MESH_STORAGE_FAILURE
+0x0a MESH_FEATURE_NOT_SUPPORTED
+0x0b MESH_CANNOT_UPDATE
+0x0c MESH_CANNOT_REMOVE
+0x0d MESH_CANNOT_BIND
+0x0e MESH_TEMPORARILY_UNABLE_TO_CHANGE_STATE
+0x0f MESH_CANNOT_SET
+0x10 MESH_UNSPECIFIED_ERROR
+0x11 MESH_INVALID_BINDING
+)
+(
+0x00F0 VENDOR_MESSAGE_TMALL_DST
+)
+(// vendor model attribute
+0x0123 VENDOR_ATTR_COLOR_SERVER
+0x0100 VENDOR_ATTR_GENERIC_ONOFF_SERVER
+0x0121 VENDOR_ATTR_LIGHTNESS_LEVEL_SERVER
+0x0122 VENDOR_ATTR_COLOR_TEMPERATURE_SERVER
+0x0534 VENDOR_ATTR_MAIN_LIGHT_SERVER
+0x0533 VENDOR_ATTR_BACKGROUND_LIGHT_ONOFF_SERVER
+0xf004 VENDOR_ATTR_SCENE_SERVER
+)
+(//Timer opcode
+0x01A8 VENDOR_MESSAGE_OPCODE_COMPANY_ID
+//ʱ
+0xF01F VENDOR_MESSAGE_ATTR_TYPE_TIME
+//ʱ
+0xF01E VENDOR_MESSAGE_ATTR_TYPE_TIME_ZONE
+//ʱ
+0xF01D VENDOR_MESSAGE_ATTR_TYPE_ON_TIME
+//ʱ
+0xF010 VENDOR_MESSAGE_ATTR_TYPE_TIMING
+//ڶʱ
+0xF011 VENDOR_MESSAGE_ATTR_TYPE_CYCLE_TIMING
+//ɾʱ
+0xF012 VENDOR_MESSAGE_ATTR_TYPE_DELETE_TIMING
+
+//ɫ
+0x0123 VENDOR_MESSAGE_ATTR_TYPE_COLOR
+//
+0x0534 VENDOR_MESSAGE_ATTR_TYPE_MAIN_LIGHT
+//
+0x0533 VENDOR_MESSAGE_ATTR_TYPE_BACKGROUND_LIGHT
+)
+(//èevent¼
+//豸¼ϵ߶ʱ
+0xF009 VENDOR_ATTR_TYPE_EVENT_TRIGGER
+
+//è豸ϵ
+0x03 VENDOR_MESSAGE_EVENT_DEVICE_POWER_ON
+//èʱ
+0x11 VENDOR_MESSAGE_EVENT_FINISH_TIMING
+)
+(
+0x80 VENDOR_MESSAGE_SEND_TID_MIN
+0xC0 VENDOR_MESSAGE_SEND_TID_MAX
+)
+(
+0x59 TIMER_CYCLICAL_FALG
+60 SECONDS_OF_MIN
+345600 SECONDS_OF_FOUR_DAYS
+604800 SECONDS_OF_WEEK
+86400 SECONDS_OF_DAY
+0x01e0 EIGHT_HOURS_TIME_ZONE_OFFSET
+
+)
+(
+6 ADV_PACKET_MIN_LENGTH
+37 ADV_PACKET_MAX_LENGTH
+
+1 AD_TYPE_MIN_LENGTH
+30 AD_TYPE_MAX_LENGTH
+)
+(//transport mic cache parameter
+10 TRANSPORT_MIC_CACHE_SPACE_NUM
+4 TRANSPORT_MIC_CACHE_SPACE_SIZE
+//ܳһspace
+36 TRANSPORT_MIC_CACHE_TOTAL_SIZE
+)
+(
+0x00 MESH_EEP_THREE_TUPLE_OFFSET
+0x1a MESH_EEP_NETWORK_KEY_OFFSET
+0x2d MESH_EEP_APPLICATION_KEY_OFFSET
+0x3d MESH_EEP_DEVICE_KEY_OFFSET
+0x4d MESH_EEP_RESET_COUNT_OFFSET
+0x4e MESH_EEP_SEQ_OFFSET
+0x51 MESH_EEP_SUBSCRIPTION_OFFSET
+)
+(
+0x1a MESH_EEP_THREE_TUPLE_LENGTH
+0x13 MESH_EEP_NETWORK_KEY_LENGTH
+0x10 MESH_EEP_APPLICATION_KEY_LENGTH
+0x10 MESH_EEP_DEVICE_KEY_LENGTH
+0x01 MESH_EEP_RESET_COUNT_LENGTH
+0x03 MESH_EEP_SEQ_LENGTH
+0x10 MESH_EEP_SUBSCRIPTION_LENGTH
+0x40 MESH_EEP_SUBSCRIPTION_TOTAL_LENGTH
+)
+(//mem_mesh_advertising_unprovisioned_device_beacon_switch
+0 DEVICE_BEACON_OFF
+1 DEVICE_BEACON_ON
+)
+(
+//δ㲥ʱ10min
+0x1770	ADV_UNPROVISIONED_DEVICE_BEACON_TIMEOUT
+//δ㲥500ms
+5		ADV_UNPROVISIONED_DEVICE_BEACON_INTERVAL
+//δ㲥ʱ120ms=20ms*6
+6		ADV_UNPROVISIONED_DEVICE_BEACON_DURATION
+
+//Ĭ㲥ʱ:
+0		ADV_SILENCE_DEVICE_BEACON_TIMEOUT
+//Ĭ㲥60s
+600		ADV_SILENCE_DEVICE_BEACON_INTERVAL
+//Ĭ㲥ʱ120ms=20ms*6
+6		ADV_SILENCE_DEVICE_BEACON_DURATION
+
+
+//㲥
+0x54		ADV_PAIRING_MESH_MESSAGE_INTERVAL
+//㲥ʱ
+20		ADV_PAIRING_MESH_MESSAGE_DURATION
+
+10		ADV_RELAY_MESH_MESSAGE_DURATION
+)
+(
+0x12 MAX_APP_MSSAGE_PAYLOAD_LENGTH
+7 BIT_OF_APP_PACKAGE_NUM
+6 BIT_OF_ADV_IN_OFF
+)
+(
+//mesh ظAPP㲥24*0.625ms = 15ms
+0x15 MESH_ADV_APP_MESSAGE_INTERVAL
+//meshظtmall㲥32*0.625ms = 20ms
+0x1d MESH_ADV_TMALL_MESSAGE_INTERVAL
+)
+(
+0x2c COMMA
+-4 DECREASED_FOUR
+
+)
+(
+0x19 MIC_SIZE_64BIT
+0x09 MIC_SIZE_32BIT
+)
+(
+33 GATT_RECEIVE_MSG_BUFFER_SIZE
+)
+(//mem_mesh_provisioned_flag
+0 PAIRED_STATUS
+1 UNPROVISIONED_BEACON_STATUS
+2 PAIRING_STATUS
+3 SILENCE_BEACON_STATUS
+4 RECEIVED_CONFIG_APPKEY_ADD
+)
+(//mem_mesh_UUID_FeatureFlag
+0 BIT_SILENCE_ADV_FLAG
+)
+(
+0x01 UNPROVISIONED_ADLEN_LENGTH
+0x01 UNPROVISIONED_ADTYPE_LENGTH
+0x01 UNPROVISIONED_DEVICE_BEACON_LENGTH
+0x10 UNPROVISIONED_DEVICE_UUID_LENGTH
+0x02 UNPROVISIONED_OOB_INFORMATION_LENGTH
+)
+(
+0x00 UNPROVISIONED_DEVICE_BEACON
+0x01 SECURE_NETWORK_BEACON
+0x1827 MESH_PROVISIONING_UUID
+)
+(
+0x00 PROVISIONING_RANDOM
+0x01 PROVISIONING_CONFIRMATION
+0x02 PROVISIONING_DATA
+0x03 PROVISIONING_COMPLETE
+0x04 PROVISIONING_CONFIG
+0x05 PROVISIONING_CONFIG_ACK
+0x06 PROVISIONING_IOS_DATA
+0x07 PROVISIONING_SEND_IOS_DATA
+)
+(//mem_mesh_Provisioning_State_Flag
+// FLAG bit1:Provisioning Confirmation
+1 RECEIVE_PROVISIONING_RANDOM
+2 RECEIVE_PROVISIONING_DATA
+)
+(//provisioning packet info size
+3 PROVISIONING_PACKET_LENGTH_FLAGS
+6 PROVISIONING_PACKET_LENGTH_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+5 PROVISIONING_PACKET_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+1 PROVISIONING_PACKET_LENGTH
+1 PROVISIONING_PACKET_AD_TYPE
+2 PROVISIONING_PACKET_COMPANY_ID
+1 PROVISIONING_PACKET_VID
+1 PROVISIONING_PACKET_PROVISIONING_TYPE
+//provisioning random
+2 PROVISIONING_PACKET_RANDOM_MAC
+8 PROVISIONING_PACKET_RANDOM_RANDOM_A
+8 PROVISIONING_PACKET_RANDOM_RANDOM_B
+//provisioning confirmation
+2 PROVISIONING_PACKET_CONFIRMATION_MAC
+16 PROVISIONING_PACKET_CONFIRMATION_DEVICE
+//provisioning complete
+6 PROVISIONING_PACKET_COMPLETE_MAC
+
+2 PROVISIONING_CONFIG_ACK_MAC
+1 PROVISIONING_CONFIG_ACK_FIELD
+
+)
+(
+0x01 PROVISIONING_CONFIG_ACK_NOTE
+)
+(//gatt package struct
+0 GATT_PACKAGE_MSG_ID
+1 GATT_PACKAGE_PACKAGE_NUM
+2 GATT_PACKAGE_LENGTH
+3 GATT_PACKAGE_PAYLOAD
+)
+(
+0x12 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_ANDROID
+0x08 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_IOS
+0x07 MAX_LENGTH_PRIVISIONING_PAIRING_MSG_IOS
+)
+(
+4 MAX_GATT_PACKAGE_NUM
+50 GATT_RECEIVE_TIMEOUT
+)
+(
+8 SUBSCRIPTION_MAX_COUNT
+)
+(//typedef struct of mem_mesh_element_device
+0 ELEMENT_DEVICE_GROUP_ADDR
+2 ELEMENT_DEVICE_QUEUE_BUFFER_PTR
+4 ELEMENT_DEVICE_VENDOR_TIME_PTR
+6 ELEMENT_DEVICE_SUBSCRIPTION_LABEL
+22 ELEMENT_DEVICE_UPPER_ADV_FLAG
+23 ELEMENT_DEVICE_UPPER_QUEUE_PTR
+25 ELEMENT_DEVICE_TRAN_PACKAGE_TID
+26 ELEMENT_DEVICE_TRAN_PACKAGE_TYPE
+27 SIZEOF_ELEMENT_DEVICE
+
+)
+(
+320 MESH_TIMER_BUFFER_SIZE
+)
+(//bit map of mem_mesh_core_feature
+0 MESH_FEATURE_LOG
+1 MESH_FEATURE_DISABLE_RELAY
+2 MESH_FEATURE_DISABLE_SUBSCRIPTION
+)
+(//taobao id
+0x01a8	COMPANY_IDENTIFIERS_ALIBABA
+0x0d	ALI_MESH_VID_NUMBER
+0x0da801 COMPANY_ID_ALIBABA_AND_VID
+0x0ea801 COMPANY_ID_ALIBABA_AND_VID_GATT
+)
+(
+0x00 MESH_CODE_INIT
+0x01 MESH_RECEIVE_PROVISIONING_PACKET
+0x02 MESH_RECEIVE_PROVISIONING_RANDOM_PACKET
+0x03 MESH_SEND_PROVISIONING_CONFIRMATION_PACKET
+0x04 MESH_RECEIVE_PROVISIONING_DATA_PACKET
+0x05 MESH_SEND_PROVISIONING_COMPLETE_PACKET
+0x06 MESH_RECEIVE_PROVISIONING_FAILED_PACKET
+
+0x10 MESH_ENCRYPT_SHA256_FUNCTION_INPUT
+0x11 MESH_ENCRYPT_SHA256_FUNCTION_RESULT
+0x12 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_M
+0x13 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_K
+0x14 MESH_ENCRYPT_AES_CMAC_FUNCTION_RESULT
+
+0x20 MESH_NETWORK_RECEIVE_PACKET
+0x21 MESH_NETWORK_RELAY_PACKET
+
+0x30 MESH_LOWER_RECEIVE_PACKET
+0x40 MESH_UPPER_RECEIVE_PACKET
+0x41 MESH_UPPER_SEND_PACKET
+
+0x50 MESH_ACCESS_RECEIVE_MESSAGE
+
+
+0xF0 MESH_MESSAGE_GENERIC_ONOFF_SET
+0xF1 MESH_MESSAGE_SET_LIGHT_LIGHTNESS
+0xF2 MESH_MESSAGE_SET_CTL
+)
+(//LUA LOG 
+0xAA LUA_LOG_PACKET_HEADER
+0x03 LUA_LOG_PAKCET_TYPE
+0xBB LUA_LOG_PACKET_TRAIL
+)
+(//logging level
+0 LOGGING_DEBUG
+1 LOGGING_INFO
+2 LOGGING_WARNING
+3 LOGGING_ERROR
+4 LOGGING_CRITICAL
+)
+(
+0x1c00 mem_mesh_uart_log_rx_buff
+0x1c01 mem_mesh_uart_log_rx_buff_end
+0x1c02 mem_mesh_uart_log_tx_buff
+0x1fff mem_mesh_uart_log_tx_buff_end
+)
+(
+7 TRANSPORT_HEAD_BIT_SEG
+6 TRANSPORT_HEAD_BIT_AKF
+05 TRANSPORT_HEAD_BIT_AID
+7 BIT_CTL
+)
+(//Generic OnOff
+0x00 GENERIC_ONOFF_CMD_OFF
+0x01 GENERIC_ONOFF_CMD_ON
+)
+(//LIGHTNESS
+0xFFFF ALI_MESH_LIGHTNESS_MAX
+0x0064 ALI_MESH_LIGHTNESS_LEVEL
+)
+(//TEMPERATURE
+0x4E20 ALI_MESH_TEMPERATURE_MAX
+0x0320 ALI_MESH_TEMPERATURE_MIN
+0x0064 ALI_MESH_TEMPERATURE_LEVEL
+)
+(//nonce type
+0x00 NETWORK_NONCE
+0x01 APPLICATION_NONCE
+0x02 DEVICE_NONCE
+0x03 PROXY_NONCE
+)
+(
+0x00c0 GROUP_ADDRESS_0XC000_little_endian
+0xffcf GROUP_ADDRESS_0XCFFF_little_endian
+0x02c0 GROUP_ADDRESS_0XC002_little_endian
+0x07c0 GROUP_ADDRESS_0XC007_little_endian
+0x01c0 GROUP_ADDRESS_0XC001_little_endian
+0xffff GROUP_ADDRESS_0XFFFF_little_endian
+)
+(//SRC SEQ cache parameter
+10 CACHE_SPACE_NUM
+5 CACHE_SPACE_SIZE
+)
+(
+12 MESH_NETWORK_PACKET_MIN_LENGTH
+30 MESH_NETWORK_PACKET_MAX_LENGTH
+)
+(
+0 MESH_MESSAGE_TMALL
+1 MESH_MESSAGE_APP
+)
+(
+15 UNSEGMENTED_ACCESS_MESSAGE_MAX_UPPER_TRANSPORT_ACCESS_PDU_LEN
+12 SEGMENTED_ACCESS_MESSAGE_UNINT_PDU_LEN
+)
+(//bit of mem_mesh_upper_tran_layer_temp_packet_flag
+6 BIT_UPPER_FLAG_APP_CONTROL
+5 BIT_UPPER_FLAG_VENDOR_INDICATION
+4 BIT_UPPER_FLAG_RETRANSMIT
+//BIT3-0
+0x0f DATA_UPPER_FLAG_MAX_RETRY_COUNT
+
+2 UPPER_RETRY_COUNT_STATUS
+1 UPPER_RETRY_COUNT_INDICATION
+)
+(
+0 NULL_PACKET_ADVERTISING
+1 PACKET_IN_BEARER
+2 PACKET_IN_ADVERTING
+3 PACKET_RECEIVE_INDICATION
+)
+(
+1 UPPER_TRAN_TMALL_MESSAGE
+2 UPPER_TRAN_APP_MESSAGE
+3 UPPER_TRAN_TMALL_AND_APP
+
+0 BIT_UPPER_TRAN_TMALL_MESSAGE
+1 BIT_UPPER_TRAN_APP_MESSAGE
+)
+(
+0 ADC_CONFIG_VINLPM
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+(
+0x00 EFUSE_OFFSET_UCODE	//1B
+0X01 EFUSE_OFFSET_DEVICE_LOCK
+0x02 EFUSE_OFFSET_PERIPHERALS_LOCK
+0X03 EFUSE_OFFSET_OFFSET
+
+0x2b EFUSE_OFFSET_HCI_BOOT_CLKSEL	//bit7
+0x2b EFUSE_OFFSET_APP_VSEL	//bit6
+0x2b EFUSE_OFFSET_DIG_AON_VSEL	//bit5-4
+0x2b EFUSE_OFFSET_DEVICE_OPTION	//bit3-0
+0x2c EFUSE_OFFSET_XTAL_OFFSET	//0x813a
+0x2d EFUSE_OFFSET_XTAL_CNT	//0x813c
+0x2e EFUSE_OFFSET_AGC_TABLE	//2B
+0x30 EFUSE_OFFSET_ADC_PARAM
+0x31 EFUSE_OFFSET_AGC_SEL	//bit7 agc sel
+0x31 EFUSE_OFFSET_AGC_SEC_EN	//bit6 agc second en 0x8960[3]
+0x31 EFUSE_OFFSET_LDO_CFG1	//bit5-4:0x8a0d[2:0]
+0x31 EFUSE_OFFSET_TX_VCO_CURRENT //bit3-0:0x8a87[3:0]
+0x32 EFUSE_OFFSET_RC_CAL	//0x8a6c
+0x33 EFUSE_OFFSET_ADC		//9B
+0x3c EFUSE_OFFSET_KEY_ADDR	//4B
+
+//EFUSE_OFFSET_PERIPHERALS_LOCK
+0 EFUSE_SPI_LOCK_BIT
+1 EFUSE_SPI2_LOCK_BIT
+2 EFUSE_UART_LOCK_BIT
+3 EFUSE_UARTB_LOCK_BIT
+4 EFUSE_IIC_LOCK_BIT
+6 EFUSE_LE_LOCK_BIT
+7 EFUSE_BR_LOCK_BIT
+)
+(
+0	eeprom_nv_ram
+
+)
+(
+0 APP_HANDSHAKE_NULL
+1 APP_HANDSHAKE_DONE
+
+)
+(
+1 dvc_op_hci
+2 dvc_op_esl
+4 dvc_op_dongle
+5 dvc_op_test
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_module
+0x0b dvc_op_ali_mesh
+0x0c dvc_op_hci_boot
+0x0d dvc_op_remote_car
+0x0e dvc_op_car
+0x0f dvc_op_antilost
+   
+)
+(
+3 UCODE_FLAG_ENC
+2 UCODE_FLAG_SKIP_EEP
+1 UCODE_FLAG_SKIP_FLASH
+0 UCODE_FLAG_HCI
+)
+(
+7 gpio_active_bit
+)
+(
+2 HID_HANDSHAKE_TIMEOUT
+
+)
+(
+1 APP_FLAG_RECONNECT
+)
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+(
+2 APP_DISC_RSN_SIZE
+)
+(
+0 APP_DISC_BY_BUTTON
+1 APP_DISC_AFTER_PAIRING
+2 APP_DISC_AFTER_RECONN
+3 APP_DISC_AFTER_SNIFF
+4 APP_DISC_AFTER_SETUP_DONE
+5 APP_DISC_AFTER_HANDSHAKE
+6 APP_DISC_BT
+7 APP_DISC_BLE
+8 APP_DISC_L2CAP_REFUSED
+9 APP_DISC_SWITCH_FAIL
+)
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+(
+0x9000 mem_b_box
+0x9100 mem_e_box
+0x9200 mem_l_box
+0x9300 memk
+0x9400 mem_theta
+0x9420 mem_local_sig
+0x9fff mem_sim_slave
+//mouse
+0x9468 MOUSE_BT_SDP_ADDR
+0x9732 MOUSE_BLE_ATT_LIST_ADDR
+//dongle
+0x99A4 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x99BF USB_KBDATA_ADDR
+0x99FF USB_MSDATA_ADDR
+0x9AA3 USB_DEVICEDATA_ADDR
+0x9AB6 USB_CONFDATA_ADDR
+//shutter
+0x9AF2 BLE_SHUTTER_GATT_LIST
+0x9C70 CLASSIC_SHUTTER_SDP_LIST
+0x9E57 BLE_SHUTTER_KEY_VALUE_LIST
+0x9E7F CLASSIC_SHUTTER_KEY_VALUE_LIST
+//car
+0x9EA7 BLE_CAR_ATT_LIST
+//tx power list
+//0x9F73 TX_POWER_LIST
+)
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+(
+0 ADC_GPIO_4
+1 ADC_GPIO_5
+2 ADC_GPIO_6
+3 ADC_GPIO_7
+4 ADC_GPIO_9
+5 ADC_GPIO_10
+6 ADC_GPIO_11
+7 ADC_GPIO_12
+)
+(
+0 CONN_PARAM_UPDATA_PROCEDURE_NO_INIT
+1 CONN_PARAM_UPDATA_PROCEDURE_STARTING
+2 CONN_PARAM_UPDATA_PROCEDURE_COMPLETE
+3 CONN_PARAM_UPDATA_PROCEDURE_FAILD
+)
+(
+0 NEW_SPEC_HEADER_OFFSET
+2 NEW_SPEC_OPCODE_OFFSET
+3 NEW_SPEC_DLEGTH_OFFSET  //data length offset
+5 NEW_SPEC_DADDR_OFFSET   //data address offset
+)
+(
+1 OPCODE1_BUTTEN_CLICK_ONCE
+2 OPCODE2_BUTTEN_DOUBLE_CLICK
+3 OPCODE3_ANTL_START_ALRAM
+4 OPCODE4_CURRENT_ALARM_STATE
+5 OPCODE5_BATTER_INFORMATION
+7 OPCODE7_ANTL_CONFIG_ALRAM
+)
+(
+0x0a NEW_SPEC_NOTIFY_HANDLE
+0x0b NEW_SPEC_NOTIFICATION_ENABLE_HANDLE
+0x0d NEW_SPEC_WRITE_HANDLE
+)
+(
+0x01 ANTI_LE_ALARM_ON
+0x00 ANTI_LE_ALARM_OFF
+)
+(
+0 NOTIFICATION_ENABLE_BIT
+1 INDICATION_ENABLE_BIT
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+(
+0x14 ATT_CAR_CONTROL_HANDLE
+0x14 ATT_SPEED_SET_HANDLE
+)
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+(
+0xFF INVALID_PIN_NUM
+)
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+(
+0x5B DONGLE_KB_BIND_SUCCESS
+0x00 DONGLE_KB_BIND_EEPROM_OFFECT
+0x2A DONGLE_KB_BIND_EFUSE_OFFECT
+)
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	뵥ز
+0x82 COM_TEST_CD		// fcc
+0x83 COM_TEST_DAT		// ݲ
+0x84 COM_TEST_LOW_CH  //Ƶ
+0x85 COM_TEST_MID_CH	//Ƶ
+0x86 COM_TEST_HIG_CH	//Ƶ
+0x87 COM_TEST_SW_HIG	//ԶлƵΪ 1mhz
+0x88 COIM_TEST_SW_LOW	//ԶлƵΪ 1mhz
+0x89 COM_TEST_SW_STOP	//ֹͣԶлƵ
+0x8a COM_TEST_POW_5		//5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//˳ģʽ
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+(
+8 TIMER_NODATA
+640 TIMER_NODATA_DELAY	//200ms
+
+11 TIMER_MS_BLANK
+384 TIMER_MS_BLANK_DELAY
+
+12 TIMER_KB_MUL_BLANK
+384 TIMER_KB_MUL_BLANK_DELAY
+
+14 TIMER_KB_BLANK
+384 TIMER_KB_BLANK_DELAY
+)
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+//bit4-0
+//tx power
+)
+(
+//chars: ascii
+0x20 CHAR_SPACE
+0x21 CHAR_EXCLAMATION
+0x22 CHAR_DITTO
+0x23 CHAR_POUND
+0x24 CHAR_DOLLAR
+0x25 CHAR_PERCENT
+0x26 CHAR_AMPERSAND
+0x27 CHAR_APOSTROPHE
+0x28 CHAR_OPENING_PARENTHESIS
+0x29 CHAR_CLOSING_PARENTHESIS
+0x2a CHAR_ASTERISK
+0x2b CHAR_PLUS
+0x2c CHAR_COMMA
+0x2d CHAR_MINUS
+0x2e CHAR_DOT
+0x2f CHAR_SLASH
+
+0x8b CHAR_AT
+
+//letter: ascii - 0x20
+0x61 LETTER_A
+0x62 LETTER_B
+0x63 LETTER_C
+0x64 LETTER_D
+0x65 LETTER_E
+0x66 LETTER_F
+0x67 LETTER_G
+0x68 LETTER_H
+0x69 LETTER_I
+0x6a LETTER_J
+0x6b LETTER_K
+0x6c LETTER_L
+0x6d LETTER_M
+0x6e LETTER_N
+0x6f LETTER_O
+0x70 LETTER_P
+0x71 LETTER_Q
+0x72 LETTER_R
+0x73 LETTER_S
+0x74 LETTER_T
+0x75 LETTER_U
+0x76 LETTER_V
+0x77 LETTER_W
+0x78 LETTER_X
+0x79 LETTER_Y
+0x7a LETTER_Z
+)
+(
+0x60 EINK_LOG_MAX
+0x108 EINK_LOG_XY_START
+
+//fail reason
+0x00 EINK_LOG_RX_LOST
+0x01 EINK_LOG_OLD_PAC
+0x02 EINK_LOG_RX_NULL
+)
+(
+32 UNCOM_SRC_LENGTH
+31 UNCOM_SRC_INDEX
+62 UNCOM_IMAGE_ATT_LENTH
+)
+(
+2 mark_24g_old_packet
+7 mark_eink_red
+13 mark_barcode_end
+)
+(
+7 STATE_DATA_FINISH
+)
+(
+37 barcode_dot
+)
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+9 MOUDLE_TASK_UNSNIFF
+10 MOUDLE_TASK_SNIFF
+
+)
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+(
+	50 FLAG_MODULE_READ_VDD_COUNT
+)
+(
+	0x200 UART_AIR_CONTROL_THRESHOLD
+)
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+(//Command
+0x00 HCI_CMD_SET_BT_ADDR_REQ
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x03 HCI_CMD_SET_BT_NAME_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x05 HCI_CMD_SPP_DATA_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0c HCI_CMD_SET_PAIRING_REQ
+0x0d HCI_CMD_SET_PINCODE_REQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x11 HCI_CMD_BT_DISCONNECT
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x15 HCI_CMD_SET_COD
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x29 HCI_CMD_SET_CREDIT_GIVEN
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+ifdef COMPILE_WECHAT
+0x95 HCI_CMD_WECHAT_SEND_DATA
+endif
+0xff HCI_CMD_CLOSE_LPM
+)
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+ifdef COMPILE_WECHAT
+0x41 HCI_BLE_WECHAT_RECEIVE_PUSH_DATA
+endif
+)
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+(
+0x7e0 OTP_ADDR_RF_PARAM_FIX
+//struct of RF_PARAM_FIX
+// uint8       //length = param_pair_count * 2 
+// uint16     //param-pair-1
+// uint16     //param-pair-2
+// uint16     //param-pair-3
+// uint16     //param-pair-4
+// uint16     //param-pair-5
+// uint16     //param-pair-6
+// uint16     //param-pair-7
+)
+(
+0	BR_PAIRING_MODE_PINCODE
+1	BR_PAIRING_MODE_JUSTWORK
+2	BR_PAIRING_MODE_PASSKEY
+3	BR_PAIRING_MODE_NUMERIC
+
+0x81 BR_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 BR_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x83 BR_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+)
+(
+0x0001	FLAG_BT_PAIRING_SUCCESS
+0x0101	FLAG_BT_PAIRING_FAIL
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_DOUBLE_DPI_KEY
+
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+0X0c S201X
+
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+(
+2 BIT_POWER_ON
+)
+(
+0 MODE_3_MOUSE
+1 MODE_4_MOUSE
+)
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_VINLPM_MULTIPLE
+)
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+7 MOUSE_DEVICE_NUMBER_FLAG
+)
+
+//G24 ota
+(
+0x0001 G24_OTA_VERSION
+0x5a G24_OTA_DATA_HEADER
+
+0 G24_OTA_STORAGE_ERROR
+0x02 G24_OTA_STORAGE_EEPROM
+0x03 G24_OTA_STORAGE_OTP
+0x04 G24_OTA_STORAGE_FLASH
+
+0x00 G24_OTA_STATUS_SUCCESS
+0x01 G24_OTA_STATUS_FAIL
+
+0x01 G24_OTA_TARGET_DONGLE
+0x02 G24_OTA_TARGET_MOUSE
+0x03 G24_OTA_TARGET_DONGLE_MOUSE
+
+0x1 G24_OTA_CMD_VERSION
+0x2 G24_OTA_CMD_INFO
+0X3 G24_OTA_CMD_CONFIG
+0X4 G24_OTA_CMD_SET_CONFIG_END
+0X5 G24_OTA_CMD_DATA
+0X6 G24_OTA_CMD_RESET
+0xff G24_OTA_CMD_PING
+
+0x01 G24_OTA_SM_RX_VERSION
+0x02 G24_OTA_SM_TX_VERSION
+0x03 G24_OTA_SM_TX_VERSION_OK
+0X04 G24_OTA_SM_RX_INFO
+0X05 G24_OTA_SM_TX_INFO
+0X06 G24_OTA_SM_TX_INFO_OK
+0X07 G24_OTA_SM_RX_CONFIG
+0X08 G24_OTA_SM_TX_CONFIG
+0X09 G24_OTA_SM_TX_CONFIG_OK
+0X0A G24_OTA_SM_RX_SET_CONFIG_END
+0X0B G24_OTA_SM_TX_SET_CONFIG_END
+0X0C G24_OTA_SM_TX_SET_CONFIG_END_OK
+0X0D G24_OTA_SM_RX_DATA
+0X0E G24_OTA_SM_TX_DATA
+0X0F G24_OTA_SM_TX_DATA_OK
+0X10 G24_OTA_SM_RX_RESET
+0X11 G24_OTA_SM_TX_RESET
+0X12 G24_OTA_SM_TX_RESET_OK
+
+)
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+//new led function enable
+(
+0x00 MOUSE_ENABLE_1IO2LED
+0x01 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+0x02 MOUSE_ENABLE_LED_BLINK_LIMIT
+0x03 MOUSE_ENABLE_LOW_LED
+0x04 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+)
+
+//led multi type
+(
+1 MOUSE_ENABLE_LOW_FOR_LED
+2 MOUSE_ENABLE_DPI_FOR_LED
+3 MOUSE_ENABLE_DPI_LOW_FOR_LED
+)
+
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+(//Data Rom Buffer Addr
+382		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+(
+0x0d HCI_UART_TX_GPIO_NUM
+0x0e HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+(
+/*HID TYPE*/
+0x01 HID_TYPE_CONTROL
+0x04 HID_TYPE_GET_REPORT
+0x05 HID_TYPE_SET_REPORT
+0x07 HID_TYPE_SET_PROTOCOL
+0x09 HID_TYPE_SET_IDLE
+0x0a HID_TYPE_DATA
+/*HID REPORT ID*/
+0x01 HID_REPORT_ID_KB
+
+0x00 HID_CONTROL_P_NOOPERATION
+0x01 HID_CONTROL_P_HARDRESET
+0x02 HID_CONTROL_P_SOFTRESET
+0x03 HID_CONTROL_P_SUSPEND
+0x04 HID_CONTROL_P_EXITSUSPEND
+0x05 HID_CONTROL_P_VIRTUALCABLEUNPLUG
+)
+0x00 KEYSCAN_OFFECT_COL_NUM
+0x01 KEYSCAN_OFFECT_ROW_NUM
+0x02 KEYSCAN_OFFECT_COL_CONF_PIN
+0x06 KEYSCAN_OFFECT_ROW_CONF_PIN
+0x0a KEYSCAN_OFFECT_ROW_COUNT
+0x0b KEYSCAN_OFFECT_SHIFT_COUNT
+0X0C KEYSCAN_OFFECT_VALUE_TEMP
+0X0E KEYSCAN_OFFECT_LASVALUE
+0X10 KEYSCAN_OFFECT_VALUE
+0x12 KEYSCAN_OFFECT_BTCLK
+0x16 KEYSCAN_OFFECT_BTCLK_INTERVAL
+(
+256 l2cap_lpm_txbuf_len
+)
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+(
+0x0002 L2CAP_SIG_EXT_FEATRUE
+0x0003 L2CAP_SIG_FIX_FEATRUE
+)
+(
+0 HS_IDLE
+1 AG_INIT_CALL
+2 HS_INIT_CALL
+)
+(
+0 M_ACL_LINK_ABSENT
+1 M_ACL_LINK_EXIST
+)
+(
+0 L2CAP_INUSE_BUFF1
+1 L2CAP_INUSE_BUFF2
+)
+(
+1 MAX_NUM_LINKS_ALLOWED
+1 MAX_NUM_SCO_ALLOWED
+1 ACL_LINK_PRESENT
+0 ACL_LINK_ABSENT
+)
+(
+1 L2CAP_RX_DONE 
+0 L2CAP_RX_CLEAR
+)
+(
+0 L2CAP_DISCONNECT_INTERRUPT
+1 RFCOMM_wants_service
+2 L2CAP_sig_Tx_buff_full
+3 RFCOMM_Tx_buff_full
+4 SDP_Tx_buff_full
+5 got_complete_L2CAP_pkt	
+6 L2CAP_init_Config_Req
+7 L2CAP_DISCONNECT_CONTROL
+)
+(
+0 UI_NEED_SERVICE
+)
+(
+0x0001 L2CAP_signal_channel
+0x0050 L2CAP_SDP_channel
+0x0051 L2CAP_RFCOMM_channel
+0x0052 L2CAP_HID_Control_channel   
+0x0053 L2CAP_HID_Interrupt_channel
+0x0077 L2CAP_AVDTP_signal_channel		//------avdtp
+0x0078 L2CAP_AVDTP_media_channel
+0x0079 L2CAP_AVDTP_report_channel
+0x0080 L2CAP_AVDTP_recovery_channel
+0x00dd L2CAP_AVCTP_Control_channel
+)
+(
+0x00 reserved
+0x01 signal_cmd_reject
+0x02 signal_connect_req
+0x03 signal_connect_rsp
+0x04 signal_config_req
+0x05 signal_config_rsp
+0x06 signal_disconnect_req
+0x07 signal_disconnect_rsp
+0x08 signal_echo_req
+0x09 signal_echo_rsp
+0x0a signal_info_req
+0x0b signal_info_rsp
+)
+(
+0x0000 cmd_not_understood
+0x0001 signalling_MTU_exceeded
+0x0002 invalid_CID_in_req
+)
+(
+0x0001 PSM_SDP
+0x0003 PSM_RFCOMM
+0x0005 PSM_TCS
+0x0011 PSM_HID_control
+0x0013 PSM_HID_interrupt
+0x0017 PSM_AVCTP
+0x0019 PSM_AVDTP
+)
+(
+0x0000 L2CAP_connect_successful
+0x0001 L2CAP_connect_pending
+0x0002 L2CAP_connect_refused_PSM_unsupported
+0x0003 L2CAP_connect_refused_security_block
+0x0004 L2CAP_connect_refused_no_resources
+)
+(
+0x0000 L2CAP_no_info_available
+0x0001 L2CAP_authentication_pending
+0x0002 L2CAP_authorization_pending
+)
+(
+0x0000 L2CAP_config_success
+0x0001 L2CAP_config_failure_bad_parameters
+0x0002 L2CAP_config_failure_no_reason
+0x0003 L2CAP_config_failure_unknown_options
+)
+(
+128 L2CAP_Rx_buff_size
+48  L2CAP_signal_Tx_buff_size
+128 SDP_Tx_buff_size
+128 RFCOMM_Tx_buff_size
+1 AM_ADDRESS
+3 DM1TYPE
+4 DH1TYPE
+11 DH3TYPE
+8 DVTYPE
+0 channel_state_closed
+1 channel_state_config
+2 channel_state_open
+0x0030 L2CAP_config_MTU_SDP
+0xffff L2CAP_config_ftimeout_SDP
+0x03e3 L2CAP_config_MTU_RFCOMM
+0xffff L2CAP_config_ftimeout_RFCOMM
+260 l2cap_max_pkt_len
+)
+(
+0 FAILURE
+1 SUCCESS
+2 IN_PROGRESS
+)
+(
+0x00	IDLE
+0x01	WAIT_4_BB_PAGE
+0x02	WAIT_4_LMP_CONN
+0x03	WAIT_4_SCO_CONN
+0x04	WAIT_4_SCO_KILLED
+)
+(
+0 STOP_ENC
+1 SEND_SWITCH_REQ
+)
+(
+0 HF_HS_READY
+1 HF_AG_READY
+)
+(
+0 HF_STATE_WAITING_RFCOMM_CONN
+1 HF_STATE_HF_SEND_FEATURE
+2 HF_STATE_WAITING_AG_FEATURE_OK
+3 HF_STATE_HF_SEND_INDICATORS
+4 HF_STATE_WAITING_AG_INDICATORS_OK
+5 HF_STATE_HF_SEND_CURR_STATUS
+6 HF_STATE_WAITING_AG_STATUS_OK
+7 HF_STATE_HF_SEND_UPDATE_STATUS
+8 HF_STATE_WAITING_AG_UPDATE_STATUS_OK
+9 HF_STATE_CONNECTED
+0x0a HF_STATE_HF_SEND_RECEIVE_INFO
+0x0b HF_STATE_WAITING_AG_INFO
+0x0c HF_STATE_HF_SEND_AT_CLIP
+0x0d HF_STATE_WAITING_AT_CLIP
+0x0e HF_STATE_HF_SEND_AT_CCWA
+0x0f HF_STATE_WAITING_AT_CCWA
+)
+(
+0 HF_CALL_STATE_INACTIVE
+1 HF_CALL_STATE_SETUP
+2 HF_CALL_STATE_ACTIVE 
+)
+(
+0 PAIR_INQUIRY_START
+1 PAIR_INQUIRY_TIME_OUT
+2 PAIR_INQUIRY_FAILED
+3 PAIR_INQUIRY_SUCCESS
+4 PAIR_READY_CONN
+5 PAIR_WAIT_CANCEL_RESPONSE
+6 PAIR_CONN_SUCCESS
+7 PAIR_WAIT_DETACH
+)  
+(
+0 FORCE_AUTHENTICATION
+)
+(
+0 PROTECOL_BOOT /*default*/
+1 PROTECOL_REPORT
+)
+(
+1 UPPERSM_SEND_SDP_CONN_REQ
+2 UPPERSM_SEND_SDP_CFG_REQ
+3 UPPERSM_SEND_SDP_HF_SS
+4 UPPERSM_SEND_SDP_DISC_REQ
+5 UPPERSM_SEND_RFCOMM_CONN_REQ
+6 UPPERSM_SEND_RFCOMM_CFG_REQ
+7 UPPERSM_SEND_SABM_CMD
+8 UPPERSM_SEND_DISC
+9 UPPERSM_SEND_WAIT
+10 UPPERSM_SEND_HID_CONTROL_CONN_REQ
+11 UPPERSM_SEND_HID_CONTROL_CFG_REQ
+12 UPPERSM_SEND_HID_INTERRUPT_CONN_REQ
+13 UPPERSM_SEND_HID_INTERRUPT_CFG_REQ
+14 UPPERSM_SEND_SDP_HS_SS
+15 UPPERSM_SEND_SDP_PBAP_SS
+16 UPPERSM_SEND_SDP_AVTARG_SS
+)
+(
+1 UPPERSM_RP_SEND_SDP_CONN_REQ
+2 UPPERSM_RP_SEND_SDP_CFG_REQ
+3 UPPERSM_RP_SEND_SDP_HF_SS
+4 UPPERSM_RP_SEND_SDP_HS_SS
+5 UPPERSM_RP_SEND_SDP_PBAP_SS
+6 UPPERSM_RP_SEND_SDP_AVTARG_SS
+7 UPPERSM_RP_SEND_SDP_DISC_REQ
+8 UPPERSM_RP_SEND_AVCTP_CONN_REQ
+9 UPPERSM_RP_SEND_AVCTP_CFG_REQ
+)
+(
+0 MSCHEDULER_HID_CONTROL_CONN_DONE
+1 MSCHEDULER_HID_INTERRUPT_CONN_DONE
+2 MSCHEDULER_HID_CONTROL_CFG_REQ_DONE
+3 MSCHEDULER_HID_CONTROL_CFG_RSP_DONE
+4 MSCHEDULER_HID_INTERRUPT_CFG_REQ_DONE
+5 MSCHEDULER_HID_INTERRUPT_CFG_RSP_DONE
+6 MSCHEDULER_HID_CONTROL_DISC_DONE
+7 MSCHEDULER_HID_INTERRUPT_DISC_DONE
+)
+(
+0x00 UI_DATA_EVNET_NONE
+0x01 UI_DATA_EVNET_HID
+0x02 UI_DATA_EVNET_AVDTP_S
+0x03 UI_DATA_EVNET_AVDTP_M
+0x04 UI_DATA_EVNET_AVCTP
+0x05 UI_DATA_EVNET_HS
+0x06 UI_DATA_EVNET_HF
+0x07 UI_DATA_EVNET_SPP
+0x08 UI_DATA_EVNET_OBEX
+)
+(
+0x00 UI_DATA_TX_NONE
+0x01 UI_DATA_TX_HID
+0x02 UI_DATA_TX_AVDTP_S
+0x03 UI_DATA_TX_AVDTP_M
+0x04 UI_DATA_TX_AVCTP
+0x05 UI_DATA_TX_HS
+0x06 UI_DATA_TX_HF
+0x07 UI_DATA_TX_SPP
+0x08 UI_DATA_TX_OBEX
+0x10 ACL_TX_L2CAP_SIGNAL
+0x11 ACL_TX_SDP
+0x12 ACL_TX_RFCOMM
+
+)
+(
+0 L2CAP_SDP_interface_conn
+1 L2CAP_SDP_interface_cfg
+)
+(                                   
+0 L2CAP_CHANNEL_STATE_CONN_REQ      
+1 L2CAP_CHANNEL_STATE_CONN_RES      
+2 L2CAP_CHANNEL_STATE_SND_CFG_REQ   
+3 L2CAP_CHANNEL_STATE_SND_CFG_RES   
+4 L2CAP_CHANNEL_STATE_RCV_CFG_REQ   
+5 L2CAP_CHANNEL_STATE_RCV_CFG_RES
+6 L2CAP_CHANNEL_RFCOMM_ONLY_SABM
+7 L2CAP_CHANNEL_RFCOMM_ONLY_UA
+6 L2CAP_CHANNEL_AVDTP_SIGNAL_INIT //set avdtp init complete
+6 L2CAP_CHANNEL_HID_HANDSHAKE_DONE
+0x3f L2CAP_CHANNEL_SETUP_COMPLETE
+0x7f L2CAP_CHANNEL_AVDTP_SIGNAL_COMPLETE
+0xff L2CAP_CHANNEL_RFCOMM_DLCI0_OPENED
+)                                     
+(
+0 L2CAP_AVDTP_SIGNAL_CONNECT
+1 L2CAP_AVDTP_SIGNAL_CONFIG
+2 L2CAP_AVDTP_MEDIA_CONNECT
+3 L2CAP_AVDTP_MEDIA_CONFIG
+4 L2CAP_AVDTP_REPORT_CONNECT
+5 L2CAP_AVDTP_REPORT_CONFIG
+6 L2CAP_AVDTP_RECOVERY_CONNECT
+7 L2CAP_AVDTP_RECOVERY_CONFIG
+)
+(
+0 L2CAP_AVCTP_SIGNAL_CONNECT
+1 L2CAP_AVCTP_SIGNAL_CONFIG
+)
+127 L2CAP_SIGNAL_MALLOC_SIZE
+(
+0 RFCOMM_MALLOC_SUCCEED
+1 RFCOMM_MALLOC_FAIL
+)
+(
+0 L2CAP_FLOW_CTRL_DISABLE
+1 L2CAP_FLOW_CTRL_ENABLE
+)
+	(
+	//bit flag:mem_classic_bt_flag
+	0 FLAG_SSP_REJECT_JUSTWORK
+	1 SHORT_MULT_FLAG
+	)
+	(
+	//bit map
+	0 pair_state_inrand
+	1 pair_state_inrand_acpt
+	2 pair_state_send_comb
+	3 pair_state_recv_comb
+	4 pair_state_send_aurand
+	5 pair_state_recv_sres
+	6 pair_state_recv_aurand
+	7 pair_state_send_sres	
+	)
+	(
+	1 LMP_NAME_REQ 
+	2 LMP_NAME_RES 
+	3 LMP_ACCEPTED 
+	4 LMP_NOT_ACCEPTED 
+	5 LMP_CLKOFFSET_REQ 
+	6 LMP_CLKOFFSET_RES 
+	7 LMP_DETACH 
+	8 LMP_IN_RAND 
+	9 LMP_COMB_KEY 
+	10 LMP_UNIT_KEY 
+	11 LMP_AU_RAND 
+	12 LMP_SRES 
+	13 LMP_TEMP_RAND 
+	14 LMP_TEMP_KEY 
+	15 LMP_ENCRYPTION_MODE_REQ 
+	16 LMP_ENCRYPTION_KEY_SIZE_REQ 
+	17 LMP_START_ENCRYPTION_REQ 
+	18 LMP_STOP_ENCRYPTION_REQ 
+	19 LMP_SWITCH_REQ 
+	20 LMP_HOLD
+	21 LMP_HOLD_REQ
+	23 LMP_SNIFF_REQ 
+	24 LMP_UNSNIFF_REQ 
+	26 LMP_PARK_REQ 
+	27 LMP_SET_BROADCAST_SCAN_WINDOW 
+	28 LMP_MODIFY_BEACON 
+	29 LMP_UNPARK_BD_ADDR_REQ 
+	30 LMP_UNPARK_PM_ADDR_REQ 
+	31 LMP_INCR_POWER_REQ 
+	32 LMP_DECR_POWER_REQ 
+	33 LMP_MAX_POWER 
+	34 LMP_MIN_POWER 
+	35 LMP_AUTO_RATE 
+	36 LMP_PREFERRED_RATE 
+	37 LMP_VERSION_REQ 
+	38 LMP_VERSION_RES 
+	39 LMP_FEATURES_REQ 
+	40 LMP_FEATURES_RES 
+	41 LMP_QUALITY_OF_SERVICE 
+	42 LMP_QUALITY_OF_SERVICE_REQ 
+	43 LMP_SCO_LINK_REQ 
+	44 LMP_REMOVE_SCO_LINK_REQ 
+	45 LMP_MAX_SLOT 
+	46 LMP_MAX_SLOT_REQ 
+	47 LMP_TIMING_ACCURACY_REQ 
+	48 LMP_TIMING_ACCURACY_RES 
+	49 LMP_SETUP_COMPLETE 
+	50 LMP_USE_SEMI_PERMANENT_KEY 
+	51 LMP_HOST_CONNECTION_REQ 
+	52 LMP_SLOT_OFFSET 
+	53 LMP_PAGE_MODE_REQ 
+	54 LMP_PAGE_SCAN_MODE_REQ 
+	55 LMP_SUPERVISION_TIMEOUT 
+	56 LMP_TEST_ACTIVATE
+	57 LMP_TEST_CONTROL
+	58 LMP_ENC_KEY_SIZE_MASK_REQ
+	59 LMP_ENC_KEY_SIZE_MASK_RES
+	60 LMP_SET_AFH
+
+	/* simple pairing support */
+	61 LMP_ENCAPSULATED_HEADER
+	62 LMP_ENCAPSULATED_PAYLOAD
+	63 LMP_SIMPLE_PAIRING_CONFIRM
+	64 LMP_SIMPLE_PAIRING_NUMBER
+	65 LMP_DHKEY_CHECK
+	127 LMP_ESCAPE
+	127 LMP_ESCAPE_4   /* add 2bytes LMP header support  */   
+	)
+	(
+	129 LMP_EXT_ACCEPTED
+	130 LMP_NOT_ACCEPTED_EXT
+	131 LMP_EXT_FEATURES_REQ
+	132 LMP_EXT_FEATURES_RES
+	139 LMP_PACKET_TYPE_TABLE_REQ
+	140 LMP_EXT_ESCO_LINK_REQ
+	141 LMP_EXT_REMOVE_ESCO_REQ
+	144 LMP_EXT_CHN_CLASSIFICATION_REQ
+	145 LMP_EXT_CHN_CLASSIFICATION
+	149 LMP_SNIFF_SUBRATING_REQ
+	150 LMP_SNIFF_SUBRATING_RES
+	151 LMP_PAUSE_ENCRYPTION_REQ
+	152 LMP_RESUME_ENCRYPTION_REQ
+	153 LMP_IO_CAP_REQ
+	154 LMP_IO_CAP_RES
+	161 LMP_PING_REQ
+	162 LMP_PING_RES
+	)
+	(
+	0x05 AUTHENTICATION_FAILURE_ERROR
+	0x06 KEY_MISSING
+	0x0b ACL_CONNECTION_ALREADY_EXISTS
+	0x13 OTHER_END_TERMINATED
+	0x15 ABOUT_TO_POEWR_OFF
+	0x16 LOCAL_HOST
+	0x18 PAIRING_NOT_ALLOWED
+	0x19 UNKNOWN_LMP_PDU
+	0x1A UNSUPPORTED_LMP_FEATURE 
+	0x1F UNSPECIFIED_ERROR
+	0x20 UNSUPPORTED_PARAMETERS
+	0x21 SWITCH_NOT_ALLOWED
+	0x23 TRANSACTION_COLLISION
+	0x24 PDU_NOT_ALLOWED
+	0x25 ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x2e NOT_SUPPORT_CHN_CLASSIFICATION
+	0x37 NOT_SUPPORT_SSP
+	)
+	(
+	0 PAUSE_TEST_MODE
+	1 ZERO_PATTERN
+	2 ONE_PATTERN
+	3 ALT_PATTERN
+	4 PSEUDORANDOM
+	5 CLOSED_LOOP_BACK_ACL
+	6 CLOSED_LOOP_BACK_SCO
+	7 ACL_WITHOUT_WHITENING
+	8 SCO_WITHOUT_WHITENING
+	9 ALT2_PATTERN
+	255 EXIT_TEST_MODE
+	)
+	(
+	0 FIXED_FREQ
+	1 NORMAL_HOP
+	)
+	(
+	0 TID_NORM_REPLY
+	1 TID_NORM_SEND
+	2 TID_ONE
+	3 TID_ZERO
+	4 TID_PAIRING
+	5 TID_ENCRYPTION
+	6 TID_VARIABLE
+	7 TID_RX
+	)
+	(
+	0 lmp_incoming
+	1 lmp_outgoing
+	2 lmp_reject_msg
+	3 lmp_clear_msg
+	4 upper_reject_msg
+	5 upper_clear_msg
+	)
+(
+0x2ee00 TIMER_ONE_MINUTE //96000*2
+80 TIMER_SWITCH_WAITE
+12 TIMER_ENPT_WAITE
+)
+(
+0 SWITCH_FLAG_INIT
+1 SWITCH_FLAG_ACCEPT
+2 SWITCH_FLAG_NOT_ACCEPT
+)
+(
+0 NULL_ENCRYP
+1 DONE_ENCRYP
+)
+(
+3 LMP_FEATURES_EXT_PAGE1_SC_HOST_BIT
+)
+(
+8 LMP_FEATURES_EXT_PAGE2_SC_CONTROLLER_BIT
+)
+(
+0 REMOTE_BR_SC_HOST_BIT
+1 REMOTE_BR_SC_CONTROLLER_BIT
+)
+(
+0xff0 mem_mcmd
+0xff1 mem_mouse_data
+)
+(
+0x1000 mem_le_l2cap_buf		//0x400
+0x1000 mem_l2cap_rxbuff1		//0x400
+0x1400 mem_l2cap_rxbuff2		//0x400
+//end address:0x17ff
+)
+(
+0x1800 mem_tx_buff0		//128
+0x0080 mem_bt_l2cap_tx_buff_size
+0x1400 mem_ble_tx_buff0
+0x0100 mem_ble_l2cap_tx_buff_size
+)
+(
+0x1800 mem_le_tx_buffer0
+0x1900 mem_le_tx_buffer1
+0x1a00 mem_le_tx_buffer2
+0x1b00 mem_le_tx_buffer3
+//end addr:0x1dff
+)
+(
+0x1800 mem_h5rx_buf//0x400
+0x1bff mem_h5rx_buf_end
+0x1c00 mem_h5tx_buf
+0x1fff mem_h5tx_buf_end
+)
+(
+0x1800 mem_ir_record
+0x1c      mem_ir_record_max
+)
+0x4c00 mem_savelist
+(
+7 context_num_new_m1
+8 context_num_new
+96 context_size_new
+)
+(
+0x4040 mem_anchor_array
+)
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
+(
+	0x8000 core_chipid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_efuse_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8013 core_mpu_s0_saddr
+	0x8015 core_mpu_s0_eaddr
+	0x8017 core_mpu_s1_saddr
+	0x8019 core_mpu_s1_eaddr
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_xtal_stable_time
+	0x8045 core_efuse_addr
+	0x8046 core_bist_ctrl
+	0x8047 core_efuse_ctrl
+	0x8048 core_ac_ctrl
+	0x804a core_ac_saddr
+	0x804c core_lpm_reg
+	0x804f core_lpm_isogate
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8053 core_sum_en
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_uartb_ctrl
+	0x8062 core_uartb_baud
+	0x8064 core_uartb_rsaddr
+	0x8066 core_uartb_readdr
+	0x8068 core_uartb_rrptr
+	0x806a core_uartb_tsaddr
+	0x806c core_uartb_teaddr
+	0x806e core_uartb_twptr
+	0x8070 core_gpio_conf
+	0x8084 core_pwm_en
+	0x8085 core_aes_en
+	0x8086 core_spid_ctrl
+	0x8087 core_spid_delay
+	0x8088 core_spid_txlen
+	0x808a core_spid_txaddr
+	0x808c core_spid_rxaddr
+	0x808e core_spid_rxlen
+	0x8090 core_iicd_ctrl
+	0x8091 core_iicd_scl_low
+	0x8092 core_iicd_scl_high
+	0x8093 core_iicd_start_setup
+	0x8094 core_iicd_start_hold
+	0x8095 core_iicd_stop_setup
+	0x8096 core_iicd_data_setup
+	0x8097 core_iicd_data_hold
+	0x8098 core_iicd_txlen
+	0x809a core_iicd_txaddr
+	0x809c core_iicd_rxaddr
+	0x809e core_iicd_rxlen
+	0x80a0 core_pwm_pcnt0
+	0x80a2 core_pwm_ncnt0
+	0x80a4 core_pwm_pcnt1
+	0x80a6 core_pwm_ncnt1
+	0x80a8 core_pwm_pcnt2
+	0x80aa core_pwm_ncnt2
+	0x80ac core_pwm_pcnt3
+	0x80ae core_pwm_ncnt3
+	0x80b0 core_pwm_pcnt4
+	0x80b2 core_pwm_ncnt4
+	0x80b4 core_pwm_pcnt5
+	0x80b6 core_pwm_ncnt5
+	0x80b8 core_pwm_pcnt6
+	0x80ba core_pwm_ncnt6
+	0x80bc core_pwm_pcnt7
+	0x80be core_pwm_ncnt7
+	0x80c0 core_spid2_ctrl
+	0x80c1 core_spid2_delay
+	0x80c2 core_spid2_txlen
+	0x80c4 core_spid2_txaddr
+	0x80c6 core_spid2_rxaddr
+	0x80c8 core_spid2_rxlen
+	0x80ca core_nec_start_addr
+	0x80cc core_nec_end_addr
+	0x80ce core_nec_rptr
+	0x80d0 core_nec_control
+	0x80d1 core_ccm_input_playload_addr
+	0x80d3 core_ccm_output_playload_addr
+	0x80d5 core_ccm_aad0
+	0x80d6 core_ccm_aad1
+	0x80d7 core_ccm_aad2
+	0x80d8 core_pwm_init
+	0x80d9 core_ac_buf_len
+	0x80da core_ccm_inptr
+	0x80dc core_sum_ctrl
+	0x80dd core_pwm_srst
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x8120 core_ucode_flag
+	0x8121 core_peripheral_lock
+	0x8122 core_nec_wptr
+	0x8124 core_current_efuse_addr
+	0x8126 core_spid2_remain
+	0x8128 core_spid_remain
+	0x812a core_iicd_remain
+	0x812c core_dma_status
+	0x812d core_perf_status
+	0x812e core_adc_in
+	0x8130 core_nec_rxitem
+	0x8134 core_lpm_ctrl2
+	0x8138 core_lpm_ctrl
+	0x813c core_lpm_xtalcnt
+	0x813d core_lpm_buckcnt
+	0x813e core_lpm_ldocnt
+	0x813f core_lpm_latch
+	0x8140 core_gpio_wakeup_low
+	0x8144 core_gpio_wakeup_high
+	0x8149 core_clk_counter
+	0x8150 core_adc_sum
+	0x8152 core_uartb_status
+	0x8152 core_uartb_rbaud
+	0x8154 core_uartb_txitems
+	0x8156 core_uartb_trptr
+	0x8158 core_uartb_rxitems
+	0x815a core_uartb_rdptr
+	0x815c core_uartb_rwptr
+
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+	0x8280 core_docd_ctrl
+	0x8288 core_docd_paddr
+	0x828a core_docd_pdata
+
+	0x8900 modem_en
+	0x8938 mod_value_scale1
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x89f0 fpga_rf_gain
+	0x89f1 fpga_rf_gain_ctrl
+	0x89f2 fpga_uart_ctrl
+	0x89f3 fpga_uart_wdata
+	0x89f4 fpga_uart_rdata
+	0x89f5 fpga_uart_status
+
+	0x8921 core_rx_ctrl1
+	0x8a00 core_clkpll_ctrl0              
+	0x8a01 core_clkpll_ctrl1              
+	0x8a02 core_clkpll_ctrl2              
+	0x8a03 core_clkpll_cfg0               
+	0x8a04 core_clkpll_cfg1               
+	0x8a05 core_clkpll_cfg2               
+	0x8a06 core_clkpll_cfg3               
+	0x8a07 core_clkpll_cfg4               
+	0x8a08 core_clkpll_cfg5               
+	0x8a09 core_clkpll_cfg6               
+	0x8a0a core_rf_ldo_en0                
+	0x8a0b core_rf_ldo_en1                
+	0x8a0c core_rf_ldo_cfg0               
+	0x8a0d core_rf_ldo_cfg1               
+	0x8a0e core_rf_ldo_cfg2               
+	0x8a0f core_rf_ldo_cfg3               
+	0x8a10 core_rf_ldo_cfg4               
+	0x8a11 core_rf_ldo_cfg5               
+	0x8a12 core_rf_ldo_cfg6               
+	0x8a13 core_rf_ldo_cfg7               
+	0x8a14 core_rf_ldo_cfg8               
+	0x8a15 core_rf_ldo_cfg9               
+	0x8a16 core_syn_en                    
+	0x8a17 core_rx_en0                    
+	0x8a18 core_rx_en1                    
+	0x8a19 core_tx_en0                    
+	0x8a1a core_tx_en1                    
+	0x8a1b core_force_ctrl                
+	0x8a1c core_rx_lna_gc_gc0             
+	0x8a1d core_rx_lna_gc_gc1             
+	0x8a1e core_rx_lna_gc_gc2             
+	0x8a1f core_rx_lna_gc_gc3             
+	0x8a20 core_rx_lna_gc_gc4             
+	0x8a21 core_rx_lna_gc_gc5             
+	0x8a22 core_rx_lna_gc_gc6             
+	0x8a23 core_rx_lna_gc_gc7             
+	0x8a24 core_rx_lna_gc_gc8             
+	0x8a25 core_rx_lna_hg_isel_gc6        
+	0x8a26 core_rx_lna_hg_isel_gc7        
+	0x8a27 core_rx_lna_hg_isel_gc8        
+	0x8a28 core_rx_lna_lg_isel_gc0        
+	0x8a29 core_rx_lna_lg_isel_gc1        
+	0x8a2a core_rx_lna_lg_isel_gc2        
+	0x8a2b core_rx_lna_lg_isel_gc3        
+	0x8a2c core_rx_lna_lg_isel_gc4        
+	0x8a2d core_rx_lna_lg_isel_gc5        
+	0x8a2e core_rx_bq_gc_gc0              
+	0x8a2f core_rx_bq_gc_gc1              
+	0x8a30 core_rx_bq_gc_gc2              
+	0x8a31 core_rx_bq_gc_gc3              
+	0x8a32 core_rx_bq_gc_gc4              
+	0x8a33 core_rx_bq_gc_gc5              
+	0x8a34 core_rx_bq_gc_gc6              
+	0x8a35 core_rx_bq_gc_gc7              
+	0x8a36 core_rx_bq_gc_gc8              
+	0x8a37 core_rx_gain_force             
+	0x8a38 core_rx_lna_isel_force         
+	0x8a39 core_tx_pwr_ctrl0              
+	0x8a3a core_tx_pwr_ctrl1              
+	0x8a3b core_tx_pwr_ctrl2              
+	0x8a3c core_tx_pwr_ctrl3              
+	0x8a3d core_syn_top_ctrl              
+	0x8a3e core_syn_mmd_cp_ctrl           
+	0x8a3f core_syn_divr_int              
+	0x8a40 core_syn_divr_frac2            
+	0x8a41 core_syn_divr_frac1            
+	0x8a42 core_syn_divr_frac0            
+	0x8a43 core_syn_cal_ctrl              
+	0x8a44 core_rx_tiai_dcoc_gc0          
+	0x8a45 core_rx_tiaq_dcoc_gc0          
+	0x8a46 core_rx_tiai_dcoc_gc1          
+	0x8a47 core_rx_tiaq_dcoc_gc1          
+	0x8a48 core_rx_tiai_dcoc_gc2          
+	0x8a49 core_rx_tiaq_dcoc_gc2          
+	0x8a4a core_rx_tiai_dcoc_gc3          
+	0x8a4b core_rx_tiaq_dcoc_gc3          
+	0x8a4c core_rx_tiai_dcoc_gc4          
+	0x8a4d core_rx_tiaq_dcoc_gc4          
+	0x8a4e core_rx_tiai_dcoc_gc5          
+	0x8a4f core_rx_tiaq_dcoc_gc5          
+	0x8a50 core_rx_tiai_dcoc_gc6          
+	0x8a51 core_rx_tiaq_dcoc_gc6          
+	0x8a52 core_rx_tiai_dcoc_gc7          
+	0x8a53 core_rx_tiaq_dcoc_gc7          
+	0x8a54 core_rx_tiai_dcoc_gc8          
+	0x8a55 core_rx_tiaq_dcoc_gc8          
+	0x8a56 core_rx_bq_daci_gc0            
+	0x8a57 core_rx_bq_dacq_gc0            
+	0x8a58 core_rx_bq_daci_gc1            
+	0x8a59 core_rx_bq_dacq_gc1            
+	0x8a5a core_rx_bq_daci_gc2            
+	0x8a5b core_rx_bq_dacq_gc2            
+	0x8a5c core_rx_bq_daci_gc3            
+	0x8a5d core_rx_bq_dacq_gc3            
+	0x8a5e core_rx_bq_daci_gc4            
+	0x8a5f core_rx_bq_dacq_gc4            
+	0x8a60 core_rx_bq_daci_gc5            
+	0x8a61 core_rx_bq_dacq_gc5            
+	0x8a62 core_rx_bq_daci_gc6            
+	0x8a63 core_rx_bq_dacq_gc6            
+	0x8a64 core_rx_bq_daci_gc7            
+	0x8a65 core_rx_bq_dacq_gc7            
+	0x8a66 core_rx_bq_daci_gc8            
+	0x8a67 core_rx_bq_dacq_gc8            
+	0x8a68 core_rx_tiai_dcoc_force        
+	0x8a69 core_rx_tiaq_dcoc_force        
+	0x8a6a core_rx_bq_daci_force          
+	0x8a6b core_rx_bq_dacq_force          
+	0x8a6c core_rx_bq_bw_cal              
+	0x8a6d core_rx_bq_cfg0                
+	0x8a6e core_rx_bq_cfg1                
+	0x8a6f core_rx_bq_cfg2                
+	0x8a70 core_rx_bq_cfg3                
+	0x8a71 core_rx_bq_cfg4                
+	0x8a72 core_rx_lna_cfg0               
+	0x8a73 core_rx_lna_cfg1               
+	0x8a74 core_rx_lna_cfg2               
+	0x8a75 core_rx_lna_cfg3               
+	0x8a76 core_rx_mixer_cfg0             
+	0x8a77 core_rx_mixer_cfg1             
+	0x8a78 core_rx_mixer_cfg2             
+	0x8a79 core_rx_adc_clk_cfg            
+	0x8a7a core_rx_iqadc_cfg              
+	0x8a7b core_rx_rssiadc_cfg            
+	0x8a7c core_syn_state0                
+	0x8a7d core_syn_state1                
+	0x8a7e core_syn_bias_cfg              
+	0x8a7f core_syn_cdb_cfg0              
+	0x8a80 core_syn_cdb_cfg1              
+	0x8a81 core_syn_cdb_cfg2              
+	0x8a82 core_syn_cdb_cfg3              
+	0x8a83 core_syn_pfd_lkd_cfg           
+	0x8a84 core_syn_cp_lpf_cfg            
+	0x8a85 core_syn_loopdiv_dsm_cfg       
+	0x8a86 core_syn_afc_cfg0              
+	0x8a87 core_syn_afc_cfg1              
+	0x8a88 core_syn_afc_cfg2              
+	0x8a89 core_syn_afc_cfg3              
+	0x8a8a core_syn_aac_cfg0              
+	0x8a8b core_syn_aac_cfg1              
+	0x8a8c core_logen_process_cal0        
+	0x8a8d core_logen_process_cal1        
+	0x8a8e core_logen_process_cal2        
+	0x8a8f core_logen_process_cal3        
+	0x8a90 core_logen_process_cal4        
+	0x8a91 core_logen_process_cal5        
+	0x8a92 core_logen_process_cal6        
+	0x8a93 core_logen_process_cal7        
+	0x8a94 core_logen_process_cal8        
+	0x8a95 core_logen_process_ca9         
+	0x8a96 core_logen_process_ca10        
+	0x8a97 core_gpadc_ctrl                
+	0x8a98 core_tx_abb_cfg                
+	0x8a99 core_tx_mixer_cfg0             
+	0x8a9a core_tx_mixer_cfg1             
+	0x8a9b core_tx_mixer_cfg2             
+	0x8a9c core_tx_pa_cfg                 
+	0x8a9d core_syn_tst_ctrl              
+	0x8a9e core_ana_test_control0         
+	0x8a9f core_ana_test_control1         
+
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_int_mask
+	0x8c02 core_usb_addr
+	0x8c03 core_usb_rx_saddr
+	0x8c05 core_usb_rx_eaddr
+	0x8c07 core_usb_rxptr
+	0x8c09 core_usb_tx_saddr0
+	0x8c0b core_usb_tx_saddr1
+	0x8c0d core_usb_tx_saddr2
+	0x8c0f core_usb_tx_saddr3
+	0x8c11 core_usb_hmode
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_clear		//7bit reset   
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_stall_status
+	0x8c23 core_usb_status
+	0x8c24 core_usb_txbusy
+	0x8c25 core_usb_sof_cntl
+	0x8c26 core_usb_sof_cnth
+	
+)
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+(
+/* bit difinitions */
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+(
+  2 reload_code
+  3 gpio_latch
+  4 enable_retmem
+  7 cold_wake
+  0xef isogate_mask
+  0xe0 cs_mask
+)
+(
+  0x01 spid2_start
+  0x02 spid_start
+  0x04 iicd_start
+  0x08 lock_otp
+  0x10 x_sethi
+  0x20 y_sethi
+  0x40 z_sethi
+  0x80 ccnt_start
+)
+(
+  0 otpd_crcok
+  1 otpd_done
+  2 spid_crcok
+  3 spid_done
+  4 iicd_crcok
+  5 iicd_done
+  6 iicd_ack
+)
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_8051
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+(
+  0 gpcfg_input
+  2 gpcfg_qspi_ncs
+  3 gpcfg_qspi_sck
+  4 gpcfg_qspi_io0
+  5 gpcfg_qspi_io1
+  6 gpcfg_qspi_io2
+  7 gpcfg_qspi_io3
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  12 gpcfg_uartb_txd
+  13 gpcfg_uartb_rxd
+  14 gpcfg_uartb_rts
+  15 gpcfg_uartb_cts
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  25 gpcfg_ac_input
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  39 gpcfg_spid2_miso
+  40 gpcfg_spid2_ncs
+  41 gpcfg_spid2_sck
+  42 gpcfg_spid2_mosi
+  43 gpcfg_spid2_sdio
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+(
+0 CREDIT_DISABLE
+1 CREDIT_ENABLE
+)
+  (
+    0 RFCOMM_IDLE           /* before the responsor HS receive SABM            */
+    1 RFCOMM_W4_DLCI0_OPEN
+    2 RFCOMM_W4_DLCI0_CLOSE
+    3 RFCOMM_START_DLCI0    /* After respond SABM frame (DLCI=0)               */
+    4 RFCOMM_W4_DLCI_OPEN
+    5 RFCOMM_W4_DLCI_CLOSE
+    6 RFCOMM_DLCI_OPENED    
+   
+  )
+  (
+    1000  RFCOMM_T1         /* Used by SABM and DISC frames,100*20ms = 20s     */     
+    1000  RFCOMM_T2         /* Used by commands send in UIH on DLCI0,          */
+    300   RFCOMM_T3_RINGON  /* 6s for ring fade time                           */
+  
+  )
+  (
+    0x3F RSP_RX_SABM        /*responsor expect SABM from initiator             */
+    0x3F INI_TX_SABM
+	
+    0x73 RSP_TX_UA          /*responsor send out UA command                    */
+    0x73 UA_WFBIT_SET	    /* UA control field with F bit set                 */
+	
+    0xEF RSP_RX_UIH         /*responsor expect UIH from initiator              */
+
+    0xEF RSP_TX_UIH         /*responsor send UIH to initiator                  */
+     
+    0x1F RSP_TX_DM          /*responsor send DM to initiator                   */
+    0x1F DM_WFBIT_SET       /* DM control field with F bit set                 */
+    0x0F DM_WFBIT_CLEAR     /* DM control field with F bit clear               */
+
+    0x53 RSP_RX_DISC        /*responsor expect DISC from initiator             */
+    0x53 INI_TX_DISC	    /*initiator send DISC control type command         */
+     
+    0xFF RSP_RX_UIH_WDATA   /*UIH data with credit flow control info           */
+    
+    
+  )
+  (
+    0x83 PN_COMMAND           /* Bit 0 EA C/R Type = 000001         */
+    0x81 PN_RESPONSOR         /* Bit 0 EA C/R Type = 000001         */
+    
+    0xE3 MSC_COMMAND          /* Bit 0 EA C/R Type = 000111         */
+    0xE1 MSC_RESPONSOR
+ 
+    0x13 NSC_COMMAND          /* Bit 0 EA C/R Type = 001000         */
+    0x11 NSC_RESPONSOR        /* Bit 0 EA C/R Type = 001000         */
+
+    0x23 TEST_COMMAND         /* Bit 0 EA C/R Type = 000111         */
+    0x21 TEST_RESPONSOR 
+    
+    0x93 RPN_COMMAND          /* Bit 0 EA C/R Type = 001001         */
+    0x91 RPN_RESPONSOR 
+    
+    0x53 RLS_COMMAND          /* Bit 0 EA C/R Type = 001010         */
+    0x51 RLS_RESPONSOR 
+
+    0xA3 FCON_COMMAND         /* Bit 0 EA C/R Type = 000101         */
+    0xA1 FCON_RESPONSOR 
+    
+    0x63 FCOFF_COMMAND        /* Bit 0 EA C/R Type = 000110         */
+    0x61 FCOFF_RESPONSOR 
+    	
+    0x03 RLS_OVERRUN
+    0x05 RLS_PARITY_ERROR
+    0x09 RLS_FRAMING_ERROR
+  )
+  (
+    0x01 RFCOMM_CREDIT
+  )
+  (
+  	0x007f RFCOMM_MAX_FRAME_SIZE
+  )
+  (
+    0  LENGTH_ZERO
+    
+    6  LENGTH_OK
+    7  LENGTH_HOT
+    8  LENGTH_RING
+    9  LENGTH_ERROR
+    9  LENGTH_AGVOL_ONEBYTE
+    10 LENGTH_AGVOL_TWOBYTE
+    10 LENGTH_VOL_ONEBYTE
+    11 LENGTH_VOL_TWOBYTE
+    12 LENGTH_BRSF
+    13 LENGTH_PLUS_CIEV
+    15 LENGTH_INBANDRING
+    14 LENGTH_CIEV_CALL
+    17 LENGTH_CRING
+    20 LENGTH_BRSF_OK
+    24 LENGTH_CIND0
+    28 LENGTH_CIEV_TWO
+    32 LENGTH_CIND_OK
+    59 LENGTH_CIND_OK2
+    100 LENGTH_DISCARD
+  )
+  (
+    0 RFCOMM_TX_W4BUF_FLAG    /* Wait for Tx buffer empty flag */
+    1 RFCOMM_CLOSE_LINK_FLAG
+  )
+  (
+    0 MSC_EA_BIT
+    1 MSC_FC_BIT
+    2 MSC_RTC_BIT
+    3 MSC_RTR_BIT
+    6 MSC_IC_BIT
+    7 MSC_DV_BIT
+  )
+  (
+    0x0C OVERRUN_ERROR
+    0x0A PARITY_ERROR
+    0x09 FRAMING_RERROR
+  )
+  (
+    0x00 BITS2400
+    0x01 BITS4800
+    0x02 BITS7200
+    0x03 BITS9600
+    0x04 BITS19200
+    0x05 BITS38400
+    0x06 BITS57600
+    0x07 BITS115200
+    0x08 BITS230400
+  )
+  (
+    0x00 DATABITS5
+    0x01 DATABITS6
+    0x02 DATABITS7
+    0x03 DATABITS8
+  )
+  (
+    0    ONESTOP
+    1    ONEHALFSTOP
+  )
+  (
+    0    ODDPARITY
+    1    EVENPARITY
+    2    MARKPARITY
+    3    SPACEPARITY
+    
+    7    PARITY_ENABLE_BIT
+  )
+  (
+     0   BIT_RATE_MASK_BIT
+     1   DATA_BITS_MASK_BIT
+     2   STOP_BITS_MASK_BIT
+     3   PARITY_MASK_BIT
+     4   PARITY_TYPE_MASK_BIT
+     5   XON_CHAR_MASK_BIT
+     6   XOFF_CHAR_MASK_BIT
+  )
+  (
+     0   XON_XOFF_INPUT_MASK_BIT
+     1   XON_XOFF_OUTPUT_MASK_BIT
+     2	 RTR_INPUT_MASK_BIT
+     3   RTR_OUTPUT_MASK_BIT
+     4   RTC_INPUT_MASK_BIT
+     5   RTC_OUTPUT_MASK_BIT
+
+  )
+  (
+    0 SEND_MSC_CMD_REQ_FLAG
+    1 SEND_AT_CKPD_REQ_FLAG
+    2 SEND_RING_REQ_FLAG
+    3 SEND_SABM_CMD
+  )
+  (
+    0 MSC_CDM_ALREADY_SEND_FLAG
+    1 CREDIT_FLOW_USED_FLAG
+    2 DONT_EMBEDDED_CREDIT_FLAG 
+    3 MSC_EXCHANGE_DONE_FLAG
+    4 FLOW_CONTROL_FCOFF_BIT            /* set when receive FCoff, clear when FCon   */
+  )
+  (
+    1 FLOW_CONTROL_FC_BIT		/* received MSC FC bits                      */
+  
+  )
+  (
+    0 ADDR_EA_BIT
+    1 ADDR_CR_BIT
+    2 ADDR_D_BIT
+  )
+(
+    1 SPP_SLAVE_CHANNEL
+    7 OBEX_SERVER_CHANNEL
+    8 HF_SERVER_CHANNEL 
+    9 HS_SERVER_CHANNEL
+)
+(
+	0 USING_HF_PROFILE
+	1 USING_HS_PROFILE
+	2 USING_SPP_PROFILE
+)
+(
+	0x3f RFCOMM_FRAME_TYPE_SABM
+	0x73 RFCOMM_FRAME_TYPE_UA
+	0xEF RFCOMM_FRAME_TYPE_UIH
+	0xFF RFCOMM_FRAME_TYPE_UIH_CREDITS
+	0x53 RFCOMM_FRAME_TYPE_DISCONN
+)
+(
+	0x41 UIH_PARAM_NEG_CMD
+	0x40 UIH_PARAM_NEG_RES
+	0x49 UIH_PARAM_CMD_REMOVE_PORT
+	0x71 UIH_MODEM_STATUS_CMD
+	0x70 UIH_MODEM_STATUS_RES
+)
+(
+	0 RFCOMM_ADDRESS_EXT_LEN
+	1 RFCOMM_ADDRESS_CR
+	2 RFCOMM_ADDRESS_DERECTION
+
+
+)
+	(                                   
+	0 RFCOMM_CHANNEL_STATE_PN_CMD
+	1 RFCOMM_CHANNEL_STATE_PN_RES
+	2 RFCOMM_CHANNEL_STATE_SABM
+	3 RFCOMM_CHANNEL_STATE_UA
+	4 RFCOMM_CHANNEL_STATE_SND_MS_CMD
+	5 RFCOMM_CHANNEL_STATE_RCV_MS_CMD
+	6 RFCOMM_CHANNEL_STATE_SND_MS_RES
+	7 RFCOMM_CHANNEL_STATE_RCV_MS_RES
+	0xff RFCOMM_CHANNEL_SETUP_COMPLETE
+	) 
+	(
+	1 MORE_PKT_MSC_CMD_HF
+	2 MORE_PKT_MSC_CMD_HS
+	3 MORE_PKT_MSC_CMD_SPP
+	4 MORE_PKT_MSC_CMD_OBEX
+	)
+	(
+	127 RFCOMM_MALLOC_SIZE
+	)(
+0 AGORHS_SERVICE
+1 GENAUDIO_SERVICE
+2 HANDSFREE_SERVICE
+)
+(
+0 ATTRIBUTEID_0000
+1 ATTRIBUTEID_0001
+2 ATTRIBUTEID_0004
+3 ATTRIBUTEID_0009
+4 ATTRIBUTEID_0100
+5 ATTRIBUTEID_0302
+6 ATTRIBUTEID_0006
+7 ATTRIBUTEID_0311
+)
+(
+0x01 SDP_ERROR_RES
+0x02 SDP_SEARCH_REQ
+0x03 SDP_SEARCH_RES
+0x04 SDP_ATTRIBUTE_REQ
+0x05 SDP_ATTRIBUTE_RES
+0x06 SDP_SEARCHATTRIB_REQ
+0x07 SDP_SEARCHATTRIB_RES
+)
+0x2600 sdp_max_amount
+250 SDP_MALLOC_SIZE
+0x6e sdp_tid_spp //any number
+(
+0x1f11 SDP_UUID_HS_AUDIO_GATEWAY
+)
+(
+0X09 SDP_ATTRIBUTE_ID
+0x0a SDP_ATTRIBUTE_RANGE
+)
+(//mem_sdp_handle_list
+7 SDP_MAX_HANDLE_NUMBER
+)
+(
+  0x00   SP_FLAG_STANDBY
+  0x01   SP_FLAG_COMMIT
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+(
+  0x00   SP_CALC_STANDBY
+  0x01   SP_CALC_PUBKEY
+  0x02   SP_CALC_DHKEY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+(
+  0x00   SP_STAT_NULL
+  0x01   SP_STAT_KEY_RECV
+  0x02   SP_STAT_KEY_GENERATE
+  0x03   SP_STAT_KEY_SEND
+  0x04   SP_STAT_COMMIT_CALC
+  0x05   SP_STAT_COMMIT_SEND
+  0x06   SP_STAT_RANDOM_RECV
+  0x07   SP_STAT_RANDOM_SEND
+  0x08   SP_STAT_CONFIRM_RECV
+  0x09   SP_STAT_CONFIRM_CHECK
+  0x0A   SP_STAT_CONFIRM_CALC
+  0x0B   SP_STAT_CONFIRM_SEND
+  0x0C   SP_STAT_LINK_KEY_CALC
+  0x0F   SP_STAT_DONE
+  0x10   SP_STAT_FEATURE_EXT_SEND
+  0x11   SP_STAT_GKEY_CALC
+  /*simple pairing master only*/
+  0x12   SP_MASTER_STAT_START_SKIP
+  0x13   SP_MASTER_STAT_START_DONE
+  0x14   SP_STAT_COMMITMENT_COMPARE
+  0x15   SP_STATE_END
+)
+(
+  0x00   SP_KEY_INVALID
+  0x01   SP_KEY_VALID
+  0x03   SP_KEY_VALID_256
+
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE
+  0x02  ENCAPSULATED_MINOR_TYPE_P256
+  0x40  ENCAPSULATED_LEN_P256
+)
+(
+  0x01  ENCAPSULATED_MAJOR_TYPE_P192
+  0x01  ENCAPSULATED_MINOR_TYPE_P192
+  0x30  ENCAPSULATED_LEN_P192
+)
+(
+  0x00  SIMPLE_PAIRING_ENABLE
+  0x01  ENCRYPTION_PAUSE_ENABLE
+  0x02  EXTENDED_INQUIRY_RESPOSE_ENABLE
+  0x03  SNIFF_SUBRATING_ENABLE
+)
+(
+  0x00 DEFAULT_STATEMACHINE
+  0x01 LOCAL_STATEMACHINE
+)
+(
+ 0x00 DEFALT_PAIRING_AUTH
+ 0x01 PAIRING_AUTH
+)
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+(
+1 SSP_MODE_SSP_PIN_FLAG
+2 SSP_MODE_PASSKEY_ENTRY_FLAG
+3 SSP_MODE_JUST_WORK_FLAG
+)
+(
+7 FLAG_MODE_SSP_PIN_REVICEVE_COMPARISON_BIT
+6 FLAG_MODE_SSP_PIN_RECIEVE_DHKEY_BIT
+0 FLAG_MODE_SSP_PIN_COMPARISON_RESULT_BIT
+)
+(
+1 FLAG_PAIRING_STATE_PAIRING
+0 FLAG_PAIRING_STATE_NOT_PAIRING
+)
+(//LMP_IO_CAP_REQ & LMP_IO_CAP_RES
+//IO capability
+0x00 IO_CAPABILITY_DISPLAY_ONLY
+0x01 IO_CAPABILITY_DISPLAY_YESNO
+0x02 IO_CAPABILITY_KEYBOARD_ONLY
+0x03 IO_CAPABILITY_NO_INPUT_NO_OUTPUT
+
+//oob data Present
+0x00 OOB_DATA_PRESENT_NOT_PRESENT
+0x01 OOB_DATA_PRESENT_P192_DATA
+0x02 OOB_DATA_PRESENT_P256_DATA
+0x03 OOB_DATA_PRESENT_P192_P256_DATA
+// authentication requirements
+0x00 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_NO_BONDING
+0x01 AUTH_REQ_MITM_PROTECTION_REQUIRED_NO_BONDING
+0x02 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_DEDICATED_BONDING
+0x03 AUTH_REQ_MITM_PROTECTION_REQUIRED_DEDICATED_BONDING
+0x04 AUTH_REQ_MITM_PROTECTION_NOT_REQUIRED_GENERAL_BONDING
+0x05 AUTH_REQ_MITM_PROTECTION_REQUIRED_GENERAL_BONDING
+)
+(
+0 UI_STATE_BT_CONNECTED
+1 UI_STATE_BT_SETUP_COMPLETE
+2 UI_STATE_BT_HID_CONN
+3 UI_STATE_BT_HID_HANDSHAKE
+4 UI_STATE_BT_SPP_CONN
+5 UI_STATE_BT_SNIFF
+6 UI_STATE_BT_DISCOVERY
+7 UI_STATE_BT_RECONNECT
+8 UI_STATE_BT_SLAVE_ROLE
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+(
+1 UI_STATE_SPP_NL_AUTO_DISCOVER
+
+)
+   (
+    0 UI_HEADSET_DISCONNECT
+    1 UI_HEADSET_IDLE                   /* before the responsor HS receive SABM      */
+    2 UI_HEADSET_W4CONNECT
+    3 UI_HEADSET_RINGING
+    4 UI_HEADSET_CONNECTED
+    5 UI_HEADSET_PARING
+  )
+(
+  0 UI_BB_OFF
+  1 UI_BB_IDLE
+  2 UI_BB_DISCOVERY
+  3 UI_BB_CONNECTED_ACTIVE_NO_SCO
+  4 UI_BB_CONNECTED_ACTIVE_WITH_SCO
+  5 UI_BB_CONNECTED_ACTIVE_WAIT_SNIFF
+  6 UI_BB_CONNECTED_SNIFF
+  7 UI_BB_RECONNECT
+  8 UI_BB_CONNECTED_SNIFF_WITH_SCO
+)
+  (
+    5 NO_IDLE_TURN_OFF
+    7 ANSWER_RING_FLAG               /* 1 Answer,0 no*/
+  )
+  (
+    0  UI_HS_PAIRING 
+    2  UI_REQ_CLOSE_RFCOMM
+    3  UI_LINK_LOST
+    4  UI_REQ_OPEN_SCO
+    6  UI_REQ_CLOSE_SCO
+  )
+  (
+    0  ANSWER_RING_BIT
+    0  AG_SEND_RING_BIT
+    1  VOL_UP_BIT
+    2  VOL_DOWN_BIT
+    3  INI_CALL_BIT
+    4  DAIL_LAST_CALL
+    5  END_CALL_BIT
+    6  NOKIA_VOICE_ACTIVE 
+    7  REJECT_CALL_BIT
+  )
+(
+  0 NO_RECONNECTION
+  1 RECONNECT_HID
+  2 RECONNECT_HF
+  3 RECONNECT_HS
+  4 RECONNECT_HID_HF
+  5 RECONNECT_HID_HS
+)
+(
+0 BT_CMD_STANDBY
+1 BT_CMD_START_DISCOVERY
+2 BT_CMD_STOP_DISCOVERY
+3 BT_CMD_RECONNECT
+4 BT_CMD_DISCONNECT
+5 BT_CMD_ENTER_SNIFF
+6 BT_CMD_EXIT_SNIFF
+7 BT_CMD_ENTER_SNIFF_SUBRATING
+8 BT_CMD_EXIT_SNIFF_SUBRATING
+9 BT_CMD_SNIFF_TEST
+10 BT_CMD_SET_PIN_CODE
+11 BT_CMD_START_INQUIRY
+12 BT_CMD_STOP_INQUIRY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+29 BT_CMD_ROLE_SWITCH
+30 BT_CMD_BB_RECONN_CANCEL
+31 BT_CMD_STORE_RECONN_INFO_LE
+32 BT_CMD_STORE_RECONN_INFO_BT
+33 BT_CMD_DHKEY_NOT_ACCEPT
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+37 BT_CMD_STORE_RECONN_INFO
+)
+(
+0x00 BT_EVT_NULL
+0x01 BT_EVT_BB_CONNECTED
+0x02 BT_EVT_BB_DISCONNECTED
+0x03 BT_EVT_RECONN_STARTED
+0x04 BT_EVT_RECONN_FAILED
+0x05 BT_EVT_SETUP_COMPLETE
+0x06 BT_EVT_HID_CONNECTED
+0x07 BT_EVT_HID_DISCONNECTED
+0x08 BT_EVT_SPP_CONNECTED
+0x09 BT_EVT_SPP_DISCONNECTED
+0x0A BT_EVT_PINCODE_REQ
+0x0B BT_EVT_ENTER_SNIFF
+0x0C BT_EVT_EXIT_SNIFF
+0x0D BT_EVT_ENTER_SNIFF_SUB
+0x0E BT_EVT_EXIT_SNIFF_SUB
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x12 BT_EVT_HID_HANDSHAKE
+0X13 BT_EVT_RECONN_PAGE_TIMEOUT
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x16 BT_EVT_ML2CAP_CONN_REFUSED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x18 BT_EVT_LINKKEY_GENERATE
+0x19 BT_EVT_SWITCH_NOT_ACCEPT
+0x20 BT_EVT_SWITCH_ACCEPT
+0x21 BT_EVT_SNIFF_NOT_ACCEPT
+0x22 BT_EVT_SNIFF_ACCEPT
+0x23 BT_EVT_UNSNIFF_ACCEPT
+0x24 BT_EVT_UNSNIFF_NOT_ACCEPT
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x26 BT_EVT_SEND_UNSNIFF_ACCEPT
+0x27 BT_EVT_VIRTUAL_CABLE_UNPLUG
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2a BT_EVT_SWITCH_FAIL_MASTER
+0x2b BT_EVT_SWITCH_SUCCESS_MASTER
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x37 BT_EVT_BT_PAIRING_FAIL
+0x38 BT_EVT_BT_PAIRING_SUCCESS
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+(
+0 OFF
+1 ON
+)
+(
+    0 MEM_UNLOCK
+    1 MEM_LOCK
+)
+(
+    0 UI_USER_DATA_FLAG
+    1 UI_WII_WAITING_SLEEP
+    2 UI_KEYBOARD_SNIFF_SKIP
+)
+(
+    0 MTYPE_HID_DEFAULT
+    1 MTYPE_HID_SSP
+    2 MTYPE_SPP
+)
+	(	
+	0x01 RECIEVE_SDP_CONN_RES
+	0x02 RECIEVE_SDP_CFG_REQ
+	0x03 RECIEVE_SDP_CFG_RES
+	0x04 RECIEVE_RFCOMM_CONN_RES
+	0x05 RECIEVE_RFCOMM_CFG_REQ
+	0x06 RECIEVE_RFCOMM_CFG_RES
+	0x07 RECIEVE_HID_CTRL_CONN_RES
+	0x08 RECIEVE_HID_CTRL_CFG_REQ
+	0x09 RECIEVE_HID_CTRL_CFG_RES
+	0x0A RECIEVE_HID_INT_CONN_RES
+	0x0B RECIEVE_HID_INT_CFG_REQ
+	0x0C RECIEVE_HID_INT_CFG_RES
+	0x0D RECIEVE_AVCTP_CONN_RES
+	0x0E RECIEVE_AVCTP_CFG_REQ
+	0x0F RECIEVE_AVCTP_CFG_RES
+	0x10 RECIEVE_AVDTP_SIGNAL_CONN_RES
+	0x11 RECIEVE_AVDTP_SIGNAL_CFG_REQ
+	0x12 RECIEVE_AVDTP_SIGNAL_CFG_RES
+	0x13 RECIEVE_AVDTP_MEDIA_CONN_RES
+	0x14 RECIEVE_AVDTP_MEDIA_CFG_REQ
+	0x15 RECIEVE_AVDTP_MEDIA_CFG_RES
+	0x16 RECIEVE_SS_REASULT_HS                  
+	0x17 RECIEVE_SS_REASULT_HF                  
+	0x18 RECIEVE_SS_REASULT_AVTARG		          
+	0x19 RECIEVE_SS_REASULT_OBEX		            
+	0x1A RECIEVE_DLCI0_UA
+	0x1B RECIEVE_HS_PARAM_NEG_RES
+	0x1C RECIEVE_HS_UA
+	0x1D RECIEVE_HS_MODEM_STATUS_RES
+	0x1E RECIEVE_HS_MODEm_STATUS_CMD
+	0x1F RECIEVE_HF_PARAM_NEG_RES   
+	0x20 RECIEVE_HF_UA              
+	0x21 RECIEVE_HF_MODEM_STATUS_RES
+	0x22 RECIEVE_HF_MODEm_STATUS_CMD 
+	0x23 RECIEVE_OBEX_PARAM_NEG_RES     
+	0x24 RECIEVE_OBEX_UA              
+	0x25 RECIEVE_OBEX_MODEM_STATUS_RES
+	0x26 RECIEVE_OBEX_MODEm_STATUS_CMD    
+	0x27 RECIEVE_SPP_PARAM_NEG_RES   
+	0x28 RECIEVE_SPP_UA              
+	0x29 RECIEVE_SPP_MODEM_STATUS_RES
+	0x2A RECIEVE_SPP_MODEm_STATUS_CMD
+	0x2b RECIEVE_SDP_DISCONN_RES
+	)
+	(
+	0 UPPERSM_RP_IDLE
+	1 UPPERSM_RP_SDP_CONN
+	2 UPPERSM_RP_SDP_CONN_WAIT
+	3 UPPERSM_RP_SDP_CFG
+	4 UPPERSM_RP_SDP_CFG_WAIT
+	5 UPPERSM_RP_SS_AVTARG
+	6 UPPERSM_RP_SS_AVTARG_WAIT
+	7 UPPERSM_RP_SS_OBEX
+	8 UPPERSM_RP_SS_OBEX_WAIT
+	9 UPPERSM_RP_SDP_DISCONN
+	10 UPPERSM_RP_SDP_DISCONN_WAIT
+	11 UPPERSM_RP_AVDTP_CONN_WAIT
+	12 UPPERSM_RP_AVCTP_CONN
+	13 UPPERSM_RP_AVCTP_CONN_WAIT
+	14 UPPERSM_RP_AVCTP_CFG
+	15 UPPERSM_RP_AVCTP_CFG_WAIT
+	16 UPPERSM_RP_OBEX_CMD_PN
+	17 UPPERSM_RP_OBEX_CMD_PN_WAIT
+	18 UPPERSM_RP_OBEX_SABM
+	19 UPPERSM_RP_OBEX_SABM_WAIT
+	20 UPPERSM_RP_OBEX_CMD_MS
+	21 UPPERSM_RP_OBEX_CMD_MS_WAIT
+	)
+	(		/*mem_upper_sm_reconn*/
+	0 UPPERSM_RECONN_IDLE		
+	1 UPPERSM_RECONN_SDP_CONN		
+	2 UPPERSM_RECONN_SDP_CONN_WAIT		
+	3 UPPERSM_RECONN_SDP_CFG		
+	4 UPPERSM_RECONN_SDP_CFG_WAIT		
+	5 UPPERSM_RECONN_SS_HS
+	6 UPPERSM_RECONN_SS_HS_WAIT
+	7 UPPERSM_RECONN_SS_HF
+	8 UPPERSM_RECONN_SS_HF_WAIT
+	9 UPPERSM_RECONN_SS_AVTARG		
+	10 UPPERSM_RECONN_SS_AVTARG_WAIT		    
+	11 UPPERSM_RECONN_SS_OBEX		            
+	12 UPPERSM_RECONN_SS_OBEX_WAIT		      
+	13 UPPERSM_RECONN_SDP_DISCONN		        
+	14 UPPERSM_RECONN_SDP_DISCONN_WAIT      
+	15 UPPERSM_RECONN_HID_CTRL_CONN		      
+	16 UPPERSM_RECONN_HID_CTRL_CONN_WAIT		
+	17 UPPERSM_RECONN_HID_CTRL_CFG		      
+	18 UPPERSM_RECONN_HID_CTRL_CFG_WAIT     
+	19 UPPERSM_RECONN_HID_INT_CONN		      
+	20 UPPERSM_RECONN_HID_INT_CONN_WAIT		  
+	21 UPPERSM_RECONN_HID_INT_CFG		        
+	22 UPPERSM_RECONN_HID_INT_CFG_WAIT      
+	23 UPPERSM_RECONN_RFCOMM_CONN		        
+	24 UPPERSM_RECONN_RFCOMM_CONN_WAIT		  
+	25 UPPERSM_RECONN_RFCOMM_CFG		        
+	26 UPPERSM_RECONN_RFCOMM_CFG_WAIT       
+	27 UPPERSM_RECONN_RFCOMM_SABM		        
+	28 UPPERSM_RECONN_RFCOMM_SABM_WAIT		  
+	29 UPPERSM_RECONN_SPP_CMD_PN		        
+	30 UPPERSM_RECONN_SPP_CMD_PN_WAIT		    
+	31 UPPERSM_RECONN_SPP_SABM		          
+	32 UPPERSM_RECONN_SPP_SABM_WAIT		      
+	33 UPPERSM_RECONN_SPP_CMD_MS		        
+	34 UPPERSM_RECONN_SPP_CMD_MS_WAIT       
+	35 UPPERSM_RECONN_HF_CMD_PN		          
+	36 UPPERSM_RECONN_HF_CMD_PN_WAIT		    
+	37 UPPERSM_RECONN_HF_SABM		            
+	38 UPPERSM_RECONN_HF_SABM_WAIT		      
+	39 UPPERSM_RECONN_HF_CMD_MS		          
+	40 UPPERSM_RECONN_HF_CMD_MS_WAIT        
+	41 UPPERSM_RECONN_AVDTPs_CONN		        
+	42 UPPERSM_RECONN_AVDTPs_CONN_WAIT		  
+	43 UPPERSM_RECONN_AVDTPs_CFG		        
+	44 UPPERSM_RECONN_AVDTPs_CFG_WAIT       
+	45 UPPERSM_RECONN_AVDTPm_CONN		        
+	46 UPPERSM_RECONN_AVDTPm_CONN_WAIT		  
+	47 UPPERSM_RECONN_AVDTPm_CFG		        
+	48 UPPERSM_RECONN_AVDTPm_CFG_WAIT       
+	49 UPPERSM_RECONN_AVCTP_CONN		        
+	50 UPPERSM_RECONN_AVCTP_CONN_WAIT		    
+	51 UPPERSM_RECONN_AVCTP_CFG		          
+	52 UPPERSM_RECONN_AVCTP_CFG_WAIT		    
+	53 UPPERSM_RECONN_OBEX_CMD_PN		        
+	54 UPPERSM_RECONN_OBEX_CMD_PN_WAIT		  
+	55 UPPERSM_RECONN_OBEX_SABM		          
+	56 UPPERSM_RECONN_OBEX_SABM_WAIT		    
+	57 UPPERSM_RECONN_OBEX_CMD_MS		        
+	58 UPPERSM_RECONN_OBEX_CMD_MS_WAIT     
+	59 UPPERSM_RECONN_SS_SPP
+	60 UPPERSM_RECONN_SS_SPP_WAIT
+	)
+	(/*mem_UI_profile_supported*/
+	0 support_HID
+	1 support_A2DP
+	2 support_AVRCP
+	3 support_HF
+	4 support_HS
+	5 support_PBAP
+	6 support_SPP
+	)
+	(
+	0 UPPERSM_SS_HS
+	1 UPPERSM_SS_HF
+	2 UPPERSM_SS_AVTARG
+	3 UPPERSM_SS_OBEX
+	)
+	(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+	)
+	(
+	0x01 UI_BB_INCONNECT
+	0x10 UI_BB_DISCONNECT
+	)
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+(
+)
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_TXEMPTY
+6 USB_STATUS_RXEMPTY
+)
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+(
+0 TIMER_NAK
+640 TIMER_NAK_DELAY
+15 TIMER_WAKEUP
+5000 TIMER_WAKEUP_DELAY
+)
+(
+/*mem_util_timer_flag0_7*/
+    0   UTIL_TIMER_0_USED
+    1   UTIL_TIMER_1_USED
+    2   UTIL_TIMER_2_USED
+    3   UTIL_TIMER_3_USED
+    4   UTIL_TIMER_4_USED
+    5   UTIL_TIMER_5_USED
+    6   UTIL_TIMER_6_USED
+    7   UTIL_TIMER_7_USED
+/*mem_util_timer_flag8_15*/
+    0   UTIL_TIMER_8_USED
+    1   UTIL_TIMER_9_USED
+    2   UTIL_TIMER_10_USED
+    3   UTIL_TIMER_11_USED
+    4   UTIL_TIMER_12_USED
+    5   UTIL_TIMER_13_USED
+    6   UTIL_TIMER_14_USED
+    7   UTIL_TIMER_15_USED
+)
+(
+6 dlen_24g
+14 plen_24g
+90 blen_tx_24g
+106 blen_rx_24g
+42 blen_txack_24g
+58 blen_rxack_24g
+0xaaf08e acc_24g
+0x15c4 crc_data_3byte
+0xbb81 crc_data_6byte
+0x4160 crc_ack
+)
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+(
+	0xAA DEBUGLOG_HEAD
+	0x00 DEBUGLOG_TYPE
+	0x04 DEBUGLOG_LEN
+	0xBB DEBUGLOG_TAIL
+)
+(
+	0x1000 DEBUGLOG_DTYPE_CALLBACK
+	0x1001 DEBUGLOG_DTYPE_EVENT
+	0x1002 DEBUGLOG_DTYPE_CMD
+	0x1003 DEBUGLOG_DTYPE_STATUS
+	0x1004 DEBUGLOG_DTYPE_MISC
+	0x1005 DEBUGLOG_DTYPE_PARSE_LMP
+	0x1006 DEBUGLOG_DTYPE_SEND_LMP
+	0x1007 DEBUGLOG_DTYPE_CONN_SM
+	0x1008 DEBUGLOG_DTYPE_UPPER_SM
+)
+(
+	0x0000 CALLBACK_24G_DATA
+	0x0001 CALLBACK_LE_PROCESS
+	0x0002 CALLBACK_BT_PROCESS
+	0x0003 CALLBACK_BEFORE_LPM
+	0x0004 CALLBACK_BB_EVENT_PROCESS
+	0x0005 CALLBACK_IDLE_PROCESS
+	0x0006 CALLBACK_BEFORE_HIBERNATE
+	0x0007 CALLBACK_ATT_WRITE
+	0x0008 CALLBACK_EVENT_TIMER
+	0x0009 CALLBACK_SLAVE_LOOP
+	0x000a CALLBACK_SDP_PROCESS
+)
+(
+	0x0000 STATUS_CODE_WAKE
+	0x0001 STATUS_LPM_WAKE
+	0x0002 STATUS_INQUIRY_SCAN
+	0x0003 STATUS_SEND_EIR
+	0x0004 STATUS_PAGE_SCAN
+	0x0005 STATUS_PAGE_SCAN_RECV_ID_PACK
+	0x0006 STATUS_PAGE_SCAN_WAIT_FHS
+	0x0007 STATUS_PAGE_SCAN_CONNECTED
+	0x0008 STATUS_START_DISCOVER
+	0x0009 STATUS_STOP_DISCOVER
+)
+(
+	0x0000 MISC_LE_RETRANSMIT
+	0x0001 MISC_LOST_MOUSEDATA
+	0x0002 MISC_TXPOWER_0
+	0x0003 MISC_TXPOWER_1
+	0x0004 MISC_TXPOWER_2
+	0x0005 MISC_BT_RETRANSMIT
+	0x0006 MISC_BT_UPPER_SM_ERR
+	0x0007 MISC_BT_CONN_SM_ERR
+)
+(
+	0x55 CREAT_MOUSE_DATA_OK
+	0x00 CREAT_MOUSE_DATA_FAIL
+
+(
+  0x02 FHS_PACKET 
+  0x03 DM1_PACKET 
+  0x03 DM1_LMP_PACKET 
+  0x04 DH1_PACKET 
+  0x05 HV1_PACKET 
+  0x06 HV2_PACKET 
+  0x07 HV3_PACKET 
+  0x08 DV_PACKET 
+  0x09 AUX1_PACKET 
+  0x0a DM3_PACKET 
+  0x0b DH3_PACKET 
+  0x0e DM5_PACKET 
+  0x0f DH5_PACKET 
+)
+(
+  0 RESPOND_TO_ALL
+  1 PASS_EVERYTHING
+  2 PASS_ONLY_UNKNOWNS
+  3 RESPOND_TO_LMPS
+)
+(
+  0 ULAW
+  1 ALAW
+  2 CVSD
+)
+(
+  0 NO_ENCRYPTION
+  1 PT_PT_ENCRYPTION
+  2 PT_BROADCAST_ENCRYPTION
+)
+(
+  0 LMP_STATE_DETACH
+  1 LMP_STATE_HOLD
+  2 LMP_STATE_SNIFF
+  3 LMP_STATE_PARK
+  4 LMP_STATE_WAIT_SCO_CREATE
+  5 LMP_STATE_WAIT_SCO_KILL
+  6 LMP_STATE_SCO3
+  7 LMP_STATE_WAIT_SCO_START
+)
+(
+  0 LMP_WAIT_FOR_SNIFF_ACCEPT
+  1 LMP_WAIT_FOR_PARK_ACCEPT
+  2 LMP_SEND_UNPARK_ACCEPTED
+  3 LMP_SEND_ENCRYPTION_START
+  4 LMP_SEND_ENCRYPTION_STOP
+  5 MESSAGE_QUEUE
+  7 LMP_STATE_WAIT_BEACON
+)
+(
+ 0 INQUIRY_STATE_CHECK
+ 1 HOST_DELAY_MESSAGE
+ 2 VARIABLE_DELAY
+ 3 TEST_MODE_START_LOOPBACK
+ 4 TEST_MODE_START_PATTERN
+ 5 PARSE_TEST_CONTROL_MESSAGE
+ 6 H_AUTH_SEND_COMB_KEY
+)
+(
+  0 FROM_MASTER
+)
+(
+  0 MS_RECEIVE_SWITCH_REQ
+  1 MS_SEND_SETUP_COMPLATE
+)
+(
+  0 CONN_SM_STANDBY
+  1 CONN_SM_WAIT_PAGE
+  2 CONN_SM_SEND_FEATURES
+  3 CONN_SM_WAIT_FEATURES_RES
+  4 CONN_SM_SEND_CONN_REQ
+  5 CONN_SM_WAIT_CONN_ACCEPT
+  6 CONN_SM_AUTH_PAIR
+  7 CONN_SM_AUTH_PAIR_WAIT
+  8 CONN_SM_WAIT_MUTAL_AUTH
+  9 CONN_SM_ENCRYPT
+  0xa CONN_SM_ENCRYPT_WAIT
+  0xb CONN_SM_ENCRYPT_WAIT_CLEAR
+  0xc CONN_SM_SEND_SETUP_COMPLETE
+  0xd CONN_SM_WAIT_SETUP_COMPLETE 
+  0xe CONN_SM_SEND_SWITCH
+  0xf CONN_SM_DETACH_DELAY
+  0x10 CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION
+  0x11 CONN_SM_DELAY_RESTART_CONNECTION
+  0x12 CONN_SM_SEND_VERSION
+  0X13 CONN_SM_WAIT_VERSION
+  0x14 CONN_SM_SEND_FEATURES_EXT
+  0x15 CONN_SM_WAIT_FEATURES_EXT
+  0x16 CONN_SM_PAIRING
+  0x17 CONN_SM_AUTH
+  0x18 CONN_SM_PAIRING_WAIT
+  0x19 CONN_SM_AUTH_WAIT
+  0x1a CONN_SM_DONE
+  0x1b CONN_SM_WAIT_DONE
+)
+(
+  0 CONN_STANDBY
+  1 CONN_MASTER_SEND_CONN_REQ
+  2 CONN_MASTER_WAIT_FOR_CONN_ACCEPTED
+  3 CONN_MASTER_AUTH
+  4 CONN_MASTER_WAIT_FOR_FEATURES
+  5 CONN_MASTER_WAIT_FOR_SETUP_COMPLETE
+  6 CONN_MASTER_WAIT_FOR_MAX_SLOT
+  7 CONN_SLAVE_CONN_REQUESTED
+  8 CONN_SLAVE_WAIT_FOR_SETUP_COMPLETE
+  9 CONN_SLAVE_AUTH
+  10 CONN_USING_HOST_OPCODE
+  11 CONN_SLAVE_AUTH_WAIT
+  12 CONN_SLAVE_ENCRYPT_WAIT
+)
+(
+  0 RECEIVED_CONN_REQ
+  1 SENT_CONN_REQ
+  2 RECEIVED_SETUP_COMPLETE
+  3 SENT_SETUP_COMPLETE
+  4 HOST_CONNECTION_MADE
+  6 INIT_COMPLETE
+  7 SNIFF_NEGOTIATE
+)
+(
+  0 WAIT_FOR_KINIT
+  1 WAIT_FOR_LKA
+  2 WAIT_FOR_LKB
+  3 WAIT_FOR_SRES
+  4 EXAMINE_RECEIVED_SRES
+  5 SEND_AU_RAND
+  6 WAIT_FOR_KC
+  7 DELAYED_ENCRYPT_RESPONSE
+)
+(
+  0 SENT_SRES
+  1 RECEIVED_IN_RAND
+  2 SENT_AU_RAND
+  3 AUTHENTICATION_FAILED
+  4 AUTHENTICATION_PASSED
+  5 STARTED_AUTH
+  6 SENT_COMB_KEY
+  7 SENT_IN_RAND
+)
+(
+  0 RECEIVED_AU_RAND
+  1 RECEIVED_SRES
+  2 MUTUALLY_AUTHENTICATE
+)
+(
+  0 H_AUTH_STARTED
+  2 H_ENCRYPTION_MODE_REQ_PT
+  3 H_ENCRYPTION_KEY_SIZE
+  4 H_ENCRYPTION_START
+  5 H_ENCRYPTION_STOP
+  6 H_AUTH_SECOND_TRY
+)
+(
+  0 RECEIVED_ENCRYPT_MODE_REQ_PT
+  1 RECEIVED_ENCRYPT_KEY_SIZE
+  2 RECEIVED_ENCRYPT_START
+  3 RECEIVED_ENCRYPT_STOP
+  4 STARTED_ENCRYPT_START
+)
+(
+  0x00 MS_STANDBY
+  0x11 M_MINIT_1
+  0x12 M_MINIT_2
+  0x20 M_SINIT_0
+  0x30 S_MINIT_0
+  0x31 S_MINIT_1
+  0x32 S_MINIT_2
+  0x41 S_SINIT_1
+  0x42 S_SINIT_2
+  0x43 S_SINIT_3
+)
+(
+  0 TEST_MODE_ALLOWED
+  1 TEST_MODE_ACTIVE
+)
+(
+  0x00 NO_TEST_MODE
+  0x00 CONTINUOUS_TRANSMIT
+  0x10 TRANSMIT_TEST
+  0x08 LOOPBACK
+)
+(
+  1 SEND_TX_ADDR
+)
+(
+  5 PAGE_MODE_END
+)
+(
+  0x00 HOST_RETURN_SUCCESS
+  0x01 HOST_RETURN_SLAVE_CANT_ISSUE
+  0x02 HOST_RETURN_NO_CONNECTION
+  0x04 HOST_RETURN_PAGE_TIMEOUT
+  0x05 HOST_RETURN_INQUIRY_TIMEOUT
+  0x08 HOST_RETURN_CONNECTION_TIMEOUT
+  0x09 HOST_RETURN_MAX_NUM_CONNECTIONS
+  0x0a HOST_RETURN_MAX_NUM_SCO
+  0x0b HOST_RETURN_MAX_NUM_ACL
+  0x0c HOST_RETURN_SECURITY_REASONS
+  0x10 HOST_RETURN_HOST_TIMEOUT
+  0x11 HOST_RETURN_UNSUPPORTED_FEATURE_PARAMETER
+  0x13 HOST_RETURN_OTHER_END_USER
+  0x14 HOST_RETURN_OTHER_END_LOW_RESOURCE
+  0x15 HOST_RETURN_OTHER_END_POWER_OFF
+  0x16 HOST_RETURN_LOCAL_HOST
+  0x18 HOST_RETURN_PAIRING_NOT_ALLOWED
+  0x19 HOST_RETURN_UNKNOWN_PDU
+  0x1a HOST_RETURN_UNSUPPORTED_REMOTE_FEATURE
+  0x1d HOST_RETURN_SCO_AIR_MODE_REJECTED
+  0x20 HOST_RETURN_UNSUPPORTED_LMP_VALUE
+  0x21 HOST_RETURN_AUTHENTICATION_FAILURE
+  0x22 HOST_RETURN_CHANGED_EXISTING_SCO
+  0x23 HOST_RETURN_HOST_REJECTED
+  0x24 HOST_RETURN_UNSPECIFIED_ERROR
+  0x25 HOST_RESET
+  0x26 HOST_RETURN_BAD_HANDLE
+
+  0x00 HOST_RETURN_ACCEPT_COMMAND
+  0x01 HOST_RETURN_REJECT_COMMAND
+)
+(
+  0 HOST_IS_PRESENT
+  1 BCI_IS_PRESENT
+  2 DONT_INIT_RADIO
+)
+(
+  0 MASTER_STATE_STANDBY
+  1 MASTER_INQUIRY
+)
+(
+  92 SECOND_SWITCH_REQ
+  93 SLAVE_DELAY_DETACH
+  94 MASTER_DELAY_DETACH
+  95 UNSNIFF_DELAY_DETACH
+  0 WE_STARTED_AS_MASTER
+  1 WE_STARTED_AS_SLAVE
+)
+(
+  0x01 HOST_INQUIRY
+  0x02 HOST_INQUIRY_CANCEL
+  0x03 HOST_CREATE_CONNECTION
+  0x04 HOST_DISCONNECT_CONNECTION
+  0x05 HOST_ADD_SCO_REQUEST
+  0x06 HOST_REMOTE_NAME_REQUEST
+  0x07 HOST_WRITE_SUPPORTED_FEATURES
+  0x08 HOST_SET_TX_LEVEL
+  0x09 HOST_SET_RX_LEVEL
+  0x0a HOST_SNIFF_REQUEST
+  0x0b HOST_UNSNIFF_REQUEST
+  0x0c HOST_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0e HOST_WRITE_SCAN_ENABLE
+  0x0f HOST_READ_AUDIO_QUALITY
+  0x10 HOST_ENABLE_DEVICE_UNDER_TEST
+  0x14 HOST_BUTTON_CONFIGURE
+  0x15 HOST_SET_LOW_BATTERY_LEVEL
+  0x16 HOST_WRITE_LOCAL_NAME
+  0x17 HOST_WRITE_LOCAL_PIN
+  0x18 HOST_KILL_SCO_REQUEST
+  0x19 HOST_QOS_REQ
+
+  0x1a HOST_FEATURES_REQUEST
+  0x1b HOST_VERSION_REQUEST
+  0x1c HOST_TIMING_REQUEST
+  0x1d HOST_CLK_OFFSET_REQUEST
+  0x1e HOST_AUTHENTICATE
+  0x1f HOST_START_ENCRYPTION
+  0x20 HOST_STOP_ENCRYPTION
+  0x21 HOST_HOLD_REQUEST
+  0x22 HOST_HOLD_FORCE
+  0x23 HOST_PARK_REQUEST
+  0x24 HOST_MOD_BEACON
+  0x25 HOST_SET_BROADCAST_SCAN_WINDOW
+  0x26 HOST_UNPARK_PM_REQUEST
+  0x27 HOST_UNPARK_BD_REQUEST
+  0x28 HOST_SLAVE_REQUEST_UNPARK
+  0x29 HOST_DECREASE_POWER_REQUEST
+  0x2a HOST_INCREASE_POWER_REQUEST
+  0x2b HOST_SEND_PREFERRED_RATE
+  0x2c HOST_MAX_SLOT_REQ
+  0x2d HOST_MAX_SLOT_FORCE
+  0x2e HOST_PAGE_MODE_REQUEST
+  0x2f HOST_PAGE_SCAN_MODE_REQUEST
+  0x30 HOST_MASTER_SLAVE_SWITCH
+  0x31 HOST_SEND_AUTO_RATE
+  0x32 HOST_PAGE_CANCEL
+  0x33 HOST_CHANGE_LINK_KEY
+  0x34 HOST_RADIO_READ
+  0x35 HOST_RADIO_WRITE
+  0x36 HOST_REMOTE_SLAVE_INIT_UNPARK_REQUESTED
+
+  0x40 HOST_REMOTE_CONNECTION_REQUESTED
+  0x41 HOST_REMOTE_DETACH
+  0x42 HOST_REMOTE_SCO_CREATE_REQUESTED
+  0x43 HOST_REMOTE_SCO_KILL_REQUESTED
+  0x44 HOST_REMOTE_PARK_REQUESTED
+  0x45 HOST_REMOTE_UNPARK_REQUESTED
+  0x46 HOST_REMOTE_SNIFF_REQUESTED
+  0x47 HOST_REMOTE_UNSNIFF_REQUESTED
+  0x48 HOST_REMOTE_HOLD_REQUESTED
+  0x49 HOST_REMOTE_AUTHENTICATION
+  0x4a HOST_REMOTE_START_ENCRYPTION_REQUESTED
+  0x4b HOST_REMOTE_STOP_ENCRYPTION_REQUESTED
+  0x4c HOST_MODE_CHANGE_EVENT
+  0x4d HOST_REMOTE_TEST_ACTIVATE
+  0x4e HOST_REMOTE_TEST_CONTROL
+  0x4f HOST_REMOTE_TIMING_REQUEST
+)
+(
+  0x01 BCI_INQUIRY
+  0x02 BCI_INQUIRY_CANCEL
+  0x03 BCI_CREATE_CONNECTION
+  0x04 BCI_DISCONNECT
+  0x05 BCI_ADD_SCO_CONNECTION
+  0x06 BCI_REMOTE_NAME_REQUEST
+  0x07 BCI_WRITE_SUPPORTED_FEATURES
+  0x08 BCI_SET_TX_POWER_LEVEL
+  0x09 BCI_SET_RX_POWER_LEVEL
+  0x0a BCI_SNIFF_MODE
+  0x0b BCI_EXIT_SNIFF_MODE
+  0x0c BCI_WRITE_LINK_SUPERVISION_TIMEOUT
+  0x0d BCI_WRITE_PAGE_TIMEOUT
+  0x0e BCI_WRITE_SCAN_ENABLE
+  0x0f BCI_GET_AUDIO_QUALITY
+  0x10 BCI_ENABLE_DEVICE_UNDER_TEST
+  0x11 BCI_SEND_DATA
+  0x12 BCI_REGISTER_SERVICE_RECORD
+  0x13 BCI_SERVICE_SEARCH_ATTRIB_REQ
+  0x14 BCI_BUTTON_CONFIGURE
+  0x15 BCI_SET_LOW_BATTERY_LEVEL
+  0x16 BCI_WRITE_LOCAL_NAME
+  0x17 BCI_WRITE_LOCAL_PIN
+  0x18 BCI_REMOVE_SCO_CONNECTION
+  0x19 BCI_QUALITY_OF_SERVICE
+  0x40 BCI_REMOTE_CONNECTION_REQUEST
+  0x41 BCI_REMOTE_DETACH
+  0x42 BCI_REMOTE_ADD_SCO_REQUEST
+  0x43 BCI_REMOTE_REMOVE_SCO_REQUEST
+  0x44 BCI_REMOTE_PARK_REQUEST
+  0x45 BCI_REMOTE_UNPARK_REQUEST
+  0x46 BCI_REMOTE_SNIFF_REQUEST
+  0x47 BCI_REMOTE_UNSNIFF_REQUEST
+  0x48 BCI_REMOTE_HOLD_REQUEST
+  0x49 BCI_REMOTE_AUTHENTICATION_PAIRING_REQUEST
+  0x4a BCI_REMOTE_START_ENCRYPTION_REQUEST
+  0x4b BCI_REMOTE_STOP_ENCRYPTION_REQUEST
+  0x4c BCI_MODE_CHANGE_EVENT
+)
+(
+  0 MODE_CHANGE_ACTIVE
+  1 MODE_CHANGE_SNIFFING
+  2 MODE_CHANGE_PARKED
+  3 MODE_CHANGE_HOLDING
+  4 MODE_CHANGE_SCO_ADDED
+  5 MODE_CHANGE_SCO_REMOVED
+  6 MODE_CHANGE_ACL_CONNECTION
+  7 MODE_CHANGE_DISCONNECT
+  8 MODE_CHANGE_SCO_CHANGED
+  9 MODE_CHANGE_ENCRYPTING
+  10 MODE_CHANGE_NOT_ENCRYPTING
+  11 MODE_CHANGE_BUTTON_UP
+  12 MODE_CHANGE_BUTTON_DOWN
+  13 MODE_CHANGE_BATTERY_LOW
+  14 MODE_CHANGE_RESET
+  15 MODE_CHANGE_INQUIRY_CANCELED_RMTCMD
+  16 MODE_ACTIVE_MSSWITCH_PASSED
+  17 MODE_ACTIVE_MSSWITCH_FAILED
+)
+(
+  6 BATTERY_CHECK_LEVEL
+  7 BATTERY_SENT_STATUS
+)
+(
+  0x02 RADIO_2001
+  0x12 RADIO_2002
+  0x32 RADIO_2002_DDM
+  0x42 RADIO_1008A1
+  0x52 RADIO_1018A0
+)
+(
+  0 SLAVE_INIT_AUTHENTICATION
+  1 SLAVE_INIT_ENCRYPTION
+  2 SLAVE_INIT_MASTER_SLAVE_SWITCH
+)
+(
+  0 CONNECTION_AUTH
+  1 CONNECTION_ENCRYPT
+  2 CONNECTION_SWITCH
+  3 CONNECTION_ACL
+  4 CONNECTION_FEATURE_EXT
+)
+(
+  7 AA_INSERTION
+)
+memalloc(
+/* 00-0f most frequently used area  */
+1 mem_le_adv_transmit
+1 mem_le_adv_waitcnt
+1 mem_le_adv_rcv
+1 mem_le_req_rcv
+1 mem_le_scanrsp_rcv
+1 mem_le_conn_rcv
+
+1 mem_inquiryscan_waitcnt
+1 mem_inquiryscan_rcvcnt
+1 mem_pagescan_waitcnt
+1 mem_pagescan_rcvcnt
+1 mem_pagescan_rcvfhscnt
+1 mem_slave_rcvcnt
+1 mem_page_transmit
+1 mem_page_rcv
+1 mem_page_rcv_fhs
+1 mem_master_rcvcnt
+
+/* 10-1f debug area */
+1 mem_fhs_wait_counter
+1 mem_newconnto_counter
+1 mem_inquiry_transmit
+1 mem_inquiry_rcv
+1 mem_fw_ver
+1 mem_current_context
+1 mem_le_ch_mapped
+1 mem_last_freq
+1 mem_rssi
+1 mem_rssi_hex
+1 mem_rx_type
+2 mem_rx_hec_err
+2 mem_rx_crc_err
+2 mem_context_ptr
+8 mem_display
+8 mem_bcd
+
+		/* context swappable area */
+1 mem_state
+1 mem_mode
+2 mem_tsniff
+4 mem_sniff_anchor
+6 mem_clk_offset
+2 mem_rx_window
+3 mem_plap
+1 mem_puap
+2 mem_pnap
+1 mem_conn_handle
+1 mem_arq
+1 mem_lmp_to_send
+1 mem_lmi_opcode
+1 mem_lmo_reason
+1 mem_op
+1 mem_state_map
+4 mem_supervision_timer
+2 mem_supervision_to
+1 mem_name_offset
+1 mem_key_size
+1 mem_conn_sm
+12 mem_aco
+16 mem_kc
+1 mem_conn_timer
+1 mem_sniff_attempt
+1 mem_sniff_timeout
+2 mem_dsniff
+1 mem_amaddr
+1 mem_lmo_opcode1
+1 mem_lmi_opcode1
+1 mem_lmo_reason1
+1 mem_lmo_tid1
+1 mem_lmo_opcode2
+1 mem_lmi_opcode2
+1 mem_lmo_reason2
+1 mem_lmo_tid2
+8 mem_bt_context_reserve
+	/*context ending*/
+
+1 mem_current_sniff_attempt
+1 mem_current_sniff_timeout
+1 mem_nfreq_index_inq
+1 mem_nfreq_index_page
+1 mem_ninqy_index
+1 mem_fhs_misc
+
+
+
+/* lpo related */
+4 mem_subsniff_instant
+1 mem_subsniff_rate
+2 mem_subsniff_tcmax
+1 mem_subsniff_tsniff
+1 mem_lpm_adjust
+6 mem_sync_clke
+1 mem_lpm_current_mult
+4 mem_gpio_wakeup_low
+4 mem_gpio_wakeup_high
+
+
+//page
+1 mem_npage_index
+1 mem_page_mode
+4 mem_page_clk
+
+
+
+/*temp mem*/
+1 mem_temp_am_addr
+1 mem_temp_arq
+
+//
+2 mem_len
+4 mem_clkn_bt
+4 mem_clke_bt
+4 mem_dpll_clkn
+1 mem_connection_options
+
+1 mem_nameres_cnt
+2 mem_txptr
+2 mem_slot_offset
+
+//extm
+1 extm_fhs_misc
+1 extm_newconn_am_addr
+3 extm_class
+3 extm_lap
+1 extm_uap
+3 extm_nap
+
+21 mem_rxbuf
+
+//debug
+1 mem_debug_config
+1 mem_lch_code
+1 mem_fhs_am_addr
+1 mem_select_list_item
+0 mem_temp_reconn_record
+1 mem_record_bt_mode
+6 mem_temp_lap
+2 mem_list_item_ptr
+
+100 mem_eir
+
+
+2 mem_param_tx_setup
+2 mem_param_rf_setup
+2 mem_param_conn_access
+2 mem_param_clke_cal
+2 mem_param_pll_setup
+2 mem_param_rx_setup
+2 mem_param_dpll_start_delay
+2 mem_param_rt_rthalfslot
+2 mem_param_clke_cal_le_1m
+2 mem_param_clke_cal_le_2m
+2 mem_param_clke_cal_le_coded
+
+)
+memalloc(
+260 mem_le_rxbuf
+
+/* security temp */
+4 mem_le_mic
+4 mem_le_peer_mic
+//8 mem_le_skdm
+//8 mem_le_skds
+16 mem_le_mrand
+
+
+/* ========= le context =========== */
+1 mem_le_state
+1 mem_le_mode
+2 mem_le_tsniff
+4 mem_le_anchor
+6 mem_le_clk_offset
+2 mem_le_receive_window
+6 mem_le_plap
+1 mem_le_conn_handle
+1 mem_le_arq
+1 mem_le_ch
+1 mem_le_hop
+2 mem_le_event_count
+4 mem_le_supervision_timer
+2 mem_le_instant
+1 mem_le_channels
+1 mem_le_op
+
+	/* these 3 should NOT be seperated */
+4 mem_le_access
+3 mem_le_crcinit
+1 mem_le_window_size
+
+	/* these 3 should NOT be seperated */
+2 mem_le_slave_latency
+2 mem_le_superto
+5 mem_le_channel_map
+
+
+1 mem_le_rx_phy
+1 mem_le_tx_phy
+
+9 mem_le_update_new_param
+
+16 mem_le_sk
+
+1 mem_le_peer_sca
+1 mem_le_err_code
+1 mem_le_ll_pairing_fail_reason
+
+5 mem_le_context_reserve
+/* ========= le context ending =========== */
+
+/* test */
+1 mem_le_testtype
+1 mem_cmd_le_create_conn
+
+)
+memalloc(
+
+/* load code */
+1 mem_ucode_status
+1 mem_spid_tbuf				/* spid buf: 03 addr[23:16] addr[15:8] addr[7:0] */
+0 mem_iicd_tbuf				/* iicd buf: iic_adr addr[15:8] addr[7:0] iic_adr */
+1 mem_addr_hi
+1 mem_addr_mi
+1 mem_addr_lo
+1 mem_iicd_addr
+4 mem_spid_rbuf
+2 mem_ucode_buf
+2 mem_ucode_len
+2 mem_sched_addr
+2 mem_ucode_ptr
+16 mem_ucode_keybuf
+
+1 mem_spid2_tbuf
+1 mem_addr_hi2
+1 mem_addr_mi2
+1 mem_addr_lo2
+4 mem_spid2_rbuf
+1 mem_reconnect_flag
+1 mem_switch_fail_master_count
+1 mem_app_evt_timer_count
+)
+memalloc(
+0 mem_l2cap_mem_start
+// L2CAP RX 
+2 mem_l2cap_rxbuff1_len
+2 mem_l2cap_rxbuff2_len
+2 mem_l2cap_rxbuff_new
+1 mem_l2cap_rxbuff_inuse
+2 mem_l2cap_payload_ptr
+2 mem_l2cap_rx_pkt_length
+2 mem_l2cap_rx_cid
+1 mem_l2cap_rx_done
+
+
+
+// L2CAP TX Signal channel
+2 mem_l2cap_signal_tx_buff_ptr
+2 mem_l2cap_signal_tx_payload_ptr
+2 mem_l2cap_signal_tx_length
+// L2CAP TX SDP channel
+2 mem_sdp_tx_buff_ptr
+2 mem_sdp_tx_payload_ptr
+2 mem_sdp_tx_pkt_length
+// L2CAP TX RFCOMM channel
+2 mem_rfcomm_tx_buff_ptr
+2 mem_rfcomm_tx_payload_ptr
+2 mem_rfcomm_tx_pkt_length
+
+
+
+//L2CAP Util
+
+2 memL2CAP_T1
+
+1 mem_CONTROL_tasks
+1 mem_send_config_req
+
+
+1 mem_config_identifier
+2 mem_config_req_dest_CID
+1 mem_rfcomm_malloc_fail_flag
+
+//L2CAP STATE MACHINE
+1 mem_message_to_uppersm
+1 mem_upper_sm_remote_page
+1 mem_upper_sm_reconn
+1 mem_upper_sm_ss
+
+
+64 mem_tx_malloc_log
+0 mem_l2cap_mem_end
+
+
+2 mem_scid
+2 mem_cmd_length
+2 mem_tt2
+2 mem_tt3
+2 mem_id
+2 mem_psm
+
+
+4 mem_l2cap_sdpres_delay_time
+)
+memalloc(
+
+1 mem_lmo_header_length
+1 mem_lmo_header_opcode
+17 mem_lmo_payload
+1 mem_lmi_accepted_opcode
+1 mem_disconn_reason_send
+1 mem_tx_fixed_freq
+1 mem_rx_fixed_freq
+1 mem_ext_features_page
+2 mem_lmpext_ssp_enable
+1 mem_remote_sppcap
+
+1 mem_lmp_conn_state
+2 mem_soft_timer
+1 mem_pincode_state
+
+1 mem_sres_tid
+1 mem_accptsco_tid
+
+1 mem_wait_encryption
+
+16 mem_sniff_payload
+4 mem_aurand_send_delay_time
+)
+memalloc(
+1 memRemoteRPNBitRate
+1 memRemotePRNDataBits
+1 memRemotePRNStopBit
+1 memRemotePRNParity
+1 memRemotePRNFlowControl
+1 memRemotePRNXon
+1 memRemotePRNXoff
+
+
+3 mem_mod2div_temp
+2 mem_contw_temp
+2 mem_attrib_list
+
+//rfcomm head
+1 mem_current_adss
+1 mem_current_channel
+1 mem_current_frame_type
+1 mem_current_fcs
+2 mem_current_length
+2 mem_rfcomm_uih_payload_ptr
+
+//rfcomm uih
+1 mem_uih_cmd_type
+2 mem_uih_length
+2 mem_param_payload_ptr
+
+
+//rfcomm modem status
+1 mem_ms_param
+
+//rfcomm pn
+1 mem_pn_credit_flow_type_info
+1 mem_pn_priority
+1 mem_pn_acknowledg_timer
+1 mem_pn_max_retrans
+
+1 mem_rfcomm_send_adss
+1 mem_rfcomm_send_frame_type
+1 mem_rfcomm_send_fcs
+1 mem_rfcomm_send_offset
+
+)
+memalloc(
+0 mem_sdp_mem_start
+8 mem_sdp_uuid_search_ptr
+2 mem_sdp_continue_byte
+1 mem_sdp_pduid
+2 mem_sdp_transactionid
+2 mem_sdp_transactionid_local
+2 mem_sdp_attribute_maxbyte
+2 mem_sdp_record_maxcnt
+4 mem_sdp_record_handle
+1 mem_sdp_LACAP_found
+1 mem_sdp_RFCOMM_found
+0 mem_sdp_handle_list
+32 mem_sdp_attrib_list
+2 mem_sdp_error_code
+2 mem_sdp_all_length
+1 mem_handle_humber
+2 mem_search_uuid
+0 mem_sdp_mem_end
+)
+memalloc (
+
+
+16 mem_random_number
+16 mem_round_key
+16 mem_kinit
+
+16 mem_input_store
+16 mem_x
+15 mem_y
+1 mem_y15
+17 mem_key_store
+1 mem_key_store_end
+2 memp_ar_key
+2 memp_ar_input
+10 mem_ar_hround
+
+
+1 mem_ec_infinite
+2 mem_ec_loopc
+1 mem_aes_cmac_data_length
+
+0 memdat
+/* ecc calculation */
+
+24 mem_ax
+24  mem_ay
+24  mem_az
+24 mem_bx
+0 mem_ax_256 //32 bytes
+24 mem_by
+8 mem_bz
+16 mem_ay_256 // 32 bytes
+16 mem_cx
+8 mem_az_256 // 32 bytes
+23 mem_cy
+1 mem_cy5
+0 mem_bx_256 // 32 bytes
+24 mem_cz
+8  mem_k
+16 mem_by_256 // 31 bytes
+16 mem_align
+
+0 mem_bz_256  //32 bytes
+0 mem_tmp1
+24 memahbak
+8 mem_tmp5
+0 mem_cx_256  //32 bytes
+16 memahsave
+16  mem_tmp2
+0 mem_cy_256  // 32 bytes
+0  memahsave_end 
+1  mem_addr_padding 
+7   mem_addr_value         /* 12 bytes     */ 
+0 mem_tmp3
+5 mem_t1
+3  mem_addr_value_end   
+15 mem_addr_iocap_end
+1 mem_cy5_256 // 1 byte
+0 mem_cz_256 // 32 bytes
+0 mem_tmp0
+8 mem_t0
+16 mem_tmp0a
+8  mem_t2
+16 mem_k_256 //32 bytes
+16 mem_t3
+8  mem_tmp1_256 //32 bytes
+24 mem_t7
+
+
+32 mem_tmp5_256
+32  mem_tmp2_256
+0 mem_tmp3_256
+32 mem_t1_256
+0 mem_tmp0_256
+32 mem_t0_256
+32 mem_t2_256
+32 mem_t3_256
+32 mem_t7_256
+
+24 mem_p		
+24 mem_a
+24 mem_b
+24 mem_gx
+24 mem_gy
+32 memh0
+
+
+32 mem_p_256		
+32 mem_a_256
+32 mem_gx_256
+32 mem_gy_256
+16 mem_le_slat
+
+)
+memalloc(
+
+//4 mem_hci_ssp_mode
+0 mem_sp_state_start
+1 mem_sp_state
+1 mem_master_sp_state
+1 mem_sp_flag
+1 mem_master_sp_flag
+1 mem_sp_calc
+1 mem_sp_dh_ready
+1 mem_sp_localsm
+1 mem_pairing_auth
+
+1 mem_sp_local_key_send_count
+1 mem_sp_remote_key_recv_count
+1 mem_sp_remote_key_invalid
+1 mem_sp_dhkey_invalid
+4 mem_gkey
+0 mem_sp_state_end
+
+8 mem_le_pubkey_remote_x_256
+0 mem_sp_pubkey_remote
+24 mem_sp_pubkey_remote_x
+0 mem_sp_pubkey_remote_x_end
+8 mem_le_pubkey_remote_y_256
+24 mem_sp_pubkey_remote_y
+
+8 mem_le_dhkey_256
+24 mem_sp_dhkey
+0 mem_sp_dhkey_end
+
+16 mem_sp_random_local
+0 mem_sp_random_local_end
+16 mem_sp_random_remote
+0 mem_sp_random_remote_end
+0 memresult
+0 mem_sp_calc_result
+4 memh
+4 memg
+4 memf
+4 meme
+0 mem_sp_calc_result_high
+4 memd
+4 memc
+4 memb
+4 mema
+16 mem_sp_check_result
+16 mem_sp_confirm_remote
+16 mem_sp_prarm_stack
+)
+memalloc(
+2 mem_UI_data_txbuff_length
+
+1 mem_ipc_skip_continue_proc
+0 mem_ui_timer_temp  //length 4
+4 mem_ipc_rega_temp
+) 
+memalloc(
+
+/*
+    temp parameter
+*/
+2 mem_hold_contr
+2 mem_hold_contw
+1 mem_fifo_temp
+
+8 mem_pdatatemp
+8 mem_temp //8 bytes
+4 mem_timeup // 4 bytes
+4 mem_rega //4 bytes
+4 mem_regb //4 bytes
+3 mem_regc //3 bytes
+2 mem_contr //2 bytes
+2 mem_contw //2 bytes
+2 mem_contus
+2 mem_contue
+2 mem_contu
+2 mem_queue
+2 mem_loopcnt
+
+
+1 mem_wakup_from_power_flag
+4 mem_saved_gpio_in
+
+0 mem_module_rx_error_data_buffer
+0 mem_shutter_random_mac_data_temp
+0 mem_shutter_config_data_temp
+0 mem_le_adv_channel_map_temp
+0 mem_le_data_len_temp	//1byte
+0 mem_tx_fifo_map_temp
+0 mem_rpn_dlci		//1byte
+0 mem_event_cmd_response_content	//2byte
+0 mem_le_prand		//16byte
+0 mem_AES_CMAC_k	 //16 bytes
+0 mem_regext_index 	//1 bytes
+1 mem_temp_block0
+0 mem_le_data_temp	//15bytes
+15 mem_temp_block1
+0 mem_le_aes_128	//16byte
+0 mem_regext   //64 bytes
+0 mem_AES_CMAC_k1  //16 bytes
+16 mem_temp_block2
+0 mem_AES_CMAC_k2  //16 bytes
+16 mem_temp_block3
+0 mem_AES_CMAC_temp  // 16 bytes
+16 mem_temp_block4
+0 mem_AES_CMAC_M_last // 16 bytes
+1 mem_module_uart_cmd
+1 mem_module_uart_opcode
+1 mem_module_uart_len
+1 mem_module_temp_nl_discard_packet
+12 mem_temp_block5
+0 mem_le_mackey //16 bytes
+0 mem_app_receive_temp
+2 mem_key_value_temp
+2 mem_key_value
+1 mem_key_value_temp1
+1 mem_key_value_temp2
+1 mem_key_value_temp3
+1 mem_key_value_temp4
+1 mem_key_value_temp5
+1 mem_key_value_temp6
+6 mem_temp_block6
+
+3 mem_scale_ratio
+3 mem_xcnt
+2 mem_scale_ratio_temp
+)
+memalloc iqcal (
+2 mem_vdk
+4 mem_vok
+6 mem_omega
+4 mem_b1
+4 mem_b2
+16 mem_u1
+16 mem_u2
+16 mem_q
+)
+memalloc test (
+/* test related */
+2 mem_tst_pktcnt_sync
+2 mem_tst_pktcnt_hec
+2 mem_tst_pktcnt_crc
+2 mem_tst_pktcnt_dmh
+3 mem_tmp_buffer_head
+80 mem_tmp_buffer
+
+
+1 mem_tester_emulate
+0 mem_temp_payload
+1 test_mode_scenario
+1 test_mode_hopping_mode
+1 test_mode_tx_freq
+1 test_mode_rx_freq
+1 test_mode_power_mode
+1 test_mode_poll_period
+1 test_mode_packet_type
+2 test_mode_data_length
+1 mem_test_mode_old_debug_config
+1 mem_tester_cnt
+
+)
+memalloc ali_mesh(
+	1 mem_mesh_receive_model_message_payload_len
+	1 mem_mesh_receive_model_message_payload_opcode
+	23 mem_mesh_receive_model_message_payload
+
+	1 mem_mesh_access_layer_payload_len
+	0 mem_mesh_access_layer_payload
+	50 mem_mesh_access_payload
+	50 mem_mesh_access_payload_padding	//Ϊ͸ģԤ
+)
+memalloc ali_mesh(
+	0 mem_mesh_queue_ele_temp
+	1 mem_mesh_queue_ele_duration
+	1 mem_mesh_queue_ele_gatt_msg_id
+	1 mem_mesh_queue_ele_len
+	31 mem_mesh_queue_ele_payload
+	1 mem_mesh_queue_ele_padding
+)
+memalloc ali_mesh(
+	39 mem_le_txheader_mesh_temp
+	
+)
+memalloc ali_mesh(
+	// sha256
+	0 mem_mesh_sha256_chunk_start
+	64 mem_mesh_sha256_chunk1
+	64 mem_mesh_sha256_chunk2
+	64 mem_mesh_sha256_chunk3
+	64 mem_mesh_sha256_chunk4
+
+	//obfuscation network PDU Header
+	0 mem_mesh_Privacy_Plaintext
+	5 mem_mesh_Privacy_Plaintext_Zero_String
+	4 mem_mesh_Privacy_Plaintext_IV_Index
+	0 mem_mesh_Privacy_Plaintext_Privacy_Random
+	2 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+	5 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+	16 mem_mesh_PECB
+
+	//basic function
+	//aes-ccm
+	2 mem_nonce_ptr
+	1 mem_ccm_data_len
+	2 mem_ccm_data_ptr
+	8 mem_ccm_mic
+	1 mem_ccm_type
+
+
+)
+memalloc ali_mesh(
+
+	16 mem_mesh_Device_UUID
+	
+	1 mem_mesh_receive_VID
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_mic_cache_ptr
+)
+memalloc ali_mesh(
+	1 mem_mesh_lower_transport_layer_payload_len
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_loopcnt_tmep
+	2 mem_mesh_rega_temp
+	2 mem_mesh_regb_temp
+	2 mem_mesh_regc_temp
+	2 mem_mesh_alarm_temp
+	
+)
+memalloc ali_mesh(
+	1 mem_mesh_message_Transport_NetMIC_length
+
+	1 mem_mesh_message_NID
+	1 mem_mesh_message_TTL
+	3 mem_mesh_message_SEQ
+	2 mem_mesh_message_SRC
+	2 mem_mesh_message_DST
+	0 mem_mesh_message_Transport_NetMIC
+	1 mem_mesh_message_Transport_Head
+	//unsegmented access message
+	0 mem_mesh_message_Transport_unsegmented_access_messagePDU
+	//segmented access message
+	0 mem_mesh_message_Transport_segmented_access_messagePDU
+	3 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+	0 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+	16 mem_mesh_message_Transport_NetMIC_end
+
+	13 mem_mesh_nonce_struct
+
+	2 mem_mesh_send_message_DST
+	3 mem_mesh_last_message_SEQ
+	1 mem_mesh_network_packet_type
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_upper_transport_layer_payload_ptr
+	1 mem_mesh_segmented_upper_transport_layer_payload_len
+	2 mem_mesh_segmented_lower_transport_layer_SegZero
+	1 mem_mesh_segmented_lower_transport_layer_SegO
+	1 mem_mesh_segmented_lower_transport_layer_SegN
+	1 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+
+	0 mem_mesh_upper_tran_layer_queue_temp
+	1 mem_mesh_upper_tran_layer_temp_packet_flag
+	2 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+	1 mem_mesh_upper_tran_layer_temp_packet_TID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+	3 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+	2 mem_mesh_upper_tran_layer_temp_packet_header_SRC
+	2 mem_mesh_upper_tran_layer_temp_packet_header_DST
+	1 mem_mesh_upper_tran_layer_temp_packet_length
+	108 mem_mesh_upper_tran_layer_temp_packet_payload
+
+)
+
+amemalloc mem_le_update_new_param(
+//update map parameter
+	0 mem_le_new_param
+	1 mem_le_new_transmitwindowsize
+	2 mem_le_new_transmitwindowoffset
+	2 mem_le_new_conninterval
+	2 mem_le_new_connslavelatency
+	2 mem_le_new_connsupervisiontimeout
+)
+
+amemalloc mem_le_update_new_param(
+//update map parameter
+	5 mem_le_new_map
+)	
+
+amemalloc mem_le_update_new_param(
+//update phy parameter
+	1 mem_le_new_m2s_phy
+	1 mem_le_new_s2m_phy
+)
+amemalloc mem_le_rxbuf(
+//data channel PDU
+	1 mem_le_rxbuf_data_header
+	1 mem_le_rxbuf_data_length
+	255 mem_le_rxbuf_data_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel LL control PDU
+	1 mem_le_rxbuf_data_ll_header
+	1 mem_le_rxbuf_data_ll_length
+	1 mem_le_rxbuf_data_ll_opcode
+	26 mem_le_rxbuf_data_ll_control_data
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+	1 mem_le_rxbuf_adv_header
+	1 mem_le_rxbuf_adv_length
+	255 mem_le_rxbuf_adv_payload
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Scan Req
+	1 mem_le_rxbuf_adv_scan_req_header
+	1 mem_le_rxbuf_adv_scan_req_length
+	6 mem_le_rxbuf_adv_scan_req_scan_address
+	6 mem_le_rxbuf_adv_scan_req_adv_address
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Connect IND
+	1 mem_le_rxbuf_adv_connect_ind_header
+	1 mem_le_rxbuf_adv_connect_ind_length
+	6 mem_le_rxbuf_adv_connect_ind_init_address
+	6 mem_le_rxbuf_adv_connect_ind_adv_address
+	4 mem_le_rxbuf_adv_connect_ind_access_address
+	3 mem_le_rxbuf_adv_connect_ind_crc_init
+	1 mem_le_rxbuf_adv_connect_ind_win_size
+	2 mem_le_rxbuf_adv_connect_ind_win_offset
+	2 mem_le_rxbuf_adv_connect_ind_interval
+	2 mem_le_rxbuf_adv_connect_ind_latency
+	2 mem_le_rxbuf_adv_connect_ind_timeout
+	5 mem_le_rxbuf_adv_connect_ind_channel_map
+	1 mem_le_rxbuf_adv_connect_ind_hop_and_sca
+)
+amemalloc mem_temp_block2(
+	2 mem_le_search_handle_start
+	2 mem_le_search_handle_end
+	0 mem_le_att_offset
+	1 mem_le_search_att_type_length
+	16 mem_le_search_att_type
+
+	1 mem_le_curr_att_len
+
+	2 mem_le_cur_attlist_start_ptr
+	2 mem_le_cur_handle_start
+	2 mem_le_cur_handle_end
+	1 mem_le_cur_uuid_length
+	16 mem_le_cur_uuid
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT start PDU
+	1 mem_le_rxbuf_data_att_header
+	1 mem_le_rxbuf_data_att_length
+	2 mem_le_rxbuf_data_att_l2cap_length
+	2 mem_le_rxbuf_data_att_cid
+	1 mem_le_rxbuf_data_att_opcode
+	250 mem_le_rxbuf_data_att_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT continue PDU
+	1 mem_le_rxbuf_data_continue_header
+	1 mem_le_rxbuf_data_continue_length
+	255 mem_le_rxbuf_data_continue_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT write request PDU
+	1 mem_le_rxbuf_data_att_write_header
+	1 mem_le_rxbuf_data_att_write_length
+	2 mem_le_rxbuf_data_att_write_l2cap_length
+	2 mem_le_rxbuf_data_att_write_cid
+	1 mem_le_rxbuf_data_att_write_opcode
+	2 mem_le_rxbuf_data_att_write_handle
+	248 mem_le_rxbuf_data_att_write_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT prepare write request PDU
+	1 mem_le_rxbuf_data_prepare_att_write_header
+	1 mem_le_rxbuf_data_prepare_att_write_length
+	2 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+	2 mem_le_rxbuf_data_prepare_att_write_cid
+	1 mem_le_rxbuf_data_prepare_att_write_opcode
+	2 mem_le_rxbuf_data_prepare_att_write_handle
+	2 mem_le_rxbuf_data_prepare_att_write_offset
+	246 mem_le_rxbuf_data_prepare_att_write_payload
+)
+
+
+memalloc usb_dongle(
+256 mem_dg_rssi_noise_buffer
+256 mem_dg_rssi_noise_dg_buffer
+256 mem_dg_rssi_noise_ms_buffer
+256 mem_dg_rssi_noise_kb_buffer
+
+)
+
+memalloc module(
+	//ble
+	2 mem_module_le_rx_data_len
+	2 mem_module_le_rx_data_address
+	2 mem_module_le_rx_data_handle
+
+ifdef COMPILE_WECHAT
+	0 mem_wechat_tx_buffer
+	1 mem_wechat_tx_bMagicNumber
+	1 mem_wechat_tx_bVer
+	2 mem_wechat_tx_nLength
+	2 mem_wechat_tx_nCmdId
+	2 mem_wechat_tx_nSeq1
+	255 mem_wechat_tx_payload
+
+	0 mem_wechat_rx_buffer
+	1 mem_wechat_rx_bMagicNumber
+	1 mem_wechat_rx_bVer
+	2 mem_wechat_rx_nLength
+	2 mem_wechat_rx_nCmdId
+	2 mem_wechat_rx_nSeq
+	255 mem_wechat_rx_payload
+
+	255 mem_module_wechat_local_data_buffer
+
+endif
+)
+memalloc mouse(
+2 mem_init_cnt
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+2 mem_data_value
+
+
+)
+memalloc hci_boot(
+2 mem_hci_opcode_ocf
+1 mem_hci_opcode_ogf
+
+//event head
+1 mem_hci_event_head_type
+1 mem_hci_event_head_event_code
+1 mem_hci_event_para_total_length
+
+//command complete
+1 mem_hci_command_complete_num_hci_command_packet
+0 mem_hci_command_complete_command_opcode
+2 mem_hci_opcode
+0 mem_hci_command_complete_return_parameter
+1 mem_hci_command_complete_return_parameter_status
+0 mem_hci_command_complete_return_parameter_chip_id
+
+)
+memalloc usb(
+1 mem_usb_status
+1 mem_usb_fifo_empty
+2 mem_usb_read_len
+65 mem_usb_txbuf
+10 mem_usb_txbuf1
+10 mem_usb_txbuf2
+64 mem_usb_rxbuf
+1 mem_usb_rxbuf_end
+2 mem_bufptr
+1 mem_remain
+2 mem_hidreportdesc_kb
+2 mem_hidreportdesc_m
+19 mem_devicedesc
+60 mem_confdesc
+5 mem_string0
+30 mem_string1
+30 mem_string2
+30 mem_string3
+2 mem_cb_usb_config
+
+1 mem_usb_tx_interval
+9 mem_usb_vid_pid
+2 mem_usb_zero_packet
+2 mem_usb_ones_packet
+2 mem_usb_two_packet
+1 mem_usb0_state
+1 mem_usb_offline_check_gpio
+
+0 mem_usb_clear_mem_start
+0 mem_usb_setup
+1 mem_usb_setup_bmRequestType
+1 mem_usb_setup_bRequest
+1 mem_usb_setup_bValue
+1 mem_usb_setup_bValueH
+2 mem_usb_setup_wIndex
+1 mem_usb_setup_bLength
+1 mem_usb_setup_bLengthH
+64 mem_usb0_set_report_data
+64 mem_usb0_get_report_data
+2 mem_usb_setup_bValue_temp
+1 mem_usb0_get_set_report
+1 mem_usb0_data_ready_report
+1 mem_usb_tx_win_enable
+1 mem_usb_tx_mac_enable
+1 mem_usb_idle_flag
+1 mem_usb_idle_rate
+1 mem_usb_get_protocol_flag
+1 mem_usb_set_protocol_status
+1 mem_usb_set_protocol_value
+1 mem_usb_state
+1 mem_usb_remote_wakeup
+1 mem_usb_clear_remote_wakeup
+1 mem_sdsystem_wakeup_flag
+1 mem_usb_ep0_stall_status
+1 mem_usb_ep1_stall_status
+1 mem_usb_ep2_stall_status
+1 mem_usb_ep3_stall_status
+2 mem_dsc_info_data_pointer
+1 mem_dsc_info_len
+1 mem_usb_ep1_data
+1 mem_usb_ep2_data
+1 mem_usb_tx_enable
+1 mem_usb_device_enumeration_endflag
+1 mem_usb_wakestate_onetime_flag
+1 mem_usb_mac_wakeup_trig
+1 mem_usb_set_high_addr_flag
+1 mem_usb_clear_halt
+16 mem_usb_mouse_data
+16 mem_usb_kb_data
+16 mem_usb_kb_multikey
+16 mem_usb_kb_system
+2 mem_usb_test_cnt
+10 mem_usb_test_kb
+0 mem_usb_clear_mem_end
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	3 mem_mesh_NETKeyindex_and_APPKeyindex
+	16 mem_mesh_receive_application_key
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	2 mem_mesh_vendor_message_cid
+	1 mem_mesh_vendor_message_tid
+	2 mem_mesh_vendor_message_attr_type
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_header
+	0 mem_mesh_vendor_attr_parameter
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_delay_close_time_header
+	2 mem_mesh_vendor_delay_close_time
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_night_light_onoff_header
+	1 mem_mesh_vendor_night_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_color_header
+	2 mem_mesh_vendor_color_lightness
+	2 mem_mesh_vendor_color_hue
+	2 mem_mesh_vendor_color_saturation
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_back_light_onoff_header
+	1 mem_mesh_vendor_back_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_main_light_onoff_header
+	1 mem_mesh_vendor_main_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_standby_brightness_header
+	2 mem_mesh_vendor_standby_brightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_current_time_header
+	4 mem_mesh_vendor_message_current_time
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_timer_header
+	1 mem_mesh_vendor_timer_timing_index
+	0 mem_mesh_vendor_timer_timing_index1
+	4 mem_mesh_vendor_timer_timing_time
+	2 mem_mesh_vendor_timer_timing_attr_type
+	1 mem_mesh_vendor_timer_timing_attr_para
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_timer_cyclic_header
+	1 mem_mesh_vendor_timer_timing_index_cyclic
+	2 mem_mesh_vendor_timer_timing_time_cyclic
+	1 mem_mesh_vendor_timer_timing_weekdays_cyclic
+	2 mem_mesh_vendor_timer_timing_attr_type_cyclic
+	1 mem_mesh_vendor_timer_timing_attr_para_cyclic
+	1 mem_mesh_vendor_timer_timing_cyclic_flag
+)
+amemalloc mem_mesh_access_layer_payload(
+	//ali mesh vendor struct
+	1 mem_mesh_access_layer_payload_vendor_command
+	2 mem_mesh_access_layer_payload_vendor_CID
+	1 mem_mesh_access_layer_payload_vendor_tid
+	2 mem_mesh_access_layer_payload_vendor_attr_type
+	1 mem_mesh_access_layer_payload_vendor_attr_parameter
+)
+amemalloc mem_temp_block0(
+	64 mem_mesh_subscription_eep_temp
+)
+amemalloc mem_mesh_queue_ele_temp(
+	2 mem_mesh_gatt_package_receive_msg_buffer_ptr
+	0 mem_mesh_gatt_package_receive_msg_buffer_temp
+	2 mem_mesh_gatt_package_receive_msg_id
+	0 mem_mesh_gatt_package_receive_MAC
+	1 mem_mesh_gatt_package_receive_msg_num
+	1 mem_mesh_gatt_package_receive_msg_total_length
+	29 mem_mesh_gatt_package_receive_msg_payload
+)
+amemalloc mem_mesh_Device_UUID(
+	2 mem_mesh_receive_service_uuid_company_id
+	1 mem_mesh_receive_service_uuid_vid
+	1 mem_mesh_receive_service_uuid_provisioning_type
+	2 mem_mesh_receive_service_uuid_mac
+	1 mem_mesh_receive_service_uuid_msg_id
+	1 mem_mesh_receive_service_uuid_package_num
+	1 mem_mesh_receive_service_uuid_length
+	7 mem_mesh_receive_service_uuid_payload_data
+)
+amemalloc mem_mesh_Device_UUID(
+	2 mem_mesh_receive_service_uuid_ios_data_company_id
+	1 mem_mesh_receive_service_uuid_ios_data_vid
+	1 mem_mesh_receive_service_uuid_ios_data_provisioning_type
+	1 mem_mesh_receive_service_uuid_ios_data_NID
+	1 mem_mesh_receive_service_uuid_ios_data_msg_id
+	1 mem_mesh_receive_service_uuid_ios_data_package_num
+	1 mem_mesh_receive_service_uuid_ios_data_length
+	8 mem_mesh_receive_service_uuid_ios_data_payload_data
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode_config_model_subscription
+	2 mem_mesh_subscription_element_address
+	2 mem_mesh_subscription_value_address
+	2 mem_mesh_subscription_model_identifier
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 0=Unsegment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_unsegmented_access_lower_transport_layer_head
+	11 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+	4 mem_mesh_unsegmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 1=segment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_segmented_access_lower_transport_layer_head
+	//bit23 is SZMIC size of transMIC
+	//bit22-bit10 is SeqZero Least significant bits of SeqAuth
+	//bit9-bit5 is SegO Segment offset number
+	//bit4-bit0 is SegN Last Segment number
+	3 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+	8 mem_mesh_segmented_access_lower_transport_layer_parameters
+	4 mem_mesh_segmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_module_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//generic OnOff Set
+	1 mem_mesh_module_message_opcode_onoff_set
+	1 mem_mesh_generic_onoff_set_payload_OnOff
+	1 mem_mesh_generic_onoff_set_payload_TID
+	1 mem_mesh_generic_onoff_set_payload_Transition_Time
+	1 mem_mesh_generic_onoff_set_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//Scene recall ģʽ
+	1 mem_mesh_module_message_opcode_scene_recall
+	2 mem_mesh_scene_recall_payload_scene_number
+	1 mem_mesh_scene_recall_payload_TID
+	1 mem_mesh_scene_recall_payload_Transition_Time
+	1 mem_mesh_scene_recall_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light lightness
+	1 mem_mesh_module_message_opcode_set_light_lightness
+	2 mem_mesh_light_lightness_set_payload_lightness
+	1 mem_mesh_light_lightness_set_payload_TID
+	1 mem_mesh_light_lightness_set_payload_Transition_Time
+	1 mem_mesh_light_lightness_set_payload_Delay
+	1 mem_mesh_light_lightness_calc_lightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light CTL
+	1 mem_mesh_module_message_opcode_set_light_ctl
+	2 mem_mesh_CTL_Lightness
+	2 mem_mesh_CTL_Temperature
+	2 mem_mesh_CTL_Delta_UV
+	1 mem_mesh_CTL_lightness_TID
+	1 mem_mesh_CTL_lightness_Transition_Time
+	1 mem_mesh_CTL_lightness_Delay	
+	1 mem_mesh_CTL_calc_lightness
+	1 mem_mesh_CTL_calc_temperature
+
+)
+amemalloc mem_le_txheader_mesh_temp(
+	1 mem_mesh_network_packet_type_temp
+	29 mem_mesh_message_NID_temp
+)
+amemalloc mem_k2_T2(
+	16 mem_k2_EncryptionKey
+)
+amemalloc mem_k2_T3(
+	16 mem_k2_PrivacyKey
+)
+amemalloc mem_mesh_nonce_struct(
+	//DST and TransportPDU encryption
+	0 mem_mesh_Network_Nonce
+	1 mem_mesh_Network_Nonce_nonce_type
+	1 mem_mesh_Network_Nonce_CTL_and_TTL
+	3 mem_mesh_Network_Nonce_SEQ
+	2 mem_mesh_Network_Nonce_SRC
+	2 mem_mesh_Network_Nonce_Pad	//0x0000
+	4 mem_mesh_Network_Nonce_IV_Index
+
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Application_Nonce
+	1 mem_mesh_Application_Nonce_Nonce_Type
+	//bit7 is ASZMIC
+	1 mem_mesh_Application_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Application_Nonce_SEQ
+	2 mem_mesh_Application_Nonce_SRC
+	2 mem_mesh_Application_Nonce_DST
+	4 mem_mesh_Application_Nonce_IV_Index
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Device_Nonce
+	1 mem_mesh_Device_Nonce_Nonce_Type
+	1 mem_mesh_Device_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Device_Nonce_SEQ
+	2 mem_mesh_Device_Nonce_SRC
+	2 mem_mesh_Device_Nonce_DST
+	4 mem_mesh_Device_Nonce_IV_Index
+)
+amemalloc mem_mesh_access_layer_payload_len(
+	1 mem_mesh_upper_transport_layer_payload_len
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//unsegment access message
+	0 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+	1 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+	4 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+	0 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+	15 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//segment access message
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+	2 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+	104 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_le_update_new_param(
+//update connection parameter
+
+
+xmemalloc(
+/* patch enable 0x4000-0x403f  */
+
+1 mem_patch00
+1 mem_patch01
+1 mem_patch02
+1 mem_patch03
+1 mem_patch04
+1 mem_patch05
+1 mem_patch06
+1 mem_patch07
+1 mem_patch08
+1 mem_patch09
+1 mem_patch0a
+1 mem_patch0b
+1 mem_patch0c
+1 mem_patch0d
+1 mem_patch0e
+1 mem_patch0f
+1 mem_patch10
+1 mem_patch11
+1 mem_patch12
+1 mem_patch13
+1 mem_patch14
+1 mem_patch15
+1 mem_patch16
+1 mem_patch17
+1 mem_patch18
+1 mem_patch19
+1 mem_patch1a
+1 mem_patch1b
+1 mem_patch1c
+1 mem_patch1d
+1 mem_patch1e
+1 mem_patch1f
+1 mem_patch20
+1 mem_patch21
+1 mem_patch22
+1 mem_patch23
+1 mem_patch24
+1 mem_patch25
+1 mem_patch26
+1 mem_patch27
+1 mem_patch28
+1 mem_patch29
+1 mem_patch2a
+1 mem_patch2b
+1 mem_patch2c
+1 mem_patch2d
+1 mem_patch2e
+1 mem_patch2f
+1 mem_patch30
+1 mem_patch31
+1 mem_patch32
+1 mem_patch33
+1 mem_patch34
+1 mem_patch35
+1 mem_patch36
+1 mem_patch37
+1 mem_patch38
+1 mem_patch39
+1 mem_patch3a
+1 mem_patch3b
+1 mem_patch3c
+1 mem_patch3d
+1 mem_patch3e
+1 mem_patch3f
+
+	/* 3 device contexts  */
+88 mem_context
+1 mem_current_amaddr
+1 mem_lpm_mode
+1 mem_device_option
+1 mem_scan_mode
+4 mem_last_clkn
+
+	/* parameters */
+8 mem_features
+3 mem_lap
+1 mem_uap
+2 mem_nap
+1 mem_npage
+3 mem_glap
+3 mem_class
+2 mem_iscan_window
+2 mem_iscan_interval
+2 mem_pscan_window
+2 mem_pscan_interval
+2 mem_page_interval
+2 mem_page_window
+2 mem_page_to
+2 mem_inq_window
+1 mem_fcomp_div
+2 mem_rx_window_init
+2 mem_rx_window_sniff
+2 mem_rf_init_ptr
+
+	/* connection related */
+1 mem_last_type
+1 mem_last_type_esco
+1 mem_last_type_saved
+2 mem_retransmission_cnt
+4 mem_next_btclk
+
+1 mem_rf_rccal
+1 mem_handle_num
+1 mem_max_slot
+1 mem_eir_enable
+
+/* AFH related */
+4 mem_afh_instant
+2 mem_afh_error_total
+1 mem_afh_cfg
+1 mem_afh_new_mod
+5 mem_afh_map_lo
+5 mem_afh_map_hi
+1 mem_afh_used
+2 mem_afh_index
+11 mem_afh_map_new
+80 mem_afh_map
+4 mem_afh_timer
+10 mem_afh_classify_channel_map
+
+
+	/* lpm related */
+2 mem_lpm_wake_lock
+2 mem_lpm_interval
+1 mem_lpm_overhead
+1 mem_lpm_hibernate_switch
+1 mem_esco_addr
+1 mem_sniff_unint_lost
+1 mem_ptt
+4 mem_sleep_counter   //should be 0x41fc in REVC
+4 mem_sleep_counter_all
+6 mem_sleep_clkn
+3 mem_sniff_rcv
+3 mem_sniff_lost
+3 mem_clks_per_lpo
+
+1 mem_lpm_mult
+1 mem_lpm_mult_timeout
+1 mem_lpm_mult_cnt
+
+/* 8139-813b lpm_ctrl[31:12] */
+0 mem_lpm_config				
+1 mem_lpm_xtal_ib
+1 mem_lpm_ctrim
+1 mem_lpm_padding
+
+1 mem_lpm_xtalcnt
+1 mem_lpm_buckcnt
+1 mem_lpm_ldocnt
+1 mem_lpm_isogate
+1 mem_lpm_isogate_final
+4 mem_lpm_ctrl3
+20 mem_saved_gpio	// should be 0x421e in REVC
+3 mem_saved_gsel
+8 mem_saved_mark
+1 mem_saved_spidctrl
+2 mem_patch_ptr
+2 mem_patch_len
+
+32 mem_timers
+
+/*LINK KEY*/
+1 mem_link_key_exists
+16 mem_link_key
+
+
+/* HCI */
+1 mem_hci_cmd
+1 mem_hci_conn_handle
+3 mem_hci_plap
+1 mem_hci_puap
+2 mem_hci_pnap
+
+
+1 mem_loadcode_times
+1 mem_llid
+
+1 mem_tx_lch
+2 mem_tx_len
+
+1 mem_tx_power
+1 mem_modem_rssi
+1 mem_gain_fix
+3 mem_gain_table
+1 mem_gain_second_agc_en
+
+ifdef DEBUG_RF_INIT
+1 mem_rf_init_data
+endif
+1 mem_system_clk
+)
+xmemalloc(
+2 mem_le_dsniff
+
+2 mem_le_conn_interval
+
+1 mem_le_txheader
+1 mem_le_txlen
+256 mem_le_txpayload
+
+//modified name
+1 mem_le_name_len
+30 mem_le_name
+
+
+/* smp related */
+
+16 mem_le_ltk
+1 mem_ltk_exists
+16 mem_le_rconfirm
+16 mem_le_srand
+1 mem_le_iat
+1 mem_le_rat
+1 mem_le_preq
+1 mem_le_preq_iocap
+1 mem_le_preq_oob
+1 mem_le_preq_auth
+1 mem_le_preq_max_keysize
+1 mem_le_preq_init_key_distribution
+1 mem_le_preq_resp_key_distribution
+1 mem_le_pres
+1 mem_le_pres_iocap
+1 mem_le_pres_oob
+1 mem_le_pres_auth
+1 mem_le_pres_max_keysize
+1 mem_le_pres_init_key_distribution
+1 mem_le_pres_resp_key_distribution
+
+/* att related */
+
+2 mem_le_notify_handle
+1 mem_le_search_uuid_length
+16 mem_le_search_uuid
+
+
+
+//START of LE conn parameter structure
+0 mem_le_conn_param
+1 mem_le_conn_peer_addr_type
+6 mem_le_conn_peer_addr
+1 mem_le_conn_own_addr_type
+2 mem_le_interval_min
+2 mem_le_interval_max
+2 mem_le_latency
+2 mem_le_timeout
+//START of LE conn parameter structure
+
+
+3 mem_le_lap
+1 mem_le_uap
+2 mem_le_nap
+
+
+2 mem_le_local_mtu
+2 mem_le_remote_mtu
+
+8 mem_le_skdm
+8 mem_le_skds
+
+2 mem_le_init_superto
+2 mem_ui_le_uuid_table
+
+1 mem_le_secure_connect_flag
+1 mem_le_secure_connect_state
+1 mem_le_sc_confirm_gkey_flag
+
+
+1 mem_le_pairing_state
+1 mem_le_enc_state
+1 mem_le_pairing_mode
+4 mem_le_tk
+2 mem_le_ediv
+8 mem_le_rand
+16 mem_le_irk
+
+//LE attribute list
+4 mem_le_transmit_window
+
+//ble General configuration 
+1 mem_le_configuration
+16 mem_le_fixed_ltk
+2 mem_le_pairing_handle
+
+
+1 mem_le_packet_llid
+
+//for continue
+2 mem_le_l2cap_size
+2 mem_le_packet_len_recved
+2 mem_le_payload_ptr
+
+
+//ble gatt signaling
+1 mem_le_signaling_identifier
+2 mem_le_l2cap_signaling_conn_param_update_rsp_result
+
+1 mem_le_md_count
+
+2 mem_ble_l2cap_tx_buff0_ptr
+2 mem_ble_l2cap_tx_buff_size_ptr
+)
+xmemalloc(
+// parameters
+1 mem_le_scan_enable
+2 mem_le_scan_interval
+2 mem_le_scan_window
+
+
+1 mem_le_adv_data_len
+31 mem_le_adv_data
+1 mem_le_scan_data_len
+31 mem_le_scan_data
+
+//START of LE adv parameter structure
+1 mem_le_adv_enable
+0 mem_le_adv_param
+2 mem_le_adv_interval
+1 mem_le_adv_type
+1 mem_le_adv_own_addr_type
+6 mem_le_adv_direct_addr
+1 mem_le_adv_channel_map
+//END of LE adv parameter structure
+
+//START of LE scan parameter structure
+0 mem_le_scan_params
+1 mem_le_scan_type
+1 mem_le_scan_own_addr_type
+//END of LE scan parameter structure
+)
+xmemalloc(
+	1 mem_le_l2cap_att_states
+
+	/* should be together */
+	1 mem_le_att_opcode
+	2 mem_le_att_handle
+	1 mem_le_search_res
+
+)
+xmemalloc(
+
+/*
+wechat Air sync protocol parse
+uint8_t indication handle
+uint8_t write handle
+
+*/
+
+)
+xmemalloc(
+8 mem_le_local_feature
+1 mem_le_tx_phys
+1 mem_le_rx_phys
+
+2 mem_remote_rx_max_octets
+2 mem_remote_rx_max_time
+2 mem_remote_tx_max_octets
+2 mem_remote_tx_max_time
+2 mem_local_rx_max_octets
+2 mem_local_rx_max_time
+2 mem_local_tx_max_octets
+2 mem_local_tx_max_time
+
+)
+xmemalloc(
+1 mem_app_handshake_flag
+2 mem_sniff_param_interval
+2 mem_sniff_param_attempt
+2 mem_sniff_param_timeout
+
+/*App Callback Functons*/
+2 mem_cb_check_wakelock
+2 mem_cb_before_hibernate
+2 mem_cb_before_lpm
+2 mem_cb_le_process
+2 mem_cb_bt_process
+2 mem_cb_idle_process
+2 mem_cb_bb_event_process
+2 mem_cb_discovry_timeout
+2 mem_cb_att_write
+2 mem_cb_ble_transmit
+2 mem_cb_event_timer
+2 mem_cb_bt_set_mult
+2 mem_cb_spi_flash_write_complate
+2 mem_cb_spi2_flash_write_complate
+2 mem_cb_bt_slave_match
+
+
+2 mem_eeprom_base
+
+1 mem_unsniff2sniff_timer_count
+//lpm mode
+1 mem_wake_up_delay_timer
+
+1 mem_app_connection_options
+
+//
+2 mem_app_disconn_reason
+2 mem_app_disconn_reason_flag
+1 mem_xrecord_mode
+
+1 mem_eeprom_block_size
+1 mem_spi_init_clk
+1 mem_spi_init_delay_time
+1 mem_spi_ncs_gpio
+
+2 mem_nv_data_ptr
+1 mem_nv_data_number
+
+2 mem_queue_ptr
+
+1 mem_ui_led_struct_num
+2 mem_ui_led_struct_ptr
+
+//adc
+1 mem_adc_wait_count
+2 mem_3v_adc_io_data
+2 mem_3v_adc_hvin_data
+2 mem_2v_adc_vinlpm_data
+2 mem_1v_adc_io_data
+2 mem_5v_adc_hvin_data
+2 mem_3v_adc_vinlpm_data
+1 mem_app_adc_read_count
+1 mem_start_adc_clkn
+2 mem_reference_voltage
+1 mem_adc_config_flag
+1 mem_adc_channel
+2 mem_adc_current_value
+1 mem_adc_power_flag	//bit0:low power falg ; bit1:no power flag
+
+3 mem_spi_write_addr
+2 mem_spi_write_ptr
+2 mem_spi_write_len
+1 mem_spi_write_flash_sm
+3 mem_spi2_write_addr
+2 mem_spi2_write_ptr
+2 mem_spi2_write_len
+1 mem_spi2_write_flash_sm
+
+1 mem_spi_cs_gpio
+1 mem_spi_si_gpio
+1 mem_spi_so_gpio
+1 mem_spi_sclk_gpio
+1 mem_spi_wp_gpio
+1 mem_spi_hold_gpio
+1 mem_spi2_cs_gpio
+1 mem_spi2_si_gpio
+1 mem_spi2_so_gpio
+1 mem_spi2_sclk_gpio
+1 mem_spi2_wp_gpio
+1 mem_spi2_hold_gpio
+
+1 mem_eeprom_wp_gpio
+1 mem_eeprom_scl_gpio
+1 mem_eeprom_sda_gpio
+2 mem_kscan_ptr
+0 mem_key_num_ptr
+2 mem_keyscan_ptr
+2 mem_key_value_retention
+2 mem_power_param_ptr
+3 mem_efuse_header
+
+1 mem_seqi
+
+1 mem_dig_aon_vsel
+1 mem_syn_afc_cfg1
+1 mem_rf_ldo_cfg1
+1 mem_rc_cal
+
+ifdef AC_50HZ
+1 mem_ac_detect_gpio
+0 mem_ac_detect_control
+1 mem_ac_detect_div
+1 mem_ac_detect_window
+endif
+
+)
+xmemalloc(
+
+1 mem_rf_debug_rx_gpio
+1 mem_rf_debug_tx_gpio
+)
+xmemalloc(
+0 mem_l2cap_xmem_start
+//*******************L2CAP TX MULTI-PACKET*********************//
+2 mem_l2cap_tx_multi_offset //0 means single packet
+
+//*******************CHANNEL ID*********************//
+2 mem_sdp_remote_cid
+2 mem_rfcomm_remote_cid
+2 mem_hid_ctrl_remote_cid
+2 mem_hid_int_remote_cid
+//*******************CHANNEL STATE*********************//
+1 mem_sdp_state
+1 mem_rfcomm_state
+1 mem_hid_control_state
+1 mem_hid_interrupt_state
+1 mem_spp_state
+1 mem_ML2CAP_comm_id
+
+//*******************L2CAP malloc********************//
+1 mem_used_map
+0 mem_tx_fifo0
+1 mem_tx_fifo0_map
+2 mem_tx_fifo0_ptr
+0 mem_tx_fifo1
+1 mem_tx_fifo1_map
+2 mem_tx_fifo1_ptr
+0 mem_tx_fifo2
+1 mem_tx_fifo2_map
+2 mem_tx_fifo2_ptr
+0 mem_tx_fifo3
+1 mem_tx_fifo3_map
+2 mem_tx_fifo3_ptr
+0 mem_tx_fifo_end
+256 mem_l2cap_lpm_txbuf
+//*******************MISC*********************//
+1 mem_l2cap_flow_ctrl_flag
+1 mem_l2cap_pending_item
+1 mem_l2cap_rcv_hidtype
+0 mem_l2cap_xmem_end
+
+)
+xmemalloc(
+1 mem_lmo_header_opcode_x
+1 mem_lmp_version
+2 mem_lmp_compid
+2 mem_lmp_subversion
+1 mem_local_name_length
+3 mem_local_name
+64 mem_local_name2
+1 mem_local_name_end
+1 mem_unsniff2sniff_timer
+1 mem_switch_flag
+1 mem_classic_bt_flag
+1 mem_encapsulated_major_type
+1 mem_encapsulated_minor_type
+1 mem_encapsulated_len
+1 mem_remote_br_sc_support
+)
+xmemalloc(
+1 mem_pn_dlci
+2 mem_pn_max_frame_size
+
+1 memFCStemp1
+1 memFCStemp2
+1 memFCStemp3
+
+1 mem_rfcomm_initiator
+
+1 mem_remote_spp_channel
+
+1 mem_HIUfcs_SPP
+1 mem_HIUfcs_SPP_WCredits
+
+1 mem_rfcomm_send_more_pkt
+
+1 mem_remote_credits
+1 mem_credit_given
+
+//rfcomm modem status
+1 mem_ms_channel
+
+1 mem_rfcomm_credit_flag
+
+2 mem_rfcomm_max_frame_size
+1 mem_rfcomm_credit_init_data
+
+2 mem_cb_receive_spp_data
+
+2 mem_nl_rx_data_src
+2 mem_nl_rx_len_all
+)
+xmemalloc(
+2 mem_ui_uuid_table
+22 mem_all_uuid_16bits
+34 mem_all_uuid_128bits
+2 mem_sdp_l2capch_ptr
+)
+xmemalloc(
+5 mem_ccm_pcnt_tx
+5 mem_ccm_pcnt_rx
+4 mem_ccm_last_mic
+0 mem_ccm_iv
+4 mem_ccm_ivm
+4 mem_ccm_ivs
+2 mem_ccm_len
+2 mem_ccm_rx_ptr
+)
+xmemalloc(
+1 mem_sc_only_mode
+1 mem_sp_debug_mode
+1 mem_secure_connections_enable
+1 mem_sp_local_key_invalid
+1 mem_sc_calc
+1 mem_sc_local_key_invalid
+
+
+32 mem_sc_private_key_256
+32 mem_sc_pubkey_local_x_256
+32 mem_sc_pubkey_local_y_256
+
+24 mem_sp_private_key
+0 mem_sp_pubkey_local
+24 mem_sp_pubkey_local_x
+0 mem_sp_pubkey_local_x_end
+24 mem_sp_pubkey_local_y
+
+1 mem_ssp_enable
+1 mem_lmp_io_cap_payload_iocap
+1 mem_lmp_io_cap_payload_oob_auth_data
+1 mem_lmp_io_cap_payload_auth_req
+
+0 mem_sp_state_xmem
+3 mem_sp_iocap_remote
+1 mem_flag_mode_ssp_pin
+1 mem_ssp_mode_flag
+1 mem_authentication_passkey_times
+1 mem_passkey_1bit
+1 mem_flag_pairing_state
+0 mem_sp_state_xmem_end
+)
+xmemalloc(
+//UI Work area
+1 mem_ipc_lock_bt
+1 mem_ipc_lock_c51
+8 mem_ipc_fifo_bt2c51
+8 mem_ipc_fifo_c512bt
+
+1 mem_ui_button_timer
+1 mem_ui_button_last_state
+4 mem_ui_timer_last_btclk
+2 mem_discovery_timeout_timer_count
+1 mem_hid_handshake_timer_count
+1 memui_reconnect_mode
+2 mem_ui_state_map
+
+//UI Config area
+1 mem_ui_profile_supported
+1 mem_ui_button_timeout
+1 mem_ui_button_gpio
+2 mem_discovery_timeout
+1 mem_pin_length
+16 mem_pin
+
+)
+omemalloc (
+3 mem_dummy
+1 mem_seq
+1 mem_context_cnt
+1 mem_context_map
+768 mem_context_new
+1 mem_att_cmd_len
+15 mem_att_cmd
+1 mem_att_resp_handle
+1 mem_att_resp_len
+30 mem_att_resp
+600 mem_meter_att_list
+)
+xmemalloc g24(
+34 mem_24g_rxbuf
+32 mem_24g_txbuf
+36 mem_24g_txpayload
+32 mem_24g_rxpayload
+1 mem_24g_rxdata_length
+1 mem_24g_pid
+1 mem_24g_no_ack
+3 mem_24g_sta_crc
+3 mem_24g_last_crc
+1 mem_24g_sta_pid
+1 mem_24g_last_pid
+1 mem_24g_datalen
+1 mem_24g_data_type
+1 mem_24g_txlen
+2 mem_24g_rx_window
+1 mem_24g_ch
+1 mem_24g_current_ch_number
+4 mem_24g_addr
+4 mem_24g_ch_map1
+4 mem_24g_ch_map2
+4 mem_24g_ch_map3
+4 mem_24g_ch_map4
+4 mem_24g_tx_btclk
+1 mem_24g_interval
+1 mem_24g_interval_min
+1 mem_24g_interval_max
+2 mem_24g_syncword
+1 mem_24g_syncword_crc8
+1 mem_24g_get_syncword_crc8
+1 mem_24g_pair_switch
+8 mem_24g_enter_hibernate
+
+1 mem_24g_rx_phy
+1 mem_24g_tx_phy
+
+1 mem_24g_ch_map_update
+4 mem_24g_ch_update_map1
+4 mem_24g_ch_update_map2
+4 mem_24g_ch_update_map3
+4 mem_24g_ch_update_map4
+
+)
+xmemalloc g24_tx(
+1 mem_rssi_hex_received
+
+)
+xmemalloc g24(
+4 mem_24g_pair_addr
+1 mem_24g_pair_ch
+1 mem_24g_pair_tx_power
+
+)
+xmemalloc g24_tx(
+1 mem_24g_pair_sm
+1 mem_24g_pair_no_ack
+2 mem_24g_pair_timeout_init
+2 mem_24g_pair_timeout
+
+)
+xmemalloc g24_rx(
+1 mem_24g_device1_bind_step
+1 mem_24g_device2_bind_step
+1 mem_24g_bind_device_status
+8 mem_24g_bind_payload
+
+)
+xmemalloc g24_rx(
+2 mem_cb_24g_receive_process
+2 mem_cb_24g_ackpayload
+2 mem_cb_24g_data_device1
+2 mem_cb_24g_data_device2
+34 mem_24g_rxdata_temp
+1 mem_24g_abort_packet
+4 mem_24g_hop_btclk
+1 mem_24g_hop_interval
+1 mem_24g_pair_mode
+1 mem_24g_ackpayload_enable
+1 mem_24g_hop_packet
+1 mem_24g_mode_switch
+1 mem_24g_nodata_timer_enable
+
+1 mem_24g_mode_init
+1 mem_24g_work_mode
+1 mem_24g_time_slice
+1 mem_24g_self_last_ch
+1 mem_24g_self_ch_number
+1 mem_24g_self_config_ch_once
+1 mem_24g_device1_last_ch
+1 mem_24g_device1_ch_number
+1 mem_24g_device1_config_ch_once
+1 mem_24g_device2_last_ch
+1 mem_24g_device2_ch_number
+1 mem_24g_device2_config_ch_once
+1 mem_24g_led_status
+1 mem_24g_bind_mode_continue
+
+1 mem_tx_power_temp
+
+)
+xmemalloc g24_tx(
+2 mem_24g_reconn_timeout_init
+2 mem_24g_reconn_timeout
+2 mem_24g_reconn_count
+1 mem_24g_reconn_type
+1 mem_24g_fast_conn_enable
+4 mem_24g_fast_conn_addr
+4 mem_24g_receiver_addr
+1 mem_24g_fast_conn_temp_ch
+1 mem_24g_receiver_temp_ch
+1 mem_24g_device_temp_ch
+
+)
+xmemalloc g24_rx(
+4 mem_24g_transmitter_addr
+4 mem_24g_device1_addr
+4 mem_24g_device2_addr
+
+)
+xmemalloc g24(
+1 mem_rssi_buff_index
+)
+xmemalloc g24_tx(
+1 mem_rssi_signal_index
+2 mem_rssi_signal_buf_ptr
+
+)
+xmemalloc g24_rx(
+1 mem_rssi_noise_avg
+1 mem_rssi_noise_index
+
+1 mem_rssi_noise_self_avg
+1 mem_rssi_noise_device1_avg
+1 mem_rssi_noise_device2_avg
+1 mem_rssi_noise_self_index
+1 mem_rssi_noise_device1_index
+1 mem_rssi_noise_device2_index
+
+2 mem_rssi_noise_buffer_ptr
+2 mem_rssi_noise_self_buffer_ptr
+2 mem_rssi_noise_device1_buffer_ptr
+2 mem_rssi_noise_device2_buffer_ptr
+
+)
+xmemalloc g24_tx(
+2 mem_cb_24g_transmit_data
+2 mem_cb_24g_search_receiver
+2 mem_cb_24g_lpm_before
+
+1 mem_24g_conn_sm
+
+1 mem_24g_ensure
+2 mem_24g_txfail_cnt
+1 mem_24g_attempt_fail_flag
+
+1 mem_24g_retry
+1 mem_24g_abort_pac
+1 mem_24g_max_retry
+4 mem_24g_device_addr
+3 mem_24g_short_sleep_set
+8 mem_24g_long_sleep_set
+4 mem_24g_long_sleep_set1
+
+1 mem_24g_pac_index
+1 mem_24g_transmit_by_interrupt
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
+2 mem_24g_long_sleep_param_update_timer_init
+2 mem_24g_long_sleep_param_update_timer
+
+1 mem_24g_fast_hop_count
+)
+xmemalloc g24_tx(
+1 mem_rssi_avg_received
+1 mem_power_ctrl_level
+1 mem_power_ctrl_pac_succ_cnt
+1 mem_power_ctrl_pac_succ_cnt_init
+
+1 mem_rssi_dis_min_24g
+1 mem_rssi_dis_max_24g
+1 mem_rssi_hex_received_max_value
+
+1 mem_rssi_dis_min_ble
+1 mem_rssi_dis_max_ble
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_vendor_mesh_receive_tid
+	1 mem_mesh_vendor_mesh_send_tid
+
+	4 mem_mesh_vendor_timer_current_time
+	4 mem_system_time
+)
+xmemalloc ali_mesh(
+
+	
+	1 mem_mesh_adv_data_len
+	31 mem_mesh_adv_data
+
+	1 mem_mesh_adv_scan_channel
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_advertising_unprovisioned_device_beacon_switch
+	//δ㲥
+	2 mem_mesh_advertising_unprovisioned_device_beacon_timer
+
+	//㲥
+	1 mem_mesh_advertising_unprovisioned_device_beacon_duration
+	//㲥֮ļ
+	1 mem_mesh_advertising_unprovisioned_device_beacon_interval
+
+)
+xmemalloc ali_mesh(
+
+	0 mem_mesh_calc_ConfirmationCloud_data
+	8 mem_mesh_ConfirmationCloud_RandomB
+	8 mem_mesh_ConfirmationCloud_RandomA
+	16 mem_mesh_AuthValueProv
+	16 mem_mesh_ConfirmationCloud
+
+
+	//provisioning random  / provisioning_confirmation
+	0 mem_mesh_ConfirmationDevice
+	0 mem_mesh_calc_ConfirmationDevice_data
+	8 mem_mesh_provisioning_random_A
+	8 mem_mesh_provisioning_random_B
+	16 mem_mesh_AuthValueDevice
+
+	16 mem_mesh_Device_Key
+
+
+// CMAC Key
+	16 mem_mesh_Confirmationkey
+
+	//sha256 init data
+	15 mem_mesh_sha256_ConfirmationKey_ascii
+	10 mem_mesh_sha256_SessionKey_ascii
+	9 mem_mesh_sha256_DeviceKey_ascii
+
+	//sha256
+	1 mem_mesh_sha256_load_first_data_flag
+
+	8 mem_mesh_sha256_data_len_byte
+	8 mem_mesh_sha256_data_len_bit
+	2 mem_mesh_sha256_data_end_addr
+	2 mem_mesh_sha256_data_len_addr
+	1 mem_mesh_sha256_chunk_count
+	2 mem_mesh_sha256_chunk_data_ptr
+	2 mem_mesh_sha256_chunk_ptr
+
+
+	//function K2
+	//f2 input
+	1 mem_k2_P_len
+	16 mem_k2_P
+	16 mem_k2_N
+	//f2 init data
+	16 mem_k2_SALT
+	//f2 output
+	16 mem_k2_T
+	0 mem_k2_T0
+	16 mem_k2_T1
+	1 mem_k2_NID
+	16 mem_k2_T3
+	16 mem_k2_T2
+
+
+	//k4 function
+	16 mem_k4_SALT
+	16 mem_k4_T
+	16 mem_k4_id6_01
+	16 mem_k4_k4N
+	1 mem_mesh_transport_AID
+
+
+)
+xmemalloc ali_mesh(
+
+	// provisioning flag ־Ƿ
+	1 mem_mesh_provisioned_flag
+
+	//ʱ״̬
+	1 mem_mesh_Provisioning_State_Flag
+	
+	1 mem_mesh_Device_PID
+	1 mem_mesh_UUID_FeatureFlag
+	2 mem_mesh_PDU_RFU
+	2 mem_mesh_OOB_information
+
+	//Provisioning_Data
+	0 mem_mesh_Encrypt_Provisioning_Data
+	2 mem_mesh_provisioning_data_Mac_addr
+	1 mem_mesh_KeyFresh_and_Update_flag
+	16 mem_mesh_Network_Key
+	1 mem_mesh_last_IV_Index_byte
+	2 mem_mesh_Unicast_Address
+
+	4 mem_mesh_adv_last_time
+	2 mem_mesh_send_packet_timeout
+
+	1 mem_mesh_gatt_package_send_msg_id
+
+)
+xmemalloc ali_mesh(
+//GATT Э
+	1 mem_mesh_gatt_receive_msg_timer
+	//fast pairing 
+	//APP control 
+
+	GATT_RECEIVE_MSG_BUFFER_SIZE mem_mesh_gatt_packet_receive_msg_buffer1
+	GATT_RECEIVE_MSG_BUFFER_SIZE mem_mesh_gatt_packet_receive_msg_buffer2
+
+)
+xmemalloc ali_mesh(
+	// three tuple ƽ̨Ԫ
+	4 mem_mesh_three_tuple_ProductID
+	6 mem_mesh_three_tuple_MAC
+	16 mem_mesh_three_tuple_secret
+
+	//ble ЭջscanݵĻص
+	2 mem_mesh_cb_receive_advertising
+
+	//alarmĴ޸
+	//meshĹ淶յκTMALLָ
+	2 mem_mesh_cb_receive_access_message
+
+	//յapplication keyָ(Ϊɹ)
+	2 mem_mesh_cb_receive_config_appkey_add
+
+	//ԭʧܻص
+	2 mem_mesh_cb_pairing_fail
+
+	2 mem_mesh_cb_generic_onoff_get
+	2 mem_mesh_cb_generic_onoff_set
+	2 mem_mesh_cb_scene_recall
+	2 mem_mesh_cb_light_lightness_set
+	2 mem_mesh_cb_light_lightness_get
+	2 mem_mesh_cb_light_ctl_set
+
+	2 mem_mesh_cb_main_light_onoff_set
+	2 mem_mesh_cb_background_onoff_set
+	2 mem_mesh_cb_color_set
+
+	//relay Ĺܻص
+	2 mem_mesh_cb_network_relay
+
+	//ģ鸴λĻصҪ3s֮λ
+	2 mem_mesh_cb_receive_node_reset
+
+	//seqıʱĻصҪ浽ӦĴ洢
+	2 mem_mesh_cb_seq_changed
+
+	2 mem_mesh_cb_subscriptuion_list_changed
+
+	//Timer ʱıʱҪ浽ӦĴ洢
+	2 mem_mesh_cb_vendor_timing_changed
+	
+
+	2 mem_mesh_core_feature
+
+	1 mem_mesh_element_number
+	2 mem_mesh_element_device_ptr
+	2 mem_mesh_element_device_length
+
+)
+xmemalloc ali_mesh_element(
+	0 mem_mesh_element_device
+	2 mem_mesh_element_device_group_addr
+	2 mem_mesh_element_device_queue_buffer_ptr
+	2 mem_mesh_element_device_timing_ptr
+	16 mem_mesh_element_device_element_subscription_label
+	1 mem_mesh_element_upper_adv_flag
+	2 mem_mesh_element_upper_queue_buffer_ptr
+	1 mem_mesh_element_tran_package_tid
+	1 mem_mesh_element_tran_package_type
+
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device1
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device2
+)
+xmemalloc ali_mesh_element(
+	1 mem_mesh_element_device_queue_each_size
+	1 mem_mesh_element_device_queue_length
+	1 mem_mesh_element_device_queue_current_num
+	1 mem_mesh_element_device_queue_read_ptr
+	1 mem_mesh_element_device_queue_write_ptr
+	136 mem_mesh_element_device_queue_ele
+
+	1 mem_mesh_element_device_upper_queue_each_size
+	1 mem_mesh_element_device_upper_queue_length
+	1 mem_mesh_element_device_upper_queue_current_num
+	1 mem_mesh_element_device_upper_queue_read_ptr
+	1 mem_mesh_element_device_upper_queue_write_ptr
+	//ԪسΪ47
+	188 mem_mesh_element_device_upper_queue_ele
+
+)
+
+xmemalloc ali_mesh(
+	//current segmented access message head
+	1 mem_mesh_segmented_access_message_SZMIC
+	2 mem_mesh_segmented_access_message_SeqZero
+	1 mem_mesh_segmented_access_message_SegO
+	1 mem_mesh_segmented_access_message_SegN
+
+	4 mem_mesh_segmented_access_message_BlockAck
+	1 mem_mesh_segmented_access_message_receive_finish
+	1 mem_mesh_segmented_access_message_current_length
+
+
+	36 mem_mesh_segmented_access_message_Segment
+)
+xmemalloc ali_mesh(
+	2 mem_mesh_last_CTL_Temperature
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_receive_group_address
+	1 mem_mesh_receive_element_number
+)
+xmemalloc ali_mesh(
+	4 mem_mesh_IV_Index
+
+
+
+// mesh SRC/SEQ  cache
+	0 mem_mesh_TMALL_cache_start
+	2 mem_mesh_TMALL_SRC1
+	3 mem_mesh_TMALL_SEQ1
+	45 mem_mesh_TMALL_cache
+	0 mem_mesh_TMALL_cache_end
+
+	0 mem_mesh_transport_message_mic_cache
+	4 mem_mesh_transport_message_mic_cache_buff1
+	36 mem_mesh_transport_message_mic_cache_buff2_10
+
+	0 mem_mesh_network_relay_queue
+	1 mem_mesh_network_relay_queue_each_size
+	1 mem_mesh_network_relay_queue_length
+	1 mem_mesh_network_relay_queue_current_num
+	1 mem_mesh_network_relay_queue_read_ptr
+	1 mem_mesh_network_relay_queue_write_ptr
+	136 mem_mesh_network_relay_queue_ele
+
+)
+xmemalloc ali_mesh(
+	16 mem_mesh_application_key
+	1 mem_mesh_ASZMIC
+
+	0 mem_mesh_access_message_mic_cache
+	4 mem_mesh_access_message_mic_cache_buff1
+	36 mem_mesh_access_message_mic_cache_buff2_10
+
+	3 mem_mesh_send_message_SEQ
+
+	2 mem_mesh_send_message_SRC
+
+	1 mem_mesh_send_message_TTL
+
+	//Upper transport access PDU
+	1 mem_mesh_send_upper_layer_IVI_and_NID
+	1 mem_mesh_send_upper_layer_CTL_and_TTL
+	3 mem_mesh_send_upper_layer_SEQ
+	2 mem_mesh_send_upper_layer_SRC
+	2 mem_mesh_send_upper_layer_DST
+	16 mem_mesh_send_access_lower_transport_layer
+	4 mem_mesh_send_network_layer_NetMIC
+
+)
+xmemalloc antilost(
+// memblock for cover the variables portion at shutter.format
+2 mem_antl_lpm_interval
+2 mem_antl_adv_interval
+2 mem_antl_slow_adv_lpm_interval
+2 mem_antl_slow_adv_adv_interval
+0 mem_antl_led_style
+1 mem_antl_led_type
+1 mem_antl_led_blink_count
+1 mem_antl_led_gpio
+2 mem_antl_led_on_time
+2 mem_antl_led_off_time
+2 mem_antl_led_cb_on
+2 mem_antl_led_cb_off
+
+0 mem_antl_buzzer_style
+1 mem_antl_buzzer_type
+1 mem_antl_buzzer_blink_count
+1 mem_antl_buzzer_gpio
+2 mem_antl_buzzer_on_time
+2 mem_antl_buzzer_off_time
+2 mem_antl_buzzer_cb_on
+2 mem_antl_buzzer_cb_off
+
+0 mem_antl_fast_adv_led_style
+1 mem_antl_fast_adv_led_type
+1 mem_antl_fast_adv_led_blink_count
+1 mem_antl_fast_adv_led_gpio
+2 mem_antl_fast_adv_led_on_time
+2 mem_antl_fast_adv_led_off_time
+
+0 mem_antl_slow_adv_led_style
+1 mem_antl_slow_adv_led_type
+1 mem_antl_slow_adv_led_blink_count
+1 mem_antl_slow_adv_led_gpio
+2 mem_antl_slow_adv_led_on_time
+2 mem_antl_slow_adv_led_off_time
+
+0 mem_antl_power_starting_led_style
+1 mem_antl_power_starting_led_type
+1 mem_antl_power_starting_led_blink_count
+1 mem_antl_power_starting_led_gpio
+2 mem_antl_power_starting_led_on_time
+2 mem_antl_power_starting_led_off_time
+
+7 mem_antl_power_starting_buzzer_style
+
+0 mem_antl_power_off_led_style
+1 mem_antl_power_off_led_type
+1 mem_antl_power_off_led_link_count
+1 mem_antl_power_off_led_gpio
+2 mem_antl_power_off_led_on_time
+2 mem_antl_power_off_led_off_time
+
+0 mem_antl_power_off_buzzer_style
+1 mem_antl_power_off_buzzer_type
+1 mem_antl_power_off_buzzer_link_count
+1 mem_antl_power_off_buzzer_gpio
+2 mem_antl_power_off_buzzer_on_time
+2 mem_antl_power_off_buzzer_off_time
+
+7 mem_antl_alert_led_stlye
+
+0 mem_antl_alert_buzzer_stlye
+1 mem_antl_alert_buzzer_type
+1 mem_antl_alert_buzzer_blink_count
+1 mem_antl_alert_buzzer_gpio
+2 mem_antl_alert_buzzer_on_time
+2 mem_antl_alert_buzzer_off_time
+
+0 mem_antl_key_led_style
+1 mem_antl_key_led_type
+1 mem_antl_key_led_blink_count
+1 mem_antl_key_led_gpio
+2 mem_antl_key_led_on_time
+2 mem_antl_key_led_off_time
+
+7 mem_antl_key_buzzer_style
+
+1 mem_antl_queue_width
+1 mem_antl_queue_depth
+1 mem_antl_queue_curr_num
+1 mem_antl_queue_read_ptr
+1 mem_antl_queue_write_ptr
+80 mem_antl_queue_buff
+
+1 mem_antl_key_scan_enable
+1 mem_antl_led_num
+4 mem_antl_led_gpio_map
+
+0 mem_antl_power_param
+1 mem_antl_power_state
+1 mem_antl_power_timer
+1 mem_antl_power_off_timeout
+1 mem_antl_power_starting_timeout
+2 mem_antl_power_off_cb
+2 mem_antl_power_starting_cb
+2 mem_antl_power_standby_cb
+2 mem_event_button_up_cb
+
+1 mem_antl_key_num
+2 mem_cb_antl_key
+4 mem_antl_key_conf0
+
+15 mem_antl_key0_press
+15 mem_antl_key0_release
+
+///////
+1 mem_antl_conn_updata_procedure_state
+2 mem_client_characteristic_configuration_descriptor
+///////
+
+
+//100ms timer
+2 mem_adc_timer
+1 mem_antl_conn_update_timer
+1 mem_antl_send_updata_le_param_timer
+////
+
+2 mem_antl_le_sleep_timer
+2 mem_antl_fast_adv_timer
+2 mem_antl_fast_adv_timeout
+2 mem_antl_le_sleep_timeout
+1 mem_double_click_timer
+1 mem_butten_click_cnt
+
+//1 mem_dvc_seq
+/////////anti lost alarm state/////
+1 mem_antl_led_state
+1 mem_antl_buzzer_state
+1 mem_antl_key_state
+1 mem_antl_lost_mode
+1 mem_alarm_config
+1 mem_alarm_config_notfy_cnt
+
+6 mem_buzzer_pwm_conf
+
+
+/////////anti lost battery adc read////////
+2 mem_adc_timeout
+1 mem_voltage_remain_percent
+
+0 mem_battery_calculate_set
+2 mem_battery_full_voltage
+2 mem_battery_empty_voltage
+2 mem_battery_low_voltage
+2 mem_battery_current_voltage
+
+
+2 mem_rx_window_sniff_inc
+2 mem_interval_increment
+
+2 mem_antl_le_interval_min
+2 mem_antl_le_interval_max
+2 mem_antl_le_latency
+2 mem_antl_le_timeout
+2 mem_antl_le_unnormal_interval_min
+2 mem_antl_le_unnormal_interval_max
+2 mem_antl_le_unnormal_latency
+2 mem_antl_le_unnormal_timeout
+
+400 mem_AntiLost_le_att_list
+1 mem_lestate_update_param_flag
+1 mem_antilost_conn_battery_send_timer
+)
+xmemalloc g24_rx_car(
+1 mem_car_hard_soft_switch
+1 mem_car_queue_each_size
+1 mem_car__queue_length
+
+1 mem_car_queue_curr_num
+1 mem_car_queue_read_ptr
+1 mem_car_queue_write_ptr
+120 mem_car_queue_ele
+
+20 mem_car_pop_queue_buff
+
+1 mem_car_led_num
+10 mem_car_led_map
+
+1 mem_car_style1_led_type
+1 mem_car_style1_blink_count
+1 mem_car_style1_struct_led_gpio
+2 mem_car_style1_on_time
+2 mem_car_style1_off_time
+2 mem_car_style1_cb_ledon
+2 mem_car_style1_cb_ledoff
+
+1 mem_car_style2_led_type
+1 mem_car_style2_blink_count
+1 mem_car_style2_struct_led_gpio
+2 mem_car_style2_on_time
+2 mem_car_style2_off_time
+2 mem_car_style2_cb_ledon
+2 mem_car_style2_cb_ledoff
+
+//////motor
+0 mem_le_receive_data
+2 mem_le_receive_packet_head
+1 mem_le_receive_cmd
+2 mem_le_receive_length
+10 mem_le_receive_payload
+1 mem_le_receive_checksum
+1 mem_motor1_status
+1 mem_motor1_speed
+1 mem_motor2_status
+1 mem_motor2_speed
+1 mem_motor3_status
+1 mem_motor3_speed
+
+0 mem_motor1_pwm_set
+1 mem_motor1_pwm_pin1_set
+1 mem_motor1_pwm_pin2_set
+1 mem_motor1_pwm_pin_set
+1 mem_motor1_pwm_channel_set
+3 mem_motor1_pwm_freq_set
+1 mem_motor1_pwm_dute_set
+0 mem_motor2_pwm_set
+1 mem_motor2_pwm_pin1_set
+1 mem_motor2_pwm_pin2_set
+1 mem_motor2_pwm_pin_set
+1 mem_motor2_pwm_channel_set
+3 mem_motor2_pwm_freq_set
+1 mem_motor2_pwm_dute_set
+0 mem_motor3_pwm_set
+1 mem_motor3_pwm_pin1_set
+1 mem_motor3_pwm_pin2_set
+1 mem_motor3_pwm_pin_set
+1 mem_motor3_pwm_channel_set
+3 mem_motor3_pwm_freq_set
+1 mem_motor3_pwm_dute_set
+
+1 mem_motor_select_p_n
+1 mem_car_motor_status
+1 mem_car_motor_speed
+0 mem_motor_pwm_set
+1 mem_motor_pwm_pin1_set
+1 mem_motor_pwm_pin2_set
+1 mem_motor_pwm_pin_set
+1 mem_motor_pwm_channel_set
+3 mem_motor_pwm_freq_set
+1 mem_motor_pwm_dute_set
+
+1 mem_ir_rx_gpio
+2 mem_ir_data
+2 mem_ir_rx_buf
+4 mem_ir_receive_clkn
+
+3 mem_ir_notify_data
+5 mem_ir_notify_data_head
+2 mem_ir_notify_data_payload
+1 mem_ir_notify_data_check_sum
+1 mem_car_ir_breakdown_check_timer
+1 mem_car_ir_breakdown_flag
+
+0 mem_car_led_control
+1 mem_car_led1_status
+1 mem_car_led2_status
+1 mem_car_led3_status
+1 mem_car_led4_status
+1 mem_car_led5_status
+1 mem_car_led6_status
+1 mem_car_led7_status
+1 mem_car_led8_status
+1 mem_car_led_control_timer
+1 mem_car_led_blink_status
+1 mem_car_led_no
+
+3 mem_car_info_request
+5 mem_car_info_request_head
+8 mem_car_info_request_payload
+1 mem_car_info_request_checksum
+
+0 mem_car_config_param
+1 mem_car_config_setting_flag
+1 mem_car_config_device_select
+1 mem_car_config_motor_layout
+1 mem_car_config_ir_enable
+1 mem_car_config_ir_rx_gpio
+1 mem_car_config_pairing_led_conn_status
+1 mem_car_config_pairing_led_gpio
+1 mem_car_config_led_num
+0 mem_car_config_blood_led_gpio
+1 mem_car_config_blood_led1_gpio
+1 mem_car_config_blood_led2_gpio
+1 mem_car_config_blood_led3_gpio
+1 mem_car_config_blood_led4_gpio
+1 mem_car_config_blood_led5_gpio
+1 mem_car_config_blood_led6_gpio
+1 mem_car_config_blood_led7_gpio
+1 mem_car_config_blood_led8_gpio
+1 mem_car_config_bat_notify_enable
+1 mem_car_config_low_voltage_led_gpio
+1 mem_car_config_low_voltage_percent
+1 mem_car_config_soft_switch_enable
+1 mem_car_config_soft_switch_gpio
+
+1 mem_car_notify_vdd_count
+1 mem_car_notify_vdd_timer
+1 mem_car_notify_vdd_value_last
+1 mem_car_notify_vdd_percent
+1 mem_car_working_flag
+1 mem_low_bat_flag
+
+3 mem_notify_bat_packet
+5 mem_notify_bat_head
+1 mem_notify_bat_payload
+1 mem_notify_bat_check_sum
+
+1 mem_vdd_notify_flag
+2 mem_car_current_vdd_value_temp
+2 mem_car_last_vdd_value
+
+0 mem_vdd_calculate_set
+2 mem_vdd_full_vol
+2 mem_vdd_empty_vol
+2 mem_vdd_low_vol
+2 mem_vdd_now_vol
+
+
+1 mem_car_24g_status
+2 mem_car_24g_no_data_timeout_count
+2 mem_car_24g_no_data_timeout_timer
+
+1 mem_car_24g_ir_receive_attack_count
+1 mem_car_24g_go_die_flag
+1 mem_car_attack_shake_timer
+1 mem_car_attack_shake_flag
+
+0 mem_car_soft_power
+1 mem_car_power_state
+1 mem_car_power_timer
+1 mem_car_power_off_timeout
+1 mem_car_power_starting_timeout
+2 mem_car_power_off_cb
+2 mem_car_power_starting_cb
+2 mem_car_power_standby_cb
+2 mem_car_ui_button_up_cb
+
+
+500 mem_car_le_att_list
+
+1 mem_car_moto1_blank_timer
+1 mem_car_moto2_blank_timer
+1 mem_car_moto3_blank_timer
+
+1 mem_car_motor_gpio_num
+0 mem_car_motor_gpio_map
+1 mem_car_motor_left_gpio
+1 mem_car_motor_right_gpio
+1 mem_car_motor_front_gpio
+1 mem_car_motor_back_gpio
+1 mem_car_gpio
+1 mem_car_app_send_speed
+
+2 mem_rssi_sum
+2 mem_check_rssi_high_count
+8 mem_rssi_data
+
+1 mem_car_24g_received_pac
+1 mem_car_24g_bind_enable_delay_count
+
+0 mem_car_keyscan
+1 mem_car_key_num
+2 mem_cb_car_keyscan
+
+2 mem_car_enter_lpm_timer_count
+2 mem_car_enter_lpm_timer
+1 mem_car_enter_lpm_flag
+
+1 mem_car_24g_ch_polling
+
+8 mem_car_rssi_noise_buffer
+8 mem_car_rssi_noise_car_buffer
+8 mem_car_rssi_noise_remote_buffer
+
+
+)
+xmemalloc g24_rx_dongle(
+1 mem_dg_kb_bind_flag
+8 mem_dg_kb_data_sta_data
+8 mem_dg_kb_data_last_data
+3 mem_dg_kb_multikey_sta_data
+3 mem_dg_kb_multikey_last_data
+3 mem_dg_kb_system_sta_data
+3 mem_dg_kb_system_last_data
+1 mem_dg_kb_blank_data_enable
+1 mem_dg_kb_mul_blank_data_enable
+1 mem_dg_ms_blank_data_enable
+
+1 mem_dg_sys_config
+9 mem_dg_usb_vid_pid
+1 mem_dg_usb_tx_interval
+30 mem_dg_usb_device_name
+)
+
+xmemalloc module(	
+	2 mem_soft_version_num
+	1 mem_module_wake_up_gpio
+	1 mem_module_state_gpio
+	1 mem_module_connect_state_gpio
+
+	2 mem_current_packet_length
+	1 mem_module_state
+	
+	1 mem_module_mcu_wake_pin
+	4 mem_module_mcu_wake_delay_us
+
+	1 mem_module_spp_lpm_mult
+	1 mem_module_le_lpm_mult	
+	1 mem_module_bluetooth_stauts_by_command
+
+	//uart
+	2 mem_module_uart_rx_buffer
+	2 mem_module_uart_rx_buffer_end
+	2 mem_module_uart_tx_buffer
+	2 mem_module_uart_tx_buffer_end
+	2 mem_module_uarta_baud_rate
+
+	//ADC
+	1 mem_module_read_vdd_flag
+	1 mem_module_read_vdd_count
+	1 mem_module_vdd_quotient
+	1 mem_module_vdd_remainder
+
+	//ble
+	1 mem_module_ble_data_uart_max_length
+
+	//flag
+	2 mem_module_flag
+
+	1 mem_module_hci_notify_len
+	2 mem_module_hci_notify_handle
+	2 mem_module_hci_nofiy_addr
+	1 mem_module_hci_notify_type
+
+	4 mem_last_transmite_clock
+
+ifdef COMPILE_WECHAT
+	1 mem_module_wechat_indication_handle
+	1 mem_module_wechat_write_handle
+	2 mem_module_wechat_tx_buffer_ptr
+	2 mem_module_wechat_rx_buffer_ptr
+	2 mem_module_wechat_rx_push_data_cb
+	2 mem_module_wechat_tx_nSeq
+	2 mem_module_wechat_tx_len
+	2 mem_module_wechat_tx_address
+	2 mem_module_wechat_rx_len
+	2 mem_module_wechat_rx_address
+	1 mem_module_wechat_receive_push_data
+endif
+	
+	300 mem_module_uuid_list
+	0 mem_module_uuid_list_end
+	600 mem_module_le_att_list
+	0 mem_module_le_att_list_end
+	0 mem_module_nv_data
+	34 mem_module_nv_data0
+	34 mem_module_nv_data1
+	34 mem_module_nv_data2
+	34 mem_module_nv_data3
+	34 mem_module_nv_data4
+	0 mem_module_nv_data_end
+)
+xmemalloc g24_tx_mouse(
+// Mouse Work Area
+1 mem_mouse_key
+2 mem_mouse_x
+2 mem_mouse_y
+1 mem_mouse_z
+1 mem_mouse_tz
+1 mem_mouse_xy_h
+1 mem_mouse_key_last
+
+//mouse wheel
+1 mem_wheel_tb_old_pinlevel
+1 mem_wheel_tb_new_pinlevel
+1 mem_wheel_tog 
+1 mem_mouse_tz_data
+1 mem_mwheel_b_old_pinlevel
+1 mem_mwheel_b_new_pinlevel
+1 mem_mwheel_tog 
+1 mem_mouse_z_data
+1 mem_mouse_wheel_trigger
+1 mem_mouse_wheel_trigger_timer
+
+// adc
+//adc struct
+0 mem_mouse_vdd_calculate_set
+2 mem_mouse_vdd_full_vol
+2 mem_mouse_vdd_empty_vol
+2 mem_mouse_vdd_low_vol
+2 mem_mouse_vdd_now_vol
+
+2 mem_mouse_vdd_button_press_vol
+2 mem_mouse_vdd_switch_gnd_24g_vol
+2 mem_mouse_vdd_switch_gnd_full_vol
+2 mem_mouse_vdd_switch_gnd_shutdown_voltage
+2 mem_mouse_vdd_switch_gnd_low_voltage
+1 mem_adc_mux_status
+1 mem_adc_read_timer
+1 mem_adc_read_time_init
+1 mem_adc_low_volatage_led_timer_count
+1 mem_adc_low_volatage_led_blink_enable
+1 mem_mouse_adc_last_low_voltage_flag
+1 mem_mouse_adc_button_press_flag
+1 mem_adc_channel_gpio
+
+1 mem_adc_config_flag_init
+
+//efuse configured start		26byte
+2 mem_mouse_discovery_timeout
+2 mem_mouse_24g_pair_timeout_init
+1 mem_mouse_direct_timeout
+1 mem_mouse_24g_reconn_timeout_init
+1 mem_mouse_24g_pair_tx_power
+1 mem_rssi_dis_min_24g_init
+1 mem_rssi_dis_max_24g_init
+1 mem_rssi_hex_received_max_value_init
+1 mem_rssi_dis_min_ble_init
+1 mem_rssi_dis_max_ble_init
+1 mem_mouse_enable_flag
+1 mem_mouse_global_setup
+1 mem_mouse_global_setup1
+
+1 mem_bk_button_gpio
+1 mem_fw_button_gpio
+1 mem_dpi_button_gpio
+1 mem_matrix_public_gpio
+1 mem_sensor_motion_gpio
+1 mem_customer_key_gpio
+1 mem_whee_a_data_gpio
+1 mem_whee_b_data_gpio
+1 mem_config_device_24g_led_gpio
+1 mem_config_device_bt1_led_gpio
+1 mem_select_sensor_angle_gpio
+
+//efuse configured end
+
+1 mem_lbutton_gpio
+1 mem_rbutton_gpio
+1 mem_mbutton_gpio
+1 mem_config_select_device_button_gpio
+1 mem_whee_ta_data_gpio
+1 mem_whee_tb_data_gpio
+1 mem_device_switch_gpio
+1 mem_mouse_sensor_sclk_gpio
+1 mem_mouse_sensor_sdio_gpio
+1 mem_config_low_voltage_alarm_gpio
+1 mem_config_device_bt2_led_gpio	
+1 mem_dpi_led_gpio 
+
+
+1 mem_sensor_angle_default
+1 mem_sensor_angle_switch
+1 mem_config_sensor_dpi
+1 mem_config_sensor_type
+1 mem_config_sensor_angle
+
+
+// usb
+1 mem_wire_usb_interval
+1 mem_usb_addr
+1 mem_mouse_usb_vdd_status
+1 mem_mouse_usb_keyboard_flag
+
+
+//led struct
+1 mem_mouse_led_type
+1 mem_mouse_blink_count
+1 mem_mouse_struct_led_gpio
+2 mem_mouse_on_time
+2 mem_mouse_off_time
+2 mem_mouse_cb_ledon
+2 mem_mouse_cb_ledoff
+
+//three devices param
+//eeprom/flash
+0 mem_mouse_information_start
+1 mem_device_flag
+1 mem_device1_type
+6 mem_device1_addr
+16 mem_device1_link_key
+6 mem_device1_locall_addr
+
+1 mem_device2_type
+6 mem_device2_addr
+16 mem_device2_link_key
+6 mem_device2_locall_addr
+
+1 mem_device3_type
+0 mem_mouse_compare_addr_ff
+6 mem_device3_addr
+16 mem_device3_link_key
+6 mem_device3_locall_addr
+2 mem_store_flag
+1 mem_mouse_dpi
+4 mem_mouse_24g_addr
+2 mem_random_addr_increase_count
+31 mem_mouse_retention
+0 mem_mouse_information_end
+
+3 mem_flash_base
+4 mem_write_flash_head_temp
+1 mem_store_information_delay_timer
+1 mem_store_information_delay_timer_init
+
+//sensor param
+1 mem_sensor_id1
+1 mem_sensor_id2
+
+1 mem_sensor_shutter_hi
+1 mem_sensor_shutter_lo
+1 mem_sensor_smart_flag
+1 mem_sensor_squal_reg
+1 mem_sensor_iqc
+1 mem_mouse_move_flag
+
+1 mem_mouse_asm_flag
+2 mem_mouse_x_pre
+2 mem_mouse_y_pre
+1 mem_mouse_data_xtemp
+1 mem_mouse_data_ytemp
+
+0 mem_mouse_dpi_seting
+1 mem_320x_dpi_0
+1 mem_320x_dpi_1
+1 mem_320x_dpi_2
+1 mem_320x_dpi_3
+1 mem_3212_dpi_0
+1 mem_3212_dpi_1
+1 mem_3212_dpi_2
+1 mem_3212_dpi_3
+1 mem_ka8g2_dpi_0
+1 mem_ka8g2_dpi_1
+1 mem_ka8g2_dpi_2
+1 mem_ka8g2_dpi_3
+1 mem_mouse_cpi_count
+1 mem_mouse_dpi_button_state
+1 mem_mouse_dpi_long_press_flag
+
+10 mem_sensor_3212_init
+10 mem_sensor_3204_init
+10 mem_sensor_3205_init
+26 mem_sensor_32xx_init
+34 mem_sensor_32xx_init_1
+26 mem_sensor_8650_init
+30 mem_sensor_ka8ul_init
+16 mem_sensor_8009_init
+22 mem_sensor_ka8g2_init
+12 mem_sensor_p6520_init
+8 mem_sensor_poweron_init
+
+1 mem_sensor_reset_gpio	
+1 mem_mouse_clear_sensor_data_flag
+1 mem_bluetooth_125hz_cnt
+
+//no motion pin
+1 mem_mouse_long_mult_flag
+1 mem_mouse_current_mult_timer
+
+1 mem_reconn_times
+1 mem_reconn_times_init
+2 mem_mouse_no_data_timer
+1 mem_device_flag_temp
+8 mem_mouse_rssi_signal_buf				
+4 mem_btclk_sensor
+1 mem_mouse_bluetooth_fast_conn_flag
+2 mem_mouse_discovery_timer
+1 mem_mouse_bluetooth_reconnect_timeout
+1 mem_mouse_need_soft_reset
+
+// le
+1 mem_mouse_le_bb_connected_flag
+1 mem_mouse_le_reconnect_flag
+1 mem_mouse_send_secutiry_request_timer
+
+3 mem_mouse_le_lap_temp
+3 mem_le_adv_ind
+3 mem_le_adv_direct_ind
+20 mem_le_adv_swift_pair
+1 mem_le_data_len
+2 mem_le_keyboard_handle
+2 mem_le_multimedia_handle
+2 mem_le_systemctrl_handle
+2 mem_le_battery_level_handle
+1 mem_le_battery_level_percentage
+2 mem_le_battery_level_updata_timer_init
+2 mem_le_battery_level_updata_timer
+1 mem_mouse_le_conn_param_reject
+32 mem_le_tx_buffer0_omemalloc
+32 mem_le_tx_buffer1_omemalloc
+32 mem_le_tx_buffer2_omemalloc
+32 mem_le_tx_buffer3_omemalloc
+1 mem_le_connect_status_flag
+1 mem_le_start_encrypt_timer
+1 mem_mouse_direct_timer
+
+//bt
+7 mem_device_addr_temp
+1 mem_mouse_enter_sniff_count
+1 mem_mouse_bt_boot_mode
+5 mem_mouse_bt_boot_data
+1 mem_bt_send_max_slot_req_accept_after_switch
+1 mem_mouse_bt_send_first_package_timer
+1 mem_mouse_bt_send_first_package_flag
+1 mem_lmi_opcode_temp 
+1 mem_lpm_mult_init
+
+// mouse key
+1 mem_customer_key
+1 mem_customer_data_trigger
+1 mem_customer_data_trigger_last
+
+1 mem_mouse_lkey_press_status
+1 mem_mouse_rkey_press_status
+1 mem_mouse_mkey_press_status
+1 mem_mouse_bkkey_press_status
+1 mem_mouse_fwkey_press_status
+1 mem_mouse_dpikey_press_status
+1 mem_mouse_pbkey_press_status
+1 mem_mouse_customerkey_press_status
+1 mem_mouse_key_temp
+1 mem_mouse_key_status
+
+1 mem_mouse_matrix_key_cow_count
+1 mem_mouse_matrix_key_row_count
+1 mem_mouse_ghost_flag
+1 mem_bt_discovery_count
+1 mem_select_device_count
+1 mem_mouse_commbination_key
+1 mem_select_device_button_statue
+1 mem_commbination_key_statue
+1 mem_combination_ui_button_count
+
+// 2.4G
+1 mem_mouse_search_dongle_interval
+1 mem_mouse_search_dongle_ch
+1 mem_mouse_search_dongle_count
+1 mem_mouse_search_dongle_action
+1 mem_24g_enter_lpm_timer
+1 mem_mouse_24g_enter_lpm_enable
+
+//led
+1 mem_mouse_device_poweron_timer_count
+1 mem_mouse_dpi_led_delay_count
+1 mem_mouse_led_off_4_led
+1 mem_24g_device_led_status
+
+// mouse configured param
+8 mem_mouse_flag 
+1 mem_mouse_bluetooth_type
+1 mem_device_number
+2 mem_mouse_page_to
+1 mem_mouse_fast_direct_timeout
+2 mem_mouse_fast_page_to
+2 mem_mouse_24g_power_on_fast_conn_timer
+2 mem_mouse_24g_search_dongle_time_init
+2 mem_mouse_no_data_timeout
+
+1 mem_mouse_device_poweron_timer_count_init
+1 mem_mouse_dpi_led_delay_count_init
+2 mem_mouse_dpi_led_blink_time
+2 mem_mouse_disconvey_led_blink_time
+2 mem_mouse_low_v_led_blink_time
+2 mem_adc_low_volatage_led_blink_timer
+
+1 mem_mouse_commbination_key_bt
+1 mem_mouse_commbination_key_24g
+
+9 mem_customer_key_press
+9 mem_customer_key_release
+3 mem_mouse_set_high_impedance_bit_set
+
+1 mem_sensor_shutdown_flag
+
+//patch area
+1 mem_power_on_flag
+
+8 mem_ka8g2_sensor_poweron_init
+2 mem_24g_pair_count
+
+1 mem_mouse_logo_led_gpio
+2 mem_mouse_logo_led_on_time_init
+
+//ota area start
+1 mem_g24_ota_config_type     //rr
+2 mem_g24_ota_storage_size   //byte
+2 mem_g24_ota_config_addr
+
+1 mem_g24_ota_rtn_state
+1 mem_g24_ota_mode
+1 mem_g24_ota_sm
+1 mem_g24_ota_prepare_send_len
+31 mem_g24_ota_txbuf
+2 mem_g24_ota_rx_alllen
+2 mem_g24_ota_rx_sum
+1 mem_g24_ota_rx_data_count
+1 mem_g24_ota_reset_timer
+//ota area end
+
+1 mem_le_name_patch_len
+19 mem_le_name_patch
+
+1 mem_fire_key_status
+4 mem_fire_key_delay
+1 mem_fire_key_flag
+1 mem_firebutton_gpio
+1 mem_mouse_firebutton_connect_vin_flag
+1 mem_mouse_another_dpi_connect_vin_flag
+
+1 mem_dpi_another_button_gpio
+1 mem_dpi_another_press_status
+1 mem_dpi_another_button_state
+1 mem_dpi_another_button_down_enable
+1 mem_mouse_key_temp_patch
+
+// 1io2led multi begin
+1 mem_mouse_led_new_interface_config
+//mediacy
+1 mem_mouse_multi_led_blink_enable
+1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_state
+1 mem_mouse_multi_led_blink_type				//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+1 mem_mouse_led_multi_type					//00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+//time parm
+1 mem_mouse_multi_led_powon_timer_init		//power on time
+1 mem_mouse_multi_led_powon_timer
+1 mem_mouse_multi_24gled_blink_timer_init	//24gled blink time
+1 mem_mouse_multi_le_discovery_blink_timer_init	//le discovery blink time
+1 mem_mouse_multi_le_reconn_blink_timer_init	//le reconn blink time
+1 mem_mouse_dpi_led_blink_timer_init		//dpi blink time
+1 mem_mouse_multi_led_blink_timer
+1 mem_mouse_low_led_blink_timer			//low blink time
+1 mem_mouse_low_led_blink_half_timer
+1 mem_adc_low_volatage_led_timer_count_new
+//blink count
+1 mem_mouse_multi_24gled_blink_count_init	//24g count
+1 mem_mouse_multi_le_reconn_blink_count_init	//le reconn count
+1 mem_mouse_multi_led_blink_count
+1 mem_mouse_multi_lowled_blink_count_init	//low count
+1 mem_mouse_multi_low_led_blink_count
+//io config
+1 mem_mouse_1io2led_multi_24gled
+1 mem_mouse_1io2led_multi_bt1led
+1 mem_mouse_1io2led_multi_bt2led
+1 mem_mouse_low_gpio
+1 mem_mouse_dpi_gpio
+// 1io2led multi end
+
+16 mem_mouse_rssi_signal_buf_patch
+16 mem_mouse_rssi_signal_buf_temp
+
+
+1 mem_mouse_le_send_conn_param_update
+1 mem_mouse_le_send_conn_param_update_timer
+
+//uart start 
+1 mem_device_uart_tx_gpio
+1 mem_device_uart_rx_gpio
+2 mem_device_uart_rx_buffer
+2 mem_device_uart_rx_buffer_end
+2 mem_device_uart_tx_buffer
+2 mem_device_uart_tx_buffer_end
+2 mem_device_uart_baud_rate
+//uart end
+
+//rssi log start
+1 mem_24g_paccnt
+1 mem_rssi_mouse
+4 mem_clkn_bt_patch
+2 mem_txpower_print
+//rssi log end
+
+//tx power
+1 mem_normal_tx_power
+
+//S210x
+0 mem_sensor_s201_dpi
+1 mem_sensor_s201_dpi_0
+1 mem_sensor_s201_dpi_1
+1 mem_sensor_s201_dpi_2
+1 mem_sensor_s201_dpi_3
+1 mem_sensor_s201_dpi_4
+
+64 mem_le_tx_buffer0_omemalloc_new
+64 mem_le_tx_buffer1_omemalloc_new
+64 mem_le_tx_buffer2_omemalloc_new
+64 mem_le_tx_buffer3_omemalloc_new
+
+//commbination_dpi
+1 mem_mouse_commbination_dpi_check_enable
+1 mem_commbination_dpi_timer
+1 mem_mouse_commbination_key_dpi
+
+30 mem_sensor_8650_init_new
+1 mem_long_sleep_flag
+1 mem_mouse_customer_key_connect_vin_flag
+)
+
+(
+0x20 MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
+)
+
+xmemalloc g24_tx_remote(
+1 mem_remote_car_hard_soft_switch
+
+1 mem_remote_car_queue_each_size
+1 mem_remote_car_queue_length
+
+1 mem_remote_car_queue_curr_num
+1 mem_remote_car_queue_read_ptr
+1 mem_remote_car_queue_write_ptr
+90 mem_remote_car_queue_ele
+
+1 mem_remote_style_led_type
+1 mem_remote_style_blink_count
+1 mem_remote_style_struct_led_gpio
+2 mem_remote_style_on_time
+2 mem_remote_style_off_time
+2 mem_remote_style_cb_ledon
+2 mem_remote_style_cb_ledoff
+
+
+1 mem_remote_car_led_num
+8 mem_remote_car_led_map
+
+0 mem_remote_car_keyscan
+1 mem_remote_car_key_num
+2 mem_cb_remote_car_keyscan
+
+0 mem_remote_car_key_conf0
+1 mem_remote_car_key_conf0_pin
+0 mem_remote_car_key_conf1
+1 mem_remote_car_key_conf1_pin
+0 mem_remote_car_key_conf2
+1 mem_remote_car_key_conf2_pin
+0 mem_remote_car_key_conf3
+1 mem_remote_car_key_conf3_pin
+0 mem_remote_car_key_conf4
+1 mem_remote_car_key_conf4_pin
+0 mem_remote_car_key_conf5
+1 mem_remote_car_key_conf5_pin
+0 mem_remote_car_key_conf6
+1 mem_remote_car_key_conf6_pin
+
+
+//rocker
+1 mem_rocker_negative_flag
+1 mem_rocker_work_status
+2 mem_current_vdd_value_default_mid_x
+2 mem_current_vdd_value_default_mid_y
+2 mem_current_vdd_value_default_mid_temp
+2 mem_current_vdd_default_range
+2 mem_rocker_last_status
+0 mem_rocker_status
+1 mem_rocker_x_status
+1 mem_rocker_y_status
+
+0 mem_remote_car_config_param
+1 mem_remote_car_config_setting_flag
+1 mem_remote_car_config_key_map
+1 mem_remote_car_config_layout
+1 mem_remote_car_config_connect_led_gpio
+1 mem_remote_car_config_check_way
+1 mem_remote_car_config_soft_switch_enable
+1 mem_remote_car_config_soft_switch_gpio
+1 mem_remote_car_config_timeout_shutdown_enable
+
+0 mem_remote_car_24g_motor_packet
+1 mem_remote_car_24g_motor_packet_lenght
+2 mem_remote_car_24g_motor_send_packet_head
+1 mem_remote_car_24g_motor_send_cmd
+2 mem_remote_car_24g_motor_send_length
+0 mem_remote_car_24g_motor_send_payload
+2 mem_remote_car_24g_motor1_payload
+2 mem_remote_car_24g_motor2_payload
+2 mem_remote_car_24g_motor3_payload
+1 mem_remote_car_24g_motor_send_checksum
+
+0 mem_remote_car_24g_fire_packet
+1 mem_remote_car_24g_fire_packet_lenght
+2 mem_remote_car_24g_fire_send_packet_head
+1 mem_remote_car_24g_fire_send_cmd
+2 mem_remote_car_24g_fire_send_length
+2 mem_remote_car_24g_fire_send_payload
+1 mem_remote_car_24g_fire_send_checksum
+
+15 mem_remote_car_24g_tx_temp
+
+2 mem_remote_car_no_data_timeout
+2 mem_remote_car_no_data_timer
+
+0 mem_remote_car_soft_power
+1 mem_remote_car_power_state
+1 mem_remote_car_power_timer
+1 mem_remote_car_power_off_timeout
+1 mem_remote_car_power_starting_timeout
+2 mem_remote_car_power_off_cb
+2 mem_remote_car_power_starting_cb
+2 mem_remote_car_power_standby_cb
+
+1 mem_remote_key_status
+1 mem_remote_car_24g_status
+
+1 mem_remote_car_24g_auto_work_step
+1 mem_remote_car_24g_pair_success_flag
+1 mem_remote_car_empty_packet
+
+1 mem_remote_car_motor1_key0_press_state
+1 mem_remote_car_motor1_key1_press_state
+1 mem_remote_car_motor2_key2_press_state
+1 mem_remote_car_motor2_key3_press_state
+1 mem_remote_car_motor1_rel_state
+1 mem_remote_car_motor2_rel_state
+
+1 mem_remote_car_no_data_check
+)
+xmemalloc shutter(
+
+////////////////////////////////////
+//shutter common config
+1 mem_shutter_bluetooth_type
+////////////////////////////////////
+
+2 mem_shutter_config_eeprom_offset_addr
+
+////////
+2 mem_shutter_config_eeprom_start_flag
+1 mem_shutter_config_user_size
+///////
+1 mem_shutter_config_label
+2 mem_shutter_config_otp_addr
+///////////////////////////////////
+
+////////////////////////////////////
+//classic shutter config
+1 mem_classic_shutter_cable_unplug_conut
+1 mem_classic_shutter_hid_disconn_count
+2 mem_classic_shutter_random_mac_offset_addr
+////////////////////////////////////
+
+////////////////////////////////////
+//ble shutter config
+1 mem_ble_shutter_enable_notify
+2 mem_ble_shutter_reconn_adv_interval
+2 mem_ble_shutter_discovery_adv_interval
+2 mem_ble_shutter_reconn_timeout
+2 mem_ble_shutter_reconn_timer
+2 mem_ble_shutter_reconn_blink_on_time
+2 mem_ble_shutter_reconn_blink_off_time
+2 mem_ble_shutter_discovery_blink_on_time
+2 mem_ble_shutter_discovery_blink_off_time
+
+2 mem_ble_shutter_interval_min
+2 mem_ble_shutter_interval_max
+2 mem_ble_shutter_latency
+2 mem_ble_shutter_timeout
+
+2 mem_ble_shutter_interval_min_new
+2 mem_ble_shutter_interval_max_new
+2 mem_ble_shutter_latency_new
+2 mem_ble_shutter_timeout_new
+
+//////////////////shutter sleep timeout//////////////////
+2 mem_classic_shutter_discovery_timeout
+2 mem_classic_shutter_connect_timeout
+2 mem_ble_shutter_discovery_timeout
+2 mem_ble_shutter_connect_timeout
+2 mem_shutter_sleep_timeout
+2 mem_shutter_sleep_timer
+
+/////////////////////////////////////////////////////////////////
+1 mem_shutter_hard_soft_switch_case
+1 mem_shutter_soft_switch_button_gpio
+1 mem_shutter_soft_switch_power_state
+1 mem_shutter_soft_switch_poweron_time
+1 mem_shutter_soft_switch_poweroff_time
+2 mem_shutter_soft_switch_poweron_callback_function
+2 mem_shutter_soft_switch_poweroff_callback_function
+
+
+0 mem_shutter_keyscan
+1 mem_shutter_key_num
+2 mem_cb_shutter_keycan
+1 mem_shutter_key_conf0
+1 mem_shutter_key_conf1
+1 mem_shutter_key_conf2
+1 mem_shutter_key_conf3
+1 mem_shutter_key_conf4
+1 mem_shutter_key_conf5
+1 mem_shutter_key_conf6
+1 mem_shutter_key_conf7
+
+
+5 mem_key0_press
+5 mem_key1_press
+5 mem_key2_press
+5 mem_key3_press
+5 mem_key4_press
+5 mem_key5_press
+5 mem_key6_press
+5 mem_key7_press
+
+5 mem_key0_release	
+5 mem_key1_release
+5 mem_key2_release
+5 mem_key3_release
+5 mem_key4_release
+5 mem_key5_release
+5 mem_key6_release
+5 mem_key7_release
+
+5 mem_ble_data_buffer1
+5 mem_ble_data_buffer2
+5 mem_ble_data_buffer3
+5 mem_ble_data_buffer4
+5 mem_ble_data_buffer5
+5 mem_ble_data_buffer6
+5 mem_ble_data_buffer7
+5 mem_ble_data_buffer8
+50 mem_ble_data_buffer9_58
+
+5 mem_classic_data_buffer
+
+5 mem_classic_data_buffer1
+5 mem_classic_data_buffer2
+5 mem_classic_data_buffer3
+5 mem_classic_data_buffer4
+5 mem_classic_data_buffer5
+5 mem_classic_data_buffer6
+5 mem_classic_data_buffer7
+5 mem_classic_data_buffer8
+50 mem_classic_data_buffer9_58
+
+1 mem_queue_each_size
+1 mem_queue_length
+1 mem_queue_curr_num
+1 mem_queue_read_ptr
+1 mem_queue_write_ptr
+32 mem_queue_ele
+
+
+170 mem_shutter_nv_data
+
+0 mem_shutter_led_struct_app_led
+1 mem_shutter_led_struct_app_led_type
+1 mem_shutter_led_struct_app_led_blink_count
+1 mem_shutter_led_struct_app_led_gpio
+2 mem_shutter_led_struct_app_led_on_time
+2 mem_shutter_led_struct_app_led_off_time
+2 mem_shutter_led_struct_app_led_on_callback
+2 mem_shutter_led_struct_app_led_off_callback
+
+0 mem_shutter_power_off_led_style
+1 mem_shutter_power_off_led_style_type
+1 mem_shutter_power_off_led_style_blink_count
+1 mem_shutter_power_off_led_style_gpio
+2 mem_shutter_power_off_led_style_on_time
+2 mem_shutter_power_off_led_style_off_time
+2 mem_shutter_power_off_led_style_on_callback
+2 mem_shutter_power_off_led_style_off_callback
+
+1 mem_shutter_soft_swtich_botton_down
+11 mem_shutter_soft_swtich_led_struct_temp
+1 mem_shutter_power_off_timeout
+1 mem_shutter_power_off_timer
+2 mem_shutter_key_conf0_temp
+1 mem_shutter_led_struct_app_led_gpio_temp
+1 mem_shutter_hard_soft_switch_case_temp
+1 mem_shutter_soft_switch_button_gpio_temp
+)
+xmemalloc hci_boot(
+1 mem_hci_uart_tx_gpio
+1 mem_hci_uart_rx_gpio
+1 mem_hci_uart_rts_gpio
+1 mem_hci_uart_cts_gpio
+1 mem_hci_pwm_12mhz_gpio
+)
Index: output/create_exen.pl
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/create_exen.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/create_exen.pl	(working copy)
@@ -0,0 +1,274 @@
+
+#input 1: otp size (kb)
+#input 2: flash size (kb)
+#input 3: eeprom size (kb)
+use strict;
+
+my $memmap = "memmap.format";
+my $inputeeprom = "eeprom.dat";
+my $inputeeprom2 = "eeprom.dat";
+my $outputflash = "flash.dat";
+my $outputotp = "otp.dat";
+my @config_type = ("aa\n","55\n","05\n","00\n","ff\n","ff\n","00\n","00\n","00\n","00\n","00\n");
+my @file_end = ("55\n","aa\n","aa\n","55\n"); #crc header
+my $f_storage_size = 0;
+my $f_config_addr = 0;
+my $f_config_type = 0;
+my $i;
+my $crcoffset=0;
+
+if(@ARGV < 3 ) {
+	printf "create  input error!\n";
+	exit;
+}
+
+
+open(MEMMAP, "$memmap") or die "can't open $memmap: $!";
+my @lines = <MEMMAP>;
+my $length = @lines;
+
+my $conlen = @config_type;		
+
+
+for($i=0;$i<$length;$i+=1){
+	my @string = split(' ', $lines[$i]);
+	my $length_s = @string ;
+	if( $string[1] =~ /mem_g24_ota_config_type/ ){
+#		print "$string[1] $string[0] \n";
+#		print @config_type;	
+		$config_type[5] = substr($string[0],2,2)."\n";
+		$config_type[4] = substr($string[0],4,2)."\n";
+#		print $config_type[4];
+#		print $config_type[5];
+#		$f_config_type = hex(substr($string[0],2,4)); 
+		$f_config_type = hex($string[0]); 
+#		print $f_config_type;
+	}	
+
+	if( $string[1] =~ /mem_g24_ota_storage_size/){
+#		print "$string[1] $string[0] \n";
+		$f_storage_size = hex($string[0]); 
+#		print $f_storage_size;
+	}
+	
+	if( $string[1]  =~ /mem_g24_ota_config_addr/){
+#		print "$string[1] $string[0] \n";
+		$f_config_addr = hex($string[0]); 
+#		print $f_config_addr;
+	}	
+}
+close(MEMMAP);
+
+
+if($f_storage_size-$f_config_type ==1 && $f_config_addr- $f_storage_size ==2 )
+{}
+else
+{	die "mem_g24_ota_config_type mem_g24_ota_storage_size  mem_g24_ota_config_addr error $!";}
+
+
+
+open(EEPROM, "$inputeeprom") or die "can't open $inputeeprom: $!";
+my @eeprom = <EEPROM>;
+my $eepromlen = @eeprom; 
+close(EEPROM);
+
+my $count ;
+my $countIn;
+my $searchRes;
+my $existsum=0;
+my $sum = 0;
+my $sum_config_type = 0;
+my $sum_flash ;
+my $sum_otp;
+my $sum_eeprom;
+
+for($i=0;$i<$eepromlen;$i++){
+	if ($searchRes == 0)
+	{ 
+		$sum_config_type = 0;
+		for( $count=0;$count<6;$count++){
+			if ($eeprom[$i+$count] ne $config_type[$count]) #  $config_type[$count]
+			{
+				last;		
+			}
+#			printf  "%x  %x\n",$count,hex($config_type[$count]);
+		}
+		if($count == 6)
+		{
+			$searchRes = 1;
+			$sum_config_type = hex($eeprom[$i+$count]) + hex($eeprom[$i+$count+1]) +
+								hex($eeprom[$i+$count+2]) + hex($eeprom[$i+$count+3]) + hex($eeprom[$i+$count+4]);
+#			printf  "%x yesyes \n",$sum_config_type ;	
+			last;
+		}
+	}	
+}
+
+
+
+
+if($searchRes==1){
+
+	$i += $count;
+	$eeprom[$i+3] =	sprintf "%02x\n",($eepromlen+1 & 0xff);
+	$eeprom[$i+4] = sprintf "%02x\n",($eepromlen+1 >> 8 )& 0xff;
+	
+	
+	my @flash = @eeprom;
+	my @otp = @eeprom;
+	$flash[$i] = "04\n";
+	$otp[$i] = "03\n";
+	$eeprom[$i] = "02\n";
+	$otp[$i+1] =  sprintf "%02x\n",(($ARGV[0]) & 0xff);
+	$otp[$i+2] = sprintf "%02x\n",($ARGV[0]) >> 8 ;	
+	$flash[$i+1] =  sprintf "%02x\n",(($ARGV[1]) & 0xff);
+	$flash[$i+2] = sprintf "%02x\n",($ARGV[1]) >> 8 ;	
+	$eeprom[$i+1] =  sprintf "%02x\n",(($ARGV[2]) & 0xff);
+	$eeprom[$i+2] = sprintf "%02x\n",($ARGV[2]) >> 8 ;	
+
+	
+	
+	my $regLen = @file_end;
+	for( $count=0;$count<$regLen;$count++){
+		if($file_end[ $count] != $eeprom[$eepromlen-4-$regLen+$count])
+		{	last;}
+	}
+	if ($count == $regLen){
+		$existsum=1;
+		$crcoffset=6;
+		$sum = hex($eeprom[$eepromlen-4]) + (hex($eeprom[$eepromlen-3])<<8);
+#		printf  "   %x sum \n",($sum<$sum_config_type);
+		if($sum>=$sum_config_type){
+			$sum -= $sum_config_type;		
+		}else{	
+			$sum = ($sum + 0x10000- $sum_config_type) &0xffff;	
+		}
+	#	($sum>=$sum_config_type)? $sum -= $sum_config_type:$sum -= $sum_config_type; #$sum += 0x10000- $sum_config_type;
+		$sum_flash = $sum + hex($flash[$i])+ hex($flash[$i+1]) + hex($flash[$i+2]) + hex($eeprom[$i+3]) + hex($eeprom[$i+4]) ;
+		$sum_otp =  $sum+ hex($otp[$i]) + hex($otp[$i+1]) + hex($otp[$i+2]) + hex($eeprom[$i+3]) + hex($eeprom[$i+4]) ;
+		$sum_eeprom = $sum+ hex($eeprom[$i])+  hex($eeprom[$i+1]) + hex($eeprom[$i+2]) + hex($eeprom[$i+3]) + hex($eeprom[$i+4]) ;
+#		printf  "   %x sum \n",$sum ;	
+		}else{
+	}	
+
+	open(EEPROMOUT, ">$inputeeprom2") or die "can't open $inputeeprom: $!";
+	open(OTPOUT, ">$outputotp") or die "can't open $outputotp: $!";
+	open(FLASHOUT, ">$outputflash") or die "can't open $outputflash: $!";
+	$regLen = @config_type;
+
+	for( $count=0;$count<$eepromlen-2-2;$count++){
+		print FLASHOUT $flash[$count];
+		print EEPROMOUT $eeprom[$count];
+		print OTPOUT $otp[$count];
+	}	
+	
+	printf FLASHOUT "%02x\n%02x\n",($sum_flash & 0xff), (($sum_flash >> 8) & 0xff);
+	printf EEPROMOUT "%02x\n%02x\n",($sum_eeprom & 0xff), (($sum_eeprom >> 8) & 0xff);
+	printf OTPOUT "%02x\n%02x\n",($sum_otp & 0xff), (($sum_otp >> 8) & 0xff);	
+	
+	close(FLASHOUT);
+	close(EEPROMOUT);
+	close(OTPOUT);
+	
+}else
+{
+	$config_type[9] = sprintf "%02x\n",(($eepromlen+1+$conlen) & 0xff);
+	$config_type[10] = sprintf "%02x\n",(($eepromlen+1+$conlen) >> 8) ;
+	
+	my $regLen = @file_end;
+	for( $count=0;$count<$regLen;$count++){
+		if($file_end[ $count] != $eeprom[$eepromlen-4-$regLen+$count])
+		{	last;}
+	}
+
+	if ($count == $regLen){
+		$existsum=1;
+		$crcoffset=6;
+		$sum = hex($eeprom[$eepromlen-4]) + (hex($eeprom[$eepromlen-3])<<8);
+#		printf  "%x sum \n",$sum ;	
+	}else{
+	}
+
+	open(EEPROMOUT, ">$inputeeprom2") or die "can't open $inputeeprom: $!";
+	open(OTPOUT, ">$outputotp") or die "can't open $outputotp: $!";
+	open(FLASHOUT, ">$outputflash") or die "can't open $outputflash: $!";
+	$regLen = @config_type;
+
+	for( $count=0;$count<$eepromlen-2-$crcoffset;$count++){
+		print FLASHOUT $eeprom[$count];
+		print EEPROMOUT $eeprom[$count];
+		print OTPOUT $eeprom[$count];
+	}	
+
+	my @config_type_eeprom =  @config_type;
+	my @config_type_flash =  @config_type;
+	my @config_type_otp =  @config_type;
+	$config_type_eeprom[6] = "02\n";
+	$config_type_otp[6] =  "03\n";
+	$config_type_flash[6] =  "04\n";
+	$config_type_otp[7] =  sprintf "%02x\n",(($ARGV[0]) & 0xff);
+	$config_type_otp[8] = sprintf "%02x\n",($ARGV[0]) >> 8 ;	
+	$config_type_flash[7] =  sprintf "%02x\n",(($ARGV[1]) & 0xff);
+	$config_type_flash[8] = sprintf "%02x\n",($ARGV[1]) >> 8 ;	
+	$config_type_eeprom[7] =  sprintf "%02x\n",(($ARGV[2]) & 0xff);
+	$config_type_eeprom[8] = sprintf "%02x\n",($ARGV[2]) >> 8 ;
+	
+
+	$sum_flash = $sum ;
+	$sum_otp =  $sum;
+	$sum_eeprom = $sum;
+	{
+		for($i=0;$i<$regLen;$i++,$count++){	
+			print FLASHOUT $config_type_flash[$i];
+			print EEPROMOUT $config_type_eeprom[$i];
+			print OTPOUT $config_type_otp[$i];
+			$eeprom[$count] =  $config_type[$i];
+			$sum_flash += hex($config_type_flash[$i]);
+			$sum_eeprom += hex($config_type_eeprom[$i]);
+			$sum_otp += hex($config_type_otp[$i]);	
+#	print  $config_type_eeprom[$i], " yesyes \n",;	
+		}
+	}
+
+	if($existsum  ){
+		for($i=0;$i<@file_end;$i++,$count++){	
+			print FLASHOUT $file_end[$i];
+			print EEPROMOUT $file_end[$i];
+			print OTPOUT $file_end[$i];
+			$eeprom[$count] =  $file_end[$i];		
+		}
+	printf FLASHOUT "%02x\n%02x\n",($sum_flash & 0xff), (($sum_flash >> 8) & 0xff);
+	printf EEPROMOUT "%02x\n%02x\n",($sum_eeprom & 0xff), (($sum_eeprom >> 8) & 0xff);
+	printf OTPOUT "%02x\n%02x\n",($sum_otp & 0xff), (($sum_otp >> 8) & 0xff);	
+	}
+
+
+	close(FLASHOUT);
+	close(EEPROMOUT);
+	close(OTPOUT);
+}
+
+crc($outputflash);
+crc($inputeeprom2);
+crc($outputotp);
+
+
+sub crc{
+	open(FILEOUT, "+<$_[0]") or die "can't open $_[0]: $!";
+	my @file = <FILEOUT>;
+	my $filelen = @file;
+	my $crc = 0xffff;
+	for($i=2;$i<$filelen;$i++){   
+		$crc  = ($crc >> 8) | ($crc << 8);
+		$crc ^= hex($file[$i]) & 0xff;
+		$crc ^= ($crc & 0xff) >> 4;
+		$crc ^= $crc << 12;
+		$crc ^= ($crc & 0xff) << 5;
+		$crc &= 0xffff;
+	}	
+	printf FILEOUT "%02x\n%02x\n", (($crc >> 8) & 0xff),($crc & 0xff);
+	close(FILEOUT);
+}
+
+
+
Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/eeprom.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/eeprom.dat	(working copy)
@@ -0,0 +1,8192 @@
+00
+02
+aa
+55
+ae
+17
+c2
+84
+00
+21
+c0
+00
+00
+33
+c0
+41
+01
+29
+c0
+41
+80
+74
+c0
+42
+00
+7b
+c0
+45
+00
+a1
+c0
+45
+81
+1c
+c0
+46
+00
+89
+c0
+4f
+81
+30
+c0
+52
+00
+40
+c0
+57
+01
+32
+c0
+61
+83
+1e
+c0
+62
+00
+48
+c0
+63
+82
+29
+c0
+64
+82
+2f
+c0
+65
+02
+61
+c0
+66
+00
+cb
+c0
+67
+05
+0c
+c0
+67
+85
+b5
+c0
+68
+03
+3b
+c0
+68
+85
+47
+c0
+69
+83
+52
+c0
+6a
+05
+2f
+c0
+6b
+02
+84
+c0
+6c
+83
+80
+c0
+6d
+04
+96
+c0
+6d
+84
+a0
+c0
+6f
+05
+93
+c0
+6f
+80
+60
+c0
+70
+80
+59
+c0
+71
+00
+56
+c0
+74
+04
+a7
+20
+20
+13
+7c
+c0
+0d
+04
+bb
+c0
+10
+00
+54
+c0
+15
+80
+38
+c0
+19
+80
+ab
+c0
+1a
+00
+b0
+c0
+43
+84
+a3
+c0
+50
+84
+c5
+c0
+51
+84
+cf
+c0
+5a
+84
+d1
+c0
+60
+04
+db
+c0
+6e
+83
+1a
+c0
+71
+02
+e1
+c0
+74
+82
+e9
+c0
+75
+01
+c8
+c0
+75
+81
+f6
+c0
+76
+05
+01
+c0
+76
+85
+bd
+20
+20
+13
+7c
+20
+80
+00
+00
+20
+40
+30
+f3
+24
+55
+80
+5c
+20
+40
+3b
+fd
+20
+20
+08
+04
+6f
+f0
+8a
+0b
+79
+3f
+fe
+05
+79
+3f
+fe
+04
+79
+3f
+fe
+00
+67
+f0
+8a
+0b
+20
+00
+00
+18
+79
+3f
+fe
+03
+20
+20
+5e
+a4
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+7a
+00
+00
+6f
+e0
+c0
+99
+20
+7a
+00
+00
+6f
+e0
+cc
+41
+24
+7a
+00
+00
+20
+20
+14
+e3
+20
+40
+03
+cc
+da
+20
+49
+39
+6f
+e0
+c9
+38
+1f
+e0
+ff
+ff
+1f
+ef
+fe
+1d
+9a
+20
+a2
+00
+ef
+e0
+80
+11
+67
+e0
+c4
+82
+6f
+e0
+c4
+82
+c0
+19
+bd
+6f
+c0
+1a
+3d
+7b
+20
+20
+42
+eb
+6f
+e0
+c9
+1f
+20
+20
+5a
+f8
+18
+46
+7c
+ff
+c1
+02
+80
+00
+20
+20
+49
+30
+18
+46
+7c
+ff
+c1
+02
+80
+00
+20
+20
+49
+2c
+6f
+e0
+cb
+af
+24
+7a
+00
+00
+70
+44
+8c
+00
+20
+60
+00
+00
+6f
+e0
+cb
+b4
+c1
+00
+80
+00
+20
+40
+46
+c2
+60
+48
+c9
+38
+20
+40
+03
+ec
+20
+40
+01
+12
+70
+41
+ca
+00
+20
+40
+46
+da
+20
+40
+00
+71
+20
+40
+31
+73
+20
+40
+00
+6c
+20
+20
+46
+bd
+58
+00
+00
+00
+67
+e4
+40
+40
+70
+00
+31
+00
+70
+47
+8b
+00
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c3
+83
+80
+00
+20
+20
+43
+18
+70
+89
+00
+05
+20
+00
+00
+02
+70
+89
+00
+00
+6f
+e0
+c0
+c5
+c0
+0c
+11
+68
+70
+8a
+87
+29
+20
+20
+11
+7d
+20
+40
+11
+90
+58
+00
+76
+76
+67
+f1
+09
+68
+20
+60
+00
+00
+c6
+93
+00
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+22
+80
+86
+70
+41
+ea
+ff
+20
+60
+00
+00
+70
+41
+ea
+00
+70
+41
+e8
+91
+20
+60
+00
+00
+6f
+f0
+89
+a2
+2f
+ef
+fe
+06
+79
+20
+fe
+07
+67
+e0
+c1
+e9
+6f
+f0
+89
+a3
+1f
+e1
+04
+0f
+18
+43
+84
+00
+1f
+f1
+fe
+00
+98
+40
+84
+00
+18
+4f
+a2
+03
+6f
+e0
+c1
+e9
+20
+40
+00
+9e
+1f
+e6
+7e
+00
+9a
+20
+fe
+00
+1f
+e0
+ff
+f7
+1f
+e1
+7f
+ff
+2f
+ef
+fe
+08
+24
+20
+80
+9c
+58
+00
+00
+00
+67
+e0
+80
+19
+20
+60
+00
+00
+2f
+ef
+fe
+07
+24
+60
+80
+00
+20
+20
+42
+d4
+6f
+e0
+c1
+e8
+c0
+48
+80
+a8
+c0
+4a
+00
+a5
+20
+20
+12
+1e
+70
+8a
+39
+04
+70
+8a
+3a
+00
+20
+20
+12
+2a
+70
+8a
+39
+5b
+70
+8a
+3a
+01
+20
+20
+12
+2a
+da
+20
+09
+9e
+d8
+40
+00
+0c
+58
+00
+00
+30
+20
+40
+5e
+63
+20
+20
+60
+bf
+6a
+50
+8a
+12
+70
+8a
+12
+3d
+70
+8a
+11
+aa
+70
+8a
+0a
+0c
+6f
+f0
+8a
+09
+79
+20
+7e
+07
+67
+f0
+8a
+09
+70
+8a
+0b
+04
+20
+00
+00
+3c
+70
+8a
+16
+00
+70
+8a
+17
+06
+20
+40
+61
+1a
+67
+f0
+8a
+97
+70
+80
+dc
+03
+20
+00
+00
+3c
+6f
+f0
+80
+53
+79
+20
+7e
+07
+67
+f0
+80
+53
+20
+00
+03
+e8
+6f
+f1
+01
+50
+67
+e1
+44
+a2
+6f
+f0
+80
+53
+79
+3f
+fe
+07
+67
+f0
+80
+53
+70
+8a
+97
+00
+62
+50
+8a
+12
+20
+60
+00
+00
+20
+40
+00
+b0
+70
+48
+f6
+00
+20
+40
+61
+25
+67
+e1
+48
+e9
+6f
+e0
+c4
+a0
+c0
+81
+00
+d7
+68
+49
+48
+e9
+18
+4f
+fe
+08
+1f
+e6
+fc
+0a
+20
+40
+7d
+ec
+98
+40
+fe
+00
+67
+e1
+48
+e9
+da
+20
+48
+e3
+20
+40
+3e
+d8
+6f
+e0
+c4
+a4
+c2
+80
+80
+dd
+c3
+00
+00
+e0
+20
+20
+3e
+cc
+6f
+e0
+cc
+40
+c3
+00
+3f
+1c
+20
+20
+02
+29
+6f
+e0
+cc
+40
+c3
+00
+3e
+d0
+d8
+e0
+00
+04
+20
+40
+46
+f4
+70
+4c
+4f
+01
+6f
+e0
+c8
+fa
+20
+7a
+00
+00
+70
+48
+fa
+00
+20
+20
+01
+0f
+78
+54
+7c
+00
+6f
+e0
+cc
+44
+1f
+e6
+7c
+04
+24
+62
+80
+00
+20
+20
+7e
+54
+6f
+e0
+cc
+40
+c3
+00
+49
+56
+c4
+01
+80
+00
+6f
+e1
+4a
+c2
+24
+7a
+00
+00
+6f
+e1
+48
+83
+24
+7a
+00
+00
+6f
+e1
+48
+87
+24
+7a
+00
+00
+6f
+e0
+cc
+47
+24
+7a
+00
+00
+6f
+e4
+4b
+ab
+c4
+02
+00
+00
+20
+40
+00
+e9
+20
+74
+00
+00
+6f
+e0
+cc
+54
+20
+3a
+01
+18
+68
+48
+cc
+4f
+18
+40
+84
+01
+60
+48
+cc
+4f
+6f
+e0
+cc
+4d
+98
+46
+7c
+00
+24
+41
+01
+0d
+6f
+e0
+cc
+4e
+98
+46
+7c
+00
+24
+21
+01
+0f
+6f
+e0
+cc
+45
+c0
+00
+84
+09
+c0
+01
+84
+09
+68
+48
+cc
+58
+20
+20
+04
+15
+70
+4c
+4f
+01
+20
+40
+01
+14
+6f
+e0
+cc
+45
+c0
+00
+84
+1b
+c0
+01
+84
+1b
+68
+48
+cc
+58
+20
+20
+04
+33
+6f
+e0
+cc
+54
+1f
+e0
+ff
+ff
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+82
+01
+0f
+20
+40
+03
+ab
+20
+20
+00
+ff
+70
+8a
+8b
+e6
+20
+40
+12
+6a
+20
+40
+12
+71
+20
+40
+12
+77
+70
+8a
+6d
+09
+70
+8a
+03
+05
+70
+8a
+7a
+94
+70
+8a
+0e
+0b
+70
+8a
+0f
+05
+70
+8a
+83
+90
+70
+8a
+85
+00
+70
+89
+21
+40
+20
+20
+12
+5d
+6f
+e0
+c1
+ea
+67
+e0
+89
+64
+20
+40
+11
+50
+70
+8a
+0a
+00
+6f
+e0
+89
+64
+67
+e0
+c1
+ea
+20
+60
+00
+00
+70
+00
+80
+00
+20
+20
+13
+b7
+79
+3f
+80
+34
+20
+40
+6d
+f3
+20
+40
+01
+48
+20
+40
+41
+a7
+20
+75
+80
+00
+20
+40
+03
+3d
+20
+40
+3d
+8a
+20
+40
+47
+28
+20
+40
+01
+76
+20
+40
+05
+3e
+20
+20
+3b
+c9
+6f
+e0
+c9
+12
+c1
+7f
+80
+00
+c4
+03
+80
+00
+70
+4d
+b8
+01
+20
+60
+00
+00
+6f
+e0
+cc
+1e
+20
+7a
+00
+00
+1f
+e0
+f2
+01
+d8
+c0
+4c
+1e
+d8
+a0
+42
+f7
+20
+20
+7d
+5f
+20
+75
+80
+00
+20
+40
+26
+07
+20
+40
+22
+ff
+20
+40
+3f
+1e
+20
+40
+01
+42
+20
+40
+3d
+13
+20
+40
+01
+6e
+20
+40
+03
+a2
+20
+40
+01
+3d
+20
+40
+01
+73
+20
+40
+1b
+16
+20
+40
+1b
+3f
+20
+40
+1b
+32
+20
+40
+1b
+1e
+6f
+e4
+4b
+ab
+c4
+09
+80
+00
+20
+40
+5d
+a5
+6f
+e4
+4b
+ab
+2f
+ef
+fe
+09
+24
+40
+dd
+bf
+20
+40
+46
+3b
+20
+40
+01
+69
+6f
+e1
+49
+90
+d8
+40
+aa
+55
+98
+46
+7c
+00
+20
+22
+c5
+e2
+60
+49
+49
+90
+20
+40
+45
+e7
+6f
+e0
+ca
+b4
+67
+e0
+c9
+38
+6f
+e0
+c9
+26
+67
+e0
+c9
+92
+20
+60
+00
+00
+6f
+e0
+c9
+38
+1f
+e6
+7c
+03
+20
+61
+00
+00
+70
+49
+38
+00
+20
+60
+00
+00
+58
+00
+4c
+96
+67
+e1
+43
+de
+58
+00
+00
+20
+67
+e1
+43
+e0
+20
+60
+00
+00
+6f
+e0
+c1
+e8
+67
+e0
+cc
+90
+20
+60
+00
+00
+58
+00
+01
+7b
+67
+e1
+48
+9b
+58
+00
+01
+9a
+67
+e1
+48
+9d
+20
+20
+3b
+d3
+c6
+93
+00
+00
+20
+40
+3f
+70
+24
+74
+00
+00
+6f
+e0
+cd
+b7
+70
+4d
+b7
+00
+24
+5a
+01
+98
+6f
+e4
+4b
+ab
+c3
+0a
+81
+85
+6f
+e0
+cb
+8b
+24
+3a
+48
+84
+20
+40
+42
+cb
+6f
+e0
+c8
+36
+c2
+80
+81
+94
+68
+48
+c7
+c7
+6f
+e0
+c8
+d0
+98
+41
+fe
+00
+67
+e0
+c8
+d0
+68
+48
+c7
+cc
+6f
+e0
+c8
+d5
+98
+40
+fe
+00
+67
+e0
+c8
+d5
+68
+48
+c7
+cd
+6f
+e0
+c8
+d6
+98
+40
+fe
+00
+67
+e0
+c8
+d6
+70
+48
+36
+01
+da
+20
+00
+07
+da
+40
+48
+d0
+20
+20
+26
+e1
+20
+40
+7f
+dc
+20
+20
+15
+b1
+6f
+e4
+4b
+ab
+c4
+0b
+00
+00
+6f
+e0
+ca
+ae
+20
+7a
+00
+00
+6f
+e0
+c8
+a7
+20
+7a
+00
+00
+6f
+e0
+cb
+a1
+1f
+e0
+fe
+01
+1f
+e1
+7e
+03
+67
+e0
+cb
+a1
+24
+7a
+00
+00
+70
+4b
+a2
+00
+6f
+e0
+cb
+a2
+1f
+e0
+fe
+01
+67
+e0
+cb
+a2
+1f
+e6
+7c
+08
+24
+21
+01
+b0
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+01
+c6
+24
+37
+81
+c6
+20
+40
+01
+bd
+20
+40
+25
+97
+6f
+e0
+cb
+a3
+1f
+e0
+fe
+01
+67
+e0
+cb
+a3
+c1
+88
+00
+00
+70
+4b
+a3
+00
+6f
+e0
+cb
+a4
+c3
+80
+00
+00
+79
+20
+7e
+00
+67
+e0
+cb
+a4
+6f
+e1
+4b
+bc
+67
+e1
+4a
+b2
+20
+20
+05
+3e
+6f
+e0
+c8
+a7
+20
+3a
+48
+8c
+70
+4b
+a3
+00
+6f
+e0
+cb
+a4
+c4
+00
+00
+00
+79
+3f
+fe
+00
+67
+e0
+cb
+a4
+20
+40
+45
+44
+20
+20
+03
+54
+20
+40
+22
+cb
+20
+20
+01
+a6
+20
+40
+26
+31
+24
+34
+02
+69
+20
+40
+01
+d8
+20
+40
+26
+ee
+20
+40
+00
+7f
+6f
+e0
+cb
+e1
+24
+3a
+01
+d3
+6f
+e4
+48
+b0
+67
+e4
+48
+5c
+6f
+e1
+48
+c2
+67
+e1
+48
+c4
+20
+40
+26
+bb
+24
+74
+00
+00
+20
+40
+7f
+dc
+6f
+e1
+c8
+ad
+20
+20
+26
+b8
+70
+48
+a6
+00
+69
+61
+01
+5f
+34
+73
+02
+00
+20
+40
+26
+5b
+6f
+e0
+c8
+2c
+c0
+00
+a6
+51
+24
+2c
+01
+e3
+24
+37
+81
+e3
+20
+40
+26
+72
+20
+40
+02
+1e
+20
+20
+26
+51
+6f
+e0
+ca
+c5
+24
+7a
+00
+00
+20
+40
+02
+0e
+20
+40
+02
+02
+6f
+e0
+c8
+a7
+24
+7a
+00
+00
+6f
+e1
+48
+a3
+1f
+e0
+fe
+01
+67
+e1
+48
+a3
+6f
+e0
+c8
+a4
+c2
+80
+a6
+79
+20
+40
+26
+7e
+20
+40
+01
+f1
+20
+20
+01
+d9
+6f
+e0
+c8
+a4
+1f
+e6
+7c
+00
+20
+61
+00
+00
+df
+20
+00
+28
+20
+20
+7d
+13
+68
+48
+c8
+a6
+6f
+e0
+c8
+c6
+98
+46
+7c
+00
+24
+21
+01
+fb
+20
+20
+26
+83
+6f
+e2
+48
+3c
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+22
+a2
+cb
+20
+40
+05
+e2
+20
+40
+27
+24
+20
+20
+22
+cb
+d8
+e0
+00
+0c
+20
+40
+7d
+74
+24
+7a
+00
+00
+20
+40
+02
+0a
+20
+40
+40
+7c
+d8
+e0
+00
+0c
+58
+00
+00
+a0
+20
+20
+7d
+66
+6f
+e4
+4b
+ab
+c4
+14
+00
+00
+20
+20
+05
+a3
+70
+4b
+94
+03
+6f
+e0
+c9
+1b
+c1
+7f
+80
+00
+da
+20
+00
+00
+70
+4b
+96
+06
+68
+48
+c9
+1b
+20
+40
+46
+6a
+67
+e0
+cb
+94
+6f
+e0
+c9
+10
+c0
+7f
+82
+1b
+20
+40
+41
+68
+1a
+22
+7e
+00
+c2
+83
+46
+8d
+20
+20
+46
+80
+68
+48
+c9
+1b
+20
+40
+3f
+56
+20
+20
+02
+18
+6f
+e0
+cb
+e1
+24
+5a
+02
+22
+70
+4b
+e1
+00
+20
+60
+00
+00
+20
+40
+03
+54
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+3f
+56
+68
+48
+c9
+14
+20
+20
+3f
+56
+58
+00
+00
+06
+20
+40
+5b
+0d
+c2
+81
+be
+23
+20
+40
+05
+39
+20
+40
+05
+3e
+20
+20
+3e
+23
+20
+40
+42
+e9
+20
+40
+7f
+dc
+20
+40
+04
+43
+20
+40
+40
+15
+68
+48
+c9
+10
+20
+40
+60
+69
+68
+48
+c9
+10
+20
+40
+60
+42
+6f
+e0
+c9
+20
+20
+40
+05
+7a
+d8
+40
+00
+03
+20
+40
+3f
+56
+20
+40
+02
+61
+20
+40
+60
+82
+20
+40
+04
+29
+d8
+40
+00
+13
+20
+40
+3f
+56
+20
+40
+02
+43
+20
+40
+02
+47
+20
+20
+02
+57
+6f
+e0
+c9
+1e
+c1
+7f
+80
+00
+68
+48
+c9
+1e
+20
+20
+60
+7f
+6f
+e0
+cc
+40
+c2
+80
+02
+4b
+6f
+e4
+4b
+ab
+c4
+0a
+00
+00
+20
+40
+02
+4f
+6f
+e0
+c8
+fc
+d8
+40
+00
+c0
+20
+20
+60
+93
+68
+48
+c4
+a1
+18
+46
+7c
+03
+20
+21
+02
+55
+18
+40
+84
+05
+60
+48
+c8
+fc
+20
+60
+00
+00
+18
+40
+84
+04
+20
+20
+02
+53
+6f
+e4
+4b
+ab
+c4
+1e
+00
+00
+68
+48
+c9
+13
+20
+40
+60
+42
+68
+48
+c9
+14
+20
+40
+60
+42
+68
+48
+c9
+13
+20
+40
+3f
+54
+68
+48
+c9
+14
+20
+20
+3f
+54
+68
+48
+c9
+13
+20
+40
+60
+50
+68
+48
+c9
+14
+20
+40
+60
+50
+20
+40
+3f
+88
+6f
+e0
+c9
+1f
+20
+40
+05
+7a
+20
+20
+3e
+44
+6f
+e0
+c8
+a7
+20
+5a
+02
+76
+6f
+e0
+c8
+bd
+c1
+00
+80
+00
+20
+40
+26
+9f
+20
+40
+05
+01
+24
+74
+00
+00
+20
+40
+26
+c4
+70
+4d
+b7
+01
+6f
+e0
+cb
+e1
+24
+5a
+02
+2f
+6f
+e4
+48
+5c
+20
+20
+26
+b8
+70
+48
+36
+01
+70
+48
+a7
+01
+20
+40
+26
+42
+67
+e0
+c7
+c6
+58
+00
+00
+00
+67
+e3
+c7
+c7
+6f
+e2
+48
+a9
+67
+e2
+47
+ce
+70
+48
+35
+0c
+6f
+e0
+c8
+36
+79
+20
+7e
+03
+67
+e0
+c8
+36
+20
+40
+22
+91
+20
+20
+01
+ca
+1a
+62
+7e
+00
+c0
+00
+82
+99
+c0
+1e
+02
+b5
+c0
+1c
+82
+b1
+c0
+1d
+02
+c5
+c0
+19
+02
+a1
+c0
+0a
+82
+9b
+c0
+0a
+02
+97
+c0
+20
+02
+a8
+c0
+09
+02
+90
+c0
+03
+02
+93
+20
+20
+43
+36
+70
+44
+54
+01
+20
+40
+32
+23
+20
+20
+44
+27
+20
+40
+42
+ca
+20
+40
+45
+44
+20
+40
+03
+bb
+20
+20
+32
+44
+20
+40
+03
+bb
+20
+20
+43
+50
+70
+4a
+ae
+00
+20
+20
+43
+fc
+58
+00
+00
+00
+67
+e1
+4a
+f2
+67
+e0
+cc
+7a
+67
+e0
+cc
+7b
+67
+e0
+ca
+c6
+20
+20
+43
+66
+6f
+e0
+ca
+c7
+c0
+00
+82
+a5
+70
+4b
+76
+14
+20
+20
+43
+73
+20
+40
+43
+6c
+70
+4b
+76
+0a
+20
+20
+43
+73
+6f
+e0
+cc
+7a
+24
+7a
+00
+00
+70
+4c
+7a
+01
+70
+4c
+7b
+1e
+20
+60
+00
+00
+20
+40
+00
+84
+6f
+e0
+cc
+90
+67
+e0
+c1
+e8
+20
+60
+00
+00
+20
+40
+02
+ad
+20
+40
+45
+44
+20
+40
+03
+bb
+20
+20
+48
+57
+6f
+e2
+48
+3c
+67
+e2
+48
+91
+67
+e2
+49
+93
+20
+40
+25
+7e
+20
+40
+03
+bb
+20
+40
+45
+44
+20
+40
+42
+ca
+70
+4a
+ae
+00
+70
+48
+a1
+00
+70
+48
+8b
+00
+6f
+e2
+48
+91
+68
+4a
+48
+8d
+98
+46
+7c
+00
+20
+62
+80
+00
+20
+40
+02
+ad
+20
+20
+48
+22
+20
+40
+02
+ad
+6f
+e0
+c8
+a5
+24
+3a
+02
+d8
+6f
+e0
+c8
+8b
+c0
+01
+02
+cc
+c0
+00
+82
+cc
+20
+20
+48
+37
+6f
+e4
+4b
+ab
+c2
+97
+c8
+11
+c2
+98
+48
+11
+c3
+1d
+48
+06
+6f
+e2
+49
+93
+68
+4a
+49
+74
+98
+46
+7c
+00
+20
+22
+82
+d5
+20
+20
+48
+06
+70
+48
+8b
+00
+20
+40
+03
+c3
+20
+20
+48
+27
+70
+48
+a5
+00
+20
+40
+26
+52
+5f
+ff
+ff
+ff
+67
+e4
+48
+5c
+58
+00
+00
+00
+67
+e3
+c8
+d0
+70
+4b
+e1
+01
+20
+40
+05
+3e
+20
+20
+02
+6e
+70
+48
+8b
+00
+6f
+e1
+4b
+eb
+1f
+e0
+fe
+01
+67
+e1
+4b
+eb
+6f
+e0
+cb
+eb
+1f
+e1
+7e
+ff
+c0
+00
+23
+41
+20
+60
+00
+00
+6f
+e1
+48
+89
+d8
+40
+01
+f8
+98
+41
+7e
+00
+20
+3a
+02
+f1
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+20
+60
+00
+00
+20
+40
+25
+9a
+20
+40
+26
+5b
+24
+2c
+03
+0a
+24
+37
+83
+0a
+20
+40
+26
+72
+6f
+e2
+48
+77
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+22
+a3
+2e
+6f
+e2
+48
+a9
+68
+4a
+48
+3c
+98
+46
+7c
+00
+20
+42
+83
+06
+6f
+e0
+c8
+a1
+79
+3f
+fe
+02
+67
+e0
+c8
+a1
+58
+00
+00
+00
+67
+e1
+48
+83
+67
+e1
+48
+89
+67
+e1
+48
+87
+20
+20
+25
+95
+6f
+e2
+48
+0c
+20
+7a
+00
+00
+67
+e2
+48
+91
+20
+20
+25
+7e
+6f
+e0
+c8
+8c
+20
+3a
+22
+cb
+6f
+e1
+48
+89
+1f
+e0
+fe
+01
+67
+e1
+48
+89
+2f
+ef
+fe
+09
+6f
+e0
+c8
+8b
+c0
+02
+03
+14
+c0
+01
+03
+16
+20
+20
+25
+a8
+20
+20
+a5
+75
+20
+20
+23
+39
+20
+20
+a5
+75
+70
+41
+e8
+91
+20
+40
+00
+a8
+20
+20
+25
+68
+c5
+13
+a4
+0e
+c6
+93
+00
+00
+6f
+e0
+c8
+a1
+20
+20
+26
+1d
+6f
+e4
+4b
+ab
+c2
+97
+c8
+0a
+6f
+e0
+c9
+38
+c0
+00
+03
+23
+20
+20
+3d
+57
+6f
+e4
+4b
+ab
+c3
+08
+c8
+03
+6f
+e2
+49
+93
+68
+4a
+49
+74
+98
+46
+7c
+00
+20
+42
+83
+d8
+24
+42
+83
+cc
+20
+40
+3d
+65
+20
+34
+48
+06
+6f
+e4
+4b
+ab
+c2
+98
+03
+36
+c3
+18
+c8
+0c
+20
+40
+41
+10
+1a
+21
+7e
+07
+68
+48
+cb
+cb
+98
+46
+7c
+00
+20
+42
+83
+d8
+20
+22
+c8
+27
+20
+20
+48
+0c
+70
+49
+38
+00
+6f
+e1
+4b
+ba
+67
+e1
+48
+87
+70
+48
+8b
+01
+20
+20
+25
+59
+20
+40
+40
+8f
+20
+40
+03
+6b
+6f
+e0
+c9
+27
+c0
+06
+03
+40
+20
+20
+40
+98
+6f
+e0
+c9
+92
+c0
+00
+03
+44
+c0
+00
+83
+46
+c0
+01
+03
+48
+6f
+e0
+cc
+91
+20
+20
+03
+49
+6f
+e0
+cc
+93
+20
+20
+03
+49
+6f
+e0
+cc
+94
+1f
+e2
+22
+00
+58
+00
+c3
+09
+20
+40
+5b
+0c
+1a
+22
+7e
+00
+1f
+ed
+7e
+00
+1f
+e0
+fe
+23
+20
+40
+5b
+0c
+58
+00
+00
+09
+20
+20
+5b
+0c
+20
+40
+3f
+65
+20
+75
+80
+00
+20
+40
+42
+36
+20
+40
+41
+b5
+c0
+18
+03
+5c
+c0
+18
+c2
+17
+c0
+2c
+42
+20
+20
+40
+41
+b2
+20
+00
+1a
+f4
+20
+20
+03
+55
+6f
+e0
+c9
+c2
+c0
+68
+83
+65
+c0
+2d
+03
+60
+20
+20
+41
+be
+70
+49
+27
+05
+20
+40
+42
+32
+20
+40
+7d
+12
+da
+60
+4d
+99
+20
+20
+05
+34
+58
+00
+00
+49
+20
+40
+5b
+0d
+c0
+50
+83
+69
+20
+20
+41
+da
+70
+49
+27
+0c
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c2
+80
+03
+6f
+6f
+e0
+c9
+23
+c1
+7f
+80
+00
+6f
+e1
+4a
+c2
+24
+7a
+00
+00
+6f
+e1
+48
+83
+24
+7a
+00
+00
+6f
+e1
+48
+87
+24
+7a
+00
+00
+6f
+e0
+cc
+40
+c2
+80
+03
+7d
+6f
+e0
+cb
+a7
+24
+7a
+00
+00
+6f
+e0
+cb
+c1
+20
+3a
+04
+4a
+67
+e0
+cb
+a8
+20
+60
+00
+00
+6f
+e0
+cc
+47
+24
+7a
+00
+00
+20
+20
+03
+79
+20
+40
+3e
+9b
+20
+40
+00
+ee
+20
+40
+23
+2b
+20
+40
+25
+56
+20
+40
+47
+cd
+20
+40
+04
+47
+20
+40
+03
+e2
+20
+40
+04
+39
+20
+40
+40
+7c
+20
+40
+44
+cc
+20
+40
+04
+73
+20
+40
+44
+ff
+20
+40
+03
+98
+20
+40
+45
+12
+20
+40
+04
+8a
+20
+40
+45
+15
+20
+40
+04
+8d
+20
+40
+45
+2a
+20
+40
+45
+2d
+20
+40
+03
+9c
+20
+40
+45
+35
+20
+40
+40
+22
+20
+40
+45
+47
+20
+20
+04
+90
+da
+60
+4b
+77
+da
+40
+45
+0a
+20
+40
+31
+8a
+20
+20
+45
+07
+da
+60
+4a
+c4
+da
+40
+03
+9f
+20
+20
+31
+8a
+6f
+e4
+4b
+ab
+c2
+99
+84
+96
+20
+20
+3e
+20
+70
+4c
+41
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+20
+40
+04
+29
+70
+4c
+44
+00
+6f
+e0
+cc
+4d
+1f
+e3
+7e
+00
+67
+e0
+cc
+4e
+20
+60
+00
+00
+6f
+e0
+cc
+53
+67
+e0
+cc
+54
+20
+60
+00
+00
+6f
+e0
+cc
+44
+c0
+00
+83
+b5
+c0
+01
+03
+b7
+c0
+01
+83
+b9
+6f
+e0
+cc
+4b
+67
+e0
+cc
+4c
+20
+60
+00
+00
+6f
+e0
+cc
+48
+20
+20
+03
+b3
+6f
+e0
+cc
+49
+20
+20
+03
+b3
+6f
+e0
+cc
+4a
+20
+20
+03
+b3
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+46
+67
+e0
+cc
+47
+70
+4c
+42
+00
+70
+4c
+43
+00
+70
+4c
+41
+01
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+70
+4c
+44
+01
+20
+40
+03
+b5
+20
+40
+03
+df
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+50
+20
+20
+03
+d6
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+80
+00
+20
+40
+03
+df
+70
+4c
+44
+03
+20
+40
+03
+b9
+6f
+e0
+cc
+40
+c4
+01
+00
+00
+6f
+e0
+cc
+51
+67
+e0
+cc
+52
+20
+60
+00
+00
+6f
+e0
+cc
+40
+c4
+00
+00
+00
+6f
+e0
+cc
+40
+79
+3f
+fe
+02
+67
+e0
+cc
+40
+70
+4c
+44
+02
+20
+40
+03
+b7
+70
+4c
+41
+01
+70
+4c
+42
+01
+20
+20
+04
+08
+6f
+e0
+cc
+41
+20
+7a
+00
+00
+6f
+e0
+cc
+42
+c0
+00
+83
+ee
+6f
+e0
+cc
+47
+20
+3a
+03
+eb
+1f
+e0
+ff
+ff
+67
+e0
+cc
+47
+20
+20
+04
+09
+20
+40
+03
+ab
+70
+4c
+41
+00
+20
+20
+04
+1b
+6f
+e0
+cc
+44
+20
+7a
+00
+00
+c0
+02
+03
+f5
+20
+20
+03
+f2
+6f
+e0
+cc
+40
+c2
+81
+03
+f5
+20
+20
+03
+f7
+6f
+e0
+cc
+52
+20
+3a
+04
+16
+da
+60
+4c
+4c
+da
+40
+03
+fa
+20
+20
+31
+8a
+6f
+e0
+cc
+44
+c0
+02
+04
+02
+6f
+e0
+cc
+40
+c2
+81
+04
+02
+20
+40
+03
+ae
+6f
+e0
+cc
+43
+c0
+00
+84
+18
+20
+20
+04
+06
+6f
+e0
+cc
+52
+1f
+e0
+ff
+ff
+67
+e0
+cc
+52
+20
+20
+03
+fe
+6f
+e0
+cc
+44
+c0
+02
+04
+34
+70
+4c
+43
+01
+6f
+e0
+c9
+38
+c0
+00
+04
+0e
+c0
+00
+84
+10
+c0
+01
+04
+12
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+04
+15
+68
+48
+cc
+56
+20
+20
+04
+15
+68
+48
+cc
+57
+20
+20
+04
+15
+68
+48
+cc
+59
+20
+20
+60
+69
+70
+4c
+41
+00
+70
+4c
+44
+00
+6f
+e0
+cc
+44
+c0
+02
+04
+2e
+70
+4c
+43
+00
+6f
+e0
+c9
+38
+c0
+00
+04
+20
+c0
+00
+84
+22
+c0
+01
+04
+24
+20
+60
+00
+00
+68
+48
+cc
+55
+20
+20
+60
+65
+68
+48
+cc
+56
+20
+20
+60
+65
+68
+48
+cc
+57
+20
+20
+60
+65
+18
+46
+7c
+ff
+20
+62
+80
+00
+20
+20
+60
+7f
+20
+40
+04
+20
+20
+40
+04
+22
+20
+40
+04
+24
+20
+40
+01
+0f
+20
+20
+04
+2e
+70
+4c
+43
+00
+6f
+e0
+cc
+45
+c0
+01
+04
+1a
+c0
+01
+84
+1a
+68
+48
+cc
+59
+20
+20
+60
+65
+70
+4c
+43
+01
+6f
+e0
+cc
+45
+c0
+01
+04
+08
+c0
+01
+84
+08
+20
+20
+04
+14
+6f
+e0
+cb
+ed
+c1
+7f
+80
+00
+6f
+e1
+4a
+b2
+20
+7a
+00
+00
+6f
+e1
+4b
+be
+68
+49
+4a
+b2
+98
+46
+04
+00
+6f
+e1
+4b
+ee
+98
+46
+7e
+00
+20
+21
+04
+45
+68
+48
+cb
+ed
+20
+20
+60
+65
+68
+48
+cb
+ed
+20
+20
+60
+69
+da
+60
+4b
+a8
+da
+40
+04
+4a
+20
+20
+31
+8a
+6f
+e0
+cc
+40
+c2
+80
+04
+61
+6f
+e0
+c9
+27
+c0
+01
+c8
+f2
+c0
+05
+c8
+f2
+6f
+e0
+c9
+23
+67
+e0
+c9
+2f
+6f
+e1
+4b
+c2
+67
+e1
+49
+30
+67
+e1
+49
+32
+da
+20
+00
+00
+68
+48
+c9
+92
+18
+40
+84
+02
+18
+46
+7c
+03
+20
+41
+04
+5b
+24
+41
+04
+5f
+20
+20
+48
+ff
+6f
+e4
+4b
+ab
+c4
+0e
+00
+00
+18
+40
+84
+01
+20
+60
+00
+00
+18
+40
+85
+fd
+20
+60
+00
+00
+6f
+e0
+c9
+27
+c0
+01
+84
+70
+c0
+05
+84
+70
+68
+48
+c9
+92
+18
+40
+84
+02
+18
+46
+7c
+03
+20
+41
+04
+5b
+24
+41
+04
+5f
+18
+42
+7e
+00
+9f
+e0
+fe
+00
+67
+e0
+cc
+52
+70
+4c
+44
+04
+20
+40
+03
+b2
+70
+4c
+42
+01
+20
+20
+03
+c0
+68
+48
+c9
+92
+18
+40
+84
+01
+20
+20
+04
+66
+6f
+e0
+c9
+38
+c0
+00
+04
+79
+6f
+e4
+4b
+ab
+c4
+1a
+80
+00
+68
+48
+cb
+ca
+20
+20
+04
+7c
+6f
+e4
+4b
+ab
+c4
+19
+00
+00
+68
+48
+cb
+cb
+60
+48
+cb
+9d
+20
+40
+05
+47
+1f
+e1
+7e
+07
+68
+48
+cb
+9d
+98
+46
+7c
+00
+20
+22
+84
+83
+20
+20
+44
+eb
+20
+40
+04
+88
+6f
+e0
+cb
+9f
+c1
+00
+80
+00
+70
+4b
+9f
+01
+20
+60
+00
+00
+da
+40
+02
+d5
+20
+20
+44
+f7
+6f
+e4
+4b
+ab
+c3
+9d
+80
+00
+20
+20
+45
+1f
+da
+60
+4c
+7b
+da
+40
+43
+6c
+20
+20
+31
+8a
+da
+60
+4a
+b2
+da
+40
+04
+93
+20
+20
+31
+91
+6f
+e0
+c9
+38
+c0
+00
+02
+d8
+20
+20
+43
+1b
+20
+40
+03
+d8
+6f
+e1
+47
+8c
+2f
+ef
+fe
+0b
+20
+40
+c5
+81
+6f
+e1
+47
+8c
+2f
+ef
+fe
+07
+20
+40
+c3
+22
+58
+00
+00
+00
+67
+e1
+4a
+f2
+20
+20
+45
+54
+58
+00
+00
+00
+67
+e1
+4a
+c2
+20
+20
+45
+77
+6f
+e0
+cb
+e2
+24
+5a
+78
+61
+70
+4b
+e2
+00
+20
+20
+78
+51
+6f
+e1
+03
+15
+1f
+e2
+0c
+00
+ef
+e0
+80
+06
+67
+e0
+c5
+f5
+1f
+e1
+04
+0f
+1f
+f1
+fe
+00
+c0
+04
+84
+af
+20
+20
+4d
+93
+da
+20
+00
+01
+20
+40
+4d
+c0
+6f
+e1
+44
+dc
+e7
+e1
+00
+05
+58
+00
+00
+00
+e7
+e0
+80
+05
+70
+09
+50
+01
+6f
+e0
+c4
+e2
+79
+20
+7e
+06
+67
+e0
+c4
+e2
+70
+09
+5b
+12
+20
+20
+78
+71
+78
+54
+7c
+00
+20
+40
+59
+e6
+6f
+e0
+80
+49
+20
+7a
+00
+00
+c2
+83
+d7
+30
+c0
+03
+84
+c2
+20
+20
+57
+01
+20
+40
+58
+5d
+70
+00
+73
+78
+20
+60
+00
+00
+6f
+e0
+c3
+dd
+1f
+e0
+fe
+01
+67
+e0
+c3
+dd
+c0
+06
+16
+5a
+20
+40
+19
+1b
+20
+40
+19
+6a
+6f
+e0
+82
+bd
+20
+40
+16
+8b
+20
+40
+18
+38
+20
+20
+16
+55
+20
+40
+0e
+80
+20
+20
+16
+61
+20
+40
+16
+be
+20
+40
+16
+cc
+20
+40
+4c
+b5
+79
+20
+2a
+00
+78
+2e
+fc
+00
+78
+30
+7c
+00
+78
+50
+fc
+00
+20
+40
+17
+44
+20
+00
+00
+0a
+20
+20
+18
+41
+ef
+e1
+00
+06
+c0
+02
+04
+de
+20
+20
+19
+e4
+ef
+e1
+80
+06
+67
+e1
+c4
+36
+c0
+05
+04
+e3
+c0
+09
+04
+f2
+20
+20
+1c
+d3
+6f
+e4
+4b
+ab
+c3
+1d
+9d
+e7
+20
+40
+1e
+8d
+68
+49
+44
+37
+6f
+e0
+c3
+c0
+c2
+81
+84
+ed
+6f
+e1
+44
+37
+c0
+18
+1e
+c8
+68
+49
+44
+37
+20
+20
+1d
+eb
+6f
+e1
+43
+d1
+98
+46
+7c
+00
+24
+22
+84
+e9
+24
+34
+04
+e9
+20
+20
+1e
+10
+18
+c2
+22
+00
+6f
+e1
+43
+d4
+1f
+e0
+a5
+fd
+20
+40
+1a
+25
+6f
+e0
+ca
+c1
+c0
+7f
+9e
+73
+6f
+e0
+ca
+c7
+20
+3a
+1e
+73
+6f
+e0
+cb
+75
+c2
+80
+9e
+73
+58
+00
+00
+1a
+68
+49
+44
+37
+98
+46
+7c
+00
+24
+22
+9e
+73
+20
+20
+1e
+10
+78
+34
+7c
+00
+20
+40
+14
+65
+6f
+e1
+c1
+74
+20
+3a
+7e
+56
+6f
+e0
+c0
+99
+20
+3a
+7e
+56
+6f
+e0
+cb
+e1
+24
+7a
+00
+00
+6f
+e0
+c8
+bd
+c0
+00
+fe
+56
+20
+60
+00
+00
+78
+54
+7c
+00
+58
+00
+00
+00
+67
+e3
+48
+d1
+20
+40
+05
+1c
+58
+00
+00
+89
+20
+40
+5b
+0c
+20
+40
+03
+3d
+20
+40
+3f
+7e
+20
+40
+3f
+83
+20
+40
+05
+45
+6f
+e0
+c8
+d0
+1f
+e1
+7e
+1f
+67
+e0
+c8
+d0
+24
+34
+47
+28
+20
+40
+05
+2b
+20
+20
+45
+44
+6f
+e0
+c4
+ac
+c1
+80
+00
+00
+6f
+e0
+c9
+27
+c0
+05
+85
+21
+20
+20
+42
+43
+20
+40
+42
+c4
+6f
+e0
+c9
+11
+c0
+7f
+c2
+94
+68
+48
+c9
+11
+20
+40
+60
+59
+24
+60
+80
+00
+58
+00
+00
+00
+20
+40
+5b
+0d
+c0
+ac
+41
+b2
+20
+20
+42
+79
+6f
+e0
+c9
+27
+c1
+01
+80
+00
+c1
+05
+80
+00
+20
+20
+47
+1a
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+36
+20
+40
+42
+32
+da
+60
+4a
+a3
+20
+40
+42
+2b
+20
+20
+03
+3d
+20
+40
+05
+3c
+da
+60
+4b
+e3
+20
+20
+05
+34
+6f
+e0
+c9
+27
+c0
+05
+85
+3c
+20
+20
+42
+32
+58
+00
+97
+06
+20
+20
+42
+33
+20
+40
+41
+a7
+20
+40
+3f
+65
+6f
+e0
+c9
+27
+c0
+05
+85
+43
+20
+20
+42
+3e
+58
+00
+1f
+06
+20
+20
+5b
+0c
+20
+40
+05
+47
+20
+20
+40
+dd
+6f
+e0
+cb
+e1
+24
+5a
+41
+21
+da
+20
+00
+00
+20
+40
+05
+51
+20
+40
+05
+56
+20
+40
+05
+5b
+20
+40
+05
+60
+20
+40
+05
+6d
+20
+40
+05
+80
+20
+20
+41
+1f
+6f
+e0
+c9
+18
+20
+40
+05
+7a
+20
+40
+41
+24
+68
+48
+c9
+18
+20
+20
+3f
+56
+6f
+e0
+c9
+19
+20
+40
+05
+7a
+20
+40
+41
+2a
+68
+48
+c9
+19
+20
+20
+3f
+56
+6f
+e0
+c9
+1a
+20
+40
+05
+7a
+20
+40
+41
+30
+68
+48
+c9
+1a
+20
+20
+3f
+56
+6f
+e0
+c9
+0d
+c1
+7f
+80
+00
+70
+4b
+96
+03
+6f
+e0
+cb
+91
+1f
+e2
+26
+00
+68
+48
+c9
+0d
+6f
+e0
+c9
+10
+c0
+7f
+85
+69
+20
+20
+41
+3e
+6f
+e0
+c9
+0d
+20
+40
+05
+7d
+68
+48
+c9
+0d
+20
+20
+41
+4b
+6f
+e0
+c9
+0e
+c1
+7f
+80
+00
+70
+4b
+96
+04
+6f
+e0
+cb
+92
+1f
+e2
+26
+00
+68
+48
+c9
+0e
+6f
+e0
+c9
+10
+c0
+7f
+85
+76
+20
+20
+41
+57
+6f
+e0
+c9
+0e
+20
+40
+05
+7d
+68
+48
+c9
+0e
+20
+20
+41
+64
+c1
+7f
+80
+00
+d8
+40
+00
+3f
+20
+20
+60
+93
+c1
+7f
+80
+00
+d8
+40
+00
+3e
+20
+20
+60
+93
+6f
+e0
+cd
+b8
+20
+3a
+41
+6a
+70
+4b
+8b
+00
+6f
+e4
+4b
+ab
+c4
+0a
+80
+00
+6f
+e0
+c9
+12
+79
+3f
+fe
+07
+67
+e0
+c9
+12
+70
+4b
+96
+07
+6f
+e0
+cb
+95
+1f
+e2
+26
+00
+6f
+e0
+c9
+12
+20
+40
+05
+7d
+68
+48
+c9
+12
+20
+40
+41
+95
+67
+e0
+cb
+95
+20
+40
+41
+74
+68
+48
+c9
+12
+20
+20
+3f
+56
+20
+40
+05
+98
+20
+40
+79
+36
+20
+40
+05
+a3
+20
+40
+05
+9c
+20
+20
+46
+50
+6f
+e0
+cc
+40
+c3
+01
+c9
+90
+6f
+e4
+4b
+ab
+20
+20
+49
+92
+6f
+e4
+4b
+ab
+c2
+94
+85
+a0
+c2
+9b
+85
+a0
+20
+60
+00
+00
+6f
+e1
+47
+8c
+c2
+83
+02
+0d
+20
+20
+46
+5a
+6f
+e0
+c9
+0f
+c1
+7f
+80
+00
+da
+20
+00
+00
+70
+4b
+96
+05
+68
+48
+c9
+0f
+20
+40
+05
+aa
+20
+20
+40
+2f
+6f
+e4
+4b
+ab
+c2
+96
+40
+48
+6f
+e0
+cb
+93
+1f
+e2
+26
+00
+6f
+e0
+c9
+10
+c0
+7f
+85
+b1
+20
+20
+40
+3f
+6f
+e0
+c9
+0f
+20
+40
+05
+7d
+68
+48
+c9
+0f
+20
+20
+41
+95
+20
+40
+40
+72
+20
+74
+00
+00
+6f
+e0
+c9
+92
+1f
+e0
+fe
+01
+1f
+e1
+7e
+03
+67
+e0
+c9
+92
+20
+40
+03
+3b
+20
+20
+46
+43
+6f
+e1
+47
+8c
+c3
+85
+80
+00
+c3
+83
+80
+00
+c3
+83
+00
+00
+6a
+21
+48
+99
+20
+40
+25
+cb
+60
+48
+c8
+c7
+6f
+e0
+c8
+cc
+c5
+13
+05
+c7
+6f
+e0
+c8
+cf
+98
+46
+7c
+00
+24
+21
+05
+e1
+6f
+e0
+c8
+c9
+1f
+e6
+7c
+02
+24
+21
+05
+cf
+6f
+e0
+c8
+c9
+c0
+00
+05
+e2
+20
+60
+00
+00
+6f
+e0
+c8
+c9
+68
+48
+c8
+ca
+98
+46
+7c
+00
+24
+62
+80
+00
+70
+48
+c9
+00
+68
+48
+c8
+c7
+6f
+e0
+c8
+cb
+c5
+13
+05
+d8
+6f
+e0
+c8
+ce
+98
+46
+7c
+00
+24
+61
+00
+00
+6f
+e0
+c8
+c8
+c0
+00
+27
+1b
+1f
+e0
+ff
+ff
+67
+e0
+c8
+c8
+c0
+01
+05
+e9
+c0
+00
+a7
+11
+20
+20
+27
+1b
+70
+48
+c9
+00
+6f
+e0
+c8
+c8
+c0
+01
+85
+e8
+1f
+e0
+fe
+01
+67
+e0
+c8
+c8
+c0
+00
+a7
+11
+c0
+01
+05
+e9
+20
+20
+05
+e9
+70
+41
+e8
+03
+20
+60
+00
+00
+77
+a0
+aa
+55
+40
+00
+00
+40
+01
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+1c
+1c
+00
+80
+10
+40
+00
+00
+98
+d6
+5b
+ce
+06
+01
+00
+00
+00
+00
+00
+04
+01
+08
+18
+00
+00
+00
+00
+00
+00
+00
+00
+00
+80
+00
+00
+00
+0a
+00
+20
+00
+01
+00
+00
+20
+04
+3e
+00
+00
+aa
+55
+01
+00
+9a
+40
+08
+aa
+55
+03
+00
+7a
+41
+88
+16
+ce
+aa
+55
+01
+00
+c5
+40
+18
+aa
+55
+01
+00
+ef
+41
+ff
+aa
+55
+02
+00
+ca
+40
+ef
+41
+aa
+55
+01
+00
+7d
+41
+70
+aa
+55
+01
+00
+d0
+44
+00
+aa
+55
+05
+00
+ea
+41
+ff
+04
+00
+00
+08
+aa
+55
+08
+00
+ab
+4b
+04
+19
+5a
+00
+00
+22
+82
+1f
+aa
+55
+01
+00
+40
+4c
+0f
+aa
+55
+0c
+00
+fe
+48
+b0
+04
+58
+02
+64
+64
+94
+85
+90
+63
+75
+80
+aa
+55
+03
+00
+0d
+49
+ff
+ff
+11
+aa
+55
+01
+00
+3b
+4c
+ff
+aa
+55
+14
+00
+10
+49
+ff
+ff
+ff
+08
+07
+ff
+ff
+ff
+10
+11
+0f
+0b
+ff
+ff
+ff
+09
+0a
+ff
+ff
+ff
+aa
+55
+01
+00
+38
+4c
+ff
+aa
+55
+03
+00
+24
+49
+00
+00
+00
+aa
+55
+03
+00
+ed
+4b
+ff
+58
+02
+aa
+55
+02
+00
+45
+4c
+02
+14
+aa
+55
+03
+00
+48
+4c
+05
+02
+05
+aa
+55
+01
+00
+4d
+4c
+14
+aa
+55
+01
+00
+4b
+4c
+02
+aa
+55
+02
+00
+50
+4c
+01
+05
+aa
+55
+01
+00
+53
+4c
+0a
+aa
+55
+05
+00
+55
+4c
+05
+04
+03
+05
+ff
+aa
+55
+01
+00
+58
+0b
+ff
+aa
+55
+12
+00
+cc
+4b
+00
+08
+00
+07
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+01
+00
+99
+40
+01
+aa
+55
+02
+00
+b3
+4b
+02
+03
+aa
+55
+08
+00
+38
+49
+00
+34
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+07
+00
+56
+49
+34
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+17
+00
+73
+49
+33
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+13
+00
+b5
+4b
+00
+40
+0a
+60
+06
+0a
+00
+64
+00
+70
+17
+14
+05
+90
+01
+e8
+03
+90
+01
+aa
+55
+02
+00
+ca
+4b
+07
+03
+aa
+55
+01
+00
+98
+4d
+ff
+aa
+55
+01
+00
+c0
+49
+02
+aa
+55
+01
+00
+fd
+48
+01
+aa
+55
+01
+00
+a1
+44
+05
+aa
+55
+06
+00
+e3
+48
+4a
+01
+36
+01
+4a
+01
+aa
+55
+0a
+00
+eb
+48
+10
+00
+52
+00
+35
+00
+21
+00
+25
+00
+aa
+55
+01
+00
+f7
+48
+0a
+aa
+55
+02
+00
+c8
+4b
+64
+00
+aa
+55
+03
+00
+de
+4b
+00
+00
+00
+aa
+55
+01
+00
+ab
+4a
+ff
+aa
+55
+01
+00
+e2
+4b
+01
+aa
+55
+01
+00
+77
+41
+20
+aa
+55
+01
+00
+8a
+4b
+20
+aa
+55
+01
+00
+7d
+44
+06
+aa
+55
+06
+00
+a8
+40
+15
+a3
+c8
+12
+23
+51
+aa
+55
+0c
+00
+fc
+45
+0b
+48
+61
+6d
+61
+20
+54
+72
+61
+76
+65
+6c
+aa
+55
+05
+00
+55
+44
+0e
+00
+01
+00
+02
+aa
+55
+01
+00
+41
+46
+0a
+aa
+55
+01
+00
+64
+47
+01
+aa
+55
+01
+00
+78
+46
+00
+aa
+55
+01
+00
+5f
+41
+00
+aa
+55
+03
+00
+65
+47
+03
+00
+04
+aa
+55
+01
+00
+8e
+47
+01
+aa
+55
+01
+00
+d8
+40
+01
+aa
+55
+0c
+00
+e7
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+d2
+4a
+06
+ff
+06
+00
+03
+00
+80
+0c
+09
+48
+61
+6d
+61
+20
+54
+72
+61
+76
+65
+6c
+aa
+55
+0e
+00
+07
+44
+1f
+0c
+09
+48
+61
+6d
+61
+20
+54
+72
+61
+76
+65
+6c
+aa
+55
+0c
+00
+f7
+42
+0b
+48
+61
+6d
+61
+20
+54
+72
+61
+76
+65
+6c
+aa
+55
+0c
+00
+1e
+4c
+0b
+48
+61
+6d
+61
+20
+54
+72
+61
+76
+65
+6c
+aa
+55
+08
+00
+72
+43
+06
+00
+09
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+cc
+4a
+03
+12
+18
+ff
+00
+00
+aa
+55
+04
+00
+28
+44
+00
+00
+00
+00
+aa
+55
+01
+00
+32
+44
+07
+aa
+55
+08
+00
+4c
+44
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+06
+00
+7a
+43
+8e
+b1
+3a
+0e
+8e
+ed
+aa
+55
+02
+00
+e7
+4a
+15
+00
+aa
+55
+02
+00
+57
+43
+19
+00
+aa
+55
+06
+00
+e9
+4a
+1d
+00
+21
+00
+30
+00
+aa
+55
+02
+00
+d1
+43
+2d
+00
+aa
+55
+01
+00
+f0
+4a
+96
+aa
+55
+01
+00
+86
+44
+ff
+aa
+55
+01
+00
+90
+47
+ff
+aa
+55
+01
+00
+8f
+47
+1e
+aa
+55
+0c
+00
+d0
+49
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+aa
+55
+05
+00
+91
+4c
+8a
+8b
+83
+84
+88
+aa
+55
+5a
+00
+df
+49
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+09
+5a
+0d
+f0
+1d
+e3
+7d
+d2
+ff
+ff
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+1b
+35
+28
+b4
+29
+46
+2a
+96
+2b
+8c
+2c
+6e
+2d
+64
+38
+5f
+39
+0f
+3a
+32
+3b
+47
+42
+10
+ff
+ff
+54
+2e
+55
+f2
+61
+f4
+63
+70
+75
+52
+76
+41
+77
+ed
+78
+23
+79
+46
+7a
+e5
+7c
+48
+7e
+77
+7f
+01
+0b
+00
+7f
+00
+09
+00
+ff
+ff
+aa
+55
+1e
+00
+99
+4d
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a5
+84
+a7
+ff
+b5
+d0
+b6
+00
+ff
+00
+35
+c8
+25
+af
+09
+00
+ff
+ff
+aa
+55
+0c
+00
+97
+4a
+05
+b9
+09
+5a
+0b
+72
+0c
+52
+09
+00
+ff
+ff
+aa
+55
+40
+00
+53
+4a
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
+ff
+ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
+ff
+ff
+09
+a5
+26
+34
+19
+04
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+08
+00
+a3
+4a
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+08
+00
+e3
+4b
+09
+a5
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+02
+00
+8d
+44
+2d
+49
+aa
+55
+01
+00
+8c
+44
+00
+aa
+55
+01
+00
+65
+48
+01
+aa
+55
+01
+00
+64
+48
+01
+aa
+55
+01
+00
+36
+48
+01
+aa
+55
+01
+00
+a8
+48
+06
+aa
+55
+02
+00
+38
+48
+c0
+12
+aa
+55
+03
+00
+54
+48
+19
+19
+1c
+aa
+55
+10
+00
+40
+48
+00
+13
+2c
+42
+06
+15
+36
+48
+0f
+1a
+3a
+4c
+11
+23
+31
+4d
+aa
+55
+01
+00
+5b
+48
+00
+aa
+55
+05
+00
+77
+48
+20
+15
+10
+05
+4e
+aa
+55
+05
+00
+8c
+48
+01
+0f
+0f
+0f
+0f
+aa
+55
+06
+00
+ad
+48
+0c
+f8
+00
+00
+77
+01
+aa
+55
+03
+00
+5c
+48
+00
+48
+60
+aa
+55
+01
+00
+7d
+48
+07
+aa
+55
+02
+00
+99
+48
+b5
+4a
+aa
+55
+01
+00
+ca
+48
+80
+aa
+55
+02
+00
+c2
+48
+14
+00
+aa
+55
+02
+00
+c0
+48
+50
+00
+aa
+55
+03
+00
+b8
+48
+00
+a6
+0e
+aa
+55
+03
+00
+b8
+49
+00
+50
+00
+aa
+55
+02
+00
+79
+44
+80
+1f
+aa
+55
+01
+00
+83
+44
+80
+aa
+55
+01
+00
+e8
+41
+03
+55
+aa
+aa
+55
+c4
+9d
+84
+cd
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+99
+00
Index: output/memmap.format
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/memmap.format	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/memmap.format	(working copy)
@@ -0,0 +1,2554 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_inquiryscan_waitcnt
+0x0007 mem_inquiryscan_rcvcnt
+0x0008 mem_pagescan_waitcnt
+0x0009 mem_pagescan_rcvcnt
+0x000a mem_pagescan_rcvfhscnt
+0x000b mem_slave_rcvcnt
+0x000c mem_page_transmit
+0x000d mem_page_rcv
+0x000e mem_page_rcv_fhs
+0x000f mem_master_rcvcnt
+0x0010 mem_fhs_wait_counter
+0x0011 mem_newconnto_counter
+0x0012 mem_inquiry_transmit
+0x0013 mem_inquiry_rcv
+0x0014 mem_fw_ver
+0x0015 mem_current_context
+0x0016 mem_le_ch_mapped
+0x0017 mem_last_freq
+0x0018 mem_rssi
+0x0019 mem_rssi_hex
+0x001a mem_rx_type
+0x001b mem_rx_hec_err
+0x001d mem_rx_crc_err
+0x001f mem_context_ptr
+0x0021 mem_display
+0x0029 mem_bcd
+0x0031 mem_state
+0x0032 mem_mode
+0x0033 mem_tsniff
+0x0035 mem_sniff_anchor
+0x0039 mem_clk_offset
+0x003f mem_rx_window
+0x0041 mem_plap
+0x0044 mem_puap
+0x0045 mem_pnap
+0x0047 mem_conn_handle
+0x0048 mem_arq
+0x0049 mem_lmp_to_send
+0x004a mem_lmi_opcode
+0x004b mem_lmo_reason
+0x004c mem_op
+0x004d mem_state_map
+0x004e mem_supervision_timer
+0x0052 mem_supervision_to
+0x0054 mem_name_offset
+0x0055 mem_key_size
+0x0056 mem_conn_sm
+0x0057 mem_aco
+0x0063 mem_kc
+0x0073 mem_conn_timer
+0x0074 mem_sniff_attempt
+0x0075 mem_sniff_timeout
+0x0076 mem_dsniff
+0x0078 mem_amaddr
+0x0079 mem_lmo_opcode1
+0x007a mem_lmi_opcode1
+0x007b mem_lmo_reason1
+0x007c mem_lmo_tid1
+0x007d mem_lmo_opcode2
+0x007e mem_lmi_opcode2
+0x007f mem_lmo_reason2
+0x0080 mem_lmo_tid2
+0x0081 mem_bt_context_reserve
+0x0089 mem_current_sniff_attempt
+0x008a mem_current_sniff_timeout
+0x008b mem_nfreq_index_inq
+0x008c mem_nfreq_index_page
+0x008d mem_ninqy_index
+0x008e mem_fhs_misc
+0x008f mem_subsniff_instant
+0x0093 mem_subsniff_rate
+0x0094 mem_subsniff_tcmax
+0x0096 mem_subsniff_tsniff
+0x0097 mem_lpm_adjust
+0x0098 mem_sync_clke
+0x009e mem_lpm_current_mult
+0x009f mem_gpio_wakeup_low
+0x00a3 mem_gpio_wakeup_high
+0x00a7 mem_npage_index
+0x00a8 mem_page_mode
+0x00a9 mem_page_clk
+0x00ad mem_temp_am_addr
+0x00ae mem_temp_arq
+0x00af mem_len
+0x00b1 mem_clkn_bt
+0x00b5 mem_clke_bt
+0x00b9 mem_dpll_clkn
+0x00bd mem_connection_options
+0x00be mem_nameres_cnt
+0x00bf mem_txptr
+0x00c1 mem_slot_offset
+0x00c3 extm_fhs_misc
+0x00c4 extm_newconn_am_addr
+0x00c5 extm_class
+0x00c8 extm_lap
+0x00cb extm_uap
+0x00cc extm_nap
+0x00cf mem_rxbuf
+0x00e4 mem_debug_config
+0x00e5 mem_lch_code
+0x00e6 mem_fhs_am_addr
+0x00e7 mem_select_list_item
+0x00e8 mem_temp_reconn_record
+0x00e8 mem_record_bt_mode
+0x00e9 mem_temp_lap
+0x00ef mem_list_item_ptr
+0x00f1 mem_eir
+0x0155 mem_param_tx_setup
+0x0157 mem_param_rf_setup
+0x0159 mem_param_conn_access
+0x015b mem_param_clke_cal
+0x015d mem_param_pll_setup
+0x015f mem_param_rx_setup
+0x0161 mem_param_dpll_start_delay
+0x0163 mem_param_rt_rthalfslot
+0x0165 mem_param_clke_cal_le_1m
+0x0167 mem_param_clke_cal_le_2m
+0x0169 mem_param_clke_cal_le_coded
+0x016b mem_le_rxbuf
+0x026f mem_le_mic
+0x0273 mem_le_peer_mic
+0x0277 mem_le_mrand
+0x0287 mem_le_state
+0x0288 mem_le_mode
+0x0289 mem_le_tsniff
+0x028b mem_le_anchor
+0x028f mem_le_clk_offset
+0x0295 mem_le_receive_window
+0x0297 mem_le_plap
+0x029d mem_le_conn_handle
+0x029e mem_le_arq
+0x029f mem_le_ch
+0x02a0 mem_le_hop
+0x02a1 mem_le_event_count
+0x02a3 mem_le_supervision_timer
+0x02a7 mem_le_instant
+0x02a9 mem_le_channels
+0x02aa mem_le_op
+0x02ab mem_le_access
+0x02af mem_le_crcinit
+0x02b2 mem_le_window_size
+0x02b3 mem_le_slave_latency
+0x02b5 mem_le_superto
+0x02b7 mem_le_channel_map
+0x02bc mem_le_rx_phy
+0x02bd mem_le_tx_phy
+0x02be mem_le_update_new_param
+0x02c7 mem_le_sk
+0x02d7 mem_le_peer_sca
+0x02d8 mem_le_err_code
+0x02d9 mem_le_ll_pairing_fail_reason
+0x02da mem_le_context_reserve
+0x02df mem_le_testtype
+0x02e0 mem_cmd_le_create_conn
+0x02e1 mem_ucode_status
+0x02e2 mem_spid_tbuf
+0x02e3 mem_iicd_tbuf
+0x02e3 mem_addr_hi
+0x02e4 mem_addr_mi
+0x02e5 mem_addr_lo
+0x02e6 mem_iicd_addr
+0x02e7 mem_spid_rbuf
+0x02eb mem_ucode_buf
+0x02ed mem_ucode_len
+0x02ef mem_sched_addr
+0x02f1 mem_ucode_ptr
+0x02f3 mem_ucode_keybuf
+0x0303 mem_spid2_tbuf
+0x0304 mem_addr_hi2
+0x0305 mem_addr_mi2
+0x0306 mem_addr_lo2
+0x0307 mem_spid2_rbuf
+0x030b mem_reconnect_flag
+0x030c mem_switch_fail_master_count
+0x030d mem_app_evt_timer_count
+0x030e mem_l2cap_mem_start
+0x030e mem_l2cap_rxbuff1_len
+0x0310 mem_l2cap_rxbuff2_len
+0x0312 mem_l2cap_rxbuff_new
+0x0314 mem_l2cap_rxbuff_inuse
+0x0315 mem_l2cap_payload_ptr
+0x0317 mem_l2cap_rx_pkt_length
+0x0319 mem_l2cap_rx_cid
+0x031b mem_l2cap_rx_done
+0x031c mem_l2cap_signal_tx_buff_ptr
+0x031e mem_l2cap_signal_tx_payload_ptr
+0x0320 mem_l2cap_signal_tx_length
+0x0322 mem_sdp_tx_buff_ptr
+0x0324 mem_sdp_tx_payload_ptr
+0x0326 mem_sdp_tx_pkt_length
+0x0328 mem_rfcomm_tx_buff_ptr
+0x032a mem_rfcomm_tx_payload_ptr
+0x032c mem_rfcomm_tx_pkt_length
+0x032e memL2CAP_T1
+0x0330 mem_CONTROL_tasks
+0x0331 mem_send_config_req
+0x0332 mem_config_identifier
+0x0333 mem_config_req_dest_CID
+0x0335 mem_rfcomm_malloc_fail_flag
+0x0336 mem_message_to_uppersm
+0x0337 mem_upper_sm_remote_page
+0x0338 mem_upper_sm_reconn
+0x0339 mem_upper_sm_ss
+0x033a mem_tx_malloc_log
+0x037a mem_l2cap_mem_end
+0x037a mem_scid
+0x037c mem_cmd_length
+0x037e mem_tt2
+0x0380 mem_tt3
+0x0382 mem_id
+0x0384 mem_psm
+0x0386 mem_l2cap_sdpres_delay_time
+0x038a mem_lmo_header_length
+0x038b mem_lmo_header_opcode
+0x038c mem_lmo_payload
+0x039d mem_lmi_accepted_opcode
+0x039e mem_disconn_reason_send
+0x039f mem_tx_fixed_freq
+0x03a0 mem_rx_fixed_freq
+0x03a1 mem_ext_features_page
+0x03a2 mem_lmpext_ssp_enable
+0x03a4 mem_remote_sppcap
+0x03a5 mem_lmp_conn_state
+0x03a6 mem_soft_timer
+0x03a8 mem_pincode_state
+0x03a9 mem_sres_tid
+0x03aa mem_accptsco_tid
+0x03ab mem_wait_encryption
+0x03ac mem_sniff_payload
+0x03bc mem_aurand_send_delay_time
+0x03c0 memRemoteRPNBitRate
+0x03c1 memRemotePRNDataBits
+0x03c2 memRemotePRNStopBit
+0x03c3 memRemotePRNParity
+0x03c4 memRemotePRNFlowControl
+0x03c5 memRemotePRNXon
+0x03c6 memRemotePRNXoff
+0x03c7 mem_mod2div_temp
+0x03ca mem_contw_temp
+0x03cc mem_attrib_list
+0x03ce mem_current_adss
+0x03cf mem_current_channel
+0x03d0 mem_current_frame_type
+0x03d1 mem_current_fcs
+0x03d2 mem_current_length
+0x03d4 mem_rfcomm_uih_payload_ptr
+0x03d6 mem_uih_cmd_type
+0x03d7 mem_uih_length
+0x03d9 mem_param_payload_ptr
+0x03db mem_ms_param
+0x03dc mem_pn_credit_flow_type_info
+0x03dd mem_pn_priority
+0x03de mem_pn_acknowledg_timer
+0x03df mem_pn_max_retrans
+0x03e0 mem_rfcomm_send_adss
+0x03e1 mem_rfcomm_send_frame_type
+0x03e2 mem_rfcomm_send_fcs
+0x03e3 mem_rfcomm_send_offset
+0x03e4 mem_sdp_mem_start
+0x03e4 mem_sdp_uuid_search_ptr
+0x03ec mem_sdp_continue_byte
+0x03ee mem_sdp_pduid
+0x03ef mem_sdp_transactionid
+0x03f1 mem_sdp_transactionid_local
+0x03f3 mem_sdp_attribute_maxbyte
+0x03f5 mem_sdp_record_maxcnt
+0x03f7 mem_sdp_record_handle
+0x03fb mem_sdp_LACAP_found
+0x03fc mem_sdp_RFCOMM_found
+0x03fd mem_sdp_handle_list
+0x03fd mem_sdp_attrib_list
+0x041d mem_sdp_error_code
+0x041f mem_sdp_all_length
+0x0421 mem_handle_humber
+0x0422 mem_search_uuid
+0x0424 mem_sdp_mem_end
+0x0424 mem_random_number
+0x0434 mem_round_key
+0x0444 mem_kinit
+0x0454 mem_input_store
+0x0464 mem_x
+0x0474 mem_y
+0x0483 mem_y15
+0x0484 mem_key_store
+0x0495 mem_key_store_end
+0x0496 memp_ar_key
+0x0498 memp_ar_input
+0x049a mem_ar_hround
+0x04a4 mem_ec_infinite
+0x04a5 mem_ec_loopc
+0x04a7 mem_aes_cmac_data_length
+0x04a8 memdat
+0x04a8 mem_ax
+0x04c0 mem_ay
+0x04d8 mem_az
+0x04f0 mem_bx
+0x0508 mem_ax_256//32 bytes
+0x0508 mem_by
+0x0520 mem_bz
+0x0528 mem_ay_256// 32 bytes
+0x0538 mem_cx
+0x0548 mem_az_256// 32 bytes
+0x0550 mem_cy
+0x0567 mem_cy5
+0x0568 mem_bx_256// 32 bytes
+0x0568 mem_cz
+0x0580 mem_k
+0x0588 mem_by_256// 31 bytes
+0x0598 mem_align
+0x05a8 mem_bz_256//32 bytes
+0x05a8 mem_tmp1
+0x05a8 memahbak
+0x05c0 mem_tmp5
+0x05c8 mem_cx_256//32 bytes
+0x05c8 memahsave
+0x05d8 mem_tmp2
+0x05e8 mem_cy_256// 32 bytes
+0x05e8 memahsave_end
+0x05e8 mem_addr_padding
+0x05e9 mem_addr_value
+0x05f0 mem_tmp3
+0x05f0 mem_t1
+0x05f5 mem_addr_value_end
+0x05f8 mem_addr_iocap_end
+0x0607 mem_cy5_256// 1 byte
+0x0608 mem_cz_256// 32 bytes
+0x0608 mem_tmp0
+0x0608 mem_t0
+0x0610 mem_tmp0a
+0x0620 mem_t2
+0x0628 mem_k_256//32 bytes
+0x0638 mem_t3
+0x0648 mem_tmp1_256//32 bytes
+0x0650 mem_t7
+0x0668 mem_tmp5_256
+0x0688 mem_tmp2_256
+0x06a8 mem_tmp3_256
+0x06a8 mem_t1_256
+0x06c8 mem_tmp0_256
+0x06c8 mem_t0_256
+0x06e8 mem_t2_256
+0x0708 mem_t3_256
+0x0728 mem_t7_256
+0x0748 mem_p
+0x0760 mem_a
+0x0778 mem_b
+0x0790 mem_gx
+0x07a8 mem_gy
+0x07c0 memh0
+0x07e0 mem_p_256
+0x0800 mem_a_256
+0x0820 mem_gx_256
+0x0840 mem_gy_256
+0x0860 mem_le_slat
+0x0870 mem_sp_state_start
+0x0870 mem_sp_state
+0x0871 mem_master_sp_state
+0x0872 mem_sp_flag
+0x0873 mem_master_sp_flag
+0x0874 mem_sp_calc
+0x0875 mem_sp_dh_ready
+0x0876 mem_sp_localsm
+0x0877 mem_pairing_auth
+0x0878 mem_sp_local_key_send_count
+0x0879 mem_sp_remote_key_recv_count
+0x087a mem_sp_remote_key_invalid
+0x087b mem_sp_dhkey_invalid
+0x087c mem_gkey
+0x0880 mem_sp_state_end
+0x0880 mem_le_pubkey_remote_x_256
+0x0888 mem_sp_pubkey_remote
+0x0888 mem_sp_pubkey_remote_x
+0x08a0 mem_sp_pubkey_remote_x_end
+0x08a0 mem_le_pubkey_remote_y_256
+0x08a8 mem_sp_pubkey_remote_y
+0x08c0 mem_le_dhkey_256
+0x08c8 mem_sp_dhkey
+0x08e0 mem_sp_dhkey_end
+0x08e0 mem_sp_random_local
+0x08f0 mem_sp_random_local_end
+0x08f0 mem_sp_random_remote
+0x0900 mem_sp_random_remote_end
+0x0900 memresult
+0x0900 mem_sp_calc_result
+0x0900 memh
+0x0904 memg
+0x0908 memf
+0x090c meme
+0x0910 mem_sp_calc_result_high
+0x0910 memd
+0x0914 memc
+0x0918 memb
+0x091c mema
+0x0920 mem_sp_check_result
+0x0930 mem_sp_confirm_remote
+0x0940 mem_sp_prarm_stack
+0x0950 mem_UI_data_txbuff_length
+0x0952 mem_ipc_skip_continue_proc
+0x0953 mem_ui_timer_temp//length 4
+0x0953 mem_ipc_rega_temp
+0x0957 mem_hold_contr
+0x0959 mem_hold_contw
+0x095b mem_fifo_temp
+0x095c mem_pdatatemp
+0x0964 mem_temp//8 bytes
+0x096c mem_timeup// 4 bytes
+0x0970 mem_rega//4 bytes
+0x0974 mem_regb//4 bytes
+0x0978 mem_regc//3 bytes
+0x097b mem_contr//2 bytes
+0x097d mem_contw//2 bytes
+0x097f mem_contus
+0x0981 mem_contue
+0x0983 mem_contu
+0x0985 mem_queue
+0x0987 mem_loopcnt
+0x0989 mem_wakup_from_power_flag
+0x098a mem_saved_gpio_in
+0x098e mem_module_rx_error_data_buffer
+0x098e mem_shutter_random_mac_data_temp
+0x098e mem_shutter_config_data_temp
+0x098e mem_le_adv_channel_map_temp
+0x098e mem_le_data_len_temp//1byte
+0x098e mem_tx_fifo_map_temp
+0x098e mem_rpn_dlci//1byte
+0x098e mem_event_cmd_response_content//2byte
+0x098e mem_le_prand//16byte
+0x098e mem_AES_CMAC_k//16 bytes
+0x098e mem_regext_index//1 bytes
+0x098e mem_temp_block0
+0x098f mem_le_data_temp//15bytes
+0x098f mem_temp_block1
+0x099e mem_le_aes_128//16byte
+0x099e mem_regext//64 bytes
+0x099e mem_AES_CMAC_k1//16 bytes
+0x099e mem_temp_block2
+0x09ae mem_AES_CMAC_k2//16 bytes
+0x09ae mem_temp_block3
+0x09be mem_AES_CMAC_temp// 16 bytes
+0x09be mem_temp_block4
+0x09ce mem_AES_CMAC_M_last// 16 bytes
+0x09ce mem_module_uart_cmd
+0x09cf mem_module_uart_opcode
+0x09d0 mem_module_uart_len
+0x09d1 mem_module_temp_nl_discard_packet
+0x09d2 mem_temp_block5
+0x09de mem_le_mackey//16 bytes
+0x09de mem_app_receive_temp
+0x09de mem_key_value_temp
+0x09e0 mem_key_value
+0x09e2 mem_key_value_temp1
+0x09e3 mem_key_value_temp2
+0x09e4 mem_key_value_temp3
+0x09e5 mem_key_value_temp4
+0x09e6 mem_key_value_temp5
+0x09e7 mem_key_value_temp6
+0x09e8 mem_temp_block6
+0x09ee mem_scale_ratio
+0x09f1 mem_xcnt
+0x09f4 mem_scale_ratio_temp
+0x09f6 mem_mesh_receive_model_message_payload_len
+0x09f7 mem_mesh_receive_model_message_payload_opcode
+0x09f8 mem_mesh_receive_model_message_payload
+0x0a0f mem_mesh_access_layer_payload_len
+0x0a10 mem_mesh_access_layer_payload
+0x0a10 mem_mesh_access_payload
+0x0a42 mem_mesh_access_payload_padding//Ϊ͸ģԤ
+0x0a74 mem_mesh_queue_ele_temp
+0x0a74 mem_mesh_queue_ele_duration
+0x0a75 mem_mesh_queue_ele_gatt_msg_id
+0x0a76 mem_mesh_queue_ele_len
+0x0a77 mem_mesh_queue_ele_payload
+0x0a96 mem_mesh_queue_ele_padding
+0x0a97 mem_le_txheader_mesh_temp
+0x0abe mem_mesh_sha256_chunk_start
+0x0abe mem_mesh_sha256_chunk1
+0x0afe mem_mesh_sha256_chunk2
+0x0b3e mem_mesh_sha256_chunk3
+0x0b7e mem_mesh_sha256_chunk4
+0x0bbe mem_mesh_Privacy_Plaintext
+0x0bbe mem_mesh_Privacy_Plaintext_Zero_String
+0x0bc3 mem_mesh_Privacy_Plaintext_IV_Index
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random
+0x0bc7 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+0x0bc9 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+0x0bce mem_mesh_PECB
+0x0bde mem_nonce_ptr
+0x0be0 mem_ccm_data_len
+0x0be1 mem_ccm_data_ptr
+0x0be3 mem_ccm_mic
+0x0beb mem_ccm_type
+0x0bec mem_mesh_Device_UUID
+0x0bfc mem_mesh_receive_VID
+0x0bfd mem_mesh_mic_cache_ptr
+0x0bff mem_mesh_lower_transport_layer_payload_len
+0x0c00 mem_mesh_loopcnt_tmep
+0x0c02 mem_mesh_rega_temp
+0x0c04 mem_mesh_regb_temp
+0x0c06 mem_mesh_regc_temp
+0x0c08 mem_mesh_alarm_temp
+0x0c0a mem_mesh_message_Transport_NetMIC_length
+0x0c0b mem_mesh_message_NID
+0x0c0c mem_mesh_message_TTL
+0x0c0d mem_mesh_message_SEQ
+0x0c10 mem_mesh_message_SRC
+0x0c12 mem_mesh_message_DST
+0x0c14 mem_mesh_message_Transport_NetMIC
+0x0c14 mem_mesh_message_Transport_Head
+0x0c15 mem_mesh_message_Transport_unsegmented_access_messagePDU
+0x0c15 mem_mesh_message_Transport_segmented_access_messagePDU
+0x0c15 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+0x0c18 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+0x0c18 mem_mesh_message_Transport_NetMIC_end
+0x0c28 mem_mesh_nonce_struct
+0x0c35 mem_mesh_send_message_DST
+0x0c37 mem_mesh_last_message_SEQ
+0x0c3a mem_mesh_network_packet_type
+0x0c3b mem_mesh_upper_transport_layer_payload_ptr
+0x0c3d mem_mesh_segmented_upper_transport_layer_payload_len
+0x0c3e mem_mesh_segmented_lower_transport_layer_SegZero
+0x0c40 mem_mesh_segmented_lower_transport_layer_SegO
+0x0c41 mem_mesh_segmented_lower_transport_layer_SegN
+0x0c42 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+0x0c43 mem_mesh_upper_tran_layer_queue_temp
+0x0c43 mem_mesh_upper_tran_layer_temp_packet_flag
+0x0c44 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+0x0c46 mem_mesh_upper_tran_layer_temp_packet_TID
+0x0c47 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+0x0c48 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+0x0c49 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+0x0c4c mem_mesh_upper_tran_layer_temp_packet_header_SRC
+0x0c4e mem_mesh_upper_tran_layer_temp_packet_header_DST
+0x0c50 mem_mesh_upper_tran_layer_temp_packet_length
+0x0c51 mem_mesh_upper_tran_layer_temp_packet_payload
+0x09f6 mem_hci_opcode_ocf
+0x09f8 mem_hci_opcode_ogf
+0x09f9 mem_hci_event_head_type
+0x09fa mem_hci_event_head_event_code
+0x09fb mem_hci_event_para_total_length
+0x09fc mem_hci_command_complete_num_hci_command_packet
+0x09fd mem_hci_command_complete_command_opcode
+0x09fd mem_hci_opcode
+0x09ff mem_hci_command_complete_return_parameter
+0x09ff mem_hci_command_complete_return_parameter_status
+0x0a00 mem_hci_command_complete_return_parameter_chip_id
+0x09f6 mem_vdk
+0x09f8 mem_vok
+0x09fc mem_omega
+0x0a02 mem_b1
+0x0a06 mem_b2
+0x0a0a mem_u1
+0x0a1a mem_u2
+0x0a2a mem_q
+0x09f6 mem_module_le_rx_data_len
+0x09f8 mem_module_le_rx_data_address
+0x09fa mem_module_le_rx_data_handle
+0x09f6 mem_init_cnt
+0x09f8 mem_data_pre
+0x09fa mem_data_current
+0x09fc mem_data_sum
+0x09ff mem_data_value
+0x09f6 mem_tst_pktcnt_sync
+0x09f8 mem_tst_pktcnt_hec
+0x09fa mem_tst_pktcnt_crc
+0x09fc mem_tst_pktcnt_dmh
+0x09fe mem_tmp_buffer_head
+0x0a01 mem_tmp_buffer
+0x0a51 mem_tester_emulate
+0x0a52 mem_temp_payload
+0x0a52 test_mode_scenario
+0x0a53 test_mode_hopping_mode
+0x0a54 test_mode_tx_freq
+0x0a55 test_mode_rx_freq
+0x0a56 test_mode_power_mode
+0x0a57 test_mode_poll_period
+0x0a58 test_mode_packet_type
+0x0a59 test_mode_data_length
+0x0a5b mem_test_mode_old_debug_config
+0x0a5c mem_tester_cnt
+0x09f6 mem_usb_status
+0x09f7 mem_usb_fifo_empty
+0x09f8 mem_usb_read_len
+0x09fa mem_usb_txbuf
+0x0a3b mem_usb_txbuf1
+0x0a45 mem_usb_txbuf2
+0x0a4f mem_usb_rxbuf
+0x0a8f mem_usb_rxbuf_end
+0x0a90 mem_bufptr
+0x0a92 mem_remain
+0x0a93 mem_hidreportdesc_kb
+0x0a95 mem_hidreportdesc_m
+0x0a97 mem_devicedesc
+0x0aaa mem_confdesc
+0x0ae6 mem_string0
+0x0aeb mem_string1
+0x0b09 mem_string2
+0x0b27 mem_string3
+0x0b45 mem_cb_usb_config
+0x0b47 mem_usb_tx_interval
+0x0b48 mem_usb_vid_pid
+0x0b51 mem_usb_zero_packet
+0x0b53 mem_usb_ones_packet
+0x0b55 mem_usb_two_packet
+0x0b57 mem_usb0_state
+0x0b58 mem_usb_offline_check_gpio
+0x0b59 mem_usb_clear_mem_start
+0x0b59 mem_usb_setup
+0x0b59 mem_usb_setup_bmRequestType
+0x0b5a mem_usb_setup_bRequest
+0x0b5b mem_usb_setup_bValue
+0x0b5c mem_usb_setup_bValueH
+0x0b5d mem_usb_setup_wIndex
+0x0b5f mem_usb_setup_bLength
+0x0b60 mem_usb_setup_bLengthH
+0x0b61 mem_usb0_set_report_data
+0x0ba1 mem_usb0_get_report_data
+0x0be1 mem_usb_setup_bValue_temp
+0x0be3 mem_usb0_get_set_report
+0x0be4 mem_usb0_data_ready_report
+0x0be5 mem_usb_tx_win_enable
+0x0be6 mem_usb_tx_mac_enable
+0x0be7 mem_usb_idle_flag
+0x0be8 mem_usb_idle_rate
+0x0be9 mem_usb_get_protocol_flag
+0x0bea mem_usb_set_protocol_status
+0x0beb mem_usb_set_protocol_value
+0x0bec mem_usb_state
+0x0bed mem_usb_remote_wakeup
+0x0bee mem_usb_clear_remote_wakeup
+0x0bef mem_sdsystem_wakeup_flag
+0x0bf0 mem_usb_ep0_stall_status
+0x0bf1 mem_usb_ep1_stall_status
+0x0bf2 mem_usb_ep2_stall_status
+0x0bf3 mem_usb_ep3_stall_status
+0x0bf4 mem_dsc_info_data_pointer
+0x0bf6 mem_dsc_info_len
+0x0bf7 mem_usb_ep1_data
+0x0bf8 mem_usb_ep2_data
+0x0bf9 mem_usb_tx_enable
+0x0bfa mem_usb_device_enumeration_endflag
+0x0bfb mem_usb_wakestate_onetime_flag
+0x0bfc mem_usb_mac_wakeup_trig
+0x0bfd mem_usb_set_high_addr_flag
+0x0bfe mem_usb_clear_halt
+0x0bff mem_usb_mouse_data
+0x0c0f mem_usb_kb_data
+0x0c1f mem_usb_kb_multikey
+0x0c2f mem_usb_kb_system
+0x0c3f mem_usb_test_cnt
+0x0c41 mem_usb_test_kb
+0x0c4b mem_usb_clear_mem_end
+0x0c4b mem_dg_rssi_noise_buffer
+0x0d4b mem_dg_rssi_noise_dg_buffer
+0x0e4b mem_dg_rssi_noise_ms_buffer
+0x0f4b mem_dg_rssi_noise_kb_buffer
+
+0x02be mem_le_new_param
+0x02be mem_le_new_transmitwindowsize
+0x02bf mem_le_new_transmitwindowoffset
+0x02c1 mem_le_new_conninterval
+0x02c3 mem_le_new_connslavelatency
+0x02c5 mem_le_new_connsupervisiontimeout
+0x02be mem_le_new_map
+0x02be mem_le_new_m2s_phy
+0x02bf mem_le_new_s2m_phy
+0x016b mem_le_rxbuf_data_header
+0x016c mem_le_rxbuf_data_length
+0x016d mem_le_rxbuf_data_payload
+0x016b mem_le_rxbuf_data_ll_header
+0x016c mem_le_rxbuf_data_ll_length
+0x016d mem_le_rxbuf_data_ll_opcode
+0x016e mem_le_rxbuf_data_ll_control_data
+0x016b mem_le_rxbuf_adv_header
+0x016c mem_le_rxbuf_adv_length
+0x016d mem_le_rxbuf_adv_payload
+0x016b mem_le_rxbuf_adv_scan_req_header
+0x016c mem_le_rxbuf_adv_scan_req_length
+0x016d mem_le_rxbuf_adv_scan_req_scan_address
+0x0173 mem_le_rxbuf_adv_scan_req_adv_address
+0x016b mem_le_rxbuf_adv_connect_ind_header
+0x016c mem_le_rxbuf_adv_connect_ind_length
+0x016d mem_le_rxbuf_adv_connect_ind_init_address
+0x0173 mem_le_rxbuf_adv_connect_ind_adv_address
+0x0179 mem_le_rxbuf_adv_connect_ind_access_address
+0x017d mem_le_rxbuf_adv_connect_ind_crc_init
+0x0180 mem_le_rxbuf_adv_connect_ind_win_size
+0x0181 mem_le_rxbuf_adv_connect_ind_win_offset
+0x0183 mem_le_rxbuf_adv_connect_ind_interval
+0x0185 mem_le_rxbuf_adv_connect_ind_latency
+0x0187 mem_le_rxbuf_adv_connect_ind_timeout
+0x0189 mem_le_rxbuf_adv_connect_ind_channel_map
+0x018e mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x099e mem_le_search_handle_start
+0x09a0 mem_le_search_handle_end
+0x09a2 mem_le_att_offset
+0x09a2 mem_le_search_att_type_length
+0x09a3 mem_le_search_att_type
+0x09b3 mem_le_curr_att_len
+0x09b4 mem_le_cur_attlist_start_ptr
+0x09b6 mem_le_cur_handle_start
+0x09b8 mem_le_cur_handle_end
+0x09ba mem_le_cur_uuid_length
+0x09bb mem_le_cur_uuid
+0x016b mem_le_rxbuf_data_att_header
+0x016c mem_le_rxbuf_data_att_length
+0x016d mem_le_rxbuf_data_att_l2cap_length
+0x016f mem_le_rxbuf_data_att_cid
+0x0171 mem_le_rxbuf_data_att_opcode
+0x0172 mem_le_rxbuf_data_att_payload
+0x016b mem_le_rxbuf_data_continue_header
+0x016c mem_le_rxbuf_data_continue_length
+0x016d mem_le_rxbuf_data_continue_payload
+0x016b mem_le_rxbuf_data_att_write_header
+0x016c mem_le_rxbuf_data_att_write_length
+0x016d mem_le_rxbuf_data_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_att_write_cid
+0x0171 mem_le_rxbuf_data_att_write_opcode
+0x0172 mem_le_rxbuf_data_att_write_handle
+0x0174 mem_le_rxbuf_data_att_write_payload
+0x016b mem_le_rxbuf_data_prepare_att_write_header
+0x016c mem_le_rxbuf_data_prepare_att_write_length
+0x016d mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x016f mem_le_rxbuf_data_prepare_att_write_cid
+0x0171 mem_le_rxbuf_data_prepare_att_write_opcode
+0x0172 mem_le_rxbuf_data_prepare_att_write_handle
+0x0174 mem_le_rxbuf_data_prepare_att_write_offset
+0x0176 mem_le_rxbuf_data_prepare_att_write_payload
+0x09f8 mem_mesh_NETKeyindex_and_APPKeyindex
+0x09fb mem_mesh_receive_application_key
+0x09f8 mem_mesh_vendor_message_cid
+0x09fa mem_mesh_vendor_message_tid
+0x09fb mem_mesh_vendor_message_attr_type
+0x09f8 mem_mesh_vendor_message_header
+0x09fd mem_mesh_vendor_attr_parameter
+0x09f8 mem_mesh_vendor_message_delay_close_time_header
+0x09fd mem_mesh_vendor_delay_close_time
+0x09f8 mem_mesh_vendor_message_night_light_onoff_header
+0x09fd mem_mesh_vendor_night_light_onoff
+0x09f8 mem_mesh_vendor_message_color_header
+0x09fd mem_mesh_vendor_color_lightness
+0x09ff mem_mesh_vendor_color_hue
+0x0a01 mem_mesh_vendor_color_saturation
+0x09f8 mem_mesh_vendor_message_back_light_onoff_header
+0x09fd mem_mesh_vendor_back_light_onoff
+0x09f8 mem_mesh_vendor_message_main_light_onoff_header
+0x09fd mem_mesh_vendor_main_light_onoff
+0x09f8 mem_mesh_vendor_message_standby_brightness_header
+0x09fd mem_mesh_vendor_standby_brightness
+0x09f8 mem_mesh_vendor_message_current_time_header
+0x09fd mem_mesh_vendor_message_current_time
+0x09f8 mem_mesh_vendor_message_timer_header
+0x09fd mem_mesh_vendor_timer_timing_index
+0x09fe mem_mesh_vendor_timer_timing_index1
+0x09fe mem_mesh_vendor_timer_timing_time
+0x0a02 mem_mesh_vendor_timer_timing_attr_type
+0x0a04 mem_mesh_vendor_timer_timing_attr_para
+0x09f8 mem_mesh_vendor_message_timer_cyclic_header
+0x09fd mem_mesh_vendor_timer_timing_index_cyclic
+0x09fe mem_mesh_vendor_timer_timing_time_cyclic
+0x0a00 mem_mesh_vendor_timer_timing_weekdays_cyclic
+0x0a01 mem_mesh_vendor_timer_timing_attr_type_cyclic
+0x0a03 mem_mesh_vendor_timer_timing_attr_para_cyclic
+0x0a04 mem_mesh_vendor_timer_timing_cyclic_flag
+0x0a10 mem_mesh_access_layer_payload_vendor_command
+0x0a11 mem_mesh_access_layer_payload_vendor_CID
+0x0a13 mem_mesh_access_layer_payload_vendor_tid
+0x0a14 mem_mesh_access_layer_payload_vendor_attr_type
+0x0a16 mem_mesh_access_layer_payload_vendor_attr_parameter
+0x098e mem_mesh_subscription_eep_temp
+0x0a74 mem_mesh_gatt_package_receive_msg_buffer_ptr
+0x0a76 mem_mesh_gatt_package_receive_msg_buffer_temp
+0x0a76 mem_mesh_gatt_package_receive_msg_id
+0x0a78 mem_mesh_gatt_package_receive_MAC
+0x0a78 mem_mesh_gatt_package_receive_msg_num
+0x0a79 mem_mesh_gatt_package_receive_msg_total_length
+0x0a7a mem_mesh_gatt_package_receive_msg_payload
+0x0bec mem_mesh_receive_service_uuid_company_id
+0x0bee mem_mesh_receive_service_uuid_vid
+0x0bef mem_mesh_receive_service_uuid_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_mac
+0x0bf2 mem_mesh_receive_service_uuid_msg_id
+0x0bf3 mem_mesh_receive_service_uuid_package_num
+0x0bf4 mem_mesh_receive_service_uuid_length
+0x0bf5 mem_mesh_receive_service_uuid_payload_data
+0x0bec mem_mesh_receive_service_uuid_ios_data_company_id
+0x0bee mem_mesh_receive_service_uuid_ios_data_vid
+0x0bef mem_mesh_receive_service_uuid_ios_data_provisioning_type
+0x0bf0 mem_mesh_receive_service_uuid_ios_data_NID
+0x0bf1 mem_mesh_receive_service_uuid_ios_data_msg_id
+0x0bf2 mem_mesh_receive_service_uuid_ios_data_package_num
+0x0bf3 mem_mesh_receive_service_uuid_ios_data_length
+0x0bf4 mem_mesh_receive_service_uuid_ios_data_payload_data
+0x09f8 mem_mesh_configuration_health_message_opcode
+0x09f8 mem_mesh_configuration_health_message_opcode_config_model_subscription
+0x09f9 mem_mesh_subscription_element_address
+0x09fb mem_mesh_subscription_value_address
+0x09fd mem_mesh_subscription_model_identifier
+0x09f8 mem_mesh_module_message_opcode
+0x09f8 mem_mesh_module_message_opcode_onoff_set
+0x09f9 mem_mesh_generic_onoff_set_payload_OnOff
+0x09fa mem_mesh_generic_onoff_set_payload_TID
+0x09fb mem_mesh_generic_onoff_set_payload_Transition_Time
+0x09fc mem_mesh_generic_onoff_set_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_scene_recall
+0x09f9 mem_mesh_scene_recall_payload_scene_number
+0x09fb mem_mesh_scene_recall_payload_TID
+0x09fc mem_mesh_scene_recall_payload_Transition_Time
+0x09fd mem_mesh_scene_recall_payload_Delay
+0x09f8 mem_mesh_module_message_opcode_set_light_lightness
+0x09f9 mem_mesh_light_lightness_set_payload_lightness
+0x09fb mem_mesh_light_lightness_set_payload_TID
+0x09fc mem_mesh_light_lightness_set_payload_Transition_Time
+0x09fd mem_mesh_light_lightness_set_payload_Delay
+0x09fe mem_mesh_light_lightness_calc_lightness
+0x09f8 mem_mesh_module_message_opcode_set_light_ctl
+0x09f9 mem_mesh_CTL_Lightness
+0x09fb mem_mesh_CTL_Temperature
+0x09fd mem_mesh_CTL_Delta_UV
+0x09ff mem_mesh_CTL_lightness_TID
+0x0a00 mem_mesh_CTL_lightness_Transition_Time
+0x0a01 mem_mesh_CTL_lightness_Delay
+0x0a02 mem_mesh_CTL_calc_lightness
+0x0a03 mem_mesh_CTL_calc_temperature
+0x0a97 mem_mesh_network_packet_type_temp
+0x0a98 mem_mesh_message_NID_temp
+0x0c28 mem_mesh_Network_Nonce
+0x0c28 mem_mesh_Network_Nonce_nonce_type
+0x0c29 mem_mesh_Network_Nonce_CTL_and_TTL
+0x0c2a mem_mesh_Network_Nonce_SEQ
+0x0c2d mem_mesh_Network_Nonce_SRC
+0x0c2f mem_mesh_Network_Nonce_Pad//0x0000
+0x0c31 mem_mesh_Network_Nonce_IV_Index
+0x0c28 mem_mesh_Application_Nonce
+0x0c28 mem_mesh_Application_Nonce_Nonce_Type
+0x0c29 mem_mesh_Application_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Application_Nonce_SEQ
+0x0c2d mem_mesh_Application_Nonce_SRC
+0x0c2f mem_mesh_Application_Nonce_DST
+0x0c31 mem_mesh_Application_Nonce_IV_Index
+0x0c28 mem_mesh_Device_Nonce
+0x0c28 mem_mesh_Device_Nonce_Nonce_Type
+0x0c29 mem_mesh_Device_Nonce_ASZMIC_and_Pad//
+0x0c2a mem_mesh_Device_Nonce_SEQ
+0x0c2d mem_mesh_Device_Nonce_SRC
+0x0c2f mem_mesh_Device_Nonce_DST
+0x0c31 mem_mesh_Device_Nonce_IV_Index
+0x0a0f mem_mesh_upper_transport_layer_payload_len
+0x0c51 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+0x0c51 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+0x0c56 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+0x0c56 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+0x0c51 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+0x0c52 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+0x0c54 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+0x0c55 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+0x0c56 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4098 mem_current_amaddr
+0x4099 mem_lpm_mode
+0x409a mem_device_option
+0x409b mem_scan_mode
+0x409c mem_last_clkn
+0x40a0 mem_features
+0x40a8 mem_lap
+0x40ab mem_uap
+0x40ac mem_nap
+0x40ae mem_npage
+0x40af mem_glap
+0x40b2 mem_class
+0x40b5 mem_iscan_window
+0x40b7 mem_iscan_interval
+0x40b9 mem_pscan_window
+0x40bb mem_pscan_interval
+0x40bd mem_page_interval
+0x40bf mem_page_window
+0x40c1 mem_page_to
+0x40c3 mem_inq_window
+0x40c5 mem_fcomp_div
+0x40c6 mem_rx_window_init
+0x40c8 mem_rx_window_sniff
+0x40ca mem_rf_init_ptr
+0x40cc mem_last_type
+0x40cd mem_last_type_esco
+0x40ce mem_last_type_saved
+0x40cf mem_retransmission_cnt
+0x40d1 mem_next_btclk
+0x40d5 mem_rf_rccal
+0x40d6 mem_handle_num
+0x40d7 mem_max_slot
+0x40d8 mem_eir_enable
+0x40d9 mem_afh_instant
+0x40dd mem_afh_error_total
+0x40df mem_afh_cfg
+0x40e0 mem_afh_new_mod
+0x40e1 mem_afh_map_lo
+0x40e6 mem_afh_map_hi
+0x40eb mem_afh_used
+0x40ec mem_afh_index
+0x40ee mem_afh_map_new
+0x40f9 mem_afh_map
+0x4149 mem_afh_timer
+0x414d mem_afh_classify_channel_map
+0x4157 mem_lpm_wake_lock
+0x4159 mem_lpm_interval
+0x415b mem_lpm_overhead
+0x415c mem_lpm_hibernate_switch
+0x415d mem_esco_addr
+0x415e mem_sniff_unint_lost
+0x415f mem_ptt
+0x4160 mem_sleep_counter//should be 0x41fc in REVC
+0x4164 mem_sleep_counter_all
+0x4168 mem_sleep_clkn
+0x416e mem_sniff_rcv
+0x4171 mem_sniff_lost
+0x4174 mem_clks_per_lpo
+0x4177 mem_lpm_mult
+0x4178 mem_lpm_mult_timeout
+0x4179 mem_lpm_mult_cnt
+0x417a mem_lpm_config
+0x417a mem_lpm_xtal_ib
+0x417b mem_lpm_ctrim
+0x417c mem_lpm_padding
+0x417d mem_lpm_xtalcnt
+0x417e mem_lpm_buckcnt
+0x417f mem_lpm_ldocnt
+0x4180 mem_lpm_isogate
+0x4181 mem_lpm_isogate_final
+0x4182 mem_lpm_ctrl3
+0x4186 mem_saved_gpio// should be 0x421e in REVC
+0x419a mem_saved_gsel
+0x419d mem_saved_mark
+0x41a5 mem_saved_spidctrl
+0x41a6 mem_patch_ptr
+0x41a8 mem_patch_len
+0x41aa mem_timers
+0x41ca mem_link_key_exists
+0x41cb mem_link_key
+0x41db mem_hci_cmd
+0x41dc mem_hci_conn_handle
+0x41dd mem_hci_plap
+0x41e0 mem_hci_puap
+0x41e1 mem_hci_pnap
+0x41e3 mem_loadcode_times
+0x41e4 mem_llid
+0x41e5 mem_tx_lch
+0x41e6 mem_tx_len
+0x41e8 mem_tx_power
+0x41e9 mem_modem_rssi
+0x41ea mem_gain_fix
+0x41eb mem_gain_table
+0x41ee mem_gain_second_agc_en
+0x41ef mem_rf_init_data
+0x41f0 mem_system_clk
+0x41f1 mem_le_dsniff
+0x41f3 mem_le_conn_interval
+0x41f5 mem_le_txheader
+0x41f6 mem_le_txlen
+0x41f7 mem_le_txpayload
+0x42f7 mem_le_name_len
+0x42f8 mem_le_name
+0x4316 mem_le_ltk
+0x4326 mem_ltk_exists
+0x4327 mem_le_rconfirm
+0x4337 mem_le_srand
+0x4347 mem_le_iat
+0x4348 mem_le_rat
+0x4349 mem_le_preq
+0x434a mem_le_preq_iocap
+0x434b mem_le_preq_oob
+0x434c mem_le_preq_auth
+0x434d mem_le_preq_max_keysize
+0x434e mem_le_preq_init_key_distribution
+0x434f mem_le_preq_resp_key_distribution
+0x4350 mem_le_pres
+0x4351 mem_le_pres_iocap
+0x4352 mem_le_pres_oob
+0x4353 mem_le_pres_auth
+0x4354 mem_le_pres_max_keysize
+0x4355 mem_le_pres_init_key_distribution
+0x4356 mem_le_pres_resp_key_distribution
+0x4357 mem_le_notify_handle
+0x4359 mem_le_search_uuid_length
+0x435a mem_le_search_uuid
+0x436a mem_le_conn_param
+0x436a mem_le_conn_peer_addr_type
+0x436b mem_le_conn_peer_addr
+0x4371 mem_le_conn_own_addr_type
+0x4372 mem_le_interval_min
+0x4374 mem_le_interval_max
+0x4376 mem_le_latency
+0x4378 mem_le_timeout
+0x437a mem_le_lap
+0x437d mem_le_uap
+0x437e mem_le_nap
+0x4380 mem_le_local_mtu
+0x4382 mem_le_remote_mtu
+0x4384 mem_le_skdm
+0x438c mem_le_skds
+0x4394 mem_le_init_superto
+0x4396 mem_ui_le_uuid_table
+0x4398 mem_le_secure_connect_flag
+0x4399 mem_le_secure_connect_state
+0x439a mem_le_sc_confirm_gkey_flag
+0x439b mem_le_pairing_state
+0x439c mem_le_enc_state
+0x439d mem_le_pairing_mode
+0x439e mem_le_tk
+0x43a2 mem_le_ediv
+0x43a4 mem_le_rand
+0x43ac mem_le_irk
+0x43bc mem_le_transmit_window
+0x43c0 mem_le_configuration
+0x43c1 mem_le_fixed_ltk
+0x43d1 mem_le_pairing_handle
+0x43d3 mem_le_packet_llid
+0x43d4 mem_le_l2cap_size
+0x43d6 mem_le_packet_len_recved
+0x43d8 mem_le_payload_ptr
+0x43da mem_le_signaling_identifier
+0x43db mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x43dd mem_le_md_count
+0x43de mem_ble_l2cap_tx_buff0_ptr
+0x43e0 mem_ble_l2cap_tx_buff_size_ptr
+0x43e2 mem_le_scan_enable
+0x43e3 mem_le_scan_interval
+0x43e5 mem_le_scan_window
+0x43e7 mem_le_adv_data_len
+0x43e8 mem_le_adv_data
+0x4407 mem_le_scan_data_len
+0x4408 mem_le_scan_data
+0x4427 mem_le_adv_enable
+0x4428 mem_le_adv_param
+0x4428 mem_le_adv_interval
+0x442a mem_le_adv_type
+0x442b mem_le_adv_own_addr_type
+0x442c mem_le_adv_direct_addr
+0x4432 mem_le_adv_channel_map
+0x4433 mem_le_scan_params
+0x4433 mem_le_scan_type
+0x4434 mem_le_scan_own_addr_type
+0x4435 mem_le_l2cap_att_states
+0x4436 mem_le_att_opcode
+0x4437 mem_le_att_handle
+0x4439 mem_le_search_res
+0x443a mem_le_local_feature
+0x4442 mem_le_tx_phys
+0x4443 mem_le_rx_phys
+0x4444 mem_remote_rx_max_octets
+0x4446 mem_remote_rx_max_time
+0x4448 mem_remote_tx_max_octets
+0x444a mem_remote_tx_max_time
+0x444c mem_local_rx_max_octets
+0x444e mem_local_rx_max_time
+0x4450 mem_local_tx_max_octets
+0x4452 mem_local_tx_max_time
+0x4454 mem_app_handshake_flag
+0x4455 mem_sniff_param_interval
+0x4457 mem_sniff_param_attempt
+0x4459 mem_sniff_param_timeout
+0x445b mem_cb_check_wakelock
+0x445d mem_cb_before_hibernate
+0x445f mem_cb_before_lpm
+0x4461 mem_cb_le_process
+0x4463 mem_cb_bt_process
+0x4465 mem_cb_idle_process
+0x4467 mem_cb_bb_event_process
+0x4469 mem_cb_discovry_timeout
+0x446b mem_cb_att_write
+0x446d mem_cb_ble_transmit
+0x446f mem_cb_event_timer
+0x4471 mem_cb_bt_set_mult
+0x4473 mem_cb_spi_flash_write_complate
+0x4475 mem_cb_spi2_flash_write_complate
+0x4477 mem_cb_bt_slave_match
+0x4479 mem_eeprom_base
+0x447b mem_unsniff2sniff_timer_count
+0x447c mem_wake_up_delay_timer
+0x447d mem_app_connection_options
+0x447e mem_app_disconn_reason
+0x4480 mem_app_disconn_reason_flag
+0x4482 mem_xrecord_mode
+0x4483 mem_eeprom_block_size
+0x4484 mem_spi_init_clk
+0x4485 mem_spi_init_delay_time
+0x4486 mem_spi_ncs_gpio
+0x4487 mem_nv_data_ptr
+0x4489 mem_nv_data_number
+0x448a mem_queue_ptr
+0x448c mem_ui_led_struct_num
+0x448d mem_ui_led_struct_ptr
+0x448f mem_adc_wait_count
+0x4490 mem_3v_adc_io_data
+0x4492 mem_3v_adc_hvin_data
+0x4494 mem_2v_adc_vinlpm_data
+0x4496 mem_1v_adc_io_data
+0x4498 mem_5v_adc_hvin_data
+0x449a mem_3v_adc_vinlpm_data
+0x449c mem_app_adc_read_count
+0x449d mem_start_adc_clkn
+0x449e mem_reference_voltage
+0x44a0 mem_adc_config_flag
+0x44a1 mem_adc_channel
+0x44a2 mem_adc_current_value
+0x44a4 mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x44a5 mem_spi_write_addr
+0x44a8 mem_spi_write_ptr
+0x44aa mem_spi_write_len
+0x44ac mem_spi_write_flash_sm
+0x44ad mem_spi2_write_addr
+0x44b0 mem_spi2_write_ptr
+0x44b2 mem_spi2_write_len
+0x44b4 mem_spi2_write_flash_sm
+0x44b5 mem_spi_cs_gpio
+0x44b6 mem_spi_si_gpio
+0x44b7 mem_spi_so_gpio
+0x44b8 mem_spi_sclk_gpio
+0x44b9 mem_spi_wp_gpio
+0x44ba mem_spi_hold_gpio
+0x44bb mem_spi2_cs_gpio
+0x44bc mem_spi2_si_gpio
+0x44bd mem_spi2_so_gpio
+0x44be mem_spi2_sclk_gpio
+0x44bf mem_spi2_wp_gpio
+0x44c0 mem_spi2_hold_gpio
+0x44c1 mem_eeprom_wp_gpio
+0x44c2 mem_eeprom_scl_gpio
+0x44c3 mem_eeprom_sda_gpio
+0x44c4 mem_kscan_ptr
+0x44c6 mem_key_num_ptr
+0x44c6 mem_keyscan_ptr
+0x44c8 mem_key_value_retention
+0x44ca mem_power_param_ptr
+0x44cc mem_efuse_header
+0x44cf mem_seqi
+0x44d0 mem_dig_aon_vsel
+0x44d1 mem_syn_afc_cfg1
+0x44d2 mem_rf_ldo_cfg1
+0x44d3 mem_rc_cal
+0x44d4 mem_rf_debug_rx_gpio
+0x44d5 mem_rf_debug_tx_gpio
+0x44d6 mem_l2cap_xmem_start
+0x44d6 mem_l2cap_tx_multi_offset//0 means single packet
+0x44d8 mem_sdp_remote_cid
+0x44da mem_rfcomm_remote_cid
+0x44dc mem_hid_ctrl_remote_cid
+0x44de mem_hid_int_remote_cid
+0x44e0 mem_sdp_state
+0x44e1 mem_rfcomm_state
+0x44e2 mem_hid_control_state
+0x44e3 mem_hid_interrupt_state
+0x44e4 mem_spp_state
+0x44e5 mem_ML2CAP_comm_id
+0x44e6 mem_used_map
+0x44e7 mem_tx_fifo0
+0x44e7 mem_tx_fifo0_map
+0x44e8 mem_tx_fifo0_ptr
+0x44ea mem_tx_fifo1
+0x44ea mem_tx_fifo1_map
+0x44eb mem_tx_fifo1_ptr
+0x44ed mem_tx_fifo2
+0x44ed mem_tx_fifo2_map
+0x44ee mem_tx_fifo2_ptr
+0x44f0 mem_tx_fifo3
+0x44f0 mem_tx_fifo3_map
+0x44f1 mem_tx_fifo3_ptr
+0x44f3 mem_tx_fifo_end
+0x44f3 mem_l2cap_lpm_txbuf
+0x45f3 mem_l2cap_flow_ctrl_flag
+0x45f4 mem_l2cap_pending_item
+0x45f5 mem_l2cap_rcv_hidtype
+0x45f6 mem_l2cap_xmem_end
+0x45f6 mem_lmo_header_opcode_x
+0x45f7 mem_lmp_version
+0x45f8 mem_lmp_compid
+0x45fa mem_lmp_subversion
+0x45fc mem_local_name_length
+0x45fd mem_local_name
+0x4600 mem_local_name2
+0x4640 mem_local_name_end
+0x4641 mem_unsniff2sniff_timer
+0x4642 mem_switch_flag
+0x4643 mem_classic_bt_flag
+0x4644 mem_encapsulated_major_type
+0x4645 mem_encapsulated_minor_type
+0x4646 mem_encapsulated_len
+0x4647 mem_remote_br_sc_support
+0x4648 mem_pn_dlci
+0x4649 mem_pn_max_frame_size
+0x464b memFCStemp1
+0x464c memFCStemp2
+0x464d memFCStemp3
+0x464e mem_rfcomm_initiator
+0x464f mem_remote_spp_channel
+0x4650 mem_HIUfcs_SPP
+0x4651 mem_HIUfcs_SPP_WCredits
+0x4652 mem_rfcomm_send_more_pkt
+0x4653 mem_remote_credits
+0x4654 mem_credit_given
+0x4655 mem_ms_channel
+0x4656 mem_rfcomm_credit_flag
+0x4657 mem_rfcomm_max_frame_size
+0x4659 mem_rfcomm_credit_init_data
+0x465a mem_cb_receive_spp_data
+0x465c mem_nl_rx_data_src
+0x465e mem_nl_rx_len_all
+0x4660 mem_ui_uuid_table
+0x4662 mem_all_uuid_16bits
+0x4678 mem_all_uuid_128bits
+0x469a mem_sdp_l2capch_ptr
+0x469c mem_ccm_pcnt_tx
+0x46a1 mem_ccm_pcnt_rx
+0x46a6 mem_ccm_last_mic
+0x46aa mem_ccm_iv
+0x46aa mem_ccm_ivm
+0x46ae mem_ccm_ivs
+0x46b2 mem_ccm_len
+0x46b4 mem_ccm_rx_ptr
+0x46b6 mem_sc_only_mode
+0x46b7 mem_sp_debug_mode
+0x46b8 mem_secure_connections_enable
+0x46b9 mem_sp_local_key_invalid
+0x46ba mem_sc_calc
+0x46bb mem_sc_local_key_invalid
+0x46bc mem_sc_private_key_256
+0x46dc mem_sc_pubkey_local_x_256
+0x46fc mem_sc_pubkey_local_y_256
+0x471c mem_sp_private_key
+0x4734 mem_sp_pubkey_local
+0x4734 mem_sp_pubkey_local_x
+0x474c mem_sp_pubkey_local_x_end
+0x474c mem_sp_pubkey_local_y
+0x4764 mem_ssp_enable
+0x4765 mem_lmp_io_cap_payload_iocap
+0x4766 mem_lmp_io_cap_payload_oob_auth_data
+0x4767 mem_lmp_io_cap_payload_auth_req
+0x4768 mem_sp_state_xmem
+0x4768 mem_sp_iocap_remote
+0x476b mem_flag_mode_ssp_pin
+0x476c mem_ssp_mode_flag
+0x476d mem_authentication_passkey_times
+0x476e mem_passkey_1bit
+0x476f mem_flag_pairing_state
+0x4770 mem_sp_state_xmem_end
+0x4770 mem_ipc_lock_bt
+0x4771 mem_ipc_lock_c51
+0x4772 mem_ipc_fifo_bt2c51
+0x477a mem_ipc_fifo_c512bt
+0x4782 mem_ui_button_timer
+0x4783 mem_ui_button_last_state
+0x4784 mem_ui_timer_last_btclk
+0x4788 mem_discovery_timeout_timer_count
+0x478a mem_hid_handshake_timer_count
+0x478b memui_reconnect_mode
+0x478c mem_ui_state_map
+0x478e mem_ui_profile_supported
+0x478f mem_ui_button_timeout
+0x4790 mem_ui_button_gpio
+0x4791 mem_discovery_timeout
+0x4793 mem_pin_length
+0x4794 mem_pin
+0x47a4 mem_dummy
+0x47a7 mem_seq
+0x47a8 mem_context_cnt
+0x47a9 mem_context_map
+0x47aa mem_context_new
+0x4aaa mem_att_cmd_len
+0x4aab mem_att_cmd
+0x4aba mem_att_resp_handle
+0x4abb mem_att_resp_len
+0x4abc mem_att_resp
+0x4ada mem_meter_att_list
+0x47a4 mem_mesh_vendor_mesh_receive_tid
+0x47a5 mem_mesh_vendor_mesh_send_tid
+0x47a6 mem_mesh_vendor_timer_current_time
+0x47aa mem_system_time
+0x47ae mem_mesh_adv_data_len
+0x47af mem_mesh_adv_data
+0x47ce mem_mesh_adv_scan_channel
+0x47cf mem_mesh_advertising_unprovisioned_device_beacon_switch
+0x47d0 mem_mesh_advertising_unprovisioned_device_beacon_timer
+0x47d2 mem_mesh_advertising_unprovisioned_device_beacon_duration
+0x47d3 mem_mesh_advertising_unprovisioned_device_beacon_interval
+0x47d4 mem_mesh_calc_ConfirmationCloud_data
+0x47d4 mem_mesh_ConfirmationCloud_RandomB
+0x47dc mem_mesh_ConfirmationCloud_RandomA
+0x47e4 mem_mesh_AuthValueProv
+0x47f4 mem_mesh_ConfirmationCloud
+0x4804 mem_mesh_ConfirmationDevice
+0x4804 mem_mesh_calc_ConfirmationDevice_data
+0x4804 mem_mesh_provisioning_random_A
+0x480c mem_mesh_provisioning_random_B
+0x4814 mem_mesh_AuthValueDevice
+0x4824 mem_mesh_Device_Key
+0x4834 mem_mesh_Confirmationkey
+0x4844 mem_mesh_sha256_ConfirmationKey_ascii
+0x4853 mem_mesh_sha256_SessionKey_ascii
+0x485d mem_mesh_sha256_DeviceKey_ascii
+0x4866 mem_mesh_sha256_load_first_data_flag
+0x4867 mem_mesh_sha256_data_len_byte
+0x486f mem_mesh_sha256_data_len_bit
+0x4877 mem_mesh_sha256_data_end_addr
+0x4879 mem_mesh_sha256_data_len_addr
+0x487b mem_mesh_sha256_chunk_count
+0x487c mem_mesh_sha256_chunk_data_ptr
+0x487e mem_mesh_sha256_chunk_ptr
+0x4880 mem_k2_P_len
+0x4881 mem_k2_P
+0x4891 mem_k2_N
+0x48a1 mem_k2_SALT
+0x48b1 mem_k2_T
+0x48c1 mem_k2_T0
+0x48c1 mem_k2_T1
+0x48d1 mem_k2_NID
+0x48d2 mem_k2_T3
+0x48e2 mem_k2_T2
+0x48f2 mem_k4_SALT
+0x4902 mem_k4_T
+0x4912 mem_k4_id6_01
+0x4922 mem_k4_k4N
+0x4932 mem_mesh_transport_AID
+0x4933 mem_mesh_provisioned_flag
+0x4934 mem_mesh_Provisioning_State_Flag
+0x4935 mem_mesh_Device_PID
+0x4936 mem_mesh_UUID_FeatureFlag
+0x4937 mem_mesh_PDU_RFU
+0x4939 mem_mesh_OOB_information
+0x493b mem_mesh_Encrypt_Provisioning_Data
+0x493b mem_mesh_provisioning_data_Mac_addr
+0x493d mem_mesh_KeyFresh_and_Update_flag
+0x493e mem_mesh_Network_Key
+0x494e mem_mesh_last_IV_Index_byte
+0x494f mem_mesh_Unicast_Address
+0x4951 mem_mesh_adv_last_time
+0x4955 mem_mesh_send_packet_timeout
+0x4957 mem_mesh_gatt_package_send_msg_id
+0x4958 mem_mesh_gatt_receive_msg_timer
+0x4959 mem_mesh_gatt_packet_receive_msg_buffer1
+0x497a mem_mesh_gatt_packet_receive_msg_buffer2
+0x499b mem_mesh_three_tuple_ProductID
+0x499f mem_mesh_three_tuple_MAC
+0x49a5 mem_mesh_three_tuple_secret
+0x49b5 mem_mesh_cb_receive_advertising
+0x49b7 mem_mesh_cb_receive_access_message
+0x49b9 mem_mesh_cb_receive_config_appkey_add
+0x49bb mem_mesh_cb_pairing_fail
+0x49bd mem_mesh_cb_generic_onoff_get
+0x49bf mem_mesh_cb_generic_onoff_set
+0x49c1 mem_mesh_cb_scene_recall
+0x49c3 mem_mesh_cb_light_lightness_set
+0x49c5 mem_mesh_cb_light_lightness_get
+0x49c7 mem_mesh_cb_light_ctl_set
+0x49c9 mem_mesh_cb_main_light_onoff_set
+0x49cb mem_mesh_cb_background_onoff_set
+0x49cd mem_mesh_cb_color_set
+0x49cf mem_mesh_cb_network_relay
+0x49d1 mem_mesh_cb_receive_node_reset
+0x49d3 mem_mesh_cb_seq_changed
+0x49d5 mem_mesh_cb_subscriptuion_list_changed
+0x49d7 mem_mesh_cb_vendor_timing_changed
+0x49d9 mem_mesh_core_feature
+0x49db mem_mesh_element_number
+0x49dc mem_mesh_element_device_ptr
+0x49de mem_mesh_element_device_length
+0x49e0 mem_mesh_segmented_access_message_SZMIC
+0x49e1 mem_mesh_segmented_access_message_SeqZero
+0x49e3 mem_mesh_segmented_access_message_SegO
+0x49e4 mem_mesh_segmented_access_message_SegN
+0x49e5 mem_mesh_segmented_access_message_BlockAck
+0x49e9 mem_mesh_segmented_access_message_receive_finish
+0x49ea mem_mesh_segmented_access_message_current_length
+0x49eb mem_mesh_segmented_access_message_Segment
+0x4a0f mem_mesh_last_CTL_Temperature
+0x4a11 mem_mesh_receive_group_address
+0x4a12 mem_mesh_receive_element_number
+0x4a13 mem_mesh_IV_Index
+0x4a17 mem_mesh_TMALL_cache_start
+0x4a17 mem_mesh_TMALL_SRC1
+0x4a19 mem_mesh_TMALL_SEQ1
+0x4a1c mem_mesh_TMALL_cache
+0x4a49 mem_mesh_TMALL_cache_end
+0x4a49 mem_mesh_transport_message_mic_cache
+0x4a49 mem_mesh_transport_message_mic_cache_buff1
+0x4a4d mem_mesh_transport_message_mic_cache_buff2_10
+0x4a71 mem_mesh_network_relay_queue
+0x4a71 mem_mesh_network_relay_queue_each_size
+0x4a72 mem_mesh_network_relay_queue_length
+0x4a73 mem_mesh_network_relay_queue_current_num
+0x4a74 mem_mesh_network_relay_queue_read_ptr
+0x4a75 mem_mesh_network_relay_queue_write_ptr
+0x4a76 mem_mesh_network_relay_queue_ele
+0x4afe mem_mesh_application_key
+0x4b0e mem_mesh_ASZMIC
+0x4b0f mem_mesh_access_message_mic_cache
+0x4b0f mem_mesh_access_message_mic_cache_buff1
+0x4b13 mem_mesh_access_message_mic_cache_buff2_10
+0x4b37 mem_mesh_send_message_SEQ
+0x4b3a mem_mesh_send_message_SRC
+0x4b3c mem_mesh_send_message_TTL
+0x4b3d mem_mesh_send_upper_layer_IVI_and_NID
+0x4b3e mem_mesh_send_upper_layer_CTL_and_TTL
+0x4b3f mem_mesh_send_upper_layer_SEQ
+0x4b42 mem_mesh_send_upper_layer_SRC
+0x4b44 mem_mesh_send_upper_layer_DST
+0x4b46 mem_mesh_send_access_lower_transport_layer
+0x4b56 mem_mesh_send_network_layer_NetMIC
+0x4b5a mem_mesh_element_device
+0x4b5a mem_mesh_element_device_group_addr
+0x4b5c mem_mesh_element_device_queue_buffer_ptr
+0x4b5e mem_mesh_element_device_timing_ptr
+0x4b60 mem_mesh_element_device_element_subscription_label
+0x4b70 mem_mesh_element_upper_adv_flag
+0x4b71 mem_mesh_element_upper_queue_buffer_ptr
+0x4b73 mem_mesh_element_tran_package_tid
+0x4b74 mem_mesh_element_tran_package_type
+0x4b75 mem_mesh_element_device1
+0x4b90 mem_mesh_element_device2
+0x4bab mem_mesh_element_device_queue_each_size
+0x4bac mem_mesh_element_device_queue_length
+0x4bad mem_mesh_element_device_queue_current_num
+0x4bae mem_mesh_element_device_queue_read_ptr
+0x4baf mem_mesh_element_device_queue_write_ptr
+0x4bb0 mem_mesh_element_device_queue_ele
+0x4c38 mem_mesh_element_device_upper_queue_each_size
+0x4c39 mem_mesh_element_device_upper_queue_length
+0x4c3a mem_mesh_element_device_upper_queue_current_num
+0x4c3b mem_mesh_element_device_upper_queue_read_ptr
+0x4c3c mem_mesh_element_device_upper_queue_write_ptr
+0x4c3d mem_mesh_element_device_upper_queue_ele
+0x47a4 mem_antl_lpm_interval
+0x47a6 mem_antl_adv_interval
+0x47a8 mem_antl_slow_adv_lpm_interval
+0x47aa mem_antl_slow_adv_adv_interval
+0x47ac mem_antl_led_style
+0x47ac mem_antl_led_type
+0x47ad mem_antl_led_blink_count
+0x47ae mem_antl_led_gpio
+0x47af mem_antl_led_on_time
+0x47b1 mem_antl_led_off_time
+0x47b3 mem_antl_led_cb_on
+0x47b5 mem_antl_led_cb_off
+0x47b7 mem_antl_buzzer_style
+0x47b7 mem_antl_buzzer_type
+0x47b8 mem_antl_buzzer_blink_count
+0x47b9 mem_antl_buzzer_gpio
+0x47ba mem_antl_buzzer_on_time
+0x47bc mem_antl_buzzer_off_time
+0x47be mem_antl_buzzer_cb_on
+0x47c0 mem_antl_buzzer_cb_off
+0x47c2 mem_antl_fast_adv_led_style
+0x47c2 mem_antl_fast_adv_led_type
+0x47c3 mem_antl_fast_adv_led_blink_count
+0x47c4 mem_antl_fast_adv_led_gpio
+0x47c5 mem_antl_fast_adv_led_on_time
+0x47c7 mem_antl_fast_adv_led_off_time
+0x47c9 mem_antl_slow_adv_led_style
+0x47c9 mem_antl_slow_adv_led_type
+0x47ca mem_antl_slow_adv_led_blink_count
+0x47cb mem_antl_slow_adv_led_gpio
+0x47cc mem_antl_slow_adv_led_on_time
+0x47ce mem_antl_slow_adv_led_off_time
+0x47d0 mem_antl_power_starting_led_style
+0x47d0 mem_antl_power_starting_led_type
+0x47d1 mem_antl_power_starting_led_blink_count
+0x47d2 mem_antl_power_starting_led_gpio
+0x47d3 mem_antl_power_starting_led_on_time
+0x47d5 mem_antl_power_starting_led_off_time
+0x47d7 mem_antl_power_starting_buzzer_style
+0x47de mem_antl_power_off_led_style
+0x47de mem_antl_power_off_led_type
+0x47df mem_antl_power_off_led_link_count
+0x47e0 mem_antl_power_off_led_gpio
+0x47e1 mem_antl_power_off_led_on_time
+0x47e3 mem_antl_power_off_led_off_time
+0x47e5 mem_antl_power_off_buzzer_style
+0x47e5 mem_antl_power_off_buzzer_type
+0x47e6 mem_antl_power_off_buzzer_link_count
+0x47e7 mem_antl_power_off_buzzer_gpio
+0x47e8 mem_antl_power_off_buzzer_on_time
+0x47ea mem_antl_power_off_buzzer_off_time
+0x47ec mem_antl_alert_led_stlye
+0x47f3 mem_antl_alert_buzzer_stlye
+0x47f3 mem_antl_alert_buzzer_type
+0x47f4 mem_antl_alert_buzzer_blink_count
+0x47f5 mem_antl_alert_buzzer_gpio
+0x47f6 mem_antl_alert_buzzer_on_time
+0x47f8 mem_antl_alert_buzzer_off_time
+0x47fa mem_antl_key_led_style
+0x47fa mem_antl_key_led_type
+0x47fb mem_antl_key_led_blink_count
+0x47fc mem_antl_key_led_gpio
+0x47fd mem_antl_key_led_on_time
+0x47ff mem_antl_key_led_off_time
+0x4801 mem_antl_key_buzzer_style
+0x4808 mem_antl_queue_width
+0x4809 mem_antl_queue_depth
+0x480a mem_antl_queue_curr_num
+0x480b mem_antl_queue_read_ptr
+0x480c mem_antl_queue_write_ptr
+0x480d mem_antl_queue_buff
+0x485d mem_antl_key_scan_enable
+0x485e mem_antl_led_num
+0x485f mem_antl_led_gpio_map
+0x4863 mem_antl_power_param
+0x4863 mem_antl_power_state
+0x4864 mem_antl_power_timer
+0x4865 mem_antl_power_off_timeout
+0x4866 mem_antl_power_starting_timeout
+0x4867 mem_antl_power_off_cb
+0x4869 mem_antl_power_starting_cb
+0x486b mem_antl_power_standby_cb
+0x486d mem_event_button_up_cb
+0x486f mem_antl_key_num
+0x4870 mem_cb_antl_key
+0x4872 mem_antl_key_conf0
+0x4876 mem_antl_key0_press
+0x4885 mem_antl_key0_release
+0x4894 mem_antl_conn_updata_procedure_state
+0x4895 mem_client_characteristic_configuration_descriptor
+0x4897 mem_adc_timer
+0x4899 mem_antl_conn_update_timer
+0x489a mem_antl_send_updata_le_param_timer
+0x489b mem_antl_le_sleep_timer
+0x489d mem_antl_fast_adv_timer
+0x489f mem_antl_fast_adv_timeout
+0x48a1 mem_antl_le_sleep_timeout
+0x48a3 mem_double_click_timer
+0x48a4 mem_butten_click_cnt
+0x48a5 mem_antl_led_state
+0x48a6 mem_antl_buzzer_state
+0x48a7 mem_antl_key_state
+0x48a8 mem_antl_lost_mode
+0x48a9 mem_alarm_config
+0x48aa mem_alarm_config_notfy_cnt
+0x48ab mem_buzzer_pwm_conf
+0x48b1 mem_adc_timeout
+0x48b3 mem_voltage_remain_percent
+0x48b4 mem_battery_calculate_set
+0x48b4 mem_battery_full_voltage
+0x48b6 mem_battery_empty_voltage
+0x48b8 mem_battery_low_voltage
+0x48ba mem_battery_current_voltage
+0x48bc mem_rx_window_sniff_inc
+0x48be mem_interval_increment
+0x48c0 mem_antl_le_interval_min
+0x48c2 mem_antl_le_interval_max
+0x48c4 mem_antl_le_latency
+0x48c6 mem_antl_le_timeout
+0x48c8 mem_antl_le_unnormal_interval_min
+0x48ca mem_antl_le_unnormal_interval_max
+0x48cc mem_antl_le_unnormal_latency
+0x48ce mem_antl_le_unnormal_timeout
+0x48d0 mem_AntiLost_le_att_list
+0x4a60 mem_lestate_update_param_flag
+0x4a61 mem_antilost_conn_battery_send_timer
+0x47a4 mem_24g_rxbuf
+0x47c6 mem_24g_txbuf
+0x47e6 mem_24g_txpayload
+0x480a mem_24g_rxpayload
+0x482a mem_24g_rxdata_length
+0x482b mem_24g_pid
+0x482c mem_24g_no_ack
+0x482d mem_24g_sta_crc
+0x4830 mem_24g_last_crc
+0x4833 mem_24g_sta_pid
+0x4834 mem_24g_last_pid
+0x4835 mem_24g_datalen
+0x4836 mem_24g_data_type
+0x4837 mem_24g_txlen
+0x4838 mem_24g_rx_window
+0x483a mem_24g_ch
+0x483b mem_24g_current_ch_number
+0x483c mem_24g_addr
+0x4840 mem_24g_ch_map1
+0x4844 mem_24g_ch_map2
+0x4848 mem_24g_ch_map3
+0x484c mem_24g_ch_map4
+0x4850 mem_24g_tx_btclk
+0x4854 mem_24g_interval
+0x4855 mem_24g_interval_min
+0x4856 mem_24g_interval_max
+0x4857 mem_24g_syncword
+0x4859 mem_24g_syncword_crc8
+0x485a mem_24g_get_syncword_crc8
+0x485b mem_24g_pair_switch
+0x485c mem_24g_enter_hibernate
+0x4864 mem_24g_rx_phy
+0x4865 mem_24g_tx_phy
+0x4866 mem_24g_ch_map_update
+0x4867 mem_24g_ch_update_map1
+0x486b mem_24g_ch_update_map2
+0x486f mem_24g_ch_update_map3
+0x4873 mem_24g_ch_update_map4
+0x4877 mem_24g_pair_addr
+0x487b mem_24g_pair_ch
+0x487c mem_24g_pair_tx_power
+0x487d mem_rssi_buff_index
+0x487e mem_24g_device1_bind_step
+0x487f mem_24g_device2_bind_step
+0x4880 mem_24g_bind_device_status
+0x4881 mem_24g_bind_payload
+0x4889 mem_cb_24g_receive_process
+0x488b mem_cb_24g_ackpayload
+0x488d mem_cb_24g_data_device1
+0x488f mem_cb_24g_data_device2
+0x4891 mem_24g_rxdata_temp
+0x48b3 mem_24g_abort_packet
+0x48b4 mem_24g_hop_btclk
+0x48b8 mem_24g_hop_interval
+0x48b9 mem_24g_pair_mode
+0x48ba mem_24g_ackpayload_enable
+0x48bb mem_24g_hop_packet
+0x48bc mem_24g_mode_switch
+0x48bd mem_24g_nodata_timer_enable
+0x48be mem_24g_mode_init
+0x48bf mem_24g_work_mode
+0x48c0 mem_24g_time_slice
+0x48c1 mem_24g_self_last_ch
+0x48c2 mem_24g_self_ch_number
+0x48c3 mem_24g_self_config_ch_once
+0x48c4 mem_24g_device1_last_ch
+0x48c5 mem_24g_device1_ch_number
+0x48c6 mem_24g_device1_config_ch_once
+0x48c7 mem_24g_device2_last_ch
+0x48c8 mem_24g_device2_ch_number
+0x48c9 mem_24g_device2_config_ch_once
+0x48ca mem_24g_led_status
+0x48cb mem_24g_bind_mode_continue
+0x48cc mem_tx_power_temp
+0x48cd mem_24g_transmitter_addr
+0x48d1 mem_24g_device1_addr
+0x48d5 mem_24g_device2_addr
+0x48d9 mem_rssi_noise_avg
+0x48da mem_rssi_noise_index
+0x48db mem_rssi_noise_self_avg
+0x48dc mem_rssi_noise_device1_avg
+0x48dd mem_rssi_noise_device2_avg
+0x48de mem_rssi_noise_self_index
+0x48df mem_rssi_noise_device1_index
+0x48e0 mem_rssi_noise_device2_index
+0x48e1 mem_rssi_noise_buffer_ptr
+0x48e3 mem_rssi_noise_self_buffer_ptr
+0x48e5 mem_rssi_noise_device1_buffer_ptr
+0x48e7 mem_rssi_noise_device2_buffer_ptr
+0x48e9 mem_car_hard_soft_switch
+0x48ea mem_car_queue_each_size
+0x48eb mem_car__queue_length
+0x48ec mem_car_queue_curr_num
+0x48ed mem_car_queue_read_ptr
+0x48ee mem_car_queue_write_ptr
+0x48ef mem_car_queue_ele
+0x4967 mem_car_pop_queue_buff
+0x497b mem_car_led_num
+0x497c mem_car_led_map
+0x4986 mem_car_style1_led_type
+0x4987 mem_car_style1_blink_count
+0x4988 mem_car_style1_struct_led_gpio
+0x4989 mem_car_style1_on_time
+0x498b mem_car_style1_off_time
+0x498d mem_car_style1_cb_ledon
+0x498f mem_car_style1_cb_ledoff
+0x4991 mem_car_style2_led_type
+0x4992 mem_car_style2_blink_count
+0x4993 mem_car_style2_struct_led_gpio
+0x4994 mem_car_style2_on_time
+0x4996 mem_car_style2_off_time
+0x4998 mem_car_style2_cb_ledon
+0x499a mem_car_style2_cb_ledoff
+0x499c mem_le_receive_data
+0x499c mem_le_receive_packet_head
+0x499e mem_le_receive_cmd
+0x499f mem_le_receive_length
+0x49a1 mem_le_receive_payload
+0x49ab mem_le_receive_checksum
+0x49ac mem_motor1_status
+0x49ad mem_motor1_speed
+0x49ae mem_motor2_status
+0x49af mem_motor2_speed
+0x49b0 mem_motor3_status
+0x49b1 mem_motor3_speed
+0x49b2 mem_motor1_pwm_set
+0x49b2 mem_motor1_pwm_pin1_set
+0x49b3 mem_motor1_pwm_pin2_set
+0x49b4 mem_motor1_pwm_pin_set
+0x49b5 mem_motor1_pwm_channel_set
+0x49b6 mem_motor1_pwm_freq_set
+0x49b9 mem_motor1_pwm_dute_set
+0x49ba mem_motor2_pwm_set
+0x49ba mem_motor2_pwm_pin1_set
+0x49bb mem_motor2_pwm_pin2_set
+0x49bc mem_motor2_pwm_pin_set
+0x49bd mem_motor2_pwm_channel_set
+0x49be mem_motor2_pwm_freq_set
+0x49c1 mem_motor2_pwm_dute_set
+0x49c2 mem_motor3_pwm_set
+0x49c2 mem_motor3_pwm_pin1_set
+0x49c3 mem_motor3_pwm_pin2_set
+0x49c4 mem_motor3_pwm_pin_set
+0x49c5 mem_motor3_pwm_channel_set
+0x49c6 mem_motor3_pwm_freq_set
+0x49c9 mem_motor3_pwm_dute_set
+0x49ca mem_motor_select_p_n
+0x49cb mem_car_motor_status
+0x49cc mem_car_motor_speed
+0x49cd mem_motor_pwm_set
+0x49cd mem_motor_pwm_pin1_set
+0x49ce mem_motor_pwm_pin2_set
+0x49cf mem_motor_pwm_pin_set
+0x49d0 mem_motor_pwm_channel_set
+0x49d1 mem_motor_pwm_freq_set
+0x49d4 mem_motor_pwm_dute_set
+0x49d5 mem_ir_rx_gpio
+0x49d6 mem_ir_data
+0x49d8 mem_ir_rx_buf
+0x49da mem_ir_receive_clkn
+0x49de mem_ir_notify_data
+0x49e1 mem_ir_notify_data_head
+0x49e6 mem_ir_notify_data_payload
+0x49e8 mem_ir_notify_data_check_sum
+0x49e9 mem_car_ir_breakdown_check_timer
+0x49ea mem_car_ir_breakdown_flag
+0x49eb mem_car_led_control
+0x49eb mem_car_led1_status
+0x49ec mem_car_led2_status
+0x49ed mem_car_led3_status
+0x49ee mem_car_led4_status
+0x49ef mem_car_led5_status
+0x49f0 mem_car_led6_status
+0x49f1 mem_car_led7_status
+0x49f2 mem_car_led8_status
+0x49f3 mem_car_led_control_timer
+0x49f4 mem_car_led_blink_status
+0x49f5 mem_car_led_no
+0x49f6 mem_car_info_request
+0x49f9 mem_car_info_request_head
+0x49fe mem_car_info_request_payload
+0x4a06 mem_car_info_request_checksum
+0x4a07 mem_car_config_param
+0x4a07 mem_car_config_setting_flag
+0x4a08 mem_car_config_device_select
+0x4a09 mem_car_config_motor_layout
+0x4a0a mem_car_config_ir_enable
+0x4a0b mem_car_config_ir_rx_gpio
+0x4a0c mem_car_config_pairing_led_conn_status
+0x4a0d mem_car_config_pairing_led_gpio
+0x4a0e mem_car_config_led_num
+0x4a0f mem_car_config_blood_led_gpio
+0x4a0f mem_car_config_blood_led1_gpio
+0x4a10 mem_car_config_blood_led2_gpio
+0x4a11 mem_car_config_blood_led3_gpio
+0x4a12 mem_car_config_blood_led4_gpio
+0x4a13 mem_car_config_blood_led5_gpio
+0x4a14 mem_car_config_blood_led6_gpio
+0x4a15 mem_car_config_blood_led7_gpio
+0x4a16 mem_car_config_blood_led8_gpio
+0x4a17 mem_car_config_bat_notify_enable
+0x4a18 mem_car_config_low_voltage_led_gpio
+0x4a19 mem_car_config_low_voltage_percent
+0x4a1a mem_car_config_soft_switch_enable
+0x4a1b mem_car_config_soft_switch_gpio
+0x4a1c mem_car_notify_vdd_count
+0x4a1d mem_car_notify_vdd_timer
+0x4a1e mem_car_notify_vdd_value_last
+0x4a1f mem_car_notify_vdd_percent
+0x4a20 mem_car_working_flag
+0x4a21 mem_low_bat_flag
+0x4a22 mem_notify_bat_packet
+0x4a25 mem_notify_bat_head
+0x4a2a mem_notify_bat_payload
+0x4a2b mem_notify_bat_check_sum
+0x4a2c mem_vdd_notify_flag
+0x4a2d mem_car_current_vdd_value_temp
+0x4a2f mem_car_last_vdd_value
+0x4a31 mem_vdd_calculate_set
+0x4a31 mem_vdd_full_vol
+0x4a33 mem_vdd_empty_vol
+0x4a35 mem_vdd_low_vol
+0x4a37 mem_vdd_now_vol
+0x4a39 mem_car_24g_status
+0x4a3a mem_car_24g_no_data_timeout_count
+0x4a3c mem_car_24g_no_data_timeout_timer
+0x4a3e mem_car_24g_ir_receive_attack_count
+0x4a3f mem_car_24g_go_die_flag
+0x4a40 mem_car_attack_shake_timer
+0x4a41 mem_car_attack_shake_flag
+0x4a42 mem_car_soft_power
+0x4a42 mem_car_power_state
+0x4a43 mem_car_power_timer
+0x4a44 mem_car_power_off_timeout
+0x4a45 mem_car_power_starting_timeout
+0x4a46 mem_car_power_off_cb
+0x4a48 mem_car_power_starting_cb
+0x4a4a mem_car_power_standby_cb
+0x4a4c mem_car_ui_button_up_cb
+0x4a4e mem_car_le_att_list
+0x4c42 mem_car_moto1_blank_timer
+0x4c43 mem_car_moto2_blank_timer
+0x4c44 mem_car_moto3_blank_timer
+0x4c45 mem_car_motor_gpio_num
+0x4c46 mem_car_motor_gpio_map
+0x4c46 mem_car_motor_left_gpio
+0x4c47 mem_car_motor_right_gpio
+0x4c48 mem_car_motor_front_gpio
+0x4c49 mem_car_motor_back_gpio
+0x4c4a mem_car_gpio
+0x4c4b mem_car_app_send_speed
+0x4c4c mem_rssi_sum
+0x4c4e mem_check_rssi_high_count
+0x4c50 mem_rssi_data
+0x4c58 mem_car_24g_received_pac
+0x4c59 mem_car_24g_bind_enable_delay_count
+0x4c5a mem_car_keyscan
+0x4c5a mem_car_key_num
+0x4c5b mem_cb_car_keyscan
+0x4c5d mem_car_enter_lpm_timer_count
+0x4c5f mem_car_enter_lpm_timer
+0x4c61 mem_car_enter_lpm_flag
+0x4c62 mem_car_24g_ch_polling
+0x4c63 mem_car_rssi_noise_buffer
+0x4c6b mem_car_rssi_noise_car_buffer
+0x4c73 mem_car_rssi_noise_remote_buffer
+0x48e9 mem_dg_kb_bind_flag
+0x48ea mem_dg_kb_data_sta_data
+0x48f2 mem_dg_kb_data_last_data
+0x48fa mem_dg_kb_multikey_sta_data
+0x48fd mem_dg_kb_multikey_last_data
+0x4900 mem_dg_kb_system_sta_data
+0x4903 mem_dg_kb_system_last_data
+0x4906 mem_dg_kb_blank_data_enable
+0x4907 mem_dg_kb_mul_blank_data_enable
+0x4908 mem_dg_ms_blank_data_enable
+0x4909 mem_dg_sys_config
+0x490a mem_dg_usb_vid_pid
+0x4913 mem_dg_usb_tx_interval
+0x4914 mem_dg_usb_device_name
+0x487e mem_rssi_hex_received
+0x487f mem_24g_pair_sm
+0x4880 mem_24g_pair_no_ack
+0x4881 mem_24g_pair_timeout_init
+0x4883 mem_24g_pair_timeout
+0x4885 mem_24g_reconn_timeout_init
+0x4887 mem_24g_reconn_timeout
+0x4889 mem_24g_reconn_count
+0x488b mem_24g_reconn_type
+0x488c mem_24g_fast_conn_enable
+0x488d mem_24g_fast_conn_addr
+0x4891 mem_24g_receiver_addr
+0x4895 mem_24g_fast_conn_temp_ch
+0x4896 mem_24g_receiver_temp_ch
+0x4897 mem_24g_device_temp_ch
+0x4898 mem_rssi_signal_index
+0x4899 mem_rssi_signal_buf_ptr
+0x489b mem_cb_24g_transmit_data
+0x489d mem_cb_24g_search_receiver
+0x489f mem_cb_24g_lpm_before
+0x48a1 mem_24g_conn_sm
+0x48a2 mem_24g_ensure
+0x48a3 mem_24g_txfail_cnt
+0x48a5 mem_24g_attempt_fail_flag
+0x48a6 mem_24g_retry
+0x48a7 mem_24g_abort_pac
+0x48a8 mem_24g_max_retry
+0x48a9 mem_24g_device_addr
+0x48ad mem_24g_short_sleep_set
+0x48b0 mem_24g_long_sleep_set
+0x48b8 mem_24g_long_sleep_set1
+0x48bc mem_24g_pac_index
+0x48bd mem_24g_transmit_by_interrupt
+0x48be mem_24g_transmit_by_interrupt_exit_count
+0x48c0 mem_24g_transmit_by_interrupt_exit_count_init
+0x48c2 mem_24g_long_sleep_param_update_timer_init
+0x48c4 mem_24g_long_sleep_param_update_timer
+0x48c6 mem_24g_fast_hop_count
+0x48c7 mem_rssi_avg_received
+0x48c8 mem_power_ctrl_level
+0x48c9 mem_power_ctrl_pac_succ_cnt
+0x48ca mem_power_ctrl_pac_succ_cnt_init
+0x48cb mem_rssi_dis_min_24g
+0x48cc mem_rssi_dis_max_24g
+0x48cd mem_rssi_hex_received_max_value
+0x48ce mem_rssi_dis_min_ble
+0x48cf mem_rssi_dis_max_ble
+0x48d0 mem_mouse_key
+0x48d1 mem_mouse_x
+0x48d3 mem_mouse_y
+0x48d5 mem_mouse_z
+0x48d6 mem_mouse_tz
+0x48d7 mem_mouse_xy_h
+0x48d8 mem_mouse_key_last
+0x48d9 mem_wheel_tb_old_pinlevel
+0x48da mem_wheel_tb_new_pinlevel
+0x48db mem_wheel_tog
+0x48dc mem_mouse_tz_data
+0x48dd mem_mwheel_b_old_pinlevel
+0x48de mem_mwheel_b_new_pinlevel
+0x48df mem_mwheel_tog
+0x48e0 mem_mouse_z_data
+0x48e1 mem_mouse_wheel_trigger
+0x48e2 mem_mouse_wheel_trigger_timer
+0x48e3 mem_mouse_vdd_calculate_set
+0x48e3 mem_mouse_vdd_full_vol
+0x48e5 mem_mouse_vdd_empty_vol
+0x48e7 mem_mouse_vdd_low_vol
+0x48e9 mem_mouse_vdd_now_vol
+0x48eb mem_mouse_vdd_button_press_vol
+0x48ed mem_mouse_vdd_switch_gnd_24g_vol
+0x48ef mem_mouse_vdd_switch_gnd_full_vol
+0x48f1 mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x48f3 mem_mouse_vdd_switch_gnd_low_voltage
+0x48f5 mem_adc_mux_status
+0x48f6 mem_adc_read_timer
+0x48f7 mem_adc_read_time_init
+0x48f8 mem_adc_low_volatage_led_timer_count
+0x48f9 mem_adc_low_volatage_led_blink_enable
+0x48fa mem_mouse_adc_last_low_voltage_flag
+0x48fb mem_mouse_adc_button_press_flag
+0x48fc mem_adc_channel_gpio
+0x48fd mem_adc_config_flag_init
+0x48fe mem_mouse_discovery_timeout
+0x4900 mem_mouse_24g_pair_timeout_init
+0x4902 mem_mouse_direct_timeout
+0x4903 mem_mouse_24g_reconn_timeout_init
+0x4904 mem_mouse_24g_pair_tx_power
+0x4905 mem_rssi_dis_min_24g_init
+0x4906 mem_rssi_dis_max_24g_init
+0x4907 mem_rssi_hex_received_max_value_init
+0x4908 mem_rssi_dis_min_ble_init
+0x4909 mem_rssi_dis_max_ble_init
+0x490a mem_mouse_enable_flag
+0x490b mem_mouse_global_setup
+0x490c mem_mouse_global_setup1
+0x490d mem_bk_button_gpio
+0x490e mem_fw_button_gpio
+0x490f mem_dpi_button_gpio
+0x4910 mem_matrix_public_gpio
+0x4911 mem_sensor_motion_gpio
+0x4912 mem_customer_key_gpio
+0x4913 mem_whee_a_data_gpio
+0x4914 mem_whee_b_data_gpio
+0x4915 mem_config_device_24g_led_gpio
+0x4916 mem_config_device_bt1_led_gpio
+0x4917 mem_select_sensor_angle_gpio
+0x4918 mem_lbutton_gpio
+0x4919 mem_rbutton_gpio
+0x491a mem_mbutton_gpio
+0x491b mem_config_select_device_button_gpio
+0x491c mem_whee_ta_data_gpio
+0x491d mem_whee_tb_data_gpio
+0x491e mem_device_switch_gpio
+0x491f mem_mouse_sensor_sclk_gpio
+0x4920 mem_mouse_sensor_sdio_gpio
+0x4921 mem_config_low_voltage_alarm_gpio
+0x4922 mem_config_device_bt2_led_gpio
+0x4923 mem_dpi_led_gpio
+0x4924 mem_sensor_angle_default
+0x4925 mem_sensor_angle_switch
+0x4926 mem_config_sensor_dpi
+0x4927 mem_config_sensor_type
+0x4928 mem_config_sensor_angle
+0x4929 mem_wire_usb_interval
+0x492a mem_usb_addr
+0x492b mem_mouse_usb_vdd_status
+0x492c mem_mouse_usb_keyboard_flag
+0x492d mem_mouse_led_type
+0x492e mem_mouse_blink_count
+0x492f mem_mouse_struct_led_gpio
+0x4930 mem_mouse_on_time
+0x4932 mem_mouse_off_time
+0x4934 mem_mouse_cb_ledon
+0x4936 mem_mouse_cb_ledoff
+0x4938 mem_mouse_information_start
+0x4938 mem_device_flag
+0x4939 mem_device1_type
+0x493a mem_device1_addr
+0x4940 mem_device1_link_key
+0x4950 mem_device1_locall_addr
+0x4956 mem_device2_type
+0x4957 mem_device2_addr
+0x495d mem_device2_link_key
+0x496d mem_device2_locall_addr
+0x4973 mem_device3_type
+0x4974 mem_mouse_compare_addr_ff
+0x4974 mem_device3_addr
+0x497a mem_device3_link_key
+0x498a mem_device3_locall_addr
+0x4990 mem_store_flag
+0x4992 mem_mouse_dpi
+0x4993 mem_mouse_24g_addr
+0x4997 mem_random_addr_increase_count
+0x4999 mem_mouse_retention
+0x49b8 mem_mouse_information_end
+0x49b8 mem_flash_base
+0x49bb mem_write_flash_head_temp
+0x49bf mem_store_information_delay_timer
+0x49c0 mem_store_information_delay_timer_init
+0x49c1 mem_sensor_id1
+0x49c2 mem_sensor_id2
+0x49c3 mem_sensor_shutter_hi
+0x49c4 mem_sensor_shutter_lo
+0x49c5 mem_sensor_smart_flag
+0x49c6 mem_sensor_squal_reg
+0x49c7 mem_sensor_iqc
+0x49c8 mem_mouse_move_flag
+0x49c9 mem_mouse_asm_flag
+0x49ca mem_mouse_x_pre
+0x49cc mem_mouse_y_pre
+0x49ce mem_mouse_data_xtemp
+0x49cf mem_mouse_data_ytemp
+0x49d0 mem_mouse_dpi_seting
+0x49d0 mem_320x_dpi_0
+0x49d1 mem_320x_dpi_1
+0x49d2 mem_320x_dpi_2
+0x49d3 mem_320x_dpi_3
+0x49d4 mem_3212_dpi_0
+0x49d5 mem_3212_dpi_1
+0x49d6 mem_3212_dpi_2
+0x49d7 mem_3212_dpi_3
+0x49d8 mem_ka8g2_dpi_0
+0x49d9 mem_ka8g2_dpi_1
+0x49da mem_ka8g2_dpi_2
+0x49db mem_ka8g2_dpi_3
+0x49dc mem_mouse_cpi_count
+0x49dd mem_mouse_dpi_button_state
+0x49de mem_mouse_dpi_long_press_flag
+0x49df mem_sensor_3212_init
+0x49e9 mem_sensor_3204_init
+0x49f3 mem_sensor_3205_init
+0x49fd mem_sensor_32xx_init
+0x4a17 mem_sensor_32xx_init_1
+0x4a39 mem_sensor_8650_init
+0x4a53 mem_sensor_ka8ul_init
+0x4a71 mem_sensor_8009_init
+0x4a81 mem_sensor_ka8g2_init
+0x4a97 mem_sensor_p6520_init
+0x4aa3 mem_sensor_poweron_init
+0x4aab mem_sensor_reset_gpio
+0x4aac mem_mouse_clear_sensor_data_flag
+0x4aad mem_bluetooth_125hz_cnt
+0x4aae mem_mouse_long_mult_flag
+0x4aaf mem_mouse_current_mult_timer
+0x4ab0 mem_reconn_times
+0x4ab1 mem_reconn_times_init
+0x4ab2 mem_mouse_no_data_timer
+0x4ab4 mem_device_flag_temp
+0x4ab5 mem_mouse_rssi_signal_buf
+0x4abd mem_btclk_sensor
+0x4ac1 mem_mouse_bluetooth_fast_conn_flag
+0x4ac2 mem_mouse_discovery_timer
+0x4ac4 mem_mouse_bluetooth_reconnect_timeout
+0x4ac5 mem_mouse_need_soft_reset
+0x4ac6 mem_mouse_le_bb_connected_flag
+0x4ac7 mem_mouse_le_reconnect_flag
+0x4ac8 mem_mouse_send_secutiry_request_timer
+0x4ac9 mem_mouse_le_lap_temp
+0x4acc mem_le_adv_ind
+0x4acf mem_le_adv_direct_ind
+0x4ad2 mem_le_adv_swift_pair
+0x4ae6 mem_le_data_len
+0x4ae7 mem_le_keyboard_handle
+0x4ae9 mem_le_multimedia_handle
+0x4aeb mem_le_systemctrl_handle
+0x4aed mem_le_battery_level_handle
+0x4aef mem_le_battery_level_percentage
+0x4af0 mem_le_battery_level_updata_timer_init
+0x4af2 mem_le_battery_level_updata_timer
+0x4af4 mem_mouse_le_conn_param_reject
+0x4af5 mem_le_tx_buffer0_omemalloc
+0x4b15 mem_le_tx_buffer1_omemalloc
+0x4b35 mem_le_tx_buffer2_omemalloc
+0x4b55 mem_le_tx_buffer3_omemalloc
+0x4b75 mem_le_connect_status_flag
+0x4b76 mem_le_start_encrypt_timer
+0x4b77 mem_mouse_direct_timer
+0x4b78 mem_device_addr_temp
+0x4b7f mem_mouse_enter_sniff_count
+0x4b80 mem_mouse_bt_boot_mode
+0x4b81 mem_mouse_bt_boot_data
+0x4b86 mem_bt_send_max_slot_req_accept_after_switch
+0x4b87 mem_mouse_bt_send_first_package_timer
+0x4b88 mem_mouse_bt_send_first_package_flag
+0x4b89 mem_lmi_opcode_temp
+0x4b8a mem_lpm_mult_init
+0x4b8b mem_customer_key
+0x4b8c mem_customer_data_trigger
+0x4b8d mem_customer_data_trigger_last
+0x4b8e mem_mouse_lkey_press_status
+0x4b8f mem_mouse_rkey_press_status
+0x4b90 mem_mouse_mkey_press_status
+0x4b91 mem_mouse_bkkey_press_status
+0x4b92 mem_mouse_fwkey_press_status
+0x4b93 mem_mouse_dpikey_press_status
+0x4b94 mem_mouse_pbkey_press_status
+0x4b95 mem_mouse_customerkey_press_status
+0x4b96 mem_mouse_key_temp
+0x4b97 mem_mouse_key_status
+0x4b98 mem_mouse_matrix_key_cow_count
+0x4b99 mem_mouse_matrix_key_row_count
+0x4b9a mem_mouse_ghost_flag
+0x4b9b mem_bt_discovery_count
+0x4b9c mem_select_device_count
+0x4b9d mem_mouse_commbination_key
+0x4b9e mem_select_device_button_statue
+0x4b9f mem_commbination_key_statue
+0x4ba0 mem_combination_ui_button_count
+0x4ba1 mem_mouse_search_dongle_interval
+0x4ba2 mem_mouse_search_dongle_ch
+0x4ba3 mem_mouse_search_dongle_count
+0x4ba4 mem_mouse_search_dongle_action
+0x4ba5 mem_24g_enter_lpm_timer
+0x4ba6 mem_mouse_24g_enter_lpm_enable
+0x4ba7 mem_mouse_device_poweron_timer_count
+0x4ba8 mem_mouse_dpi_led_delay_count
+0x4ba9 mem_mouse_led_off_4_led
+0x4baa mem_24g_device_led_status
+0x4bab mem_mouse_flag
+0x4bb3 mem_mouse_bluetooth_type
+0x4bb4 mem_device_number
+0x4bb5 mem_mouse_page_to
+0x4bb7 mem_mouse_fast_direct_timeout
+0x4bb8 mem_mouse_fast_page_to
+0x4bba mem_mouse_24g_power_on_fast_conn_timer
+0x4bbc mem_mouse_24g_search_dongle_time_init
+0x4bbe mem_mouse_no_data_timeout
+0x4bc0 mem_mouse_device_poweron_timer_count_init
+0x4bc1 mem_mouse_dpi_led_delay_count_init
+0x4bc2 mem_mouse_dpi_led_blink_time
+0x4bc4 mem_mouse_disconvey_led_blink_time
+0x4bc6 mem_mouse_low_v_led_blink_time
+0x4bc8 mem_adc_low_volatage_led_blink_timer
+0x4bca mem_mouse_commbination_key_bt
+0x4bcb mem_mouse_commbination_key_24g
+0x4bcc mem_customer_key_press
+0x4bd5 mem_customer_key_release
+0x4bde mem_mouse_set_high_impedance_bit_set
+0x4be1 mem_sensor_shutdown_flag
+0x4be2 mem_power_on_flag
+0x4be3 mem_ka8g2_sensor_poweron_init
+0x4beb mem_24g_pair_count
+0x4bed mem_mouse_logo_led_gpio
+0x4bee mem_mouse_logo_led_on_time_init
+0x4bf0 mem_g24_ota_config_type//rr
+0x4bf1 mem_g24_ota_storage_size//byte
+0x4bf3 mem_g24_ota_config_addr
+0x4bf5 mem_g24_ota_rtn_state
+0x4bf6 mem_g24_ota_mode
+0x4bf7 mem_g24_ota_sm
+0x4bf8 mem_g24_ota_prepare_send_len
+0x4bf9 mem_g24_ota_txbuf
+0x4c18 mem_g24_ota_rx_alllen
+0x4c1a mem_g24_ota_rx_sum
+0x4c1c mem_g24_ota_rx_data_count
+0x4c1d mem_g24_ota_reset_timer
+0x4c1e mem_le_name_patch_len
+0x4c1f mem_le_name_patch
+0x4c32 mem_fire_key_status
+0x4c33 mem_fire_key_delay
+0x4c37 mem_fire_key_flag
+0x4c38 mem_firebutton_gpio
+0x4c39 mem_mouse_firebutton_connect_vin_flag
+0x4c3a mem_mouse_another_dpi_connect_vin_flag
+0x4c3b mem_dpi_another_button_gpio
+0x4c3c mem_dpi_another_press_status
+0x4c3d mem_dpi_another_button_state
+0x4c3e mem_dpi_another_button_down_enable
+0x4c3f mem_mouse_key_temp_patch
+0x4c40 mem_mouse_led_new_interface_config
+0x4c41 mem_mouse_multi_led_blink_enable
+0x4c42 mem_mouse_multi_led_type
+0x4c43 mem_mouse_multi_led_state
+0x4c44 mem_mouse_multi_led_blink_type//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+0x4c45 mem_mouse_led_multi_type//00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+0x4c46 mem_mouse_multi_led_powon_timer_init//power on time
+0x4c47 mem_mouse_multi_led_powon_timer
+0x4c48 mem_mouse_multi_24gled_blink_timer_init//24gled blink time
+0x4c49 mem_mouse_multi_le_discovery_blink_timer_init//le discovery blink time
+0x4c4a mem_mouse_multi_le_reconn_blink_timer_init//le reconn blink time
+0x4c4b mem_mouse_dpi_led_blink_timer_init//dpi blink time
+0x4c4c mem_mouse_multi_led_blink_timer
+0x4c4d mem_mouse_low_led_blink_timer//low blink time
+0x4c4e mem_mouse_low_led_blink_half_timer
+0x4c4f mem_adc_low_volatage_led_timer_count_new
+0x4c50 mem_mouse_multi_24gled_blink_count_init//24g count
+0x4c51 mem_mouse_multi_le_reconn_blink_count_init//le reconn count
+0x4c52 mem_mouse_multi_led_blink_count
+0x4c53 mem_mouse_multi_lowled_blink_count_init//low count
+0x4c54 mem_mouse_multi_low_led_blink_count
+0x4c55 mem_mouse_1io2led_multi_24gled
+0x4c56 mem_mouse_1io2led_multi_bt1led
+0x4c57 mem_mouse_1io2led_multi_bt2led
+0x4c58 mem_mouse_low_gpio
+0x4c59 mem_mouse_dpi_gpio
+0x4c5a mem_mouse_rssi_signal_buf_patch
+0x4c6a mem_mouse_rssi_signal_buf_temp
+0x4c7a mem_mouse_le_send_conn_param_update
+0x4c7b mem_mouse_le_send_conn_param_update_timer
+0x4c7c mem_device_uart_tx_gpio
+0x4c7d mem_device_uart_rx_gpio
+0x4c7e mem_device_uart_rx_buffer
+0x4c80 mem_device_uart_rx_buffer_end
+0x4c82 mem_device_uart_tx_buffer
+0x4c84 mem_device_uart_tx_buffer_end
+0x4c86 mem_device_uart_baud_rate
+0x4c88 mem_24g_paccnt
+0x4c89 mem_rssi_mouse
+0x4c8a mem_clkn_bt_patch
+0x4c8e mem_txpower_print
+0x4c90 mem_normal_tx_power
+0x4c91 mem_sensor_s201_dpi
+0x4c91 mem_sensor_s201_dpi_0
+0x4c92 mem_sensor_s201_dpi_1
+0x4c93 mem_sensor_s201_dpi_2
+0x4c94 mem_sensor_s201_dpi_3
+0x4c95 mem_sensor_s201_dpi_4
+0x4c96 mem_le_tx_buffer0_omemalloc_new
+0x4cd6 mem_le_tx_buffer1_omemalloc_new
+0x4d16 mem_le_tx_buffer2_omemalloc_new
+0x4d56 mem_le_tx_buffer3_omemalloc_new
+0x4d96 mem_mouse_commbination_dpi_check_enable
+0x4d97 mem_commbination_dpi_timer
+0x4d98 mem_mouse_commbination_key_dpi
+0x4d99 mem_sensor_8650_init_new
+0x4db7 mem_long_sleep_flag
+0x4db8 mem_mouse_customer_key_connect_vin_flag
+0x48d0 mem_remote_car_hard_soft_switch
+0x48d1 mem_remote_car_queue_each_size
+0x48d2 mem_remote_car_queue_length
+0x48d3 mem_remote_car_queue_curr_num
+0x48d4 mem_remote_car_queue_read_ptr
+0x48d5 mem_remote_car_queue_write_ptr
+0x48d6 mem_remote_car_queue_ele
+0x4930 mem_remote_style_led_type
+0x4931 mem_remote_style_blink_count
+0x4932 mem_remote_style_struct_led_gpio
+0x4933 mem_remote_style_on_time
+0x4935 mem_remote_style_off_time
+0x4937 mem_remote_style_cb_ledon
+0x4939 mem_remote_style_cb_ledoff
+0x493b mem_remote_car_led_num
+0x493c mem_remote_car_led_map
+0x4944 mem_remote_car_keyscan
+0x4944 mem_remote_car_key_num
+0x4945 mem_cb_remote_car_keyscan
+0x4947 mem_remote_car_key_conf0
+0x4947 mem_remote_car_key_conf0_pin
+0x4948 mem_remote_car_key_conf1
+0x4948 mem_remote_car_key_conf1_pin
+0x4949 mem_remote_car_key_conf2
+0x4949 mem_remote_car_key_conf2_pin
+0x494a mem_remote_car_key_conf3
+0x494a mem_remote_car_key_conf3_pin
+0x494b mem_remote_car_key_conf4
+0x494b mem_remote_car_key_conf4_pin
+0x494c mem_remote_car_key_conf5
+0x494c mem_remote_car_key_conf5_pin
+0x494d mem_remote_car_key_conf6
+0x494d mem_remote_car_key_conf6_pin
+0x494e mem_rocker_negative_flag
+0x494f mem_rocker_work_status
+0x4950 mem_current_vdd_value_default_mid_x
+0x4952 mem_current_vdd_value_default_mid_y
+0x4954 mem_current_vdd_value_default_mid_temp
+0x4956 mem_current_vdd_default_range
+0x4958 mem_rocker_last_status
+0x495a mem_rocker_status
+0x495a mem_rocker_x_status
+0x495b mem_rocker_y_status
+0x495c mem_remote_car_config_param
+0x495c mem_remote_car_config_setting_flag
+0x495d mem_remote_car_config_key_map
+0x495e mem_remote_car_config_layout
+0x495f mem_remote_car_config_connect_led_gpio
+0x4960 mem_remote_car_config_check_way
+0x4961 mem_remote_car_config_soft_switch_enable
+0x4962 mem_remote_car_config_soft_switch_gpio
+0x4963 mem_remote_car_config_timeout_shutdown_enable
+0x4964 mem_remote_car_24g_motor_packet
+0x4964 mem_remote_car_24g_motor_packet_lenght
+0x4965 mem_remote_car_24g_motor_send_packet_head
+0x4967 mem_remote_car_24g_motor_send_cmd
+0x4968 mem_remote_car_24g_motor_send_length
+0x496a mem_remote_car_24g_motor_send_payload
+0x496a mem_remote_car_24g_motor1_payload
+0x496c mem_remote_car_24g_motor2_payload
+0x496e mem_remote_car_24g_motor3_payload
+0x4970 mem_remote_car_24g_motor_send_checksum
+0x4971 mem_remote_car_24g_fire_packet
+0x4971 mem_remote_car_24g_fire_packet_lenght
+0x4972 mem_remote_car_24g_fire_send_packet_head
+0x4974 mem_remote_car_24g_fire_send_cmd
+0x4975 mem_remote_car_24g_fire_send_length
+0x4977 mem_remote_car_24g_fire_send_payload
+0x4979 mem_remote_car_24g_fire_send_checksum
+0x497a mem_remote_car_24g_tx_temp
+0x4989 mem_remote_car_no_data_timeout
+0x498b mem_remote_car_no_data_timer
+0x498d mem_remote_car_soft_power
+0x498d mem_remote_car_power_state
+0x498e mem_remote_car_power_timer
+0x498f mem_remote_car_power_off_timeout
+0x4990 mem_remote_car_power_starting_timeout
+0x4991 mem_remote_car_power_off_cb
+0x4993 mem_remote_car_power_starting_cb
+0x4995 mem_remote_car_power_standby_cb
+0x4997 mem_remote_key_status
+0x4998 mem_remote_car_24g_status
+0x4999 mem_remote_car_24g_auto_work_step
+0x499a mem_remote_car_24g_pair_success_flag
+0x499b mem_remote_car_empty_packet
+0x499c mem_remote_car_motor1_key0_press_state
+0x499d mem_remote_car_motor1_key1_press_state
+0x499e mem_remote_car_motor2_key2_press_state
+0x499f mem_remote_car_motor2_key3_press_state
+0x49a0 mem_remote_car_motor1_rel_state
+0x49a1 mem_remote_car_motor2_rel_state
+0x49a2 mem_remote_car_no_data_check
+0x47a4 mem_hci_uart_tx_gpio
+0x47a5 mem_hci_uart_rx_gpio
+0x47a6 mem_hci_uart_rts_gpio
+0x47a7 mem_hci_uart_cts_gpio
+0x47a8 mem_hci_pwm_12mhz_gpio
+0x47a4 mem_soft_version_num
+0x47a6 mem_module_wake_up_gpio
+0x47a7 mem_module_state_gpio
+0x47a8 mem_module_connect_state_gpio
+0x47a9 mem_current_packet_length
+0x47ab mem_module_state
+0x47ac mem_module_mcu_wake_pin
+0x47ad mem_module_mcu_wake_delay_us
+0x47b1 mem_module_spp_lpm_mult
+0x47b2 mem_module_le_lpm_mult
+0x47b3 mem_module_bluetooth_stauts_by_command
+0x47b4 mem_module_uart_rx_buffer
+0x47b6 mem_module_uart_rx_buffer_end
+0x47b8 mem_module_uart_tx_buffer
+0x47ba mem_module_uart_tx_buffer_end
+0x47bc mem_module_uarta_baud_rate
+0x47be mem_module_read_vdd_flag
+0x47bf mem_module_read_vdd_count
+0x47c0 mem_module_vdd_quotient
+0x47c1 mem_module_vdd_remainder
+0x47c2 mem_module_ble_data_uart_max_length
+0x47c3 mem_module_flag
+0x47c5 mem_module_hci_notify_len
+0x47c6 mem_module_hci_notify_handle
+0x47c8 mem_module_hci_nofiy_addr
+0x47ca mem_module_hci_notify_type
+0x47cb mem_last_transmite_clock
+0x47cf mem_module_uuid_list
+0x48fb mem_module_uuid_list_end
+0x48fb mem_module_le_att_list
+0x4b53 mem_module_le_att_list_end
+0x4b53 mem_module_nv_data
+0x4b53 mem_module_nv_data0
+0x4b75 mem_module_nv_data1
+0x4b97 mem_module_nv_data2
+0x4bb9 mem_module_nv_data3
+0x4bdb mem_module_nv_data4
+0x4bfd mem_module_nv_data_end
+0x47a4 mem_shutter_bluetooth_type
+0x47a5 mem_shutter_config_eeprom_offset_addr
+0x47a7 mem_shutter_config_eeprom_start_flag
+0x47a9 mem_shutter_config_user_size
+0x47aa mem_shutter_config_label
+0x47ab mem_shutter_config_otp_addr
+0x47ad mem_classic_shutter_cable_unplug_conut
+0x47ae mem_classic_shutter_hid_disconn_count
+0x47af mem_classic_shutter_random_mac_offset_addr
+0x47b1 mem_ble_shutter_enable_notify
+0x47b2 mem_ble_shutter_reconn_adv_interval
+0x47b4 mem_ble_shutter_discovery_adv_interval
+0x47b6 mem_ble_shutter_reconn_timeout
+0x47b8 mem_ble_shutter_reconn_timer
+0x47ba mem_ble_shutter_reconn_blink_on_time
+0x47bc mem_ble_shutter_reconn_blink_off_time
+0x47be mem_ble_shutter_discovery_blink_on_time
+0x47c0 mem_ble_shutter_discovery_blink_off_time
+0x47c2 mem_ble_shutter_interval_min
+0x47c4 mem_ble_shutter_interval_max
+0x47c6 mem_ble_shutter_latency
+0x47c8 mem_ble_shutter_timeout
+0x47ca mem_ble_shutter_interval_min_new
+0x47cc mem_ble_shutter_interval_max_new
+0x47ce mem_ble_shutter_latency_new
+0x47d0 mem_ble_shutter_timeout_new
+0x47d2 mem_classic_shutter_discovery_timeout
+0x47d4 mem_classic_shutter_connect_timeout
+0x47d6 mem_ble_shutter_discovery_timeout
+0x47d8 mem_ble_shutter_connect_timeout
+0x47da mem_shutter_sleep_timeout
+0x47dc mem_shutter_sleep_timer
+0x47de mem_shutter_hard_soft_switch_case
+0x47df mem_shutter_soft_switch_button_gpio
+0x47e0 mem_shutter_soft_switch_power_state
+0x47e1 mem_shutter_soft_switch_poweron_time
+0x47e2 mem_shutter_soft_switch_poweroff_time
+0x47e3 mem_shutter_soft_switch_poweron_callback_function
+0x47e5 mem_shutter_soft_switch_poweroff_callback_function
+0x47e7 mem_shutter_keyscan
+0x47e7 mem_shutter_key_num
+0x47e8 mem_cb_shutter_keycan
+0x47ea mem_shutter_key_conf0
+0x47eb mem_shutter_key_conf1
+0x47ec mem_shutter_key_conf2
+0x47ed mem_shutter_key_conf3
+0x47ee mem_shutter_key_conf4
+0x47ef mem_shutter_key_conf5
+0x47f0 mem_shutter_key_conf6
+0x47f1 mem_shutter_key_conf7
+0x47f2 mem_key0_press
+0x47f7 mem_key1_press
+0x47fc mem_key2_press
+0x4801 mem_key3_press
+0x4806 mem_key4_press
+0x480b mem_key5_press
+0x4810 mem_key6_press
+0x4815 mem_key7_press
+0x481a mem_key0_release
+0x481f mem_key1_release
+0x4824 mem_key2_release
+0x4829 mem_key3_release
+0x482e mem_key4_release
+0x4833 mem_key5_release
+0x4838 mem_key6_release
+0x483d mem_key7_release
+0x4842 mem_ble_data_buffer1
+0x4847 mem_ble_data_buffer2
+0x484c mem_ble_data_buffer3
+0x4851 mem_ble_data_buffer4
+0x4856 mem_ble_data_buffer5
+0x485b mem_ble_data_buffer6
+0x4860 mem_ble_data_buffer7
+0x4865 mem_ble_data_buffer8
+0x486a mem_ble_data_buffer9_58
+0x489c mem_classic_data_buffer
+0x48a1 mem_classic_data_buffer1
+0x48a6 mem_classic_data_buffer2
+0x48ab mem_classic_data_buffer3
+0x48b0 mem_classic_data_buffer4
+0x48b5 mem_classic_data_buffer5
+0x48ba mem_classic_data_buffer6
+0x48bf mem_classic_data_buffer7
+0x48c4 mem_classic_data_buffer8
+0x48c9 mem_classic_data_buffer9_58
+0x48fb mem_queue_each_size
+0x48fc mem_queue_length
+0x48fd mem_queue_curr_num
+0x48fe mem_queue_read_ptr
+0x48ff mem_queue_write_ptr
+0x4900 mem_queue_ele
+0x4920 mem_shutter_nv_data
+0x49ca mem_shutter_led_struct_app_led
+0x49ca mem_shutter_led_struct_app_led_type
+0x49cb mem_shutter_led_struct_app_led_blink_count
+0x49cc mem_shutter_led_struct_app_led_gpio
+0x49cd mem_shutter_led_struct_app_led_on_time
+0x49cf mem_shutter_led_struct_app_led_off_time
+0x49d1 mem_shutter_led_struct_app_led_on_callback
+0x49d3 mem_shutter_led_struct_app_led_off_callback
+0x49d5 mem_shutter_power_off_led_style
+0x49d5 mem_shutter_power_off_led_style_type
+0x49d6 mem_shutter_power_off_led_style_blink_count
+0x49d7 mem_shutter_power_off_led_style_gpio
+0x49d8 mem_shutter_power_off_led_style_on_time
+0x49da mem_shutter_power_off_led_style_off_time
+0x49dc mem_shutter_power_off_led_style_on_callback
+0x49de mem_shutter_power_off_led_style_off_callback
+0x49e0 mem_shutter_soft_swtich_botton_down
+0x49e1 mem_shutter_soft_swtich_led_struct_temp
+0x49ec mem_shutter_power_off_timeout
+0x49ed mem_shutter_power_off_timer
+0x49ee mem_shutter_key_conf0_temp
+0x49f0 mem_shutter_led_struct_app_led_gpio_temp
+0x49f1 mem_shutter_hard_soft_switch_case_temp
+0x49f2 mem_shutter_soft_switch_button_gpio_temp
+
+0x4b46 mem_mesh_unsegmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_unsegmented_access_lower_transport_layer_mic
+0x4b46 mem_mesh_segmented_access_lower_transport_layer_head
+0x4b47 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+0x4b4a mem_mesh_segmented_access_lower_transport_layer_parameters
+0x4b52 mem_mesh_segmented_access_lower_transport_layer_mic
+0x48e2 mem_k2_EncryptionKey
+0x48d2 mem_k2_PrivacyKey
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/program.lis	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/program.lis	(working copy)
@@ -0,0 +1,6898 @@
+              include "bt_format "
+              org 0x0000
+0000 c2840021 bbit1 8 ,pf_patch_ext 
+0001 c0000033 beq patch00_0 ,p_soft_reset 
+0002 c0410129 beq patch10_2 ,p_shutdown_radio 
+0003 c0418074 beq patch10_3 ,p_set_sync_on 
+0004 c042007b beq patch10_4 ,p_set_freq_rx 
+0005 c04500a1 beq patch11_2 ,p_txon_next 
+0006 c045811c beq patch11_3 ,p_initialize_radio_cont 
+0007 c0460089 beq patch11_4 ,p_save_rssi 
+0008 c04f8130 beq patch13_7 ,p_init_param 
+0009 c0520040 beq patch14_4 ,p_lpm_dispatch 
+000a c0570132 beq patch15_6 ,p_app_init 
+000b c061831e beq patch18_3 ,p_mouse_start_work 
+000c c0620048 beq patch18_4 ,p_mouse_start_reconnect_device 
+000d c0638229 beq patch18_7 ,p_mouse_app_enter_hibernate 
+000e c064822f beq patch19_1 ,p_mouse_setgpio_hibernate 
+000f c0650261 beq patch19_2 ,p_mouse_lpm_before_common 
+0010 c06600cb beq patch19_4 ,p_mouse_adc_read_start 
+0011 c067050c beq patch19_6 ,p_mouse_motion 
+0012 c06785b5 beq patch19_7 ,p_mouse_dpi_process 
+0013 c068033b beq patch1a_0 ,p_mouse_seting_dpi 
+0014 c0688547 beq patch1a_1 ,p_mouse_check_key_gpio 
+0015 c0698352 beq patch1a_3 ,p_mouse_init_sunt 
+0016 c06a052f beq patch1a_4 ,p_mouse_sensor_poweron 
+0017 c06b0284 beq patch1a_6 ,p_mouse_priority_bb_event 
+0018 c06c8380 beq patch1b_1 ,p_mouse_bb_event_timer 
+0019 c06d0496 beq patch1b_2 ,p_mouse_start_discovery 
+001a c06d84a0 beq patch1b_3 ,p_mouse_stop_discovery 
+001b c06f0593 beq patch1b_6 ,p_mouse_idle 
+001c c06f8060 beq patch1b_7 ,p_mouse_ready_reconnection_by_button 
+001d c0708059 beq patch1c_1 ,p_mouse_led_off 
+001e c0710056 beq patch1c_2 ,p_mouse_led_on 
+001f c07404a7 beq patch1d_0 ,p_hid_rx_process 
+0020 2020137c branch loop 
+
+pf_patch_ext:
+0021 c00d04bb beq patch23_2 ,p_send_lmp 
+0022 c0100054 beq patch24_0 ,p_twspi_reset 
+0023 c0158038 beq patch25_3 ,p_efuse_vdd_off 
+0024 c01980ab beq patch26_3 ,p_adc_init_data 
+0025 c01a00b0 beq patch26_4 ,p_enable_adc 
+0026 c04384a3 beq patch30_7 ,p_ui_timer_check 
+0027 c05084c5 beq patch34_1 ,p_le_slave_match 
+0028 c05184cf beq patch34_3 ,p_le_slave_unsync 
+0029 c05a84d1 beq patch36_5 ,p_le_transmit 
+002a c06004db beq patch38_0 ,p_le_parse_l2cap 
+002b c06e831a beq patch3b_5 ,p_g24_dispatch 
+002c c07102e1 beq patch3c_2 ,p_g24_pair_dispatch 
+002d c07482e9 beq patch3d_1 ,p_g24_reconn_dispatch 
+002e c07501c8 beq patch3d_2 ,p_g24_transmit_no_interrupt 
+002f c07581f6 beq patch3d_3 ,p_g24_transmit_hop_process 
+0030 c0760501 beq patch3d_4 ,p_g24_lpm_wait 
+0031 c07685bd beq patch3d_5 ,p_power_ctrl_start 
+0032 2020137c branch loop 
+
+p_soft_reset:
+0033 20800000 clear_stack 
+0034 204030f3 call app_param_init 
+0035 2455805c ncall p_led_num_check ,wake 
+0036 20403bfd call mouse_xtal_init 
+0037 20200804 branch soft_reset + 3 
+
+p_efuse_vdd_off:
+0038 6ff08a0b fetch 1 ,core_rf_ldo_en1 
+0039 793ffe05 set0 5 ,pdata 
+003a 793ffe04 set0 4 ,pdata 
+003b 793ffe00 set0 0 ,pdata 
+003c 67f08a0b store 1 ,core_rf_ldo_en1 
+003d 20000018 nop 24 
+003e 793ffe03 set0 3 ,pdata 
+003f 20205ea4 branch efuse_vdd_off + 6 
+
+p_lpm_dispatch:
+0040 20401465 call lpo_calibration 
+0041 6fe1c174 fetch 3 ,mem_clks_per_lpo 
+0042 207a0000 rtn blank 
+0043 6fe0c099 fetch 1 ,mem_lpm_mode 
+0044 207a0000 rtn blank 
+0045 6fe0cc41 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0046 247a0000 nrtn blank 
+0047 202014e3 branch lpm_dispatch + 6 
+
+p_mouse_start_reconnect_device:
+0048 204003cc call p_mouse_device_le_reconn_led_config 
+0049 da204939 arg mem_device1_type ,rega 
+004a 6fe0c938 fetch 1 ,mem_device_flag 
+004b 1fe0ffff increase -1 ,pdata 
+004c 1feffe1d mul32 pdata ,29 ,pdata 
+004d 9a20a200 iadd rega ,rega 
+004e efe08011 ifetch 1 ,rega 
+004f 67e0c482 store 1 ,mem_xrecord_mode 
+
+p_mouse_start_reconnect:
+0050 6fe0c482 fetch 1 ,mem_xrecord_mode 
+0051 c019bd6f beq rec_3_mode ,mouse3_0_check_reconn_target 
+0052 c01a3d7b beq rec_4_mode ,mouse4_0_check_reconn_target 
+0053 202042eb branch mouse_buletooth_fast_conn_init 
+
+p_twspi_reset:
+0054 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0055 20205af8 branch twspi_reset + 1 
+
+p_mouse_led_on:
+0056 18467cff sub temp ,gpio_disable ,null 
+0057 c1028000 rtneq zero 
+0058 20204930 branch mouse_led_on + 1 
+
+p_mouse_led_off:
+0059 18467cff sub temp ,gpio_disable ,null 
+005a c1028000 rtneq zero 
+005b 2020492c branch mouse_led_off + 1 
+
+p_led_num_check:
+005c 6fe0cbaf fetch 1 ,mem_mouse_flag + 4 
+005d 247a0000 nrtn blank 
+005e 70448c00 jam 0 ,mem_ui_led_struct_num 
+005f 20600000 rtn 
+
+p_mouse_ready_reconnection_by_button:
+0060 6fe0cbb4 fetch 1 ,mem_device_number 
+0061 c1008000 rtneq 1 
+0062 204046c2 call mouse_select_device_number 
+0063 6048c938 storet 1 ,mem_device_flag 
+0064 204003ec call p_mouse_devide_led_disable 
+0065 20400112 call p_mouse_low_voltage_led_off 
+
+p_mouse_store_device_number_before_reset:
+0066 7041ca00 jam 0 ,mem_link_key_exists 
+0067 204046da call mouse_select_device_enable 
+0068 20400071 call p_mouse_stop_bluetooth_mode 
+0069 20403173 call app_evt_button_long_pressed 
+006a 2040006c call p_mouse_le_state_clear 
+006b 202046bd branch mouse_store_device_number_before_reset + 3 
+
+p_mouse_le_state_clear:
+006c 58000000 setarg 0 
+006d 67e44040 store 8 ,mem_context 
+006e 70003100 jam 0 ,mem_state 
+006f 70478b00 jam 0 ,memui_reconnect_mode 
+0070 20600000 rtn 
+
+p_mouse_stop_bluetooth_mode:
+0071 6fe1478c fetch 2 ,mem_ui_state_map 
+0072 c3838000 rtnbit1 ui_state_bt_reconnect 
+0073 20204318 branch mouse_stop_bluetooth_mode + 2 
+
+p_set_sync_on:
+0074 70890005 jam 0x5 ,modem_en 
+0075 20000002 nop 2 
+0076 70890000 jam 0x0 ,modem_en 
+0077 6fe0c0c5 fetch 1 ,mem_fcomp_div 
+0078 c00c1168 beq xtal_24m ,set_sync_on_24m 
+
+p_set_sync_on_16m:
+0079 708a8729 jam 0x29 ,core_syn_afc_cfg1 
+007a 2020117d branch set_sync_on_16m 
+
+p_set_freq_rx:
+007b 20401190 call set_freq_rx + 1 
+007c 58007676 setarg 0x7676 
+007d 67f10968 store 2 ,0x8968 
+007e 20600000 rtn 
+
+p_mouse_24g_fast_conn_mode_check:
+007f c6930000 rtnmark0 mark_24g 
+0080 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+0081 684a488d fetcht 4 ,mem_24g_fast_conn_addr 
+0082 98467c00 isub temp ,null 
+0083 20228086 branch p_mouse_soft_agc_enable ,zero 
+
+p_mouse_soft_agc_disable:
+0084 7041eaff jam 0xff ,mem_gain_fix 
+0085 20600000 rtn 
+
+p_mouse_soft_agc_enable:
+0086 7041ea00 jam 0 ,mem_gain_fix 
+0087 7041e891 jam tx_power_f17db ,mem_tx_power 
+0088 20600000 rtn 
+
+p_save_rssi:
+0089 6ff089a2 fetch 1 ,modem_nb_pow 
+008a 2feffe06 isolate1 6 ,pdata 
+008b 7920fe07 setflag true ,7 ,pdata 
+008c 67e0c1e9 store 1 ,mem_modem_rssi 
+008d 6ff089a3 fetch 1 ,modem_gain 
+008e 1fe1040f and pdata ,0x0f ,temp 
+008f 18438400 lshift temp ,temp 
+0090 1ff1fe00 rshift4 pdata ,pdata 
+0091 98408400 iadd temp ,temp 
+0092 184fa203 mul32 temp ,3 ,rega 
+0093 6fe0c1e9 fetch 1 ,mem_modem_rssi 
+0094 2040009e call p_byte_sign_extern 
+0095 1fe67e00 sub pdata ,0 ,pdata 
+0096 9a20fe00 iadd rega ,pdata 
+0097 1fe0fff7 increase -9 ,pdata 
+0098 1fe17fff and pdata ,0x1ff ,pdata 
+0099 2feffe08 isolate1 8 ,pdata 
+009a 2420809c nbranch p_save_rssi_store ,true 
+009b 58000000 setarg 0 
+
+p_save_rssi_store:
+009c 67e08019 store 1 ,mem_rssi_hex 
+009d 20600000 rtn 
+
+p_byte_sign_extern:
+009e 2feffe07 isolate1 7 ,pdata 
+009f 24608000 nrtn true 
+00a0 202042d4 branch mouse_data_overflow 
+
+p_txon_next:
+00a1 6fe0c1e8 fetch 1 ,mem_tx_power 
+00a2 c04880a8 beq tx_power_f17db ,p_set_tx_power_f17db 
+00a3 c04a00a5 beq tx_power_f20db ,p_set_tx_power_pair 
+00a4 2020121e branch txon_next + 1 
+
+p_set_tx_power_pair:
+00a5 708a3904 jam 0x04 ,core_tx_pwr_ctrl0 
+00a6 708a3a00 jam 0x00 ,core_tx_pwr_ctrl1 
+00a7 2020122a branch set_rf_ldo_cfg89 
+
+p_set_tx_power_f17db:
+00a8 708a395b jam 0x5b ,core_tx_pwr_ctrl0 
+00a9 708a3a01 jam 0x01 ,core_tx_pwr_ctrl1 
+00aa 2020122a branch set_rf_ldo_cfg89 
+
+p_adc_init_data:
+00ab da20099e arg mem_temp_block2 ,rega 
+00ac d840000c arg 12 ,temp 
+00ad 58000030 setarg efuse_offset_adc_param 
+00ae 20405e63 call efuse_read_data 
+00af 202060bf branch adc_init_data + 6 
+
+p_enable_adc:
+00b0 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+00b1 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+00b2 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+00b3 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+00b4 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+00b5 79207e07 set1 7 ,pdata 
+00b6 67f08a09 store 1 ,core_clkpll_cfg6 
+00b7 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+00b8 2000003c nop 60 
+00b9 708a1600 jam 0 ,core_syn_en 
+00ba 708a1706 jam 6 ,core_rx_en0 
+00bb 2040611a call read_adc_mode 
+00bc 67f08a97 store 1 ,core_gpadc_ctrl 
+00bd 7080dc03 jam 0x03 ,core_sum_ctrl 
+00be 2000003c nop 60 
+00bf 6ff08053 fetch 1 ,core_sum_en 
+00c0 79207e07 set1 7 ,pdata 
+00c1 67f08053 store 1 ,core_sum_en 
+00c2 200003e8 nop 1000 
+00c3 6ff10150 fetch 2 ,core_adc_sum 
+00c4 67e144a2 store 2 ,mem_adc_current_value 
+00c5 6ff08053 fetch 1 ,core_sum_en 
+00c6 793ffe07 set0 7 ,pdata 
+00c7 67f08053 store 1 ,core_sum_en 
+00c8 708a9700 jam 0 ,core_gpadc_ctrl 
+00c9 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
+00ca 20600000 rtn 
+
+p_mouse_adc_read_start:
+00cb 204000b0 call p_enable_adc 
+00cc 7048f600 jam 0 ,mem_adc_read_timer 
+00cd 20406125 call vdd_calculate_by_mode 
+00ce 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+00cf 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+00d0 c08100d7 bne adc_config_gpio ,p_mouse_adc_data_process 
+00d1 684948e9 fetcht 2 ,mem_mouse_vdd_now_vol 
+00d2 184ffe08 mul32 temp ,8 ,pdata 
+00d3 1fe6fc0a div pdata ,10 
+00d4 20407dec call get_div_result 
+00d5 9840fe00 iadd temp ,pdata 
+00d6 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+
+p_mouse_adc_data_process:
+00d7 da2048e3 arg mem_mouse_vdd_calculate_set ,rega 
+00d8 20403ed8 call mouse_adc_bat_percent_lowpower_out 
+00d9 6fe0c4a4 fetch 1 ,mem_adc_power_flag 
+00da c28080dd bbit1 1 ,p_mouse_power_down 
+00db c30000e0 bbit0 0 ,p_mouse_adc_no_low_voltage 
+00dc 20203ecc branch mouse_adc_data_process_next 
+
+p_mouse_power_down:
+00dd 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00de c3003f1c bbit0 mouse_enable_1io2led ,mouse_power_down 
+00df 20200229 branch p_mouse_app_enter_hibernate 
+
+p_mouse_adc_no_low_voltage:
+00e0 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00e1 c3003ed0 bbit0 mouse_enable_1io2led ,mouse_adc_no_low_voltage 
+00e2 d8e00004 arg mouse_low_voltage_flag ,queue 
+00e3 204046f4 call mouse_disable_function_flag 
+00e4 704c4f01 jam 1 ,mem_adc_low_volatage_led_timer_count_new 
+00e5 6fe0c8fa fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+00e6 207a0000 rtn blank 
+00e7 7048fa00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+00e8 2020010f branch p_mouse_low_voltage_led_off_judge 
+
+p_mouse_check_dpi_blink:
+00e9 78547c00 disable user 
+00ea 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+00eb 1fe67c04 sub pdata ,4 ,null 
+00ec 24628000 nrtn zero 
+00ed 20207e54 branch enable_user 
+
+p_mouse_low_voltage_led_timer:
+00ee 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+00ef c3004956 bbit0 mouse_enable_1io2led ,mouse_low_voltage_led_timer 
+
+p_mouse_low_voltage_led_timer_new:
+00f0 c4018000 rtnbit0 mouse_enable_low_led 
+00f1 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+00f2 247a0000 nrtn blank 
+00f3 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+00f4 247a0000 nrtn blank 
+00f5 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+00f6 247a0000 nrtn blank 
+00f7 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+00f8 247a0000 nrtn blank 
+00f9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+00fa c4020000 rtnbit0 mouse_low_voltage_flag 
+00fb 204000e9 call p_mouse_check_dpi_blink 
+00fc 20740000 rtn user 
+00fd 6fe0cc54 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+00fe 203a0118 branch p_mouse_low_led_blink_count_init_judge ,blank 
+
+p_mouse_low_led_blink_timer:
+00ff 6848cc4f fetcht 1 ,mem_adc_low_volatage_led_timer_count_new 
+0100 18408401 increase 1 ,temp 
+0101 6048cc4f storet 1 ,mem_adc_low_volatage_led_timer_count_new 
+0102 6fe0cc4d fetch 1 ,mem_mouse_low_led_blink_timer 
+0103 98467c00 isub temp ,null 
+0104 2441010d ncall p_mouse_low_led_timer_count_clean ,positive 
+0105 6fe0cc4e fetch 1 ,mem_mouse_low_led_blink_half_timer 
+0106 98467c00 isub temp ,null 
+0107 2421010f nbranch p_mouse_low_voltage_led_off_judge ,positive 
+
+p_mouse_low_voltage_led_on_judge:
+0108 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0109 c0008409 beq mouse_enable_low_for_led ,p_mouse_device_multi_led_on + 1 
+010a c0018409 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on + 1 
+
+p_mouse_low_voltage_led_on:
+010b 6848cc58 fetcht 1 ,mem_mouse_low_gpio 
+010c 20200415 branch p_mouse_multi_led_on 
+
+p_mouse_low_led_timer_count_clean:
+010d 704c4f01 jam 1 ,mem_adc_low_volatage_led_timer_count_new 
+010e 20400114 call p_mouse_low_led_blink_decrease 
+
+p_mouse_low_voltage_led_off_judge:
+010f 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0110 c000841b beq mouse_enable_low_for_led ,p_mouse_device_multi_led_off + 1 
+0111 c001841b beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off + 1 
+
+p_mouse_low_voltage_led_off:
+0112 6848cc58 fetcht 1 ,mem_mouse_low_gpio 
+0113 20200433 branch p_mouse_multi_led_off 
+
+p_mouse_low_led_blink_decrease:
+0114 6fe0cc54 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0115 1fe0ffff increase -1 ,pdata 
+0116 67e0cc54 store 1 ,mem_mouse_multi_low_led_blink_count 
+0117 20600000 rtn 
+
+p_mouse_low_led_blink_count_init_judge:
+0118 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0119 c282010f bbit1 mouse_enable_low_led_blink_limit ,p_mouse_low_voltage_led_off_judge 
+011a 204003ab call p_mouse_multi_low_led_blink_count_init 
+011b 202000ff branch p_mouse_low_led_blink_timer 
+
+p_initialize_radio_cont:
+011c 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+011d 2040126a call initialize_syn_afc_cfg1 
+011e 20401271 call initialize_rf_ldo_cfg1 
+011f 20401277 call initialize_rc_cal 
+0120 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
+0121 708a0305 jam 5 ,core_clkpll_cfg0 
+0122 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+0123 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+0124 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+0125 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0126 708a8500 jam 0x00 ,core_syn_loopdiv_dsm_cfg 
+0127 70892140 jam 0x40 ,core_rx_ctrl1 
+0128 2020125d branch initialize_radio_cont + 8 
+
+p_shutdown_radio:
+0129 6fe0c1ea fetch 1 ,mem_gain_fix 
+012a 67e08964 store 1 ,mem_temp 
+012b 20401150 call shutdown_radio + 1 
+012c 708a0a00 jam 0x00 ,core_rf_ldo_en0 
+012d 6fe08964 fetch 1 ,mem_temp 
+012e 67e0c1ea store 1 ,mem_gain_fix 
+012f 20600000 rtn 
+
+p_init_param:
+0130 70008000 jam 0 ,mem_lmo_tid2 
+0131 202013b7 branch init_param_next + 1 
+
+p_app_init:
+0132 793f8034 set0 mark_adc_enable ,mark 
+0133 20406df3 call enable_authrom 
+0134 20400148 call p_mouse_setting_config 
+0135 204041a7 call mouse_init_sunt 
+0136 20758000 rtn wake 
+0137 2040033d call p_mouse_seting_sensor_type 
+0138 20403d8a call mouse_usb_check_enable 
+0139 20404728 call mouse_drawing_optima_init 
+013a 20400176 call p_mouse_cb_fuction 
+013b 2040053e call p_mouse_sensor_powerdown 
+013c 20203bc9 branch mouse_init + 8 
+
+p_mouse_customer_key_connect_vin:
+013d 6fe0c912 fetch 1 ,mem_customer_key_gpio 
+013e c17f8000 rtneq gpio_disable 
+013f c4038000 rtnbit0 7 
+0140 704db801 jam 1 ,mem_mouse_customer_key_connect_vin_flag 
+0141 20600000 rtn 
+
+p_mouse_le_name_load:
+0142 6fe0cc1e fetch 1 ,mem_le_name_patch_len 
+0143 207a0000 rtn blank 
+0144 1fe0f201 add pdata ,1 ,loopcnt 
+0145 d8c04c1e arg mem_le_name_patch_len ,contr 
+0146 d8a042f7 arg mem_le_name_len ,contw 
+0147 20207d5f branch memcpy 
+
+p_mouse_setting_config:
+0148 20758000 rtn wake 
+0149 20402607 call g24_transmit_init 
+014a 204022ff call g24_chmap_param_init 
+014b 20403f1e call mouse_gpio_init 
+014c 20400142 call p_mouse_le_name_load 
+014d 20403d13 call mouse_param_init 
+014e 2040016e call p_mouse_le_buff_modify 
+014f 204003a2 call p_mouse_device_multi_led_parm_init 
+0150 2040013d call p_mouse_customer_key_connect_vin 
+0151 20400173 call p_mouse_store_normal_tx_power 
+0152 20401b16 call le_set_config_fixed_ltk 
+0153 20401b3f call le_set_justwork 
+0154 20401b32 call le_set_fixed_ltk 
+0155 20401b1e call le_set_config_read_authentication 
+0156 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0157 c4098000 rtnbit0 mouse_enable_eeprom 
+
+p_mouse_load_eeprom_info_check:
+0158 20405da5 call iicd_read_init_pin 
+0159 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+015a 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+015b 2440ddbf ncall clear_eeprom_size_2k ,true 
+015c 2040463b call mouse_eeprom_load_recon_info 
+015d 20400169 call p_mouse_load_device_flag_check 
+015e 6fe14990 fetch 2 ,mem_store_flag 
+015f d840aa55 arg eeprom_init_flag ,temp 
+0160 98467c00 isub temp ,null 
+0161 2022c5e2 branch mouse_load_device_info ,zero 
+0162 60494990 storet 2 ,mem_store_flag 
+0163 204045e7 call mouse_ble_init_address 
+0164 6fe0cab4 fetch 1 ,mem_device_flag_temp 
+0165 67e0c938 store 1 ,mem_device_flag 
+
+p_mouse_load_default_dpi:
+0166 6fe0c926 fetch 1 ,mem_config_sensor_dpi 
+0167 67e0c992 store 1 ,mem_mouse_dpi 
+0168 20600000 rtn 
+
+p_mouse_load_device_flag_check:
+0169 6fe0c938 fetch 1 ,mem_device_flag 
+016a 1fe67c03 sub pdata ,3 ,null 
+016b 20610000 rtn positive 
+016c 70493800 jam mode_24g_device ,mem_device_flag 
+016d 20600000 rtn 
+
+p_mouse_le_buff_modify:
+016e 58004c96 setarg mem_le_tx_buffer0_omemalloc_new 
+016f 67e143de store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0170 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
+0171 67e143e0 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0172 20600000 rtn 
+
+p_mouse_store_normal_tx_power:
+0173 6fe0c1e8 fetch 1 ,mem_tx_power 
+0174 67e0cc90 store 1 ,mem_normal_tx_power 
+0175 20600000 rtn 
+
+p_mouse_cb_fuction:
+0176 5800017b setarg p_mouse_24g_package_data 
+0177 67e1489b store 2 ,mem_cb_24g_transmit_data 
+0178 5800019a setarg p_mouse_24g_search_dongle 
+0179 67e1489d store 2 ,mem_cb_24g_search_receiver 
+017a 20203bd3 branch mouse_cb_fuction + 4 
+
+p_mouse_24g_package_data:
+017b c6930000 rtnmark0 mark_24g 
+017c 20403f70 call mouse_motion 
+017d 24740000 nrtn user 
+017e 6fe0cdb7 fetch 1 ,mem_long_sleep_flag 
+017f 704db700 jam 0 ,mem_long_sleep_flag 
+0180 245a0198 ncall p_mouse_short_sleep_clear_wake ,blank 
+0181 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0182 c30a8185 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+0183 6fe0cb8b fetch 1 ,mem_customer_key 
+0184 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
+
+p_mouse_24g_mouse_package_data:
+0185 204042cb call mouse_data_xy_release 
+0186 6fe0c836 fetch 1 ,mem_24g_data_type 
+0187 c2808194 bbit1 1 ,p_mouse_24g_mouse_package_data_now 
+0188 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
+0189 6fe0c8d0 fetch 1 ,mem_mouse_key 
+018a 9841fe00 ior temp ,pdata 
+018b 67e0c8d0 store 1 ,mem_mouse_key 
+018c 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
+018d 6fe0c8d5 fetch 1 ,mem_mouse_z 
+018e 9840fe00 iadd temp ,pdata 
+018f 67e0c8d5 store 1 ,mem_mouse_z 
+0190 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
+0191 6fe0c8d6 fetch 1 ,mem_mouse_tz 
+0192 9840fe00 iadd temp ,pdata 
+0193 67e0c8d6 store 1 ,mem_mouse_tz 
+
+p_mouse_24g_mouse_package_data_now:
+0194 70483601 jam type_ms ,mem_24g_data_type 
+0195 da200007 arg 7 ,rega 
+0196 da4048d0 arg mem_mouse_key ,regb 
+0197 202026e1 branch g24_transmit_by_interrupt_enable 
+
+p_mouse_short_sleep_clear_wake:
+0198 20407fdc call clear_wake 
+0199 202015b1 branch lpm_write_gpio_wakeup 
+
+p_mouse_24g_search_dongle:
+019a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+019b c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+019c 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+019d 207a0000 rtn blank 
+019e 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+019f 207a0000 rtn blank 
+01a0 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
+01a1 1fe0fe01 increase 1 ,pdata 
+01a2 1fe17e03 and_into 3 ,pdata 
+01a3 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
+01a4 247a0000 nrtn blank 
+01a5 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
+
+p_mouse_24g_search_dongle_loop:
+01a6 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
+01a7 1fe0fe01 increase 1 ,pdata 
+01a8 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
+01a9 1fe67c08 sub pdata ,g24_ch_number ,null 
+01aa 242101b0 nbranch p_mouse_24g_search_dongle_loop_end ,positive 
+01ab 2040259a call g24_reconn_data_prep 
+01ac 2040265b call g24_transmit_receive_ack 
+01ad 242c01c6 nbranch p_mouse_24g_search_dongle_loop_retry ,sync 
+01ae 243781c6 nbranch p_mouse_24g_search_dongle_loop_retry ,user3 
+01af 204001bd call p_mouse_24g_search_dongle_success 
+
+p_mouse_24g_search_dongle_loop_end:
+01b0 20402597 call g24_txbuf_clear 
+01b1 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
+01b2 1fe0fe01 increase 1 ,pdata 
+01b3 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
+01b4 c1880000 rtnne g24_ch_poll_count 
+
+p_mouse_24g_search_dongle_check:
+01b5 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+01b6 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+01b7 c3800000 rtnbit1 g24_disconn_state 
+01b8 79207e00 set1 g24_disconn_state ,pdata 
+01b9 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+01ba 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+01bb 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+01bc 2020053e branch p_mouse_sensor_powerdown 
+
+p_mouse_24g_search_dongle_success:
+01bd 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+01be 203a488c branch mouse_24g_search_dongle_init ,blank 
+01bf 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+01c0 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+01c1 c4000000 rtnbit0 g24_disconn_state 
+01c2 793ffe00 set0 g24_disconn_state ,pdata 
+01c3 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+01c4 20404544 call mouse_no_data_timer_init 
+01c5 20200354 branch p_mouse_init_sensor_wakeup 
+
+p_mouse_24g_search_dongle_loop_retry:
+01c6 204022cb call g24_ch 
+01c7 202001a6 branch p_mouse_24g_search_dongle_loop 
+
+p_g24_transmit_no_interrupt:
+01c8 20402631 call g24_txdata_prep 
+01c9 24340269 nbranch p_g24_nodata_transmit ,user 
+
+p_g24_transmit_start:
+01ca 204001d8 call p_g24_transmit_process 
+01cb 204026ee call power_ctrl_start 
+01cc 2040007f call p_mouse_24g_fast_conn_mode_check 
+01cd 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+01ce 243a01d3 nbranch p_g24_short_sleep ,blank 
+01cf 6fe448b0 fetch 8 ,mem_24g_long_sleep_set 
+01d0 67e4485c store 8 ,mem_24g_enter_hibernate 
+01d1 6fe148c2 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+01d2 67e148c4 store 2 ,mem_24g_long_sleep_param_update_timer 
+
+p_g24_short_sleep:
+01d3 204026bb call g24_lpm_wait 
+01d4 24740000 nrtn user 
+01d5 20407fdc call clear_wake 
+01d6 6fe1c8ad fetch 3 ,mem_24g_short_sleep_set 
+01d7 202026b8 branch g24_long_sleep2 
+
+p_g24_transmit_process:
+01d8 7048a600 jam 0 ,mem_24g_retry 
+
+p_g24_transmit_loop:
+01d9 6961015f fetchr timeup ,2 ,mem_param_rx_setup 
+01da 34730200 until clkn_rt ,meet 
+01db 2040265b call g24_transmit_receive_ack 
+01dc 6fe0c82c fetch 1 ,mem_24g_no_ack 
+01dd c000a651 beq no_ack_24g ,g24_transmit_no_ack 
+01de 242c01e3 nbranch p_g24_retransmit ,sync 
+01df 243781e3 nbranch p_g24_retransmit ,user3 
+01e0 20402672 call g24_ackpayload_parse 
+01e1 2040021e call p_mouse_wakeup_24g 
+01e2 20202651 branch g24_transmit_no_ack 
+
+p_g24_retransmit:
+01e3 6fe0cac5 fetch 1 ,mem_mouse_need_soft_reset 
+01e4 247a0000 nrtn blank 
+01e5 2040020e call p_mouse_select_device_by_pb_button 
+01e6 20400202 call p_mouse_select_device_by_dpi_button_once 
+01e7 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+01e8 247a0000 nrtn blank 
+01e9 6fe148a3 fetch 2 ,mem_24g_txfail_cnt 
+01ea 1fe0fe01 increase 1 ,pdata 
+01eb 67e148a3 store 2 ,mem_24g_txfail_cnt 
+01ec 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+01ed c280a679 bbit1 1 ,g24_tx_attempt_fail 
+01ee 2040267e call g24_transmit_hop_process 
+01ef 204001f1 call p_delay_40ms 
+01f0 202001d9 branch p_g24_transmit_loop 
+
+p_delay_40ms:
+01f1 6fe0c8a4 fetch 1 ,mem_24g_txfail_cnt + 1 
+01f2 1fe67c00 sub pdata ,0x00 ,null 
+01f3 20610000 rtn positive 
+01f4 df200028 arg 40 ,loopcnt 
+01f5 20207d13 branch delay_ms_wait 
+
+p_g24_transmit_hop_process:
+01f6 6848c8a6 fetcht 1 ,mem_24g_retry 
+01f7 6fe0c8c6 fetch 1 ,mem_24g_fast_hop_count 
+01f8 98467c00 isub temp ,null 
+01f9 242101fb nbranch p_g24_tx_fast_hop ,positive 
+01fa 20202683 branch g24_transmit_hop_process + 5 
+
+p_g24_tx_fast_hop:
+01fb 6fe2483c fetch 4 ,mem_24g_addr 
+01fc 684a488d fetcht 4 ,mem_24g_fast_conn_addr 
+01fd 98467c00 isub temp ,null 
+01fe 2022a2cb branch g24_ch ,zero 
+01ff 204005e2 call p_power_ctrl_txpower_incrs 
+0200 20402724 call power_ctrl_pac_succ_decrs 
+0201 202022cb branch g24_ch 
+
+p_mouse_select_device_by_dpi_button_once:
+0202 d8e0000c arg 12 ,queue 
+0203 20407d74 call timer_check 
+0204 247a0000 nrtn blank 
+0205 2040020a call p_mouse_dpi_check_once 
+0206 2040407c call mouse_dpi_key_check_long_press 
+
+p_mouse_g24_retransmit_100ms_timer_init:
+0207 d8e0000c arg 12 ,queue 
+0208 580000a0 setarg 160 
+0209 20207d66 branch timer_init 
+
+p_mouse_dpi_check_once:
+020a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+020b c4140000 rtnbit0 mouse_enable_select_device_by_dpi_button 
+020c 202005a3 branch p_mouse_dpi_check 
+
+p_mouse_select_device_by_pb_button_check_once:
+020d 704b9403 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+p_mouse_select_device_by_pb_button:
+020e 6fe0c91b fetch 1 ,mem_config_select_device_button_gpio 
+020f c17f8000 rtneq gpio_disable 
+0210 da200000 arg 0 ,rega 
+0211 704b9606 jam mouse_pb_key ,mem_mouse_key_temp 
+0212 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+0213 2040466a call mouse_pb_button_check 
+0214 67e0cb94 store 1 ,mem_mouse_pbkey_press_status 
+0215 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0216 c07f821b beq gpio_disable ,p_mouse_3io6key_pb_button_check_end 
+0217 20404168 call mouse_matrix_public_gpio_reset 
+
+p_mouse_select_device_by_pb_button_exit:
+0218 1a227e00 copy rega ,pdata 
+0219 c283468d bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
+021a 20204680 branch mouse_select_device_button_up 
+
+p_mouse_3io6key_pb_button_check_end:
+021b 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+021c 20403f56 call mouse_gpio_config_input_pu 
+021d 20200218 branch p_mouse_select_device_by_pb_button_exit 
+
+p_mouse_wakeup_24g:
+021e 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+021f 245a0222 ncall p_mouse_wakeup_24g_from_long_sleep ,blank 
+0220 704be100 jam 0 ,mem_sensor_shutdown_flag 
+0221 20600000 rtn 
+
+p_mouse_wakeup_24g_from_long_sleep:
+0222 20400354 call p_mouse_init_sensor_wakeup 
+0223 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0224 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+p_mouse_wheel_set_wakeup:
+0225 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0226 20403f56 call mouse_gpio_config_input_pu 
+0227 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0228 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_app_enter_hibernate:
+0229 58000006 setarg pan_reg_config 
+022a 20405b0d call twspi_read 
+022b c281be23 bbit1 3 ,mouse_app_enter_hibernate + 3 
+022c 20400539 call p_mouse_sensor_reset 
+022d 2040053e call p_mouse_sensor_powerdown 
+022e 20203e23 branch mouse_app_enter_hibernate + 3 
+
+p_mouse_setgpio_hibernate:
+022f 204042e9 call mouse_set_sdio_high 
+0230 20407fdc call clear_wake 
+0231 20400443 call p_mouse_logo_led_off 
+0232 20404015 call mouse_before_hibernate_wheel_gpio_set 
+0233 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+0234 20406069 call gpio_out_active 
+0235 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+0236 20406042 call gpio_clr_wake 
+0237 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0238 2040057a call p_mouse_gpio_config_output_high 
+0239 d8400003 arg 3 ,temp 
+023a 20403f56 call mouse_gpio_config_input_pu 
+023b 20400261 call p_mouse_lpm_before_common 
+023c 20406082 call gpio_pd_idle 
+023d 20400429 call p_mouse_device_multi_led_all_off 
+023e d8400013 arg 19 ,temp 
+023f 20403f56 call mouse_gpio_config_input_pu 
+0240 20400243 call p_mouse_device_switch_gpio_high_impedance 
+0241 20400247 call p_mouse_adc_gpio_set_before_hibernate 
+0242 20200257 branch p_mouse_wheel_gpio_set_before_hibernate 
+
+p_mouse_device_switch_gpio_high_impedance:
+0243 6fe0c91e fetch 1 ,mem_device_switch_gpio 
+0244 c17f8000 rtneq gpio_disable 
+0245 6848c91e fetcht 1 ,mem_device_switch_gpio 
+0246 2020607f branch gpio_set_high_impedance 
+
+p_mouse_adc_gpio_set_before_hibernate:
+0247 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0248 c280024b bbit1 mouse_enable_1io2led ,p_mouse_adc_gpio_set_before_hibernate_next 
+0249 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+024a c40a0000 rtnbit0 mouse_enable_adc 
+
+p_mouse_adc_gpio_set_before_hibernate_next:
+024b 2040024f call p_mouse_adc_gpio_set 
+024c 6fe0c8fc fetch 1 ,mem_adc_channel_gpio 
+024d d84000c0 arg gpcfg_no_ie ,temp 
+024e 20206093 branch gpio_config_function_int 
+
+p_mouse_adc_gpio_set:
+024f 6848c4a1 fetcht 1 ,mem_adc_channel 
+0250 18467c03 sub temp ,3 ,null 
+0251 20210255 branch p_mouse_adc_gpio_4_7_set ,positive 
+0252 18408405 increase 5 ,temp 
+
+p_mouse_adc_gpio_store:
+0253 6048c8fc storet 1 ,mem_adc_channel_gpio 
+0254 20600000 rtn 
+
+p_mouse_adc_gpio_4_7_set:
+0255 18408404 increase 4 ,temp 
+0256 20200253 branch p_mouse_adc_gpio_store 
+
+p_mouse_wheel_gpio_set_before_hibernate:
+0257 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0258 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+p_mouse_wheel_clr_wakeup:
+0259 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+025a 20406042 call gpio_clr_wake 
+025b 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+025c 20406042 call gpio_clr_wake 
+025d 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+025e 20403f54 call mouse_gpio_config_input_pd 
+025f 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0260 20203f54 branch mouse_gpio_config_input_pd 
+
+p_mouse_lpm_before_common:
+0261 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+0262 20406050 call gpio_config_input 
+0263 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+0264 20406050 call gpio_config_input 
+0265 20403f88 call mouse_wheel_check 
+0266 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0267 2040057a call p_mouse_gpio_config_output_high 
+0268 20203e44 branch mouse_lpm_before_common + 4 
+
+p_g24_nodata_transmit:
+0269 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+026a 205a0276 call p_g24_send_abort_packet ,blank 
+026b 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+026c c1008000 rtneq g24_tx_timer_int_enable 
+026d 2040269f call g24_search_receiver 
+
+p_g24_long_sleep:
+026e 20400501 call p_g24_lpm_wait 
+026f 24740000 nrtn user 
+0270 204026c4 call g24_setgpio_lpm_before 
+0271 704db701 jam 1 ,mem_long_sleep_flag 
+0272 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0273 245a022f ncall p_mouse_setgpio_hibernate ,blank 
+0274 6fe4485c fetch 8 ,mem_24g_enter_hibernate 
+0275 202026b8 branch g24_long_sleep2 
+
+p_g24_send_abort_packet:
+0276 70483601 jam type_ms ,mem_24g_data_type 
+0277 7048a701 jam 1 ,mem_24g_abort_pac 
+0278 20402642 call g24_transmit_rf_ctrl_clear 
+0279 67e0c7c6 store 1 ,mem_24g_txbuf 
+027a 58000000 setarg 0 
+027b 67e3c7c7 store 7 ,mem_24g_txbuf + 1 
+027c 6fe248a9 fetch 4 ,mem_24g_device_addr 
+027d 67e247ce store 4 ,mem_24g_txbuf + 8 
+027e 7048350c jam 12 ,mem_24g_datalen 
+027f 6fe0c836 fetch 1 ,mem_24g_data_type 
+0280 79207e03 set1 bit_abort ,pdata 
+0281 67e0c836 store 1 ,mem_24g_data_type 
+0282 20402291 call g24_transmit_prep 
+0283 202001ca branch p_g24_transmit_start 
+
+p_mouse_priority_bb_event:
+0284 1a627e00 copy regc ,pdata 
+0285 c0008299 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+0286 c01e02b5 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0287 c01c82b1 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0288 c01d02c5 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0289 c01902a1 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+028a c00a829b beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+028b c00a0297 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+028c c02002a8 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+028d c0090290 beq bt_evt_hid_handshake ,p_mouse_bt_hid_handshake 
+028e c0030293 beq bt_evt_hid_connected ,p_app_hid_connected 
+028f 20204336 branch mouse_priority_bb_event + 2 
+
+p_mouse_bt_hid_handshake:
+0290 70445401 jam app_handshake_done ,mem_app_handshake_flag 
+0291 20403223 call app_lpm_mult_enable 
+0292 20204427 branch mouse_bt_hid_handshake + 3 
+
+p_app_hid_connected:
+0293 204042ca call mouse_init_sensor_reset 
+0294 20404544 call mouse_no_data_timer_init 
+0295 204003bb call p_mouse_device_poweron_led_config 
+0296 20203244 branch app_hid_connected 
+
+p_mouse_le_bb_event_connected:
+0297 204003bb call p_mouse_device_poweron_led_config 
+0298 20204350 branch mouse_le_bb_event_connected 
+
+p_mouse_bb_event_connected:
+0299 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+029a 202043fc branch mouse_bb_event_connected + 2 
+
+p_mouse_le_bb_disconnected:
+029b 58000000 setarg 0 
+029c 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+029d 67e0cc7a store 1 ,mem_mouse_le_send_conn_param_update 
+029e 67e0cc7b store 1 ,mem_mouse_le_send_conn_param_update_timer 
+029f 67e0cac6 store 1 ,mem_mouse_le_bb_connected_flag 
+02a0 20204366 branch mouse_le_bb_disconnected + 7 
+
+p_mouse_le_ll_start_encryt:
+02a1 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+02a2 c00082a5 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+02a3 704b7614 jam 20 ,mem_le_start_encrypt_timer 
+02a4 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+p_mouse_le_ll_reconn_start_encryt:
+02a5 2040436c call mouse_updata_le_param 
+02a6 704b760a jam 10 ,mem_le_start_encrypt_timer 
+02a7 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+p_mouse_le_conn_param_update_rsp_recieved:
+02a8 6fe0cc7a fetch 1 ,mem_mouse_le_send_conn_param_update 
+02a9 247a0000 nrtn blank 
+02aa 704c7a01 jam 1 ,mem_mouse_le_send_conn_param_update 
+02ab 704c7b1e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+02ac 20600000 rtn 
+
+p_mouse_agc_disable_nomal_power:
+02ad 20400084 call p_mouse_soft_agc_disable 
+
+p_mouse_fetch_normal_tx_power:
+02ae 6fe0cc90 fetch 1 ,mem_normal_tx_power 
+02af 67e0c1e8 store 1 ,mem_tx_power 
+02b0 20600000 rtn 
+
+p_mouse_24g_pairing_complete:
+02b1 204002ad call p_mouse_agc_disable_nomal_power 
+02b2 20404544 call mouse_no_data_timer_init 
+02b3 204003bb call p_mouse_device_poweron_led_config 
+02b4 20204857 branch mouse_24g_pairing_complete 
+
+p_mouse_24g_attempt_success:
+02b5 6fe2483c fetch 4 ,mem_24g_addr 
+02b6 67e24891 store 4 ,mem_24g_receiver_addr 
+02b7 67e24993 store 4 ,mem_mouse_24g_addr 
+02b8 2040257e call g24_ch_syncword_crc8_init 
+02b9 204003bb call p_mouse_device_poweron_led_config 
+02ba 20404544 call mouse_no_data_timer_init 
+02bb 204042ca call mouse_init_sensor_reset 
+02bc 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+02bd 7048a100 jam 0 ,mem_24g_conn_sm 
+02be 70488b00 jam 0 ,mem_24g_reconn_type 
+02bf 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+02c0 684a488d fetcht 4 ,mem_24g_fast_conn_addr 
+02c1 98467c00 isub temp ,null 
+02c2 20628000 rtn zero 
+02c3 204002ad call p_mouse_agc_disable_nomal_power 
+02c4 20204822 branch mouse_24g_first_store_reconn_info 
+
+p_mouse_24g_attempt_fail:
+02c5 204002ad call p_mouse_agc_disable_nomal_power 
+02c6 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
+02c7 243a02d8 nbranch p_mouse_24g_hibernate_set ,blank 
+02c8 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+02c9 c00102cc beq fast_conn_and_3_0_addr ,p_mouse_24g_fast_conn_attempt_fail 
+02ca c00082cc beq fast_conn_and_receiver ,p_mouse_24g_fast_conn_attempt_fail 
+02cb 20204837 branch mouse_24g_attempt_fail + 4 
+
+p_mouse_24g_fast_conn_attempt_fail:
+02cc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+02cd c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+02ce c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+02cf c31d4806 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+02d0 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+02d1 684a4974 fetcht 4 ,mem_mouse_compare_addr_ff 
+02d2 98467c00 isub temp ,null 
+02d3 202282d5 branch p_mouse_24g_start_pair_mode ,zero 
+02d4 20204806 branch mouse_24g_reconn_dongle_start 
+
+p_mouse_24g_start_pair_mode:
+02d5 70488b00 jam 0 ,mem_24g_reconn_type 
+02d6 204003c3 call p_mouse_device_pair_led_config 
+02d7 20204827 branch mouse_24g_start_pair_mode 
+
+p_mouse_24g_hibernate_set:
+02d8 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
+02d9 20402652 call g24_transmit_next_packet 
+02da 5fffffff setarg -1 
+02db 67e4485c store 8 ,mem_24g_enter_hibernate 
+02dc 58000000 setarg 0 
+02dd 67e3c8d0 store 7 ,mem_mouse_key 
+02de 704be101 jam 1 ,mem_sensor_shutdown_flag 
+02df 2040053e call p_mouse_sensor_powerdown 
+02e0 2020026e branch p_g24_long_sleep 
+
+p_g24_pair_dispatch:
+02e1 70488b00 jam default_24g_device ,mem_24g_reconn_type 
+02e2 6fe14beb fetch 2 ,mem_24g_pair_count 
+02e3 1fe0fe01 increase 1 ,pdata 
+02e4 67e14beb store 2 ,mem_24g_pair_count 
+02e5 6fe0cbeb fetch 1 ,mem_24g_pair_count 
+02e6 1fe17eff and pdata ,0xff ,pdata 
+02e7 c0002341 beq 0 ,g24_pair_dispatch + 1 
+02e8 20600000 rtn 
+
+p_g24_reconn_dispatch:
+02e9 6fe14889 fetch 2 ,mem_24g_reconn_count 
+02ea d84001f8 arg 0x01f8 ,temp 
+02eb 98417e00 iand temp ,pdata 
+02ec 203a02f1 branch p_g24_reconn_dispatch_next ,blank 
+02ed 6fe14889 fetch 2 ,mem_24g_reconn_count 
+02ee 1fe0fe01 increase 1 ,pdata 
+02ef 67e14889 store 2 ,mem_24g_reconn_count 
+02f0 20600000 rtn 
+
+p_g24_reconn_dispatch_next:
+02f1 2040259a call g24_reconn_data_prep 
+02f2 2040265b call g24_transmit_receive_ack 
+02f3 242c030a nbranch p_g24_reconn_device_fail ,sync 
+02f4 2437830a nbranch p_g24_reconn_device_fail ,user3 
+02f5 20402672 call g24_ackpayload_parse 
+02f6 6fe24877 fetch 4 ,mem_24g_pair_addr 
+02f7 684a483c fetcht 4 ,mem_24g_addr 
+02f8 98467c00 isub temp ,null 
+02f9 2022a32e branch g24_pair_start ,zero 
+02fa 6fe248a9 fetch 4 ,mem_24g_device_addr 
+02fb 684a483c fetcht 4 ,mem_24g_addr 
+02fc 98467c00 isub temp ,null 
+02fd 20428306 call p_g24_store_receiver_addr ,zero 
+02fe 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
+02ff 793ffe02 set0 state_24g_reconn ,pdata 
+0300 67e0c8a1 store 1 ,mem_24g_conn_sm 
+0301 58000000 setarg 0 
+0302 67e14883 store 2 ,mem_24g_pair_timeout 
+0303 67e14889 store 2 ,mem_24g_reconn_count 
+0304 67e14887 store 2 ,mem_24g_reconn_timeout 
+0305 20202595 branch g24_reconn_attempt_success 
+
+p_g24_store_receiver_addr:
+0306 6fe2480c fetch 4 ,mem_24g_rxpayload + 2 
+0307 207a0000 rtn blank 
+0308 67e24891 store 4 ,mem_24g_receiver_addr 
+0309 2020257e branch g24_ch_syncword_crc8_init 
+
+p_g24_reconn_device_fail:
+030a 6fe0c88c fetch 1 ,mem_24g_fast_conn_enable 
+030b 203a22cb branch g24_ch ,blank 
+030c 6fe14889 fetch 2 ,mem_24g_reconn_count 
+030d 1fe0fe01 increase 1 ,pdata 
+030e 67e14889 store 2 ,mem_24g_reconn_count 
+030f 2feffe09 isolate1 9 ,pdata 
+0310 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+0311 c0020314 beq pair_and_3_0_addr ,p_g24_reconn_pair_and_3_0 
+0312 c0010316 beq fast_conn_and_3_0_addr ,p_g24_reconn_fast_conn_and_3_0 
+0313 202025a8 branch g24_reconn_device_fail + 7 
+
+p_g24_reconn_pair_and_3_0:
+0314 2020a575 branch g24_reconn_device_3_0_addr ,true 
+0315 20202339 branch g24_pair_init_param 
+
+p_g24_reconn_fast_conn_and_3_0:
+0316 2020a575 branch g24_reconn_device_3_0_addr ,true 
+
+p_mouse_fast_conn_tx_power_set:
+0317 7041e891 jam tx_power_f17db ,mem_tx_power 
+0318 204000a8 call p_set_tx_power_f17db 
+0319 20202568 branch g24_reconn_fast_conn + 2 
+
+p_g24_dispatch:
+031a c513a40e bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+
+p_g24_transmit_dispatch:
+031b c6930000 rtnmark0 mark_24g 
+031c 6fe0c8a1 fetch 1 ,mem_24g_conn_sm 
+031d 2020261d branch g24_transmit_dispatch + 2 
+
+p_mouse_start_work:
+031e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+031f c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0320 6fe0c938 fetch 1 ,mem_device_flag 
+0321 c0000323 beq mode_24g_device ,p_mouse_24g_start_mode 
+0322 20203d57 branch mouse_start_work + 5 
+
+p_mouse_24g_start_mode:
+0323 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0324 c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0325 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+0326 684a4974 fetcht 4 ,mem_mouse_compare_addr_ff 
+0327 98467c00 isub temp ,null 
+0328 204283d8 call p_mouse_device_discovery_led_config ,zero 
+0329 244283cc ncall p_mouse_device_le_reconn_led_config ,zero 
+032a 20403d65 call mouse_wakeup_from_power_check 
+032b 20344806 branch mouse_24g_reconn_dongle_start ,user 
+032c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+032d c2980336 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+032e c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+032f 20404110 call mouse_key_check_once 
+0330 1a217e07 and rega ,0x07 ,pdata 
+0331 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+0332 98467c00 isub temp ,null 
+0333 204283d8 call p_mouse_device_discovery_led_config ,zero 
+0334 2022c827 branch mouse_24g_start_pair_mode ,zero 
+0335 2020480c branch mouse_24g_reconn_general_dongle 
+
+p_mouse_24g_reconn_general_dongle:
+0336 70493800 jam mode_24g_device ,mem_device_flag 
+0337 6fe14bba fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0338 67e14887 store 2 ,mem_24g_reconn_timeout 
+0339 70488b01 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+033a 20202559 branch g24_reconn_start 
+
+p_mouse_seting_dpi:
+033b 2040408f call mouse_setting_dpi_4_level 
+033c 2040036b call p_mouse_dpi_led_blink_delay 
+
+p_mouse_seting_sensor_type:
+033d 6fe0c927 fetch 1 ,mem_config_sensor_type 
+033e c0060340 beq s201x ,p_mouse_seting_s201_dpi 
+033f 20204098 branch mouse_seting_sensor_type 
+
+p_mouse_seting_s201_dpi:
+0340 6fe0c992 fetch 1 ,mem_mouse_dpi 
+0341 c0000344 beq mouse_dpi_level1 ,p_mouse_set_s201_dpi_0 
+0342 c0008346 beq mouse_dpi_level2 ,p_mouse_set_s201_dpi_2 
+0343 c0010348 beq mouse_dpi_level3 ,p_mouse_set_s201_dpi_3 
+
+p_mouse_set_s201_dpi_0:
+0344 6fe0cc91 fetch 1 ,mem_sensor_s201_dpi_0 
+0345 20200349 branch p_mouse_dpi_s201_store 
+
+p_mouse_set_s201_dpi_2:
+0346 6fe0cc93 fetch 1 ,mem_sensor_s201_dpi_2 
+0347 20200349 branch p_mouse_dpi_s201_store 
+
+p_mouse_set_s201_dpi_3:
+0348 6fe0cc94 fetch 1 ,mem_sensor_s201_dpi_3 
+
+p_mouse_dpi_s201_store:
+0349 1fe22200 copy pdata ,rega 
+034a 5800c309 setarg 0xc309 
+034b 20405b0c call twspi_write 
+034c 1a227e00 copy rega ,pdata 
+034d 1fed7e00 lshift8 pdata ,pdata 
+034e 1fe0fe23 add pdata ,0x23 ,pdata 
+034f 20405b0c call twspi_write 
+0350 58000009 setarg 0x0009 
+0351 20205b0c branch twspi_write 
+
+p_mouse_init_sunt:
+0352 20403f65 call mouse_sensor_spi_init 
+0353 20758000 rtn wake 
+
+p_mouse_init_sensor_wakeup:
+0354 20404236 call mouse_sensor_poweron 
+
+p_mouse_init_sensor:
+0355 204041b5 call mouse_read_sensor_id 
+0356 c018035c beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0357 c018c217 beq p3065_id1 ,mouse_init_p3065 
+0358 c02c4220 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0359 204041b2 call mouse_twspi_reset 
+035a 20001af4 nop 6900 
+035b 20200355 branch p_mouse_init_sensor 
+
+p_mouse_init_p32xx_id2_judge:
+035c 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+035d c0688365 beq p3205_tj3t_id2 ,p_mouse_3205_3t_init_param 
+035e c02d0360 beq p_mx8650 ,p_mouse_mx8650_init_param 
+035f 202041be branch mouse_init_p32xx_id2_judge + 2 
+
+p_mouse_mx8650_init_param:
+0360 70492705 jam mx8650 ,mem_config_sensor_type 
+0361 20404232 call mouse_sensor_reset 
+0362 20407d12 call delay_10ms 
+0363 da604d99 arg mem_sensor_8650_init_new ,regc 
+0364 20200534 branch p_mouse_sensor_end 
+
+p_mouse_3205_3t_init_param:
+0365 58000049 setarg 0x49 
+0366 20405b0d call twspi_read 
+0367 c0508369 beq 0xa1 ,p_mouse_s201x_init_param 
+0368 202041da branch mouse_3205_3t_init_param 
+
+p_mouse_s201x_init_param:
+0369 7049270c jam s201x ,mem_config_sensor_type 
+036a 20600000 rtn 
+
+p_mouse_dpi_led_blink_delay:
+036b 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+036c c280036f bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new1 
+036d 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+036e c17f8000 rtneq gpio_disable 
+
+p_mouse_dpi_led_blink_delay_new1:
+036f 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+0370 247a0000 nrtn blank 
+0371 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+0372 247a0000 nrtn blank 
+0373 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+0374 247a0000 nrtn blank 
+0375 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0376 c280037d bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_delay_new2 
+0377 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0378 247a0000 nrtn blank 
+
+p_mouse_dpi_led_blink_delay_next:
+0379 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+037a 203a044a branch p_mouse_dpi_led_blink_init ,blank 
+037b 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
+037c 20600000 rtn 
+
+p_mouse_dpi_led_blink_delay_new2:
+037d 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+037e 247a0000 nrtn blank 
+037f 20200379 branch p_mouse_dpi_led_blink_delay_next 
+
+p_mouse_bb_event_timer:
+0380 20403e9b call mouse_adc_read 
+0381 204000ee call p_mouse_low_voltage_led_timer 
+0382 2040232b call g24_pair_timeout_timer 
+0383 20402556 call g24_reconn_timeout_timer 
+0384 204047cd call mouse_24g_long_sleep_param_update_timer 
+0385 20400447 call p_mouse_dpi_led_blink_delay_timer 
+0386 204003e2 call p_mouse_led_multi_timer 
+0387 20400439 call p_mouse_logo_led_on_timer 
+0388 2040407c call mouse_dpi_key_check_long_press 
+0389 204044cc call mouse_bt_discovery_check 
+038a 20400473 call p_mouse_commbination_key_process 
+038b 204044ff call mouse_check_discovery_timeout_timer 
+038c 20400398 call p_mouse_check_direct_timeout_timer 
+038d 20404512 call mouse_le_enable_att_list_timer 
+038e 2040048a call p_mouse_le_battery_updata_timer 
+038f 20404515 call mouse_le_send_smp_security_request_timer 
+0390 2040048d call p_mouse_le_send_conn_param_update_timer 
+0391 2040452a call mouse_check_hid_handshake_timer 
+0392 2040452d call mouse_bt_check_sniff_req_timeout_timer 
+0393 2040039c call p_mouse_check_reconnect_delay_long_sleep 
+0394 20404535 call mouse_current_mult_update_timer 
+0395 20404022 call mouse_wheel_trigger_timer 
+0396 20404547 call mouse_store_information_delay_timer 
+0397 20200490 branch p_mouse_check_no_data_timeout_timer 
+
+p_mouse_check_direct_timeout_timer:
+0398 da604b77 arg mem_mouse_direct_timer ,regc 
+0399 da40450a arg mouse_check_direct_timeout ,regb 
+039a 2040318a call timer_single_step 
+039b 20204507 branch mouse_check_direct_timeout_timer + 3 
+
+p_mouse_check_reconnect_delay_long_sleep:
+039c da604ac4 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+039d da40039f arg p_mouse_app_enter_hibernate_check ,regb 
+039e 2020318a branch timer_single_step 
+
+p_mouse_app_enter_hibernate_check:
+039f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+03a0 c2998496 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,p_mouse_start_discovery 
+03a1 20203e20 branch mouse_app_enter_hibernate 
+
+p_mouse_device_multi_led_parm_init:
+03a2 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+03a3 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03a4 c4000000 rtnbit0 mouse_enable_1io2led 
+03a5 20400429 call p_mouse_device_multi_led_all_off 
+
+p_mouse_multi_led_parm_init:
+03a6 704c4400 jam 0 ,mem_mouse_multi_led_blink_type 
+
+p_mouse_multi_low_led_blink_timer_init:
+03a7 6fe0cc4d fetch 1 ,mem_mouse_low_led_blink_timer 
+03a8 1fe37e00 rshift pdata ,pdata 
+03a9 67e0cc4e store 1 ,mem_mouse_low_led_blink_half_timer 
+03aa 20600000 rtn 
+
+p_mouse_multi_low_led_blink_count_init:
+03ab 6fe0cc53 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
+03ac 67e0cc54 store 1 ,mem_mouse_multi_low_led_blink_count 
+03ad 20600000 rtn 
+
+p_mouse_multi_led_blink_timer_init:
+03ae 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+03af c00083b5 beq 1 ,p_mouse_device_24g_led_blink_timer_init 
+03b0 c00103b7 beq 2 ,p_mouse_device_le_discovery_led_blink_timer_init 
+03b1 c00183b9 beq 3 ,p_mouse_device_le_reconn_led_blink_timer_init 
+
+p_mouse_multi_dpi_led_blink_timer_init:
+03b2 6fe0cc4b fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
+
+p_mouse_store_multi_led_blink_timer:
+03b3 67e0cc4c store 1 ,mem_mouse_multi_led_blink_timer 
+03b4 20600000 rtn 
+
+p_mouse_device_24g_led_blink_timer_init:
+03b5 6fe0cc48 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
+03b6 202003b3 branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_le_discovery_led_blink_timer_init:
+03b7 6fe0cc49 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
+03b8 202003b3 branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_le_reconn_led_blink_timer_init:
+03b9 6fe0cc4a fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
+03ba 202003b3 branch p_mouse_store_multi_led_blink_timer 
+
+p_mouse_device_poweron_led_config:
+03bb 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03bc c4000000 rtnbit0 mouse_enable_1io2led 
+03bd 6fe0cc46 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
+03be 67e0cc47 store 1 ,mem_mouse_multi_led_powon_timer 
+03bf 704c4200 jam multi_led_on ,mem_mouse_multi_led_type 
+
+p_mouse_multi_led_enable:
+03c0 704c4300 jam off ,mem_mouse_multi_led_state 
+03c1 704c4101 jam on ,mem_mouse_multi_led_blink_enable 
+03c2 20600000 rtn 
+
+p_mouse_device_pair_led_config:
+03c3 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03c4 c4000000 rtnbit0 mouse_enable_1io2led 
+
+p_mouse_device_24g_led_blink:
+03c5 704c4401 jam 1 ,mem_mouse_multi_led_blink_type 
+03c6 204003b5 call p_mouse_device_24g_led_blink_timer_init 
+03c7 204003df call p_mouse_multi_led_blink_enable_init 
+03c8 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03c9 c4010000 rtnbit0 mouse_enable_led_blink_limit 
+03ca 6fe0cc50 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
+03cb 202003d6 branch p_mouse_device_led_blink_count_init 
+
+p_mouse_device_le_reconn_led_config:
+03cc 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03cd c4000000 rtnbit0 mouse_enable_1io2led 
+
+p_mouse_device_le_reconn_led_blink:
+03ce 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03cf c4008000 rtnbit0 mouse_enable_bt_reconn_led_effect 
+03d0 204003df call p_mouse_multi_led_blink_enable_init 
+03d1 704c4403 jam 3 ,mem_mouse_multi_led_blink_type 
+03d2 204003b9 call p_mouse_device_le_reconn_led_blink_timer_init 
+03d3 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03d4 c4010000 rtnbit0 mouse_enable_led_blink_limit 
+03d5 6fe0cc51 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
+
+p_mouse_device_led_blink_count_init:
+03d6 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+03d7 20600000 rtn 
+
+p_mouse_device_discovery_led_config:
+03d8 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03d9 c4000000 rtnbit0 mouse_enable_1io2led 
+03da 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03db 793ffe02 set0 mouse_enable_led_blink_limit ,pdata 
+03dc 67e0cc40 store 1 ,mem_mouse_led_new_interface_config 
+03dd 704c4402 jam 2 ,mem_mouse_multi_led_blink_type 
+03de 204003b7 call p_mouse_device_le_discovery_led_blink_timer_init 
+
+p_mouse_multi_led_blink_enable_init:
+03df 704c4101 jam 1 ,mem_mouse_multi_led_blink_enable 
+03e0 704c4201 jam multi_led_blink ,mem_mouse_multi_led_type 
+03e1 20200408 branch p_mouse_device_multi_led_on 
+
+p_mouse_led_multi_timer:
+03e2 6fe0cc41 fetch 1 ,mem_mouse_multi_led_blink_enable 
+03e3 207a0000 rtn blank 
+03e4 6fe0cc42 fetch 1 ,mem_mouse_multi_led_type 
+03e5 c00083ee beq multi_led_blink ,p_mouse_multi_led_type_blink 
+
+p_mouse_device_multi_led_type_on:
+03e6 6fe0cc47 fetch 1 ,mem_mouse_multi_led_powon_timer 
+03e7 203a03eb branch p_mouse_device_poweron_led_off ,blank 
+03e8 1fe0ffff increase -1 ,pdata 
+03e9 67e0cc47 store 1 ,mem_mouse_multi_led_powon_timer 
+03ea 20200409 branch p_mouse_device_multi_led_on + 1 
+
+p_mouse_device_poweron_led_off:
+03eb 204003ab call p_mouse_multi_low_led_blink_count_init 
+
+p_mouse_devide_led_disable:
+03ec 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+03ed 2020041b branch p_mouse_device_multi_led_off + 1 
+
+p_mouse_multi_led_type_blink:
+03ee 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+03ef 207a0000 rtn blank 
+03f0 c00203f5 beq 4 ,p_mouse_device_led_blink_limit 
+03f1 202003f2 branch p_mouse_device_led_blink_judge 
+
+p_mouse_device_led_blink_judge:
+03f2 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03f3 c28103f5 bbit1 mouse_enable_led_blink_limit ,p_mouse_device_led_blink_limit 
+03f4 202003f7 branch p_mouse_multi_led_type_blink_next 
+
+p_mouse_device_led_blink_limit:
+03f5 6fe0cc52 fetch 1 ,mem_mouse_multi_led_blink_count 
+03f6 203a0416 branch p_mouse_multi_led_off_judge ,blank 
+
+p_mouse_multi_led_type_blink_next:
+03f7 da604c4c arg mem_mouse_multi_led_blink_timer ,regc 
+03f8 da4003fa arg p_mouse_multi_led_type_blink_start ,regb 
+03f9 2020318a branch timer_single_step 
+
+p_mouse_multi_led_type_blink_start:
+03fa 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+03fb c0020402 beq 4 ,p_mouse_multi_led_blink_count_decrease 
+03fc 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+03fd c2810402 bbit1 mouse_enable_led_blink_limit ,p_mouse_multi_led_blink_count_decrease 
+
+p_mouse_multi_led_blink:
+03fe 204003ae call p_mouse_multi_led_blink_timer_init 
+03ff 6fe0cc43 fetch 1 ,mem_mouse_multi_led_state 
+0400 c0008418 beq on ,p_mouse_multi_led_off_judge_next 
+0401 20200406 branch p_mouse_multi_led_on_judge 
+
+p_mouse_multi_led_blink_count_decrease:
+0402 6fe0cc52 fetch 1 ,mem_mouse_multi_led_blink_count 
+0403 1fe0ffff increase -1 ,pdata 
+0404 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+0405 202003fe branch p_mouse_multi_led_blink 
+
+p_mouse_multi_led_on_judge:
+0406 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+0407 c0020434 beq 4 ,p_mouse_multi_dpi_led_on_judge 
+
+p_mouse_device_multi_led_on:
+0408 704c4301 jam on ,mem_mouse_multi_led_state 
+0409 6fe0c938 fetch 1 ,mem_device_flag 
+040a c000040e beq mode_24g_device ,p_mouse_device_24g_led_on 
+040b c0008410 beq mode_bt_device1 ,p_mouse_device_bt1_led_on 
+040c c0010412 beq mode_bt_device2 ,p_mouse_device_bt2_led_on 
+040d 20600000 rtn 
+
+p_mouse_device_24g_led_on:
+040e 6848cc55 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+040f 20200415 branch p_mouse_multi_led_on 
+
+p_mouse_device_bt1_led_on:
+0410 6848cc56 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0411 20200415 branch p_mouse_multi_led_on 
+
+p_mouse_device_bt2_led_on:
+0412 6848cc57 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+0413 20200415 branch p_mouse_multi_led_on 
+
+p_mouse_multi_dpi_led_on:
+0414 6848cc59 fetcht 1 ,mem_mouse_dpi_gpio 
+
+p_mouse_multi_led_on:
+0415 20206069 branch gpio_out_active 
+
+p_mouse_multi_led_off_judge:
+0416 704c4100 jam 0 ,mem_mouse_multi_led_blink_enable 
+0417 704c4400 jam 0 ,mem_mouse_multi_led_blink_type 
+
+p_mouse_multi_led_off_judge_next:
+0418 6fe0cc44 fetch 1 ,mem_mouse_multi_led_blink_type 
+0419 c002042e beq 4 ,p_mouse_multi_dpi_led_off_judge 
+
+p_mouse_device_multi_led_off:
+041a 704c4300 jam off ,mem_mouse_multi_led_state 
+041b 6fe0c938 fetch 1 ,mem_device_flag 
+041c c0000420 beq mode_24g_device ,p_mouse_device_24g_led_off 
+041d c0008422 beq mode_bt_device1 ,p_mouse_device_bt1_led_off 
+041e c0010424 beq mode_bt_device2 ,p_mouse_device_bt2_led_off 
+041f 20600000 rtn 
+
+p_mouse_device_24g_led_off:
+0420 6848cc55 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0421 20206065 branch gpio_out_inactive 
+
+p_mouse_device_bt1_led_off:
+0422 6848cc56 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0423 20206065 branch gpio_out_inactive 
+
+p_mouse_device_bt2_led_off:
+0424 6848cc57 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+0425 20206065 branch gpio_out_inactive 
+
+p_gpio_set_high_impedance:
+0426 18467cff sub temp ,gpio_disable ,null 
+0427 20628000 rtn zero 
+0428 2020607f branch gpio_set_high_impedance 
+
+p_mouse_device_multi_led_all_off:
+0429 20400420 call p_mouse_device_24g_led_off 
+042a 20400422 call p_mouse_device_bt1_led_off 
+042b 20400424 call p_mouse_device_bt2_led_off 
+042c 2040010f call p_mouse_low_voltage_led_off_judge 
+042d 2020042e branch p_mouse_multi_dpi_led_off_judge 
+
+p_mouse_multi_dpi_led_off_judge:
+042e 704c4300 jam off ,mem_mouse_multi_led_state 
+042f 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0430 c001041a beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_off 
+0431 c001841a beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_off 
+
+p_mouse_multi_dpi_led_off:
+0432 6848cc59 fetcht 1 ,mem_mouse_dpi_gpio 
+
+p_mouse_multi_led_off:
+0433 20206065 branch gpio_out_inactive 
+
+p_mouse_multi_dpi_led_on_judge:
+0434 704c4301 jam on ,mem_mouse_multi_led_state 
+0435 6fe0cc45 fetch 1 ,mem_mouse_led_multi_type 
+0436 c0010408 beq mouse_enable_dpi_for_led ,p_mouse_device_multi_led_on 
+0437 c0018408 beq mouse_enable_dpi_low_for_led ,p_mouse_device_multi_led_on 
+0438 20200414 branch p_mouse_multi_dpi_led_on 
+
+p_mouse_logo_led_on_timer:
+0439 6fe0cbed fetch 1 ,mem_mouse_logo_led_gpio 
+043a c17f8000 rtneq gpio_disable 
+043b 6fe14ab2 fetch 2 ,mem_mouse_no_data_timer 
+043c 207a0000 rtn blank 
+043d 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+043e 68494ab2 fetcht 2 ,mem_mouse_no_data_timer 
+043f 98460400 isub temp ,temp 
+0440 6fe14bee fetch 2 ,mem_mouse_logo_led_on_time_init 
+0441 98467e00 isub temp ,pdata 
+0442 20210445 branch p_mouse_logo_led_on ,positive 
+
+p_mouse_logo_led_off:
+0443 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+0444 20206065 branch gpio_out_inactive 
+
+p_mouse_logo_led_on:
+0445 6848cbed fetcht 1 ,mem_mouse_logo_led_gpio 
+0446 20206069 branch gpio_out_active 
+
+p_mouse_dpi_led_blink_delay_timer:
+0447 da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
+0448 da40044a arg p_mouse_dpi_led_blink_init ,regb 
+0449 2020318a branch timer_single_step 
+
+p_mouse_dpi_led_blink_init:
+044a 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+044b c2800461 bbit1 mouse_enable_1io2led ,p_mouse_dpi_led_blink_init_new1 
+044c 6fe0c927 fetch 1 ,mem_config_sensor_type 
+044d c001c8f2 beq p3212 ,mouse_dpi_led_blink_init 
+044e c005c8f2 beq ka8g2 ,mouse_dpi_led_blink_init 
+044f 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+0450 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+0451 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0452 67e14930 store 2 ,mem_mouse_on_time 
+0453 67e14932 store 2 ,mem_mouse_off_time 
+0454 da200000 arg 0 ,rega 
+0455 6848c992 fetcht 1 ,mem_mouse_dpi 
+0456 18408402 increase 2 ,temp 
+0457 18467c03 sub temp ,3 ,null 
+0458 2041045b call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0459 2441045f ncall p_mouse_dpi_led_blink_count_clean ,positive 
+045a 202048ff branch mouse_dpi_led_blink_init_end 
+
+p_mouse_dpi_led_blink_init_level_4:
+045b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+045c c40e0000 rtnbit0 mouse_enable_dpi_level_4 
+045d 18408401 increase 1 ,temp 
+045e 20600000 rtn 
+
+p_mouse_dpi_led_blink_count_clean:
+045f 184085fd increase -3 ,temp 
+0460 20600000 rtn 
+
+p_mouse_dpi_led_blink_init_new1:
+0461 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0462 c0018470 beq p3212 ,p_mouse_dpi_led_blink_init_new2 
+0463 c0058470 beq ka8g2 ,p_mouse_dpi_led_blink_init_new2 
+0464 6848c992 fetcht 1 ,mem_mouse_dpi 
+0465 18408402 increase 2 ,temp 
+
+p_mouse_dpi_led_blink_init_new1_next:
+0466 18467c03 sub temp ,3 ,null 
+0467 2041045b call p_mouse_dpi_led_blink_init_level_4 ,positive 
+0468 2441045f ncall p_mouse_dpi_led_blink_count_clean ,positive 
+0469 18427e00 copy temp ,pdata 
+046a 9fe0fe00 iadd pdata ,pdata 
+046b 67e0cc52 store 1 ,mem_mouse_multi_led_blink_count 
+
+p_mouse_multi_dpi_led_blink_enable:
+046c 704c4404 jam 4 ,mem_mouse_multi_led_blink_type 
+046d 204003b2 call p_mouse_multi_dpi_led_blink_timer_init 
+046e 704c4201 jam multi_led_blink ,mem_mouse_multi_led_type 
+046f 202003c0 branch p_mouse_multi_led_enable 
+
+p_mouse_dpi_led_blink_init_new2:
+0470 6848c992 fetcht 1 ,mem_mouse_dpi 
+0471 18408401 increase 1 ,temp 
+0472 20200466 branch p_mouse_dpi_led_blink_init_new1_next 
+
+p_mouse_commbination_key_process:
+0473 6fe0c938 fetch 1 ,mem_device_flag 
+0474 c0000479 beq mode_24g_device ,p_mouse_24g_commbination_key_process 
+0475 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0476 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0477 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
+0478 2020047c branch p_mouse_commbination_key_start 
+
+p_mouse_24g_commbination_key_process:
+0479 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+047a c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+047b 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+
+p_mouse_commbination_key_start:
+047c 6048cb9d storet 1 ,mem_mouse_commbination_key 
+047d 20400547 call p_mouse_check_key_gpio 
+047e 1fe17e07 and pdata ,0x07 ,pdata 
+047f 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
+0480 98467c00 isub temp ,null 
+0481 20228483 branch p_mouse_commbination_key_down ,zero 
+0482 202044eb branch mouse_commbination_key_up 
+
+p_mouse_commbination_key_down:
+0483 20400488 call p_mouse_combination_ui_timer 
+0484 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+0485 c1008000 rtneq commbination_key_state_down 
+0486 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
+0487 20600000 rtn 
+
+p_mouse_combination_ui_timer:
+0488 da4002d5 arg p_mouse_24g_start_pair_mode ,regb 
+0489 202044f7 branch mouse_combination_ui_timer + 1 
+
+p_mouse_le_battery_updata_timer:
+048a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+048b c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
+048c 2020451f branch mouse_le_battery_updata_timer 
+
+p_mouse_le_send_conn_param_update_timer:
+048d da604c7b arg mem_mouse_le_send_conn_param_update_timer ,regc 
+048e da40436c arg mouse_updata_le_param ,regb 
+048f 2020318a branch timer_single_step 
+
+p_mouse_check_no_data_timeout_timer:
+0490 da604ab2 arg mem_mouse_no_data_timer ,regc 
+0491 da400493 arg p_mouse_check_no_data_timeout ,regb 
+0492 20203191 branch timer_single_step_2b 
+
+p_mouse_check_no_data_timeout:
+0493 6fe0c938 fetch 1 ,mem_device_flag 
+0494 c00002d8 beq mode_24g_device ,p_mouse_24g_hibernate_set 
+0495 2020431b branch mouse_disconnect 
+
+p_mouse_start_discovery:
+0496 204003d8 call p_mouse_device_discovery_led_config 
+0497 6fe1478c fetch 2 ,mem_ui_state_map 
+0498 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+0499 2040c581 call mouse_stop_le_adv ,true 
+049a 6fe1478c fetch 2 ,mem_ui_state_map 
+049b 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
+049c 2040c322 call mouse_cancel_reconnect ,true 
+049d 58000000 setarg 0 
+049e 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+049f 20204554 branch mouse_start_discovery + 1 
+
+p_mouse_stop_discovery:
+04a0 58000000 setarg 0 
+04a1 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+04a2 20204577 branch mouse_stop_discovery + 1 
+
+p_ui_timer_check:
+04a3 6fe0cbe2 fetch 1 ,mem_power_on_flag 
+04a4 245a7861 ncall ui_timer_init ,blank 
+04a5 704be200 jam 0 ,mem_power_on_flag 
+04a6 20207851 branch ui_timer_check + 1 
+
+p_hid_rx_process:
+04a7 6fe10315 fetch 2 ,mem_l2cap_payload_ptr 
+04a8 1fe20c00 copy pdata ,contr 
+04a9 efe08006 ifetch 1 ,contr 
+04aa 67e0c5f5 store 1 ,mem_l2cap_rcv_hidtype 
+04ab 1fe1040f and pdata ,0x0f ,temp 
+04ac 1ff1fe00 rshift4 pdata ,pdata 
+04ad c00484af beq hid_type_set_idle ,p_hid_rx_process_handshake 
+04ae 20204d93 branch hid_rx_process + 7 
+
+p_hid_rx_process_handshake:
+04af da200001 arg 1 ,rega 
+04b0 20404dc0 call hid_malloc_tx_buff 
+04b1 6fe144dc fetch 2 ,mem_hid_ctrl_remote_cid 
+04b2 e7e10005 istore 2 ,contw 
+04b3 58000000 setarg 0 
+04b4 e7e08005 istore 1 ,contw 
+04b5 70095001 jam 1 ,mem_ui_data_txbuff_length 
+04b6 6fe0c4e2 fetch 1 ,mem_hid_control_state 
+04b7 79207e06 set1 l2cap_channel_hid_handshake_done ,pdata 
+04b8 67e0c4e2 store 1 ,mem_hid_control_state 
+04b9 70095b12 jam bt_evt_hid_handshake ,mem_fifo_temp 
+04ba 20207871 branch ui_ipc_send_event 
+
+p_send_lmp:
+04bb 78547c00 disable user 
+04bc 204059e6 call lmo_fifo_process 
+04bd 6fe08049 fetch 1 ,mem_lmp_to_send 
+04be 207a0000 rtn blank 
+04bf c283d730 bbit1 7 ,send_lmp_escape 
+
+p_send_lmp0:
+04c0 c00384c2 beq lmp_detach ,p_send_lmp_detach 
+04c1 20205701 branch send_lmp0 
+
+p_send_lmp_detach:
+04c2 2040585d call send_lmp_detach 
+04c3 70007378 jam 120 ,mem_conn_timer 
+04c4 20600000 rtn 
+
+p_le_slave_match:
+04c5 6fe0c3dd fetch 1 ,mem_le_md_count 
+04c6 1fe0fe01 pincrease 1 
+04c7 67e0c3dd store 1 ,mem_le_md_count 
+04c8 c006165a beq le_md_max_count ,le_slave_cont 
+04c9 2040191b call le_acknowledge 
+04ca 2040196a call le_prepare_tx 
+04cb 6fe082bd fetch 1 ,mem_le_tx_phy 
+04cc 2040168b call le_enable_phy_by_pdata 
+04cd 20401838 call le_transmit 
+04ce 20201655 branch le_slave_match + 10 
+
+p_le_slave_unsync:
+04cf 20400e80 call end_of_packet 
+04d0 20201661 branch le_slave_unsync + 1 
+
+p_le_transmit:
+04d1 204016be call le_prep 
+04d2 204016cc call le_tx_setfreq 
+04d3 20404cb5 call rf_debug_tx_on_line 
+04d4 79202a00 set1 txgfsk ,radio_ctrl 
+04d5 782efc00 enable encode_fec0 
+04d6 78307c00 enable is_tx 
+04d7 7850fc00 disable is_rx 
+04d8 20401744 call le_wait_tx 
+04d9 2000000a nop 10 
+04da 20201841 branch le_transmit + 9 
+
+p_le_parse_l2cap:
+04db efe10006 ifetch 2 ,contr 
+04dc c00204de beq le_l2cap_cid_att ,p_le_parse_att 
+04dd 202019e4 branch le_parse_l2cap + 10 
+
+p_le_parse_att:
+04de efe18006 ifetch 3 ,contr 
+04df 67e1c436 store 3 ,mem_le_att_opcode 
+04e0 c00504e3 beq attop_read_request ,p_le_parse_att_read_request 
+04e1 c00904f2 beq attop_write_request ,p_le_parse_att_write_request 
+04e2 20201cd3 branch le_parse_att + 2 
+
+p_le_parse_att_read_request:
+04e3 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+04e4 c31d9de7 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+04e5 20401e8d call le_check_encrypt_state 
+04e6 68494437 fetcht 2 ,mem_le_att_handle 
+04e7 6fe0c3c0 fetch 1 ,mem_le_configuration 
+04e8 c28184ed bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+
+p_le_send_att_read_response:
+04e9 6fe14437 fetch 2 ,mem_le_att_handle 
+04ea c0181ec8 beq 0x30 ,le_send_att_error_response_notfound 
+04eb 68494437 fetcht 2 ,mem_le_att_handle 
+04ec 20201deb branch le_send_att_read_response 
+
+p_le_send_att_read_response_check_auth:
+04ed 6fe143d1 fetch 2 ,mem_le_pairing_handle 
+04ee 98467c00 isub temp ,null 
+04ef 242284e9 nbranch p_le_send_att_read_response ,zero 
+04f0 243404e9 nbranch p_le_send_att_read_response ,user 
+04f1 20201e10 branch le_send_att_read_response_error_insufficient_auth 
+
+p_le_parse_att_write_request:
+04f2 18c22200 copy contr ,rega 
+04f3 6fe143d4 fetch 2 ,mem_le_l2cap_size 
+04f4 1fe0a5fd add pdata ,-3 ,regb 
+04f5 20401a25 call le_writeatt_cb 
+04f6 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+04f7 c07f9e73 beq 0xff ,le_send_att_write_response_check_auth 
+04f8 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+04f9 203a1e73 branch le_send_att_write_response_check_auth ,blank 
+04fa 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+04fb c2809e73 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+04fc 5800001a setarg 0x001a 
+04fd 68494437 fetcht 2 ,mem_le_att_handle 
+04fe 98467c00 isub temp ,null 
+04ff 24229e73 nbranch le_send_att_write_response_check_auth ,zero 
+0500 20201e10 branch le_send_att_read_response_error_insufficient_auth 
+
+p_g24_lpm_wait:
+0501 78347c00 enable user 
+0502 20401465 call lpo_calibration 
+0503 6fe1c174 fetch 3 ,mem_clks_per_lpo 
+0504 203a7e56 branch disable_user ,blank 
+0505 6fe0c099 fetch 1 ,mem_lpm_mode 
+0506 203a7e56 branch disable_user ,blank 
+0507 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0508 247a0000 nrtn blank 
+0509 6fe0c8bd fetch 1 ,mem_24g_transmit_by_interrupt 
+050a c000fe56 beq g24_tx_timer_int_enable ,disable_user 
+050b 20600000 rtn 
+
+p_mouse_motion:
+050c 78547c00 disable user 
+050d 58000000 setarg 0 
+050e 67e348d1 store 6 ,mem_mouse_x 
+050f 2040051c call p_mouse_check_sensor_data 
+0510 58000089 setarg 0x0089 
+0511 20405b0c call twspi_write 
+0512 2040033d call p_mouse_seting_sensor_type 
+0513 20403f7e call mouse_zwheel 
+0514 20403f83 call mouse_t_zwheel 
+0515 20400545 call p_mouse_key 
+0516 6fe0c8d0 fetch 1 ,mem_mouse_key 
+0517 1fe17e1f and_into 0x1f ,pdata 
+0518 67e0c8d0 store 1 ,mem_mouse_key 
+0519 24344728 nbranch mouse_drawing_optima_init ,user 
+051a 2040052b call p_mouse_drawing_optima 
+051b 20204544 branch mouse_no_data_timer_init 
+
+p_mouse_check_sensor_data:
+051c 6fe0c4ac fetch 1 ,mem_spi_write_flash_sm 
+051d c1800000 rtnne flash_sm_no_buys 
+051e 6fe0c927 fetch 1 ,mem_config_sensor_type 
+051f c0058521 beq ka8g2 ,p_mouse_ka8g2_sensor_motion 
+0520 20204243 branch mouse_check_sensor_data + 3 
+
+p_mouse_ka8g2_sensor_motion:
+0521 204042c4 call mouse_clear_sensor_data 
+0522 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+0523 c07fc294 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0524 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+0525 20406059 call gpio_get_bit 
+0526 24608000 nrtn true 
+
+p_mouse_pka8g2_sensor_motion_1:
+0527 58000000 setarg pan_reg_pid_l 
+0528 20405b0d call twspi_read 
+0529 c0ac41b2 bne pka8g2_id1 ,mouse_twspi_reset 
+052a 20204279 branch mouse_p3212_sensor_motion_2 
+
+p_mouse_drawing_optima:
+052b 6fe0c927 fetch 1 ,mem_config_sensor_type 
+052c c1018000 rtneq p3212 
+052d c1058000 rtneq ka8g2 
+052e 2020471a branch mouse_drawing_optima 
+
+p_mouse_sensor_poweron:
+052f 20403f65 call mouse_sensor_spi_init 
+0530 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0531 c0058536 beq ka8g2 ,p_mouse_ka8g2_sensor_init 
+0532 20404232 call mouse_sensor_reset 
+0533 da604aa3 arg mem_sensor_poweron_init ,regc 
+
+p_mouse_sensor_end:
+0534 2040422b call mouse_sensor_wr_seq 
+0535 2020033d branch p_mouse_seting_sensor_type 
+
+p_mouse_ka8g2_sensor_init:
+0536 2040053c call p_mouse_ka8g2_sensor_reset 
+0537 da604be3 arg mem_ka8g2_sensor_poweron_init ,regc 
+0538 20200534 branch p_mouse_sensor_end 
+
+p_mouse_sensor_reset:
+0539 6fe0c927 fetch 1 ,mem_config_sensor_type 
+053a c005853c beq ka8g2 ,p_mouse_ka8g2_sensor_reset 
+053b 20204232 branch mouse_sensor_reset 
+
+p_mouse_ka8g2_sensor_reset:
+053c 58009706 setarg 0x9706 
+053d 20204233 branch mouse_sensor_reset_end 
+
+p_mouse_sensor_powerdown:
+053e 204041a7 call mouse_init_sunt 
+053f 20403f65 call mouse_sensor_spi_init 
+0540 6fe0c927 fetch 1 ,mem_config_sensor_type 
+0541 c0058543 beq ka8g2 ,p_mouse_ka8g2_sensor_powerdown 
+0542 2020423e branch mouse_sensor_powerdown_end 
+
+p_mouse_ka8g2_sensor_powerdown:
+0543 58001f06 setarg 0x1f06 
+0544 20205b0c branch twspi_write 
+
+p_mouse_key:
+0545 20400547 call p_mouse_check_key_gpio 
+0546 202040dd branch mouse_key + 1 
+
+p_mouse_check_key_gpio:
+0547 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+0548 245a4121 ncall mouse_check_key_gpio_once ,blank 
+0549 da200000 arg 0 ,rega 
+054a 20400551 call p_mouse_check_lkey_gpio 
+054b 20400556 call p_mouse_check_rkey_gpio 
+054c 2040055b call p_mouse_check_mkey_gpio 
+054d 20400560 call p_mouse_check_bkkey_gpio 
+054e 2040056d call p_mouse_check_fwkey_gpio 
+054f 20400580 call p_mouse_check_customerkey_gpio 
+0550 2020411f branch mouse_check_key_gpio_next + 1 
+
+p_mouse_check_lkey_gpio:
+0551 6fe0c918 fetch 1 ,mem_lbutton_gpio 
+0552 2040057a call p_mouse_gpio_config_output_high 
+0553 20404124 call mouse_check_lkey_gpio 
+0554 6848c918 fetcht 1 ,mem_lbutton_gpio 
+0555 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_rkey_gpio:
+0556 6fe0c919 fetch 1 ,mem_rbutton_gpio 
+0557 2040057a call p_mouse_gpio_config_output_high 
+0558 2040412a call mouse_check_rkey_gpio 
+0559 6848c919 fetcht 1 ,mem_rbutton_gpio 
+055a 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_mkey_gpio:
+055b 6fe0c91a fetch 1 ,mem_mbutton_gpio 
+055c 2040057a call p_mouse_gpio_config_output_high 
+055d 20404130 call mouse_check_mkey_gpio 
+055e 6848c91a fetcht 1 ,mem_mbutton_gpio 
+055f 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_check_bkkey_gpio:
+0560 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+0561 c17f8000 rtneq gpio_disable 
+0562 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
+0563 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+0564 1fe22600 copy pdata ,regc 
+0565 6848c90d fetcht 1 ,mem_bk_button_gpio 
+0566 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0567 c07f8569 beq gpio_disable ,p_mouse_3io6key_bk_check 
+0568 2020413e branch mouse_check_bkkey_gpio_next 
+
+p_mouse_3io6key_bk_check:
+0569 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+056a 2040057d call p_mouse_gpio_config_output_low 
+056b 6848c90d fetcht 1 ,mem_bk_button_gpio 
+056c 2020414b branch mouse_3io6key_bk_check 
+
+p_mouse_check_fwkey_gpio:
+056d 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+056e c17f8000 rtneq gpio_disable 
+056f 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
+0570 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+0571 1fe22600 copy pdata ,regc 
+0572 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0573 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+0574 c07f8576 beq gpio_disable ,p_mouse_3io6key_fw_check 
+0575 20204157 branch mouse_check_fwkey_gpio_next 
+
+p_mouse_3io6key_fw_check:
+0576 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+0577 2040057d call p_mouse_gpio_config_output_low 
+0578 6848c90e fetcht 1 ,mem_fw_button_gpio 
+0579 20204164 branch mouse_3io6key_fw_check 
+
+p_mouse_gpio_config_output_high:
+057a c17f8000 rtneq gpio_disable 
+057b d840003f arg gpcfg_output_high ,temp 
+057c 20206093 branch gpio_config_function_int 
+
+p_mouse_gpio_config_output_low:
+057d c17f8000 rtneq gpio_disable 
+057e d840003e arg gpcfg_output_low ,temp 
+057f 20206093 branch gpio_config_function_int 
+
+p_mouse_check_customerkey_gpio:
+0580 6fe0cdb8 fetch 1 ,mem_mouse_customer_key_connect_vin_flag 
+0581 203a416a branch mouse_check_customerkey_gpio ,blank 
+0582 704b8b00 jam 0 ,mem_customer_key 
+0583 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+0584 c40a8000 rtnbit0 mouse_enable_keyboard 
+0585 6fe0c912 fetch 1 ,mem_customer_key_gpio 
+0586 793ffe07 set0 gpio_active_bit ,pdata 
+0587 67e0c912 store 1 ,mem_customer_key_gpio 
+0588 704b9607 jam mouse_customer_key ,mem_mouse_key_temp 
+0589 6fe0cb95 fetch 1 ,mem_mouse_customerkey_press_status 
+058a 1fe22600 copy pdata ,regc 
+
+p_mouse_3io6key_customerkey_check:
+058b 6fe0c912 fetch 1 ,mem_customer_key_gpio 
+058c 2040057d call p_mouse_gpio_config_output_low 
+058d 6848c912 fetcht 1 ,mem_customer_key_gpio 
+058e 20404195 call mouse_3io6key_check 
+058f 67e0cb95 store 1 ,mem_mouse_customerkey_press_status 
+0590 20404174 call mouse_check_customerkey_state 
+0591 6848c912 fetcht 1 ,mem_customer_key_gpio 
+0592 20203f56 branch mouse_gpio_config_input_pu 
+
+p_mouse_idle:
+0593 20400598 call p_mouse_low_voltage_led_no_enter_lpm 
+0594 20407936 call ui_check_paring_button 
+0595 204005a3 call p_mouse_dpi_check 
+0596 2040059c call p_mouse_select_device_check 
+0597 20204650 branch mouse_idle + 5 
+
+p_mouse_low_voltage_led_no_enter_lpm:
+0598 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
+0599 c301c990 bbit0 mouse_enable_low_led ,mouse_low_voltage_led_no_enter_lpm 
+
+p_mouse_low_voltage_led_no_enter_lpm_next:
+059a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+059b 20204992 branch mouse_low_voltage_led_no_enter_lpm + 2 
+
+p_mouse_select_device_check:
+059c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+059d c29485a0 bbit1 mouse_enable_select_device_by_pb_button ,p_mouse_select_device_by_pb_button_check_judge 
+059e c29b85a0 bbit1 mouse_enable_pb_button_long_press_disconvery ,p_mouse_select_device_by_pb_button_check_judge 
+059f 20600000 rtn 
+
+p_mouse_select_device_by_pb_button_check_judge:
+05a0 6fe1478c fetch 2 ,mem_ui_state_map 
+05a1 c283020d bbit1 ui_state_bt_discovery ,p_mouse_select_device_by_pb_button_check_once 
+05a2 2020465a branch mouse_select_device_by_pb_button 
+
+p_mouse_dpi_check:
+05a3 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+05a4 c17f8000 rtneq gpio_disable 
+05a5 da200000 arg 0 ,rega 
+05a6 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
+05a7 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+05a8 204005aa call p_mouse_dpi_key_check 
+05a9 2020402f branch mouse_dpi_check_next 
+
+p_mouse_dpi_key_check:
+05aa 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+05ab c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+05ac 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+05ad 1fe22600 copy pdata ,regc 
+05ae 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+05af c07f85b1 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+05b0 2020403f branch mouse_dpi_key_check_next 
+
+p_mouse_3io6key_dpi_check:
+05b1 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+05b2 2040057d call p_mouse_gpio_config_output_low 
+05b3 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+05b4 20204195 branch mouse_3io6key_check 
+
+p_mouse_dpi_process:
+05b5 20404072 call mouse_dpi_ghost_check 
+05b6 20740000 rtn user 
+
+p_mouse_dpi_process_next:
+05b7 6fe0c992 fetch 1 ,mem_mouse_dpi 
+05b8 1fe0fe01 increase 1 ,pdata 
+05b9 1fe17e03 and pdata ,0x03 ,pdata 
+
+p_mouse_dpi_store:
+05ba 67e0c992 store 1 ,mem_mouse_dpi 
+05bb 2040033b call p_mouse_seting_dpi 
+05bc 20204643 branch mouse_store_eerpom_dpi 
+
+p_power_ctrl_start:
+05bd 6fe1478c fetch 2 ,mem_ui_state_map 
+05be c3858000 rtnbit1 ui_state_ble_adv 
+05bf c3838000 rtnbit1 ui_state_bt_reconnect 
+05c0 c3830000 rtnbit1 ui_state_bt_discovery 
+05c1 6a214899 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+05c2 204025cb call rssi_average 
+05c3 6048c8c7 storet 1 ,mem_rssi_avg_received 
+05c4 6fe0c8cc fetch 1 ,mem_rssi_dis_max_24g 
+05c5 c51305c7 bmark1 mark_24g ,p_power_ctrl_start_next 
+05c6 6fe0c8cf fetch 1 ,mem_rssi_dis_max_ble 
+
+p_power_ctrl_start_next:
+05c7 98467c00 isub temp ,null 
+05c8 242105e1 nbranch p_power_ctrl_txpower_incrs_force ,positive 
+05c9 6fe0c8c9 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+05ca 1fe67c02 sub pdata ,2 ,null 
+05cb 242105cf nbranch p_power_ctrl_txpower_decrs_check ,positive 
+05cc 6fe0c8c9 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+05cd c00005e2 beq 0 ,p_power_ctrl_txpower_incrs 
+05ce 20600000 rtn 
+
+p_power_ctrl_txpower_decrs_check:
+05cf 6fe0c8c9 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+05d0 6848c8ca fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+05d1 98467c00 isub temp ,null 
+05d2 24628000 nrtn zero 
+05d3 7048c900 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+p_power_ctrl_txpower_decrs:
+05d4 6848c8c7 fetcht 1 ,mem_rssi_avg_received 
+05d5 6fe0c8cb fetch 1 ,mem_rssi_dis_min_24g 
+05d6 c51305d8 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+05d7 6fe0c8ce fetch 1 ,mem_rssi_dis_min_ble 
+
+p_power_ctrl_txpower_decrs_next:
+05d8 98467c00 isub temp ,null 
+05d9 24610000 nrtn positive 
+05da 6fe0c8c8 fetch 1 ,mem_power_ctrl_level 
+05db c000271b beq 0 ,power_ctrl_decrs_level0 
+05dc 1fe0ffff increase -1 ,pdata 
+05dd 67e0c8c8 store 1 ,mem_power_ctrl_level 
+05de c00105e9 beq 2 ,p_power_ctrl_decrs_level2 
+05df c000a711 beq 1 ,power_ctrl_decrs_level1 
+05e0 2020271b branch power_ctrl_decrs_level0 
+
+p_power_ctrl_txpower_incrs_force:
+05e1 7048c900 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+p_power_ctrl_txpower_incrs:
+05e2 6fe0c8c8 fetch 1 ,mem_power_ctrl_level 
+05e3 c00185e8 beq 3 ,p_power_ctrl_incrs_level3 
+05e4 1fe0fe01 increase 1 ,pdata 
+05e5 67e0c8c8 store 1 ,mem_power_ctrl_level 
+05e6 c000a711 beq 1 ,power_ctrl_incrs_level1 
+05e7 c00105e9 beq 2 ,p_power_ctrl_incrs_level2 
+
+p_power_ctrl_incrs_level3:
+05e8 202005e9 branch p_power_ctrl_incrs_level2 
+
+p_power_ctrl_decrs_level2:
+
+p_power_ctrl_incrs_level2:
+05e9 7041e803 jam tx_power_3db ,mem_tx_power 
+05ea 20600000 rtn 
+              org 0x3bc1
+
+mouse_init:
+3bc1 20403bf0 call mouse_setting_config 
+3bc2 204041a7 call mouse_init_sunt 
+3bc3 2040408e call mouse_dpi_config 
+3bc4 20758000 rtn wake 
+3bc5 20403d8a call mouse_usb_check_enable 
+3bc6 20404728 call mouse_drawing_optima_init 
+3bc7 20403bcf call mouse_cb_fuction 
+3bc8 2040423c call mouse_sensor_powerdown 
+3bc9 6fe0c92a fetch 1 ,mem_usb_addr 
+3bca c3838000 rtnbit1 7 
+
+mouse_init_wireless:
+3bcb 6fe1478c fetch 2 ,mem_ui_state_map 
+3bcc c2864553 bbit1 ui_state_btn_down ,mouse_start_discovery 
+3bcd 204046a0 call mouse_check_select_device_by_switch 
+3bce 20203d52 branch mouse_start_work 
+
+mouse_cb_fuction:
+3bcf 58004866 setarg mouse_24g_package_data 
+3bd0 67e1489b store 2 ,mem_cb_24g_transmit_data 
+3bd1 5800488f setarg mouse_24g_search_dongle 
+3bd2 67e1489d store 2 ,mem_cb_24g_search_receiver 
+3bd3 58003e40 setarg mouse_lpm_before_common 
+3bd4 67e1489f store 2 ,mem_cb_24g_lpm_before 
+3bd5 5800439f setarg mouse_le 
+3bd6 67e14461 store 2 ,mem_cb_le_process 
+3bd7 58004457 setarg mouse_bt 
+3bd8 67e14463 store 2 ,mem_cb_bt_process 
+3bd9 58003e3b setarg mouse_process_lpm_before 
+3bda 67e1445f store 2 ,mem_cb_before_lpm 
+3bdb 58004334 setarg mouse_priority_bb_event 
+3bdc 67e14467 store 2 ,mem_cb_bb_event_process 
+3bdd 5800464b setarg mouse_idle 
+3bde 67e14465 store 2 ,mem_cb_idle_process 
+3bdf 58003e25 setarg mouse_before_hibernate 
+3be0 67e1445d store 2 ,mem_cb_before_hibernate 
+3be1 58004388 setarg mouse_le_bb_event_connect_complete 
+3be2 67e1446b store 2 ,mem_cb_att_write 
+3be3 580044b5 setarg mouse_bb_event_timer 
+3be4 67e1446f store 2 ,mem_cb_event_timer 
+3be5 58003f69 setarg mouse_spi_write_flash_cb 
+3be6 67e14473 store 2 ,mem_cb_spi_flash_write_complate 
+3be7 58003e13 setarg mouse_lpm_check_wake_lock 
+3be8 67e1445b store 2 ,mem_cb_check_wakelock 
+3be9 580049a8 setarg mouse_le_transmit 
+3bea 67e1446d store 2 ,mem_cb_ble_transmit 
+3beb 580049aa setarg mouse_bt_slave_match 
+3bec 67e14477 store 2 ,mem_cb_bt_slave_match 
+3bed 580049bd setarg mouse_set_lpm_mult 
+3bee 67e14471 store 2 ,mem_cb_bt_set_mult 
+3bef 20600000 rtn 
+
+mouse_setting_config:
+3bf0 20758000 rtn wake 
+3bf1 20402607 call g24_transmit_init 
+3bf2 204022ff call g24_chmap_param_init 
+3bf3 20403f1e call mouse_gpio_init 
+3bf4 20403d13 call mouse_param_init 
+
+mouse_setting_config_next:
+3bf5 20401b16 call le_set_config_fixed_ltk 
+3bf6 20401b3f call le_set_justwork 
+3bf7 20401b32 call le_set_fixed_ltk 
+3bf8 20401b1e call le_set_config_read_authentication 
+3bf9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3bfa c289c635 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+3bfb c28945f6 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+3bfc 20600000 rtn 
+
+mouse_xtal_init:
+3bfd 7040c508 jam 0x08 ,mem_fcomp_div 
+3bfe 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3bff c3860000 rtnbit1 mouse_enable_16m 
+3c00 7040c518 jam 0x18 ,mem_fcomp_div 
+3c01 20600000 rtn 
+
+mouse_default_init:
+3c02 700b58ff jam 0xff ,mem_usb_offline_check_gpio 
+3c03 704790ff jam 0xff ,mem_ui_button_gpio 
+3c04 70478f1e jam 0x1e ,mem_ui_button_timeout 
+3c05 5800492d setarg mem_mouse_led_type 
+3c06 67e1448d store 2 ,mem_ui_led_struct_ptr 
+3c07 70448c01 jam 1 ,mem_ui_led_struct_num 
+3c08 58004ab5 setarg mem_mouse_rssi_signal_buf 
+3c09 67e14899 store 2 ,mem_rssi_signal_buf_ptr 
+3c0a 70483601 jam 1 ,mem_24g_data_type 
+3c0b 6fe148fe fetch 2 ,mem_mouse_discovery_timeout 
+3c0c 67e14791 store 2 ,mem_discovery_timeout 
+3c0d 6fe14900 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+3c0e 67e14881 store 2 ,mem_24g_pair_timeout_init 
+3c0f 6fe0c903 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+3c10 67e14885 store 2 ,mem_24g_reconn_timeout_init 
+3c11 6fe2c905 fetch 5 ,mem_rssi_dis_min_24g_init 
+3c12 67e2c8cb store 5 ,mem_rssi_dis_min_24g 
+3c13 6fe0c904 fetch 1 ,mem_mouse_24g_pair_tx_power 
+3c14 67e0c87c store 1 ,mem_24g_pair_tx_power 
+3c15 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3c16 247a0000 nrtn blank 
+3c17 58020800 setarg 0x020800 
+3c18 67e1cbab store 3 ,mem_mouse_flag 
+3c19 58800700 setarg 0x800700 
+3c1a e7e18005 istore 3 ,contw 
+3c1b 58000300 setarg 0x0300 
+3c1c e7e10005 istore 2 ,contw 
+3c1d 70409901 jam 1 ,mem_lpm_mode 
+3c1e 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c1f 2feffe00 isolate1 mouse_adc_enable ,pdata 
+3c20 2040c6e6 call mouse_adc_read_enable ,true 
+3c21 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c22 2feffe02 isolate1 mouse_24g_250hz_enable ,pdata 
+3c23 2040c6e8 call mouse_24g_set_250hz ,true 
+3c24 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c25 2feffe01 isolate1 mouse_search_dongle_enable ,pdata 
+3c26 2040c6ea call mouse_24g_search_dongle_enable ,true 
+3c27 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c28 2feffe03 isolate1 mouse_clk_16m_enable ,pdata 
+3c29 2040c6ec call mouse_16m_enable ,true 
+3c2a 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c2b 2feffe04 isolate1 mouse_dpi_4_level_enable ,pdata 
+3c2c 2040c6ee call mouse_dpi_4level_enable ,true 
+3c2d 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+3c2e 2feffe05 isolate1 mouse_keyboard_enable ,pdata 
+3c2f 2040c6f8 call mouse_customer_key_enable ,true 
+3c30 6fe0c866 fetch 1 ,mem_24g_ch_map_update 
+3c31 245a230e ncall g24_chamap_param_update ,blank 
+3c32 20403bfd call mouse_xtal_init 
+3c33 6fe0c90b fetch 1 ,mem_mouse_global_setup 
+3c34 1fe10407 and pdata ,0x07 ,temp 
+3c35 6048c4a1 storet 1 ,mem_adc_channel 
+3c36 1fe97e00 rshift3 pdata ,pdata 
+3c37 1fe10401 and pdata ,0x01 ,temp 
+3c38 6048c866 storet 1 ,mem_24g_ch_map_update 
+3c39 1fe37e00 rshift pdata ,pdata 
+3c3a 1fe10403 and pdata ,0x03 ,temp 
+3c3b 6048c8fd storet 1 ,mem_adc_config_flag_init 
+3c3c 1feb7e00 rshift2 pdata ,pdata 
+3c3d 1fe17e03 and pdata ,0x03 ,pdata 
+3c3e 204047d4 call mouse_24g_long_sleep_set 
+3c3f 6fe0c90c fetch 1 ,mem_mouse_global_setup1 
+3c40 1fe10403 and pdata ,0x03 ,temp 
+3c41 6048c924 storet 1 ,mem_sensor_angle_default 
+3c42 1feb7e00 rshift2 pdata ,pdata 
+3c43 1fe10403 and pdata ,0x03 ,temp 
+3c44 6048c925 storet 1 ,mem_sensor_angle_switch 
+3c45 1feb7e00 rshift2 pdata ,pdata 
+3c46 1fe17e03 and pdata ,0x03 ,pdata 
+3c47 67e0c926 store 1 ,mem_config_sensor_dpi 
+3c48 67e0c992 store 1 ,mem_mouse_dpi 
+3c49 1feb7e00 rshift2 pdata ,pdata 
+3c4a 1fe17e03 and pdata ,0x03 ,pdata 
+3c4b 67e0cbb4 store 1 ,mem_device_number 
+3c4c 580b0c0a setarg 0x0b0c0a 
+3c4d 67e1c918 store 3 ,mem_lbutton_gpio 
+3c4e 58ffffff setarg 0xffffff 
+3c4f e7e18005 istore 3 ,contw 
+3c50 580607ff setarg 0x0607ff 
+3c51 e7e18005 istore 3 ,contw 
+3c52 58ffffff setarg 0xffffff 
+3c53 e7e18005 istore 3 ,contw 
+3c54 7048f70a jam 0x0a ,mem_adc_read_time_init 
+3c55 58000064 setarg 0x0064 
+3c56 67e14bc8 store 2 ,mem_adc_low_volatage_led_blink_timer 
+3c57 20403e7b call mouse_adc_vol_init 
+3c58 58001770 setarg 0x1770 
+3c59 67e14bbe store 2 ,mem_mouse_no_data_timeout 
+3c5a 704bc014 jam 0x14 ,mem_mouse_device_poweron_timer_count_init 
+3c5b 58000190 setarg 0x0190 
+3c5c 67e14bc6 store 2 ,mem_mouse_low_v_led_blink_time 
+3c5d 67e14bc2 store 2 ,mem_mouse_dpi_led_blink_time 
+3c5e 580003e8 setarg 0x03e8 
+3c5f 67e14bc4 store 2 ,mem_mouse_disconvey_led_blink_time 
+3c60 70487d07 jam 0x07 ,mem_rssi_buff_index 
+3c61 7048ca7d jam 125 ,mem_power_ctrl_pac_succ_cnt_init 
+3c62 7041e800 jam tx_power_0db ,mem_tx_power 
+3c63 70488c01 jam 0x01 ,mem_24g_fast_conn_enable 
+3c64 58000f0f setarg 0x0f0f 
+3c65 67e1488d store 2 ,mem_24g_fast_conn_addr 
+3c66 67e1488f store 2 ,mem_24g_fast_conn_addr + 2 
+3c67 6fe140a8 fetch 2 ,mem_lap 
+3c68 67e140ac store 2 ,mem_lap + 4 
+3c69 d8a0437a arg mem_le_lap ,contw 
+3c6a d8c040a8 arg mem_lap ,contr 
+3c6b df200006 arg 0x06 ,loopcnt 
+3c6c 20407e68 call reverse_byte 
+3c6d 704b8a20 jam 0x20 ,mem_lpm_mult_init 
+3c6e 70493934 jam 0x34 ,mem_device1_type 
+3c6f 6fe3437a fetch 6 ,mem_le_lap 
+3c70 67e34950 store 6 ,mem_device1_locall_addr 
+3c71 704bb302 jam 0x02 ,mem_mouse_bluetooth_type 
+3c72 7043e71f jam 0x1f ,mem_le_adv_data_len 
+3c73 58050102 setarg 0x050102 
+3c74 67e1c3e8 store 3 ,mem_le_adv_data 
+3c75 58120303 setarg 0x120303 
+3c76 e7e18005 istore 3 ,contw 
+3c77 58190318 setarg 0x190318 
+3c78 e7e18005 istore 3 ,contw 
+3c79 580003c2 setarg 0x03c2 
+3c7a e7e10005 istore 2 ,contw 
+3c7b 5806ff06 setarg 0x06ff06 
+3c7c 67e1cad2 store 3 ,mem_le_adv_swift_pair 
+3c7d 58000300 setarg 0x000300 
+3c7e e7e18005 istore 3 ,contw 
+3c7f 58090c80 setarg 0x090c80 
+3c80 e7e18005 istore 3 ,contw 
+3c81 58355442 setarg 0x355442 
+3c82 e7e18005 istore 3 ,contw 
+3c83 5820322e setarg 0x20322e 
+3c84 e7e18005 istore 3 ,contw 
+3c85 58756f4d setarg 0x756f4d 
+3c86 e7e18005 istore 3 ,contw 
+3c87 58006573 setarg 0x6573 
+3c88 e7e10005 istore 2 ,contw 
+3c89 7044071f jam 0x1f ,mem_le_scan_data_len 
+3c8a d8c04ad9 arg mem_le_adv_swift_pair + 7 ,contr 
+3c8b d8a04408 arg mem_le_scan_data ,contw 
+3c8c df20000d arg 13 ,loopcnt 
+3c8d 20407d5f call memcpy 
+3c8e 6fe0c408 fetch 1 ,mem_le_scan_data 
+3c8f 1fe0ffff increase -1 ,pdata 
+3c90 67e0c2f7 store 1 ,mem_le_name_len 
+3c91 d8c0440a arg mem_le_scan_data + 2 ,contr 
+3c92 d8a042f8 arg mem_le_name_len + 1 ,contw 
+3c93 df20000b arg 11 ,loopcnt 
+3c94 20407d5f call memcpy 
+3c95 58070007 setarg 0x070007 
+3c96 67e1c372 store 3 ,mem_le_interval_min 
+3c97 58002000 setarg 0x002000 
+3c98 e7e18005 istore 3 ,contw 
+3c99 5800012c setarg 0x012c 
+3c9a e7e10005 istore 2 ,contw 
+3c9b 58181203 setarg 0x181203 
+3c9c 67e1cacc store 3 ,mem_le_adv_ind 
+3c9d 580000ff setarg 0x0000ff 
+3c9e 67e1cacf store 3 ,mem_le_adv_direct_ind 
+3c9f 380000fb setsect 0 ,0xfb 
+3ca0 3806c212 setsect 1 ,0x2c212 
+3ca1 3808800f setsect 2 ,0x800f 
+3ca2 380c0021 setsect 3 ,0x21 
+3ca3 67e4444c store 8 ,mem_local_rx_max_octets 
+3ca4 70443207 jam 0x07 ,mem_le_adv_channel_map 
+3ca5 58000015 setarg 0x0015 
+3ca6 67e14ae7 store 2 ,mem_le_keyboard_handle 
+3ca7 58000019 setarg 0x0019 
+3ca8 67e14357 store 2 ,mem_le_notify_handle 
+3ca9 5800001d setarg 0x001d 
+3caa 67e14ae9 store 2 ,mem_le_multimedia_handle 
+3cab 58000021 setarg 0x0021 
+3cac 67e14aeb store 2 ,mem_le_systemctrl_handle 
+3cad 58000030 setarg 0x0030 
+3cae 67e14aed store 2 ,mem_le_battery_level_handle 
+3caf 58000022 setarg 0x0022 
+3cb0 67e143d1 store 2 ,mem_le_pairing_handle 
+3cb1 704af096 jam 0x96 ,mem_le_battery_level_updata_timer_init 
+3cb2 70493800 jam mode_24g_device ,mem_device_flag 
+3cb3 20402322 call g24_enable_1m 
+3cb4 20402325 call g24_pair_param_init 
+3cb5 58604800 setarg 0x604800 
+3cb6 67e1c85c store 3 ,mem_24g_enter_hibernate 
+3cb7 5800012c setarg 0x012c 
+3cb8 67e148c2 store 2 ,mem_24g_long_sleep_param_update_timer_init 
+3cb9 58000050 setarg 0x0050 
+3cba 67e148c0 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+3cbb 58000005 setarg 0x05 
+3cbc 67e14bba store 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+3cbd 58000708 setarg 0x0708 
+3cbe 67e14bbc store 2 ,mem_mouse_24g_search_dongle_time_init 
+3cbf 58010403 setarg 0x010403 
+3cc0 67e1c9d0 store 3 ,mem_mouse_dpi_seting 
+3cc1 582a2002 setarg 0x2a2002 
+3cc2 e7e18005 istore 3 ,contw 
+3cc3 5822153f setarg 0x22153f 
+3cc4 e7e18005 istore 3 ,contw 
+3cc5 58114433 setarg 0x114433 
+3cc6 e7e18005 istore 3 ,contw 
+3cc7 58265a09 setarg 0x265a09 
+3cc8 67e1c9df store 3 ,mem_sensor_3212_init 
+3cc9 58041934 setarg 0x041934 
+3cca e7e18005 istore 3 ,contw 
+3ccb 58000009 setarg 0x0009 
+3ccc e7e10005 istore 2 ,contw 
+3ccd 5800ffff setarg 0xffff 
+3cce e7e10005 istore 2 ,contw 
+3ccf 580d5a09 setarg 0x0d5a09 
+3cd0 67e1c9f3 store 3 ,mem_sensor_3205_init 
+3cd1 58ed1d10 setarg 0xed1d10 
+3cd2 e7e18005 istore 3 ,contw 
+3cd3 5800807d setarg 0x807d 
+3cd4 e7e10005 istore 2 ,contw 
+3cd5 5800ffff setarg 0xffff 
+3cd6 e7e10005 istore 2 ,contw 
+3cd7 58ff5a09 setarg 0xff5a09 
+3cd8 67e1ca39 store 3 ,mem_sensor_8650_init 
+3cd9 5840ab27 setarg 0x40ab27 
+3cda e7e18005 istore 3 ,contw 
+3cdb 58a0d1be setarg 0xa0d1be 
+3cdc e7e18005 istore 3 ,contw 
+3cdd 5812a141 setarg 0x12a141 
+3cde e7e18005 istore 3 ,contw 
+3cdf 58a784a5 setarg 0xa784a5 
+3ce0 e7e18005 istore 3 ,contw 
+3ce1 58d0b5ff setarg 0xd0b5ff 
+3ce2 e7e18005 istore 3 ,contw 
+3ce3 58ff00b6 setarg 0xff00b6 
+3ce4 e7e18005 istore 3 ,contw 
+3ce5 58000900 setarg 0x000900 
+3ce6 e7e18005 istore 3 ,contw 
+3ce7 5800ffff setarg 0xffff 
+3ce8 e7e10005 istore 2 ,contw 
+3ce9 580d5a09 setarg 0x0d5a09 
+3cea 67e1ca53 store 3 ,mem_sensor_ka8ul_init 
+3ceb 58c50e10 setarg 0xc50e10 
+3cec e7e18005 istore 3 ,contw 
+3ced 58109a5b setarg 0x109a5b 
+3cee e7e18005 istore 3 ,contw 
+3cef 58421138 setarg 0x421138 
+3cf0 e7e18005 istore 3 ,contw 
+3cf1 58412828 setarg 0x412828 
+3cf2 e7e18005 istore 3 ,contw 
+3cf3 58394923 setarg 0x394923 
+3cf4 e7e18005 istore 3 ,contw 
+3cf5 584bb04a setarg 0x4bb04a 
+3cf6 e7e18005 istore 3 ,contw 
+3cf7 58904ca0 setarg 0x904ca0 
+3cf8 e7e18005 istore 3 ,contw 
+3cf9 5809704d setarg 0x09704d 
+3cfa e7e18005 istore 3 ,contw 
+3cfb 58ffff00 setarg 0xffff00 
+3cfc e7e18005 istore 3 ,contw 
+3cfd 5846a509 setarg 0x46a509 
+3cfe 67e1ca81 store 3 ,mem_sensor_ka8g2_init 
+3cff 58101934 setarg 0x101934 
+3d00 e7e18005 istore 3 ,contw 
+3d01 58690760 setarg 0x690760 
+3d02 e7e18005 istore 3 ,contw 
+3d03 58207d04 setarg 0x207d04 
+3d04 e7e18005 istore 3 ,contw 
+3d05 5809007e setarg 0x09007e 
+3d06 e7e18005 istore 3 ,contw 
+3d07 58220d00 setarg 0x220d00 
+3d08 e7e18005 istore 3 ,contw 
+3d09 58ff220e setarg 0xff220e 
+3d0a e7e18005 istore 3 ,contw 
+3d0b 704a96ff jam 0xff ,mem_sensor_ka8g2_init + 21 
+3d0c 580b5a09 setarg 0x0b5a09 
+3d0d 67e1caa3 store 3 ,mem_sensor_poweron_init 
+3d0e 580009f3 setarg 0x0009f3 
+3d0f e7e18005 istore 3 ,contw 
+3d10 5800ffff setarg 0xffff 
+3d11 e7e10005 istore 2 ,contw 
+3d12 20203100 branch app_sys_param_init 
+
+mouse_param_init:
+3d13 58009468 setarg mouse_bt_sdp_addr 
+3d14 67e14660 store 2 ,mem_ui_uuid_table 
+3d15 58009732 setarg mouse_ble_att_list_addr 
+3d16 67e14396 store 2 ,mem_ui_le_uuid_table 
+3d17 58002580 setarg 0x2580 
+3d18 67e1c0b2 store 3 ,mem_class 
+3d19 70417803 jam 3 ,mem_lpm_mult_timeout 
+3d1a 70415b08 jam 8 ,mem_lpm_overhead 
+3d1b 704b9e00 jam dpi_button_state_up ,mem_select_device_button_statue 
+3d1c 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+3d1d 704b9f00 jam commbination_key_state_up ,mem_commbination_key_statue 
+3d1e 58000200 setarg 0x0200 
+3d1f 67e14159 store 2 ,mem_lpm_interval 
+3d20 70438017 jam 0x17 ,mem_le_local_mtu 
+3d21 70438217 jam 0x17 ,mem_le_remote_mtu 
+3d22 58000a77 setarg 0x0a77 
+3d23 67e14484 store 2 ,mem_spi_init_clk 
+3d24 38000306 setsect 0 ,0x306 
+3d25 38044440 setsect 1 ,0x4440 
+3d26 38090000 setsect 2 ,0x10000 
+3d27 380c4408 setsect 3 ,0x4408 
+3d28 67e4c662 store 9 ,mem_all_uuid_16bits 
+3d29 38001224 setsect 0 ,0x1224 
+3d2a 38044000 setsect 1 ,0x4000 
+3d2b 38080000 setsect 2 ,0x0 
+3d2c e7e28005 istore 5 ,contw 
+3d2d 3803ffff setsect 0 ,0x3ffff 
+3d2e 3806fe23 setsect 1 ,0x2fe23 
+3d2f 380999d9 setsect 2 ,0x199d9 
+3d30 380c020d setsect 3 ,0x20d 
+3d31 67e440a0 store 8 ,mem_features 
+3d32 58004af5 setarg mem_le_tx_buffer0_omemalloc 
+3d33 67e143de store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+3d34 58000010 setarg mouse_ble_l2cap_txbuff_size 
+3d35 67e143e0 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+3d36 2040490e call mouse_device_led_all_off 
+3d37 204048c6 call mouse_device_poweron_timer_init 
+3d38 20403e8e call mouse_adc_gpio_mux_init 
+3d39 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d3a c30dbd3f bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+3d3b 7044550c jam classic_interval_7_5ms ,mem_sniff_param_interval 
+3d3c 58000006 setarg le_interval_7_5ms 
+3d3d 67e14372 store 2 ,mem_le_interval_min 
+3d3e 67e14374 store 2 ,mem_le_interval_min + 2 
+
+mouse_param_init_intervl_end:
+3d3f 20402613 call g24_interval_param_8ms 
+3d40 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d41 c30c3d43 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+3d42 2040260b call g24_interval_param_4ms 
+
+mouse_24g_short_sleep_set_end:
+3d43 6fe0c938 fetch 1 ,mem_device_flag 
+3d44 67e0cab4 store 1 ,mem_device_flag_temp 
+3d45 6fe1c37d fetch 3 ,mem_le_lap + 3 
+3d46 67e1cac9 store 3 ,mem_mouse_le_lap_temp 
+3d47 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3d48 1fe17efe and pdata ,0xfe ,pdata 
+3d49 67e0c8fd store 1 ,mem_adc_config_flag_init 
+3d4a 67e0c4a0 store 1 ,mem_adc_config_flag 
+3d4b 58000000 setarg 0 
+3d4c 67e3c8d0 store 7 ,mem_mouse_key 
+3d4d 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+3d4e 67e0cb9b store 1 ,mem_bt_discovery_count 
+3d4f 67e0cb9c store 1 ,mem_select_device_count 
+3d50 20401aa9 call le_modified_name 
+3d51 202042a0 branch mouse_sensor_set_angle 
+
+mouse_start_work:
+3d52 44e1c018 bpatch patch18_3 ,mem_patch18 
+3d53 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d54 c297c80a bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+3d55 6fe0c938 fetch 1 ,mem_device_flag 
+3d56 c00047f6 beq mode_24g_device ,mouse_24g_start_mode 
+3d57 20403d65 call mouse_wakeup_from_power_check 
+3d58 243442eb nbranch mouse_buletooth_fast_conn_init ,user 
+
+mouse_start_reconnect_device:
+3d59 44e24018 bpatch patch18_4 ,mem_patch18 
+3d5a da204939 arg mem_device1_type ,rega 
+3d5b 6fe0c938 fetch 1 ,mem_device_flag 
+3d5c 1fe0ffff increase -1 ,pdata 
+3d5d 1feffe1d mul32 pdata ,29 ,pdata 
+3d5e 9a20a200 iadd rega ,rega 
+3d5f efe08011 ifetch 1 ,rega 
+3d60 67e0c482 store 1 ,mem_xrecord_mode 
+
+mouse_start_reconnect:
+3d61 6fe0c482 fetch 1 ,mem_xrecord_mode 
+3d62 c019bd6f beq rec_3_mode ,mouse3_0_check_reconn_target 
+3d63 c01a3d7b beq rec_4_mode ,mouse4_0_check_reconn_target 
+3d64 20204553 branch mouse_start_discovery 
+
+mouse_wakeup_from_power_check:
+3d65 44e2c018 bpatch patch18_5 ,mem_patch18 
+3d66 78547c00 disable user 
+3d67 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d68 c305bd6c bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+3d69 6fe08989 fetch 1 ,mem_wakup_from_power_flag 
+3d6a c3013d6c bbit0 bit_power_on ,mouse_wakeup_from_power 
+3d6b 78347c00 enable user 
+
+mouse_wakeup_from_power:
+3d6c 6fe0cab1 fetch 1 ,mem_reconn_times_init 
+3d6d 67e0cab0 store 1 ,mem_reconn_times 
+3d6e 20600000 rtn 
+
+mouse3_0_check_reconn_target:
+3d6f 68494bb8 fetcht 2 ,mem_mouse_fast_page_to 
+3d70 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+3d71 c07fbd73 beq 0xff ,mouse3_0_check_reconn_target_next 
+3d72 68494bb5 fetcht 2 ,mem_mouse_page_to 
+
+mouse3_0_check_reconn_target_next:
+3d73 604940c1 storet 2 ,mem_page_to 
+3d74 6fe341dd fetch 6 ,mem_hci_plap 
+3d75 203a31f8 branch app_bt_start_discovery_short ,blank 
+3d76 70447d17 jam 0x17 ,mem_app_connection_options 
+3d77 6fe0c764 fetch 1 ,mem_ssp_enable 
+3d78 243a31ee nbranch app_bt_start_reconnect ,blank 
+3d79 70447d04 jam 0x04 ,mem_app_connection_options 
+3d7a 202031ee branch app_bt_start_reconnect 
+
+mouse4_0_check_reconn_target:
+3d7b 704ac701 jam 1 ,mem_mouse_le_reconnect_flag 
+3d7c 6848cbb7 fetcht 1 ,mem_mouse_fast_direct_timeout 
+3d7d 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+3d7e c07fbd80 beq 0xff ,mouse4_0_check_reconn_target_next 
+3d7f 6848c902 fetcht 1 ,mem_mouse_direct_timeout 
+
+mouse4_0_check_reconn_target_next:
+3d80 6048cb77 storet 1 ,mem_mouse_direct_timer 
+3d81 20403225 call app_lpm_mult_disable 
+3d82 6fe1cacf fetch 3 ,mem_le_adv_direct_ind 
+3d83 67e1c3ec store 3 ,mem_le_adv_data + 4 
+3d84 204043e8 call mouse_le_check_adv_flag 
+3d85 58000004 setarg adv_flag_bredr_not_supported 
+3d86 e7e08006 istore 1 ,contr 
+3d87 d8c04408 arg mem_le_scan_data ,contr 
+3d88 204043ef call mouse_le_adv_data_update 
+3d89 202078ee branch check_51cmd_adv 
+
+mouse_usb_check_enable:
+3d8a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d8b c4068000 rtnbit0 mouse_enable_usb 
+3d8c 58003d90 setarg mouse_usb_config_param 
+3d8d 67e10b45 store 2 ,mem_cb_usb_config 
+3d8e 70492ba5 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+3d8f 20203dc1 branch mouse_usb_interface_check 
+
+mouse_usb_config_param:
+3d90 20403d93 call mouse_usb_config_kb_check 
+3d91 20403d98 call mouse_usb_config_param_init 
+3d92 20203da8 branch mouse_usb_config_param_setup 
+
+mouse_usb_config_kb_check:
+3d93 70492c00 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
+3d94 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d95 c40a8000 rtnbit0 mouse_enable_keyboard 
+3d96 70492c5b jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
+3d97 20600000 rtn 
+
+mouse_usb_config_param_init:
+3d98 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3d99 c28ebd9f bbit1 mouse_enable_usb_250 ,mouse_usb_report_rate_set_250hz 
+3d9a c28f3da2 bbit1 mouse_enable_usb_500 ,mouse_usb_report_rate_set_500hz 
+3d9b c28fbda5 bbit1 mouse_enable_usb_1000 ,mouse_usb_report_rate_set_1000hz 
+3d9c 70492919 jam 0x19 ,mem_wire_usb_interval 
+3d9d 700b4708 jam 0x08 ,mem_usb_tx_interval 
+3d9e 20600000 rtn 
+
+mouse_usb_report_rate_set_250hz:
+3d9f 7049290c jam 0x0c ,mem_wire_usb_interval 
+3da0 700b4704 jam 0x04 ,mem_usb_tx_interval 
+3da1 20600000 rtn 
+
+mouse_usb_report_rate_set_500hz:
+3da2 70492906 jam 0x06 ,mem_wire_usb_interval 
+3da3 700b4702 jam 0x02 ,mem_usb_tx_interval 
+3da4 20600000 rtn 
+
+mouse_usb_report_rate_set_1000hz:
+3da5 70492903 jam 0x03 ,mem_wire_usb_interval 
+3da6 700b4701 jam 0x01 ,mem_usb_tx_interval 
+3da7 20600000 rtn 
+
+mouse_usb_config_param_setup:
+3da8 204079f0 call usb_tx_interval_config 
+3da9 20403dab call mouse_usb_vid_pid_config 
+3daa 20203db0 branch mouse_usb_hid_icon_config 
+
+mouse_usb_vid_pid_config:
+3dab 6fe08b48 fetch 1 ,mem_usb_vid_pid 
+3dac 207a0000 rtn blank 
+3dad 6fe0c92c fetch 1 ,mem_mouse_usb_keyboard_flag 
+3dae c02db66c beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+3daf 20203669 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
+
+mouse_usb_hid_icon_config:
+3db0 6fe0c92c fetch 1 ,mem_mouse_usb_keyboard_flag 
+3db1 2020366f branch dongle_usb_hid_icon_config + 1 
+
+mouse_usb_check:
+3db2 6ff08c02 fetch 1 ,core_usb_addr 
+3db3 c303bdb6 bbit0 7 ,mouse_usb_no_exsit 
+3db4 c283bdb9 bbit1 7 ,mouse_usb_exsit 
+3db5 20600000 rtn 
+
+mouse_usb_no_exsit:
+3db6 6fe0c92a fetch 1 ,mem_usb_addr 
+3db7 c4038000 rtnbit0 7 
+3db8 20205d8c branch soft_reset_chip 
+
+mouse_usb_exsit:
+3db9 6fe0c92a fetch 1 ,mem_usb_addr 
+3dba c3838000 rtnbit1 7 
+3dbb 204047f2 call mouse_24g_stop 
+3dbc 20204316 branch mouse_stop_bluetooth_mode 
+
+mouse_usb_isr:
+3dbd 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3dbe c4068000 rtnbit0 mouse_enable_usb 
+3dbf 20407991 call usb_isr 
+3dc0 20203dc1 branch mouse_usb_interface_check 
+
+mouse_usb_interface_check:
+3dc1 44e34018 bpatch patch18_6 ,mem_patch18 
+3dc2 68488b58 fetcht 1 ,mem_usb_offline_check_gpio 
+3dc3 20406059 call gpio_get_bit 
+3dc4 2020bdc6 branch mouse_usb_gpio_low ,true 
+3dc5 20203dcd branch mouse_usb_gpio_high 
+
+mouse_usb_gpio_low:
+3dc6 6fe0c92b fetch 1 ,mem_mouse_usb_vdd_status 
+3dc7 c1528000 rtneq mouse_usb_interface_remove 
+3dc8 70492ba5 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+3dc9 700bfa00 jam 0 ,mem_usb_device_enumeration_endflag 
+3dca 7009f600 jam 0 ,mem_usb_status 
+3dcb 700bec00 jam 0 ,mem_usb_state 
+3dcc 20203bcb branch mouse_init_wireless 
+
+mouse_usb_gpio_high:
+3dcd 6fe0c92b fetch 1 ,mem_mouse_usb_vdd_status 
+3dce c12d0000 rtneq mouse_usb_interface_insert 
+3dcf 70492b5a jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
+3dd0 204047f2 call mouse_24g_stop 
+3dd1 20404316 call mouse_stop_bluetooth_mode 
+3dd2 2040490e call mouse_device_led_all_off 
+3dd3 2020799d branch usb_init 
+
+mouse_usb_mode:
+3dd4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3dd5 c4068000 rtnbit0 mouse_enable_usb 
+3dd6 20403db2 call mouse_usb_check 
+3dd7 6ff08c02 fetch 1 ,core_usb_addr 
+3dd8 67e0c92a store 1 ,mem_usb_addr 
+3dd9 c4038000 rtnbit0 7 
+3dda 20403e0b call mouse_clkn_check 
+3ddb 6fe24abd fetch 4 ,mem_btclk_sensor 
+3ddc 6848c929 fetcht 1 ,mem_wire_usb_interval 
+3ddd 98408400 iadd temp ,temp 
+3dde 1c427e00 copy clkn_bt ,pdata 
+3ddf 98467c00 isub temp ,null 
+3de0 24610000 nrtn positive 
+3de1 67e24abd store 4 ,mem_btclk_sensor 
+3de2 20403f70 call mouse_motion 
+3de3 24740000 nrtn user 
+
+mouse_push_data_to_usb:
+3de4 6ff08c02 fetch 1 ,core_usb_addr 
+3de5 c4038000 rtnbit0 7 
+3de6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3de7 c30abdea bbit0 mouse_enable_keyboard ,mouse_push_mouse_data_to_usb 
+3de8 6fe0cb8b fetch 1 ,mem_customer_key 
+3de9 c000bdf0 beq 1 ,mouse_push_keyboard_data_to_usb 
+
+mouse_push_mouse_data_to_usb:
+3dea 20403694 call dongle_usb_tx_ms_data 
+3deb 58000001 setarg ms_report_id 
+3dec 67e08bff store 1 ,mem_usb_mouse_data 
+3ded 6fe3c8d0 fetch 7 ,mem_mouse_key 
+3dee e7e38005 istore 7 ,contw 
+3def 20600000 rtn 
+
+mouse_push_keyboard_data_to_usb:
+3df0 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+3df1 203a3dfb branch mouse_push_release_keyboard_data_to_usb ,blank 
+3df2 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_push_keyboard_package_data_to_usb:
+3df3 67e4095c store 8 ,mem_pdatatemp 
+3df4 6fe0cbcc fetch 1 ,mem_customer_key_press 
+3df5 c001bdfd beq kb_multikey_report_id ,mouse_push_multimedia_key_data_to_usb 
+3df6 c0013e04 beq kb_system_conctrl_report_id ,mouse_push_systemctrl_key_data_to_usb 
+3df7 204036a2 call dongle_usb_tx_kb_data 
+3df8 6fe4095c fetch 8 ,mem_pdatatemp 
+3df9 67e40c0f store 8 ,mem_usb_kb_data 
+3dfa 20600000 rtn 
+
+mouse_push_release_keyboard_data_to_usb:
+3dfb 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+3dfc 20203df3 branch mouse_push_keyboard_package_data_to_usb 
+
+mouse_push_multimedia_key_data_to_usb:
+3dfd 20403695 call dongle_usb_tx_enable_ep2 
+3dfe 700bf821 jam usb_ep2_multikey ,mem_usb_ep2_data 
+3dff 58000003 setarg kb_multikey_report_id 
+3e00 67e08c1f store 1 ,mem_usb_kb_multikey 
+3e01 6fe1095c fetch 2 ,mem_pdatatemp 
+3e02 e7e10005 istore 2 ,contw 
+3e03 20600000 rtn 
+
+mouse_push_systemctrl_key_data_to_usb:
+3e04 20403695 call dongle_usb_tx_enable_ep2 
+3e05 700bf822 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+3e06 58000002 setarg kb_system_conctrl_report_id 
+3e07 67e08c2f store 1 ,mem_usb_kb_system 
+3e08 6fe0895c fetch 1 ,mem_pdatatemp 
+3e09 e7e08005 istore 1 ,contw 
+3e0a 20600000 rtn 
+
+mouse_clkn_check:
+3e0b 684a4abd fetcht 4 ,mem_btclk_sensor 
+3e0c 1c427e00 copy clkn_bt ,pdata 
+3e0d 98467c00 isub temp ,null 
+3e0e 24413e10 ncall mouse_clkn_timeout ,positive 
+3e0f 20600000 rtn 
+
+mouse_clkn_timeout:
+3e10 58000000 setarg 0 
+3e11 67e24abd store 4 ,mem_btclk_sensor 
+3e12 20600000 rtn 
+
+mouse_lpm_check_wake_lock:
+3e13 c51331dd bmark1 mark_24g ,app_get_lpm_wake_lock 
+3e14 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+3e15 203a31dd branch app_get_lpm_wake_lock ,blank 
+3e16 6fe0caf4 fetch 1 ,mem_mouse_le_conn_param_reject 
+3e17 c000b1dd beq le_lpm_disable ,app_get_lpm_wake_lock 
+3e18 6fe144d8 fetch 2 ,mem_sdp_remote_cid 
+3e19 243a31dd nbranch app_get_lpm_wake_lock ,blank 
+3e1a 6fe0c8e1 fetch 1 ,mem_mouse_wheel_trigger 
+3e1b 243a31dd nbranch app_get_lpm_wake_lock ,blank 
+3e1c 202031df branch app_put_lpm_wake_lock 
+
+mouse_delay_enter_hibernata:
+3e1d 6fe0c902 fetch 1 ,mem_mouse_direct_timeout 
+3e1e 67e0cac4 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+3e1f 20600000 rtn 
+
+mouse_app_enter_hibernate:
+3e20 44e3c018 bpatch patch18_7 ,mem_patch18 
+3e21 20404232 call mouse_sensor_reset 
+3e22 2040423c call mouse_sensor_powerdown 
+3e23 20403e33 call mouse_setgpio_hibernate 
+3e24 20203217 branch app_enter_hibernate 
+
+mouse_before_hibernate:
+3e25 44e44019 bpatch patch19_0 ,mem_patch19 
+3e26 78347c00 enable user 
+3e27 6ff20138 fetch 4 ,0x8138 
+3e28 79347e1a setflag user ,26 ,pdata 
+3e29 67f2004c store 4 ,core_lpm_reg 
+3e2a 2040159a call lpm_write_ctrl 
+3e2b 20406df7 call disable_authrom 
+3e2c 2040490e call mouse_device_led_all_off 
+3e2d 20404015 call mouse_before_hibernate_wheel_gpio_set 
+3e2e 20403e33 call mouse_setgpio_hibernate 
+3e2f 2040462d call mouse_flash_power_down 
+3e30 2040609d call gpio_set_before_lpm_common 
+3e31 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3e32 20206042 branch gpio_clr_wake 
+
+mouse_setgpio_hibernate:
+3e33 44e4c019 bpatch patch19_1 ,mem_patch19 
+3e34 204042e9 call mouse_set_sdio_high 
+3e35 20407fdc call clear_wake 
+3e36 20403e40 call mouse_lpm_before_common 
+3e37 20406082 call gpio_pd_idle 
+3e38 d8400013 arg 19 ,temp 
+3e39 20403f56 call mouse_gpio_config_input_pu 
+3e3a 20203f58 branch mouse_gpio_set_high_impedance 
+
+mouse_process_lpm_before:
+3e3b c6130000 rtnmark1 mark_24g 
+3e3c 20403e40 call mouse_lpm_before_common 
+3e3d 6fe0809e fetch 1 ,mem_lpm_current_mult 
+3e3e 247a0000 nrtn blank 
+3e3f 20206042 branch gpio_clr_wake 
+
+mouse_lpm_before_common:
+3e40 44e54019 bpatch patch19_2 ,mem_patch19 
+3e41 20403f88 call mouse_wheel_check 
+3e42 6848c91f fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+3e43 20406069 call gpio_config_output 
+
+mouse_lpm_before_common_next:
+3e44 20405b04 call twspi_disable 
+3e45 6848c918 fetcht 1 ,mem_lbutton_gpio 
+3e46 20406036 call gpio_set_wake 
+3e47 6848c919 fetcht 1 ,mem_rbutton_gpio 
+3e48 20406036 call gpio_set_wake 
+3e49 6848c91a fetcht 1 ,mem_mbutton_gpio 
+3e4a 20406036 call gpio_set_wake 
+3e4b 6848c90d fetcht 1 ,mem_bk_button_gpio 
+3e4c 20406036 call gpio_set_wake 
+3e4d 6848c90e fetcht 1 ,mem_fw_button_gpio 
+3e4e 20406036 call gpio_set_wake 
+3e4f 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+3e50 20406036 call gpio_set_wake 
+3e51 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+3e52 20406036 call gpio_set_wake 
+3e53 6848c912 fetcht 1 ,mem_customer_key_gpio 
+3e54 20406036 call gpio_set_wake 
+3e55 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3e56 20406032 call gpio_set_wake_by_current_state 
+3e57 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3e58 20406032 call gpio_set_wake_by_current_state 
+3e59 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3e5a 20406032 call gpio_set_wake_by_current_state 
+3e5b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3e5c 20406032 call gpio_set_wake_by_current_state 
+3e5d 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3e5e 20206036 branch gpio_set_wake 
+
+mouse_set_mult:
+3e5f 6fe1478c fetch 2 ,mem_ui_state_map 
+3e60 c284be64 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+3e61 6fe1478c fetch 2 ,mem_ui_state_map 
+3e62 c2803e67 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+3e63 20600000 rtn 
+
+mouse_set_ble_mult:
+3e64 1a227e00 copy rega ,pdata 
+3e65 243a1b26 nbranch le_set_config_short_mult ,blank 
+3e66 20201b28 branch le_clr_config_short_mult 
+
+mouse_set_bt_mult:
+3e67 1a227e00 copy rega ,pdata 
+3e68 243a1540 nbranch classic_bt_set_mult_short_flag ,blank 
+3e69 20201542 branch classic_bt_clr_mult_short_flag 
+
+mouse_adc_gpio_set:
+3e6a 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3e6b c1810000 rtnne adc_config_gpio 
+
+mouse_adc_gpio_check_output:
+3e6c 44e5c019 bpatch patch19_3 ,mem_patch19 
+3e6d 6848c4a1 fetcht 1 ,mem_adc_channel 
+3e6e 18467c03 sub temp ,3 ,null 
+3e6f 20213e78 branch mouse_adc_gpio_4_7_set ,positive 
+3e70 18408405 increase 5 ,temp 
+3e71 6048c8fc storet 1 ,mem_adc_channel_gpio 
+
+mouse_adc_gpio_set_next:
+3e72 18422200 copy temp ,rega 
+3e73 20406098 call gpio_get_config 
+3e74 c01fc954 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+3e75 20404952 call mouse_clear_24g_led_statue 
+3e76 1a220400 copy rega ,temp 
+3e77 2020607f branch gpio_set_high_impedance 
+
+mouse_adc_gpio_4_7_set:
+3e78 18408404 increase 4 ,temp 
+3e79 6048c8fc storet 1 ,mem_adc_channel_gpio 
+3e7a 20203e72 branch mouse_adc_gpio_set_next 
+
+mouse_adc_vol_init:
+3e7b 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3e7c c0013e84 beq adc_config_gpio ,mouse_adc_gpio_vol_init 
+3e7d c0003e89 beq adc_config_vinlpm ,mouse_adc_gpio_vinlpm_init 
+3e7e 7048fd00 jam adc_config_vinlpm ,mem_adc_config_flag_init 
+3e7f 582c0172 setarg 0x2c0172 
+3e80 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e81 58014001 setarg 0x014001 
+3e82 e7e18005 istore 3 ,contw 
+3e83 20600000 rtn 
+
+mouse_adc_gpio_vol_init:
+3e84 585d0099 setarg 0x5d0099 
+3e85 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e86 58007100 setarg 0x007100 
+3e87 e7e18005 istore 3 ,contw 
+3e88 20600000 rtn 
+
+mouse_adc_gpio_vinlpm_init:
+3e89 58c8012c setarg 0xc8012c 
+3e8a 67e1c8e3 store 3 ,mem_mouse_vdd_full_vol 
+3e8b 5800dc00 setarg 0x00dc00 
+3e8c e7e18005 istore 3 ,contw 
+3e8d 20600000 rtn 
+
+mouse_adc_gpio_mux_init:
+3e8e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3e8f c40a0000 rtnbit0 mouse_enable_adc 
+3e90 7048f501 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+3e91 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+3e92 c3958000 rtnbit1 mouse_enable_select_device_by_switch_adc 
+3e93 7048f500 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+3e94 20600000 rtn 
+
+mouse_adc_read_interval:
+3e95 6fe0c8f6 fetch 1 ,mem_adc_read_timer 
+3e96 1fe0fe01 increase 1 ,pdata 
+3e97 67e0c8f6 store 1 ,mem_adc_read_timer 
+3e98 6848c8f7 fetcht 1 ,mem_adc_read_time_init 
+3e99 98467c00 isub temp ,null 
+3e9a 20600000 rtn 
+
+mouse_adc_read:
+3e9b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3e9c c40a0000 rtnbit0 mouse_enable_adc 
+3e9d 20403e6a call mouse_adc_gpio_set 
+3e9e 6fe0c8f5 fetch 1 ,mem_adc_mux_status 
+3e9f 203a3eb2 branch mouse_adc_read_battery ,blank 
+3ea0 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3ea1 c0013ea7 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+3ea2 7048f503 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+3ea3 20403e95 call mouse_adc_read_interval 
+3ea4 20213ea9 branch mouse_adc_read_gpio ,positive 
+3ea5 20403eae call mouse_adc_read_vinlpm 
+3ea6 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio_mux_start:
+3ea7 7048f502 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+3ea8 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio:
+3ea9 20403e6c call mouse_adc_gpio_check_output 
+3eaa 7044a002 jam adc_config_gpio ,mem_adc_config_flag 
+3eab 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eac 245a3eae ncall mouse_adc_read_vinlpm ,blank 
+3ead 20203eb8 branch mouse_adc_read_start 
+
+mouse_adc_read_vinlpm:
+3eae 7048f600 jam 0 ,mem_adc_read_timer 
+3eaf 6fe0c8fd fetch 1 ,mem_adc_config_flag_init 
+3eb0 67e0c4a0 store 1 ,mem_adc_config_flag 
+3eb1 20600000 rtn 
+
+mouse_adc_read_battery:
+3eb2 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3eb3 c0813eb6 bne adc_config_gpio ,mouse_adc_read_battery_start 
+3eb4 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eb5 247a0000 nrtn blank 
+
+mouse_adc_read_battery_start:
+3eb6 20403e95 call mouse_adc_read_interval 
+3eb7 24610000 nrtn positive 
+
+mouse_adc_read_start:
+3eb8 44e64019 bpatch patch19_4 ,mem_patch19 
+3eb9 6fe0cbaa fetch 1 ,mem_24g_device_led_status 
+3eba 247a0000 nrtn blank 
+3ebb 7048f600 jam 0 ,mem_adc_read_timer 
+3ebc 20406125 call vdd_calculate_by_mode 
+3ebd 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+3ebe 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3ebf c0813ec6 bne adc_config_gpio ,mouse_adc_data_process 
+3ec0 684948e9 fetcht 2 ,mem_mouse_vdd_now_vol 
+3ec1 184ffe08 mul32 temp ,8 ,pdata 
+3ec2 1fe6fc0a div pdata ,10 
+3ec3 20407dec call get_div_result 
+3ec4 9840fe00 iadd temp ,pdata 
+3ec5 67e148e9 store 2 ,mem_mouse_vdd_now_vol 
+
+mouse_adc_data_process:
+3ec6 da2048e3 arg mem_mouse_vdd_calculate_set ,rega 
+3ec7 20403ed8 call mouse_adc_bat_percent_lowpower_out 
+3ec8 6fe0c4a4 fetch 1 ,mem_adc_power_flag 
+3ec9 c2813f1a bbit1 2 ,mouse_adc_button_press 
+3eca c280bf1c bbit1 1 ,mouse_power_down 
+3ecb c3003ed0 bbit0 0 ,mouse_adc_no_low_voltage 
+
+mouse_adc_data_process_next:
+3ecc 7048fa01 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+3ecd 20203ece branch mouse_adc_low_voltage 
+
+mouse_adc_low_voltage:
+3ece d8e00004 arg mouse_low_voltage_flag ,queue 
+3ecf 202046f0 branch mouse_enable_function_flag 
+
+mouse_adc_no_low_voltage:
+3ed0 d8e00004 arg mouse_low_voltage_flag ,queue 
+3ed1 204046f4 call mouse_disable_function_flag 
+3ed2 7048f80c jam 12 ,mem_adc_low_volatage_led_timer_count 
+3ed3 6fe0c8fa fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+3ed4 207a0000 rtn blank 
+3ed5 7048fa00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+3ed6 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+3ed7 2020492b branch mouse_led_off 
+
+mouse_adc_bat_percent_lowpower_out:
+3ed8 44e6c019 bpatch patch19_5 ,mem_patch19 
+3ed9 efe40011 ifetch 8 ,rega 
+3eda 67e4095c store 8 ,mem_pdatatemp 
+3edb 6fe0c8f5 fetch 1 ,mem_adc_mux_status 
+3edc c0003ef0 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+3edd c0013edf beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+3ede c001bf0f beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+3edf 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3ee0 c3173ee5 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+3ee1 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ee2 684948eb fetcht 2 ,mem_mouse_vdd_button_press_vol 
+3ee3 98467c00 isub temp ,null 
+3ee4 24213f12 nbranch mouse_adc_set_button_press_flag ,positive 
+
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+3ee5 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+3ee6 c315bef0 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+3ee7 7048fb00 jam 0 ,mem_mouse_adc_button_press_flag 
+3ee8 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ee9 684948ed fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+3eea 98467c00 isub temp ,null 
+3eeb 24213eee nbranch mouse_select_24gdevice ,positive 
+3eec 204046a9 call mouse_select_btdevice 
+3eed 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_select_24gdevice:
+3eee 204046ad call mouse_check_select_24gdevice 
+3eef 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_bat_percent_lowpower_out_battery:
+3ef0 20403f16 call mouse_adc_clear_button_press_flag 
+3ef1 2040616e call adc_clear_no_power_flag 
+3ef2 20406166 call adc_clear_low_power_flag 
+3ef3 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3ef4 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3ef5 98467c00 isub temp ,null 
+3ef6 2441616a ncall adc_set_no_power_flag ,positive 
+3ef7 68490960 fetcht 2 ,mem_pdatatemp + 4 
+3ef8 98467c00 isub temp ,null 
+3ef9 24416162 ncall adc_set_low_power_flag ,positive 
+
+mouse_adc_bat_level_set:
+3efa 6fe10962 fetch 2 ,mem_pdatatemp + 6 
+3efb 6849095c fetcht 2 ,mem_pdatatemp 
+3efc 98467c00 isub temp ,null 
+3efd 20213f0b branch mouse_adc_bat_level_100_percent ,positive 
+3efe 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3eff 98467e00 isub temp ,pdata 
+3f00 24213f0d nbranch mouse_adc_bat_level_0_percent ,positive 
+3f01 203a3f0d branch mouse_adc_bat_level_0_percent ,blank 
+3f02 1fefa264 mul32 pdata ,100 ,rega 
+3f03 6fe1095c fetch 2 ,mem_pdatatemp 
+3f04 6849095e fetcht 2 ,mem_pdatatemp + 2 
+3f05 98460400 isub temp ,temp 
+3f06 1a227e00 copy rega ,pdata 
+3f07 9846fc00 idiv temp 
+3f08 20407dec call get_div_result 
+3f09 67e0caef store 1 ,mem_le_battery_level_percentage 
+3f0a 20600000 rtn 
+
+mouse_adc_bat_level_100_percent:
+3f0b 704aef64 jam 100 ,mem_le_battery_level_percentage 
+3f0c 20600000 rtn 
+
+mouse_adc_bat_level_0_percent:
+3f0d 704aef00 jam 0 ,mem_le_battery_level_percentage 
+3f0e 20600000 rtn 
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+3f0f 6fe0c4a0 fetch 1 ,mem_adc_config_flag 
+3f10 c0013edf beq adc_config_gpio ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+3f11 20203ef0 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_set_button_press_flag:
+3f12 6848c4a4 fetcht 1 ,mem_adc_power_flag 
+3f13 79200402 set1 2 ,temp 
+3f14 6048c4a4 storet 1 ,mem_adc_power_flag 
+3f15 20600000 rtn 
+
+mouse_adc_clear_button_press_flag:
+3f16 6848c4a4 fetcht 1 ,mem_adc_power_flag 
+3f17 793f8402 set0 2 ,temp 
+3f18 6048c4a4 storet 1 ,mem_adc_power_flag 
+3f19 20600000 rtn 
+
+mouse_adc_button_press:
+3f1a 7048fb01 jam 1 ,mem_mouse_adc_button_press_flag 
+3f1b 20600000 rtn 
+
+mouse_power_down:
+3f1c 2040490e call mouse_device_led_all_off 
+3f1d 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_gpio_init:
+3f1e 6848c4c1 fetcht 1 ,mem_eeprom_wp_gpio 
+3f1f 20406069 call gpio_config_output 
+3f20 204079b4 call usb_offline_check_init 
+3f21 6848c918 fetcht 1 ,mem_lbutton_gpio 
+3f22 20403f56 call mouse_gpio_config_input_pu 
+3f23 6848c919 fetcht 1 ,mem_rbutton_gpio 
+3f24 20403f56 call mouse_gpio_config_input_pu 
+3f25 6848c91a fetcht 1 ,mem_mbutton_gpio 
+3f26 20403f56 call mouse_gpio_config_input_pu 
+3f27 6848c90d fetcht 1 ,mem_bk_button_gpio 
+3f28 20403f56 call mouse_gpio_config_input_pu 
+3f29 6848c90e fetcht 1 ,mem_fw_button_gpio 
+3f2a 20403f56 call mouse_gpio_config_input_pu 
+3f2b 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+3f2c 20403f56 call mouse_gpio_config_input_pu 
+3f2d 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+3f2e 20403f56 call mouse_gpio_config_input_pu 
+3f2f 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+3f30 20403f56 call mouse_gpio_config_input_pu 
+3f31 6848c912 fetcht 1 ,mem_customer_key_gpio 
+3f32 20403f56 call mouse_gpio_config_input_pu 
+3f33 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3f34 20403f56 call mouse_gpio_config_input_pu 
+3f35 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3f36 20403f56 call mouse_gpio_config_input_pu 
+3f37 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3f38 20403f56 call mouse_gpio_config_input_pu 
+3f39 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3f3a 20403f56 call mouse_gpio_config_input_pu 
+3f3b 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+3f3c 20403f56 call mouse_gpio_config_input_pu 
+3f3d 6848c91e fetcht 1 ,mem_device_switch_gpio 
+3f3e 20403f56 call mouse_gpio_config_input_pu 
+3f3f 6848caab fetcht 1 ,mem_sensor_reset_gpio 
+3f40 20406069 call gpio_config_output 
+3f41 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+3f42 20406069 call gpio_config_output 
+3f43 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+3f44 20406069 call gpio_config_output 
+3f45 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+3f46 20406069 call gpio_config_output 
+3f47 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+3f48 20406069 call gpio_config_output 
+3f49 6848c923 fetcht 1 ,mem_dpi_led_gpio 
+3f4a 20406069 call gpio_config_output 
+3f4b 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+3f4c 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_gpio_set_pupd_by_input:
+3f4d 18467cff sub temp ,ui_button_gpio_disable ,null 
+3f4e 20628000 rtn zero 
+3f4f 18410e7f and temp ,0x7f ,queue 
+3f50 6ff2011c fetch 4 ,core_gpio_in 
+3f51 afefffff qisolate1 pdata 
+3f52 2020bf56 branch mouse_gpio_config_input_pu ,true 
+3f53 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_gpio_config_input_pd:
+3f54 79200407 set1 gpio_active_bit ,temp 
+3f55 20206050 branch gpio_config_input 
+
+mouse_gpio_config_input_pu:
+3f56 793f8407 set0 gpio_active_bit ,temp 
+3f57 20206050 branch gpio_config_input 
+
+mouse_gpio_set_high_impedance:
+3f58 6fe1cbde fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+3f59 67e1895c store 3 ,mem_pdatatemp 
+3f5a df200014 arg 20 ,loopcnt 
+3f5b d8400000 arg 0 ,temp 
+
+mouse_gpio_set_high_impedance_bit_loop:
+3f5c 6fe1895c fetch 3 ,mem_pdatatemp 
+3f5d 2feffe00 isolate1 0 ,pdata 
+3f5e 2040e07f call gpio_set_high_impedance ,true 
+3f5f 6fe1895c fetch 3 ,mem_pdatatemp 
+3f60 1fe3fe00 lshift pdata ,pdata 
+3f61 67e1895c store 3 ,mem_pdatatemp 
+3f62 18408401 increase 1 ,temp 
+3f63 c2003f5c loop mouse_gpio_set_high_impedance_bit_loop 
+3f64 20600000 rtn 
+
+mouse_sensor_spi_init:
+3f65 20403f6a call mouse_spid_init_pin 
+3f66 70448473 jam 0x73 ,mem_spi_init_clk 
+3f67 20403f69 call mouse_spi_init 
+3f68 20205b08 branch twspi_enable 
+
+mouse_spi_write_flash_cb:
+
+mouse_spi_init:
+3f69 20205cb5 branch spid_init 
+
+mouse_spid_init_pin:
+3f6a 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+3f6b d8400021 arg gpcfg_spid_sck ,temp 
+3f6c 20406093 call gpio_config_function_int 
+3f6d 6fe0c920 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+3f6e d8400023 arg gpcfg_spid_sdio ,temp 
+3f6f 20206093 branch gpio_config_function_int 
+
+mouse_motion:
+3f70 44e74019 bpatch patch19_6 ,mem_patch19 
+3f71 78547c00 disable user 
+3f72 58000000 setarg 0 
+3f73 67e348d1 store 6 ,mem_mouse_x 
+3f74 20404240 call mouse_check_sensor_data 
+3f75 20403f7e call mouse_zwheel 
+3f76 20403f83 call mouse_t_zwheel 
+3f77 204040dc call mouse_key 
+3f78 6fe0c8d0 fetch 1 ,mem_mouse_key 
+3f79 1fe17e1f and_into 0x1f ,pdata 
+3f7a 67e0c8d0 store 1 ,mem_mouse_key 
+3f7b 24344728 nbranch mouse_drawing_optima_init ,user 
+3f7c 2040471a call mouse_drawing_optima 
+3f7d 20204544 branch mouse_no_data_timer_init 
+
+mouse_zwheel:
+3f7e 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+3f7f 207a0000 rtn blank 
+3f80 67e0c8d5 store 1 ,mem_mouse_z 
+3f81 7048e000 jam 0 ,mem_mouse_z_data 
+3f82 20207e54 branch enable_user 
+
+mouse_t_zwheel:
+3f83 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3f84 207a0000 rtn blank 
+3f85 67e0c8d6 store 1 ,mem_mouse_tz 
+3f86 7048dc00 jam 0 ,mem_mouse_tz_data 
+3f87 20207e54 branch enable_user 
+
+mouse_wheel_check:
+3f88 20403f95 call mouse_t_wheel_scan 
+3f89 20403fd1 call mouse_wheel_scan 
+3f8a 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3f8b 6848c8d9 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+3f8c 67e0c8d9 store 1 ,mem_wheel_tb_old_pinlevel 
+3f8d 98467c00 isub temp ,null 
+3f8e 2422b1e1 nbranch app_lpm_wake_auto_lock ,zero 
+3f8f 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3f90 6848c8dd fetcht 1 ,mem_mwheel_b_old_pinlevel 
+3f91 67e0c8dd store 1 ,mem_mwheel_b_old_pinlevel 
+3f92 98467c00 isub temp ,null 
+3f93 2422b1e1 nbranch app_lpm_wake_auto_lock ,zero 
+3f94 20600000 rtn 
+
+mouse_t_wheel_scan:
+3f95 6fe0c91c fetch 1 ,mem_whee_ta_data_gpio 
+3f96 c17f8000 rtneq gpio_disable 
+3f97 da200000 arg 0 ,rega 
+3f98 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+3f99 20406059 call gpio_get_bit 
+3f9a 7920a200 setflag true ,0 ,rega 
+3f9b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+3f9c 20406059 call gpio_get_bit 
+3f9d 7920a201 setflag true ,1 ,rega 
+3f9e 1a227e00 copy rega ,pdata 
+3f9f 67e0c8da store 1 ,mem_wheel_tb_new_pinlevel 
+3fa0 c000bfa5 beq 0x01 ,mouse_t_wheel_scan_judge1 
+3fa1 c0013fa9 beq 0x02 ,mouse_t_wheel_scan_judge2 
+3fa2 6fe0c8db fetch 1 ,mem_wheel_tog 
+3fa3 c283bfb5 bbit1 7 ,mouse_t_wheel_scan_judge3 
+3fa4 20600000 rtn 
+
+mouse_t_wheel_scan_judge1:
+3fa5 6fe0c8d9 fetch 1 ,mem_wheel_tb_old_pinlevel 
+3fa6 c0003fad beq 0 ,mouse_t_wheel_scan_judge11 
+3fa7 c001bfaf beq 3 ,mouse_t_wheel_scan_judge12 
+3fa8 20600000 rtn 
+
+mouse_t_wheel_scan_judge2:
+3fa9 6fe0c8d9 fetch 1 ,mem_wheel_tb_old_pinlevel 
+3faa c0003fb1 beq 0 ,mouse_t_wheel_scan_judge21 
+3fab c001bfb3 beq 3 ,mouse_t_wheel_scan_judge22 
+3fac 20600000 rtn 
+
+mouse_t_wheel_scan_judge11:
+3fad 7048db82 jam 0x82 ,mem_wheel_tog 
+3fae 20600000 rtn 
+
+mouse_t_wheel_scan_judge12:
+3faf 7048db81 jam 0x81 ,mem_wheel_tog 
+3fb0 20600000 rtn 
+
+mouse_t_wheel_scan_judge21:
+3fb1 7048db80 jam 0x80 ,mem_wheel_tog 
+3fb2 20600000 rtn 
+
+mouse_t_wheel_scan_judge22:
+3fb3 7048db83 jam 0x83 ,mem_wheel_tog 
+3fb4 20600000 rtn 
+
+mouse_t_wheel_scan_judge3:
+3fb5 6fe0c8db fetch 1 ,mem_wheel_tog 
+3fb6 793ffe07 set0 7 ,pdata 
+3fb7 67e0c8db store 1 ,mem_wheel_tog 
+3fb8 c0003fbd beq 0 ,mouse_t_wheel_scan_judge30 
+3fb9 c000bfc0 beq 1 ,mouse_t_wheel_scan_judge31 
+3fba c0013fc3 beq 2 ,mouse_t_wheel_scan_judge32 
+3fbb c001bfc6 beq 3 ,mouse_t_wheel_scan_judge33 
+3fbc 20600000 rtn 
+
+mouse_t_wheel_scan_judge30:
+3fbd 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fbe c001bfc9 beq 3 ,mouse_wheel_t_forward 
+3fbf 20600000 rtn 
+
+mouse_t_wheel_scan_judge31:
+3fc0 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc1 c0003fc9 beq 0 ,mouse_wheel_t_forward 
+3fc2 20600000 rtn 
+
+mouse_t_wheel_scan_judge32:
+3fc3 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc4 c001bfcd beq 3 ,mouse_wheel_t_back 
+3fc5 20600000 rtn 
+
+mouse_t_wheel_scan_judge33:
+3fc6 6fe0c8da fetch 1 ,mem_wheel_tb_new_pinlevel 
+3fc7 c0003fcd beq 0 ,mouse_wheel_t_back 
+3fc8 20600000 rtn 
+
+mouse_wheel_t_forward:
+3fc9 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3fca 1fe0fe01 increase 1 ,pdata 
+3fcb 67e0c8dc store 1 ,mem_mouse_tz_data 
+3fcc 20600000 rtn 
+
+mouse_wheel_t_back:
+3fcd 6fe0c8dc fetch 1 ,mem_mouse_tz_data 
+3fce 1fe0ffff increase -1 ,pdata 
+3fcf 67e0c8dc store 1 ,mem_mouse_tz_data 
+3fd0 20600000 rtn 
+
+mouse_wheel_scan:
+3fd1 6fe0c913 fetch 1 ,mem_whee_a_data_gpio 
+3fd2 c17f8000 rtneq gpio_disable 
+3fd3 da200000 arg 0 ,rega 
+3fd4 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+3fd5 20406059 call gpio_get_bit 
+3fd6 7920a200 setflag true ,0 ,rega 
+3fd7 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+3fd8 20406059 call gpio_get_bit 
+3fd9 7920a201 setflag true ,1 ,rega 
+3fda 1a227e00 copy rega ,pdata 
+3fdb 67e0c8de store 1 ,mem_mwheel_b_new_pinlevel 
+3fdc c000bfe1 beq 0x01 ,mouse_wheel_scan_judge1 
+3fdd c0013fe5 beq 0x02 ,mouse_wheel_scan_judge2 
+3fde 6fe0c8df fetch 1 ,mem_mwheel_tog 
+3fdf c283bff1 bbit1 7 ,mouse_wheel_scan_judge3 
+3fe0 20600000 rtn 
+
+mouse_wheel_scan_judge1:
+3fe1 6fe0c8dd fetch 1 ,mem_mwheel_b_old_pinlevel 
+3fe2 c0003fe9 beq 0 ,mouse_wheel_scan_judge11 
+3fe3 c001bfeb beq 3 ,mouse_wheel_scan_judge12 
+3fe4 20600000 rtn 
+
+mouse_wheel_scan_judge2:
+3fe5 6fe0c8dd fetch 1 ,mem_mwheel_b_old_pinlevel 
+3fe6 c0003fed beq 0 ,mouse_wheel_scan_judge21 
+3fe7 c001bfef beq 3 ,mouse_wheel_scan_judge22 
+3fe8 20600000 rtn 
+
+mouse_wheel_scan_judge11:
+3fe9 7048df82 jam 0x82 ,mem_mwheel_tog 
+3fea 20600000 rtn 
+
+mouse_wheel_scan_judge12:
+3feb 7048df81 jam 0x81 ,mem_mwheel_tog 
+3fec 20600000 rtn 
+
+mouse_wheel_scan_judge21:
+3fed 7048df80 jam 0x80 ,mem_mwheel_tog 
+3fee 20600000 rtn 
+
+mouse_wheel_scan_judge22:
+3fef 7048df83 jam 0x83 ,mem_mwheel_tog 
+3ff0 20600000 rtn 
+
+mouse_wheel_scan_judge3:
+3ff1 6fe0c8df fetch 1 ,mem_mwheel_tog 
+3ff2 793ffe07 set0 7 ,pdata 
+3ff3 67e0c8df store 1 ,mem_mwheel_tog 
+3ff4 c0003ff9 beq 0 ,mouse_wheel_scan_judge30 
+3ff5 c000bffc beq 1 ,mouse_wheel_scan_judge31 
+3ff6 c0013fff beq 2 ,mouse_wheel_scan_judge32 
+3ff7 c001c002 beq 3 ,mouse_wheel_scan_judge33 
+3ff8 20600000 rtn 
+
+mouse_wheel_scan_judge30:
+3ff9 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3ffa c001c005 beq 3 ,mouse_wheel_forward 
+3ffb 20600000 rtn 
+
+mouse_wheel_scan_judge31:
+3ffc 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+3ffd c0004005 beq 0 ,mouse_wheel_forward 
+3ffe 20600000 rtn 
+
+mouse_wheel_scan_judge32:
+3fff 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+4000 c001c009 beq 3 ,mouse_wheel_back 
+4001 20600000 rtn 
+
+mouse_wheel_scan_judge33:
+4002 6fe0c8de fetch 1 ,mem_mwheel_b_new_pinlevel 
+4003 c0004009 beq 0 ,mouse_wheel_back 
+4004 20600000 rtn 
+
+mouse_wheel_forward:
+4005 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+4006 1fe0fe01 increase 1 ,pdata 
+4007 67e0c8e0 store 1 ,mem_mouse_z_data 
+4008 20600000 rtn 
+
+mouse_wheel_back:
+4009 6fe0c8e0 fetch 1 ,mem_mouse_z_data 
+400a 1fe0ffff increase -1 ,pdata 
+400b 67e0c8e0 store 1 ,mem_mouse_z_data 
+400c 20600000 rtn 
+
+mouse_wheel_gpio_set_wake:
+400d 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+400e 20406032 call gpio_set_wake_by_current_state 
+400f 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+4010 20406032 call gpio_set_wake_by_current_state 
+4011 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+4012 20406032 call gpio_set_wake_by_current_state 
+4013 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+4014 20206032 branch gpio_set_wake_by_current_state 
+
+mouse_before_hibernate_wheel_gpio_set:
+4015 6848c913 fetcht 1 ,mem_whee_a_data_gpio 
+4016 20403f4d call mouse_gpio_set_pupd_by_input 
+4017 6848c914 fetcht 1 ,mem_whee_b_data_gpio 
+4018 20403f4d call mouse_gpio_set_pupd_by_input 
+4019 6848c91c fetcht 1 ,mem_whee_ta_data_gpio 
+401a 20403f4d call mouse_gpio_set_pupd_by_input 
+401b 6848c91d fetcht 1 ,mem_whee_tb_data_gpio 
+401c 20203f4d branch mouse_gpio_set_pupd_by_input 
+
+mouse_wheel_trigger:
+401d 6fe148d5 fetch 2 ,mem_mouse_z 
+401e 207a0000 rtn blank 
+401f 7048e101 jam 1 ,mem_mouse_wheel_trigger 
+4020 7048e20a jam 10 ,mem_mouse_wheel_trigger_timer 
+4021 20600000 rtn 
+
+mouse_wheel_trigger_timer:
+4022 da6048e2 arg mem_mouse_wheel_trigger_timer ,regc 
+4023 da404025 arg mouse_wheel_trigger_disable ,regb 
+4024 2020318a branch timer_single_step 
+
+mouse_wheel_trigger_disable:
+4025 7048e100 jam 0 ,mem_mouse_wheel_trigger 
+4026 20600000 rtn 
+
+mouse_dpi_check:
+4027 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4028 c2974036 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+4029 6fe0c90f fetch 1 ,mem_dpi_button_gpio 
+402a c17f8000 rtneq gpio_disable 
+402b da200000 arg 0 ,rega 
+402c 704b9605 jam mouse_dpi_key ,mem_mouse_key_temp 
+402d 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+402e 20404039 call mouse_dpi_key_check 
+
+mouse_dpi_check_next:
+402f 67e0cb93 store 1 ,mem_mouse_dpikey_press_status 
+4030 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4031 c07fc042 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+4032 20404168 call mouse_matrix_public_gpio_reset 
+
+mouse_dpi_check_exit:
+4033 1a227e00 copy rega ,pdata 
+4034 c282c052 bbit1 mouse_dpi_key ,mouse_dpi_down 
+4035 20204059 branch mouse_dpi_up 
+
+mouse_dpi_check_connect_adc:
+4036 6fe0c8fb fetch 1 ,mem_mouse_adc_button_press_flag 
+4037 203a4059 branch mouse_dpi_up ,blank 
+4038 20204052 branch mouse_dpi_down 
+
+mouse_dpi_key_check:
+4039 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+403a c2964048 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+403b 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+403c 1fe22600 copy pdata ,regc 
+403d 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+403e c07fc195 beq gpio_disable ,mouse_3io6key_check 
+
+mouse_dpi_key_check_next:
+403f 6fe0cb9a fetch 1 ,mem_mouse_ghost_flag 
+4040 243a4045 nbranch mouse_dpi_check_end ,blank 
+4041 2020404a branch mouse_dpi_key_connect_matrix 
+
+mouse_3io6key_dpi_check_end:
+4042 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+4043 20403f56 call mouse_gpio_config_input_pu 
+4044 20204033 branch mouse_dpi_check_exit 
+
+mouse_dpi_check_end:
+4045 7049dd00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+4046 704b9300 jam 0 ,mem_mouse_dpikey_press_status 
+4047 20600000 rtn 
+
+mouse_dpi_key_connect_gnd:
+4048 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+4049 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_dpi_key_connect_matrix:
+404a 20406059 call gpio_get_bit 
+404b 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+404c 2020c048 branch mouse_dpi_key_connect_gnd ,true 
+404d 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+404e 20406069 call gpio_out_active 
+404f 6848c90f fetcht 1 ,mem_dpi_button_gpio 
+4050 6fe0cb93 fetch 1 ,mem_mouse_dpikey_press_status 
+4051 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_dpi_down:
+4052 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4053 c1008000 rtneq dpi_button_state_down 
+4054 7049dd01 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+4055 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4056 c3940000 rtnbit1 mouse_enable_select_device_by_dpi_button 
+4057 c39b0000 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+4058 20204069 branch mouse_dpi_process 
+
+mouse_dpi_up:
+4059 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+405a c1000000 rtneq dpi_button_state_up 
+405b 7049dd00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+405c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+405d c2944060 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+405e c29b4060 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+405f 20600000 rtn 
+
+mouse_dpi_up_next:
+4060 6fe0c9de fetch 1 ,mem_mouse_dpi_long_press_flag 
+4061 243a4064 nbranch mouse_dpi_up_after_long_press ,blank 
+4062 6fe0cb9c fetch 1 ,mem_select_device_count 
+4063 245a4069 ncall mouse_dpi_process ,blank 
+
+mouse_dpi_up_after_long_press:
+4064 7049de00 jam 0 ,mem_mouse_dpi_long_press_flag 
+4065 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+4066 67e0cb9c store 1 ,mem_select_device_count 
+4067 67e0cb9b store 1 ,mem_bt_discovery_count 
+4068 20600000 rtn 
+
+mouse_dpi_process:
+4069 44e7c019 bpatch patch19_7 ,mem_patch19 
+406a 20404072 call mouse_dpi_ghost_check 
+406b 20740000 rtn user 
+406c 6fe0c992 fetch 1 ,mem_mouse_dpi 
+406d 1fe0fe01 increase 1 ,pdata 
+406e 1fe17e03 and pdata ,0x03 ,pdata 
+406f 67e0c992 store 1 ,mem_mouse_dpi 
+4070 20404095 call mouse_seting_dpi 
+4071 202045ee branch mouse_store_device_info_delay 
+
+mouse_dpi_ghost_check:
+4072 78547c00 disable user 
+4073 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4074 c3960000 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+4075 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+4076 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+4077 207a0000 rtn blank 
+4078 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+4079 207a0000 rtn blank 
+407a 78347c00 enable user 
+407b 20600000 rtn 
+
+mouse_dpi_key_check_long_press:
+407c 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+407d c2944080 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+407e c29b4087 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+407f 20600000 rtn 
+
+mouse_select_device_by_dpi_button:
+4080 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4081 c1808000 rtnne dpi_button_state_down 
+4082 da604b9c arg mem_select_device_count ,regc 
+4083 da404085 arg mouse_ready_reconnection_by_dpi_button ,regb 
+4084 2020318a branch timer_single_step 
+
+mouse_ready_reconnection_by_dpi_button:
+4085 7049de01 jam 1 ,mem_mouse_dpi_long_press_flag 
+4086 202046b5 branch mouse_ready_reconnection_by_button 
+
+mouse_discovery_by_dpi_button:
+4087 6fe0c9dd fetch 1 ,mem_mouse_dpi_button_state 
+4088 c1808000 rtnne dpi_button_state_down 
+4089 da604b9b arg mem_bt_discovery_count ,regc 
+408a da40408c arg mouse_long_dpi_button_bt_discovery ,regb 
+408b 2020318a branch timer_single_step 
+
+mouse_long_dpi_button_bt_discovery:
+408c 7049de01 jam 1 ,mem_mouse_dpi_long_press_flag 
+408d 202044d4 branch mouse_long_button_bt_discovery 
+
+mouse_dpi_config:
+408e 20204098 branch mouse_seting_sensor_type 
+
+mouse_setting_dpi_4_level:
+408f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4090 c38e0000 rtnbit1 mouse_enable_dpi_level_4 
+4091 6fe0c992 fetch 1 ,mem_mouse_dpi 
+4092 c1818000 rtnne mouse_dpi_level4 
+4093 70499200 jam mouse_dpi_level1 ,mem_mouse_dpi 
+4094 20600000 rtn 
+
+mouse_seting_dpi:
+4095 44e8401a bpatch patch1a_0 ,mem_patch1a 
+4096 2040408f call mouse_setting_dpi_4_level 
+4097 204048e1 call mouse_dpi_led_blink_delay 
+
+mouse_seting_sensor_type:
+4098 6fe0c927 fetch 1 ,mem_config_sensor_type 
+4099 c001c0bb beq p3212 ,mouse_seting_3212_dpi 
+409a c005c0cf beq ka8g2 ,mouse_seting_ka8g2_dpi 
+409b 6fe0c992 fetch 1 ,mem_mouse_dpi 
+409c c00040a2 beq mouse_dpi_level1 ,mouse_set_cpi0 
+409d c000c0a0 beq mouse_dpi_level2 ,mouse_set_cpi1 
+409e c00140a4 beq mouse_dpi_level3 ,mouse_set_cpi2 
+409f c001c0a6 beq mouse_dpi_level4 ,mouse_set_cpi3 
+
+mouse_set_cpi1:
+40a0 6848c9d1 fetcht 1 ,mem_320x_dpi_1 
+40a1 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi0:
+40a2 6848c9d0 fetcht 1 ,mem_320x_dpi_0 
+40a3 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi2:
+40a4 6848c9d2 fetcht 1 ,mem_320x_dpi_2 
+40a5 202040a8 branch mouse_dpi_store 
+
+mouse_set_cpi3:
+40a6 6848c9d3 fetcht 1 ,mem_320x_dpi_3 
+40a7 202040a8 branch mouse_dpi_store 
+
+mouse_dpi_store:
+40a8 6fe0c927 fetch 1 ,mem_config_sensor_type 
+40a9 c00240b7 beq p3065_xy ,mouse_3065xy_set_dpi 
+40aa c002c0b7 beq mx8650 ,mouse_3065xy_set_dpi 
+40ab c00440b9 beq ka8 ,mouse_ka8_set_dpi 
+40ac c003c0b9 beq p6520 ,mouse_ka8_set_dpi 
+40ad c00340b7 beq p8009 ,mouse_3065xy_set_dpi 
+
+mouse_dpi_write:
+40ae 6048c9dc storet 1 ,mem_mouse_cpi_count 
+40af 58000006 setarg mouse_dpi_address 
+40b0 20405b0d call twspi_read 
+40b1 1fe104f8 and pdata ,0xf8 ,temp 
+40b2 6fe0c9dc fetch 1 ,mem_mouse_cpi_count 
+40b3 9840fe00 iadd temp ,pdata 
+40b4 1fed7e00 lshift8 pdata ,pdata 
+40b5 1fe0fe06 add pdata ,mouse_dpi_address ,pdata 
+40b6 20205b0c branch twspi_write 
+
+mouse_3065xy_set_dpi:
+40b7 184085ff increase -1 ,temp 
+40b8 202040ae branch mouse_dpi_write 
+
+mouse_ka8_set_dpi:
+40b9 18408402 increase 2 ,temp 
+40ba 202040ae branch mouse_dpi_write 
+
+mouse_seting_3212_dpi:
+40bb 6fe0c992 fetch 1 ,mem_mouse_dpi 
+40bc c00040c2 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+40bd c000c0c0 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+40be c00140c4 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+40bf c001c0c6 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+
+mouse_set_p3212_cpi1:
+40c0 6fe0c9d5 fetch 1 ,mem_3212_dpi_1 
+40c1 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi0:
+40c2 6fe0c9d4 fetch 1 ,mem_3212_dpi_0 
+40c3 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi2:
+40c4 6fe0c9d6 fetch 1 ,mem_3212_dpi_2 
+40c5 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi3:
+40c6 6fe0c9d7 fetch 1 ,mem_3212_dpi_3 
+
+mouse_p3212_dpi:
+40c7 67e0c9dc store 1 ,mem_mouse_cpi_count 
+40c8 1fed7e00 lshift8 pdata ,pdata 
+40c9 1fe22200 copy pdata ,rega 
+40ca 1fe0fe0d add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+40cb 20405b0c call twspi_write 
+40cc 1a227e00 copy rega ,pdata 
+40cd 1fe0fe0e add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+40ce 20205b0c branch twspi_write 
+
+mouse_seting_ka8g2_dpi:
+40cf 6fe0c992 fetch 1 ,mem_mouse_dpi 
+40d0 c00040d6 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+40d1 c000c0d4 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+40d2 c00140d8 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+40d3 c001c0da beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+
+mouse_set_pka8g2_cpi1:
+40d4 6fe0c9d9 fetch 1 ,mem_ka8g2_dpi_1 
+40d5 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi0:
+40d6 6fe0c9d8 fetch 1 ,mem_ka8g2_dpi_0 
+40d7 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi2:
+40d8 6fe0c9da fetch 1 ,mem_ka8g2_dpi_2 
+40d9 202040c7 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi3:
+40da 6fe0c9db fetch 1 ,mem_ka8g2_dpi_3 
+40db 202040c7 branch mouse_p3212_dpi 
+
+mouse_key:
+40dc 20404115 call mouse_check_key_gpio 
+40dd 204040ed call mouse_ghost_key_check 
+40de 20403e5f call mouse_set_mult 
+40df 204040e8 call mouse_24g_key 
+40e0 1a227e00 copy rega ,pdata 
+40e1 6848c8d8 fetcht 1 ,mem_mouse_key_last 
+40e2 67e0c8d8 store 1 ,mem_mouse_key_last 
+40e3 67e0c8d0 store 1 ,mem_mouse_key 
+40e4 9842fe00 ixor temp ,pdata 
+40e5 1fe67c00 sub pdata ,0 ,null 
+40e6 20628000 rtn zero 
+40e7 20207e54 branch enable_user 
+
+mouse_24g_key:
+40e8 c6930000 rtnmark0 mark_24g 
+40e9 1a227e00 copy rega ,pdata 
+40ea 207a0000 rtn blank 
+40eb 67e0c8d0 store 1 ,mem_mouse_key 
+40ec 20207e54 branch enable_user 
+
+mouse_ghost_key_check:
+40ed 704b9800 jam 0 ,mem_mouse_matrix_key_cow_count 
+40ee 704b9900 jam 0 ,mem_mouse_matrix_key_row_count 
+40ef 704b9a00 jam 0 ,mem_mouse_ghost_flag 
+40f0 1fe20400 copy pdata ,temp 
+40f1 204040fd call mouse_ghost_key_check_l_bk 
+40f2 20404100 call mouse_ghost_key_check_m_fw 
+40f3 20404103 call mouse_ghost_key_check_bk_fw 
+40f4 20404106 call mouse_ghost_key_check_lmr 
+40f5 6fe0cb99 fetch 1 ,mem_mouse_matrix_key_row_count 
+40f6 207a0000 rtn blank 
+40f7 6fe0cb98 fetch 1 ,mem_mouse_matrix_key_cow_count 
+40f8 207a0000 rtn blank 
+40f9 704b9a01 jam 1 ,mem_mouse_ghost_flag 
+40fa 6fe0c8d8 fetch 1 ,mem_mouse_key_last 
+40fb 1fe22200 copy pdata ,rega 
+40fc 20600000 rtn 
+
+mouse_ghost_key_check_l_bk:
+40fd 18417e09 and temp ,mouse_l_bk_button ,pdata 
+40fe c004c10e beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+40ff 20600000 rtn 
+
+mouse_ghost_key_check_m_fw:
+4100 18417e14 and temp ,mouse_m_fw_button ,pdata 
+4101 c00a410e beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+4102 20600000 rtn 
+
+mouse_ghost_key_check_bk_fw:
+4103 18417e18 and temp ,mouse_bk_fw_button ,pdata 
+4104 c00c410c beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+4105 20600000 rtn 
+
+mouse_ghost_key_check_lmr:
+4106 18417e07 and temp ,mouse_lmr_button ,pdata 
+4107 c001c10c beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+4108 c002c10c beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+4109 c003410c beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+410a c003c10c beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+410b 20600000 rtn 
+
+mouse_matrix_row_more_than_one_key:
+410c 704b9901 jam 1 ,mem_mouse_matrix_key_row_count 
+410d 20600000 rtn 
+
+mouse_matrix_cow_more_than_one_key:
+410e 704b9801 jam 1 ,mem_mouse_matrix_key_cow_count 
+410f 20600000 rtn 
+
+mouse_key_check_once:
+4110 20404121 call mouse_check_key_gpio_once 
+4111 20404115 call mouse_check_key_gpio 
+4112 58000000 setarg 0x00 
+4113 67e1cb8e store 3 ,mem_mouse_lkey_press_status 
+4114 20600000 rtn 
+
+mouse_check_key_gpio:
+4115 44e8c01a bpatch patch1a_1 ,mem_patch1a 
+4116 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+4117 245a4121 ncall mouse_check_key_gpio_once ,blank 
+4118 da200000 arg 0 ,rega 
+4119 20404124 call mouse_check_lkey_gpio 
+411a 2040412a call mouse_check_rkey_gpio 
+411b 20404130 call mouse_check_mkey_gpio 
+411c 20404136 call mouse_check_bkkey_gpio 
+411d 2040414f call mouse_check_fwkey_gpio 
+
+mouse_check_key_gpio_next:
+411e 2040416a call mouse_check_customerkey_gpio 
+411f 1a227e00 copy rega ,pdata 
+4120 20600000 rtn 
+
+mouse_check_key_gpio_once:
+4121 58030303 setarg 0x030303 
+4122 67e1cb8e store 3 ,mem_mouse_lkey_press_status 
+4123 20600000 rtn 
+
+mouse_check_lkey_gpio:
+4124 704b9600 jam mouse_l_key ,mem_mouse_key_temp 
+4125 6848c918 fetcht 1 ,mem_lbutton_gpio 
+4126 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+4127 20404187 call mouse_check_key_connect_gnd 
+4128 67e0cb8e store 1 ,mem_mouse_lkey_press_status 
+4129 20600000 rtn 
+
+mouse_check_rkey_gpio:
+412a 704b9601 jam mouse_r_key ,mem_mouse_key_temp 
+412b 6848c919 fetcht 1 ,mem_rbutton_gpio 
+412c 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+412d 20404187 call mouse_check_key_connect_gnd 
+412e 67e0cb8f store 1 ,mem_mouse_rkey_press_status 
+412f 20600000 rtn 
+
+mouse_check_mkey_gpio:
+4130 704b9602 jam mouse_m_key ,mem_mouse_key_temp 
+4131 6848c91a fetcht 1 ,mem_mbutton_gpio 
+4132 6fe0cb90 fetch 1 ,mem_mouse_mkey_press_status 
+4133 20404187 call mouse_check_key_connect_gnd 
+4134 67e0cb90 store 1 ,mem_mouse_mkey_press_status 
+4135 20600000 rtn 
+
+mouse_check_bkkey_gpio:
+4136 6fe0c90d fetch 1 ,mem_bk_button_gpio 
+4137 c17f8000 rtneq gpio_disable 
+4138 704b9603 jam mouse_bk_key ,mem_mouse_key_temp 
+4139 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+413a 1fe22600 copy pdata ,regc 
+413b 6848c90d fetcht 1 ,mem_bk_button_gpio 
+413c 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+413d c07fc14b beq gpio_disable ,mouse_3io6key_bk_check 
+
+mouse_check_bkkey_gpio_next:
+413e 20406059 call gpio_get_bit 
+413f 2020c147 branch mouse_check_bk_button_connect_gnd ,true 
+4140 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4141 20406069 call gpio_out_active 
+4142 6848c90d fetcht 1 ,mem_bk_button_gpio 
+4143 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+4144 20404187 call mouse_check_key_connect_gnd 
+
+mouse_check_bkkey_gpio_end:
+4145 67e0cb91 store 1 ,mem_mouse_bkkey_press_status 
+4146 20204168 branch mouse_matrix_public_gpio_reset 
+
+mouse_check_bk_button_connect_gnd:
+4147 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4148 6fe0cb91 fetch 1 ,mem_mouse_bkkey_press_status 
+4149 20404187 call mouse_check_key_connect_gnd 
+414a 20204145 branch mouse_check_bkkey_gpio_end 
+
+mouse_3io6key_bk_check:
+414b 20404195 call mouse_3io6key_check 
+414c 67e0cb91 store 1 ,mem_mouse_bkkey_press_status 
+414d 6848c90d fetcht 1 ,mem_bk_button_gpio 
+414e 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_check_fwkey_gpio:
+414f 6fe0c90e fetch 1 ,mem_fw_button_gpio 
+4150 c17f8000 rtneq gpio_disable 
+4151 704b9604 jam mouse_fw_key ,mem_mouse_key_temp 
+4152 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+4153 1fe22600 copy pdata ,regc 
+4154 6848c90e fetcht 1 ,mem_fw_button_gpio 
+4155 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4156 c07fc164 beq gpio_disable ,mouse_3io6key_fw_check 
+
+mouse_check_fwkey_gpio_next:
+4157 20406059 call gpio_get_bit 
+4158 2020c160 branch mouse_check_fw_button_connect_gnd ,true 
+4159 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+415a 20406069 call gpio_out_active 
+415b 6848c90e fetcht 1 ,mem_fw_button_gpio 
+415c 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+415d 20404187 call mouse_check_key_connect_gnd 
+
+mouse_check_fwkey_gpio_end:
+415e 67e0cb92 store 1 ,mem_mouse_fwkey_press_status 
+415f 20204168 branch mouse_matrix_public_gpio_reset 
+
+mouse_check_fw_button_connect_gnd:
+4160 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4161 6fe0cb92 fetch 1 ,mem_mouse_fwkey_press_status 
+4162 20404187 call mouse_check_key_connect_gnd 
+4163 2020415e branch mouse_check_fwkey_gpio_end 
+
+mouse_3io6key_fw_check:
+4164 20404195 call mouse_3io6key_check 
+4165 67e0cb92 store 1 ,mem_mouse_fwkey_press_status 
+4166 6848c90e fetcht 1 ,mem_fw_button_gpio 
+4167 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_matrix_public_gpio_reset:
+4168 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+4169 20203f56 branch mouse_gpio_config_input_pu 
+
+mouse_check_customerkey_gpio:
+416a 704b8b00 jam 0 ,mem_customer_key 
+416b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+416c c40a8000 rtnbit0 mouse_enable_keyboard 
+416d 6fe0c912 fetch 1 ,mem_customer_key_gpio 
+416e c17f8000 rtneq gpio_disable 
+416f 704b9607 jam mouse_customer_key ,mem_mouse_key_temp 
+4170 6848c912 fetcht 1 ,mem_customer_key_gpio 
+4171 6fe0cb95 fetch 1 ,mem_mouse_customerkey_press_status 
+4172 20404187 call mouse_check_key_connect_gnd 
+4173 67e0cb95 store 1 ,mem_mouse_customerkey_press_status 
+
+mouse_check_customerkey_state:
+4174 1a227e00 copy rega ,pdata 
+4175 c283c17a bbit1 mouse_customer_key ,mouse_customerkey_press 
+4176 2040417d call mouse_customerkey_release 
+
+mouse_check_customerkey_gpio_exit:
+4177 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4178 67e0cb8d store 1 ,mem_customer_data_trigger_last 
+4179 20600000 rtn 
+
+mouse_customerkey_press:
+417a 704b8c01 jam 1 ,mem_customer_data_trigger 
+417b 20404180 call mouse_customer_key_need_send 
+417c 20204177 branch mouse_check_customerkey_gpio_exit 
+
+mouse_customerkey_release:
+417d 704b8c00 jam 0 ,mem_customer_data_trigger 
+417e 6fe0cb8d fetch 1 ,mem_customer_data_trigger_last 
+417f 207a0000 rtn blank 
+
+mouse_customer_key_need_send:
+4180 704b8b01 jam 1 ,mem_customer_key 
+4181 20600000 rtn 
+
+mouse_check_matrix_button_connect_gnd:
+4182 20406059 call gpio_get_bit 
+4183 6848cb96 fetcht 1 ,mem_mouse_key_temp 
+4184 18420e00 copy temp ,queue 
+4185 2020c193 branch mouse_key_press ,true 
+4186 20204191 branch mouse_key_release 
+
+mouse_check_key_connect_gnd:
+4187 1fe3fe00 lshift pdata ,pdata 
+4188 1fe22400 copy pdata ,regb 
+4189 20406059 call gpio_get_bit 
+418a 7920a400 setflag true ,0 ,regb 
+418b 1a417e07 and regb ,0x07 ,pdata 
+418c 6848cb96 fetcht 1 ,mem_mouse_key_temp 
+418d 18420e00 copy temp ,queue 
+418e c003c193 beq 0x07 ,mouse_key_press 
+418f c0004191 beq 0x00 ,mouse_key_release 
+4190 20600000 rtn 
+
+mouse_key_release:
+4191 f93fa200 qset0 rega 
+4192 20600000 rtn 
+
+mouse_key_press:
+4193 f9202200 qset1 rega 
+4194 20600000 rtn 
+
+mouse_3io6key_check:
+4195 44e9401a bpatch patch1a_2 ,mem_patch1a 
+4196 1a627e00 copy regc ,pdata 
+4197 67e0cb97 store 1 ,mem_mouse_key_status 
+4198 1fe3fe00 lshift pdata ,pdata 
+4199 1fe22400 copy pdata ,regb 
+419a 18422600 copy temp ,regc 
+419b 20403f54 call mouse_gpio_config_input_pd 
+419c 1a620400 copy regc ,temp 
+419d 20406059 call gpio_get_bit 
+419e 7d20a400 nsetflag true ,0 ,regb 
+419f 204041a1 call mouse_check_press 
+41a0 2020418b branch mouse_check_key_connect_gnd + 4 
+
+mouse_check_press:
+41a1 6848cb97 fetcht 1 ,mem_mouse_key_status 
+41a2 18410401 and_into 0x01 ,temp 
+41a3 1a417e01 and regb ,0x01 ,pdata 
+41a4 98467c00 isub temp ,null 
+41a5 2422c32f nbranch mouse_current_mult_update ,zero 
+41a6 20600000 rtn 
+
+mouse_init_sunt:
+41a7 44e9c01a bpatch patch1a_3 ,mem_patch1a 
+41a8 20403f65 call mouse_sensor_spi_init 
+41a9 20758000 rtn wake 
+
+mouse_init_sensor_wakeup:
+41aa 20404236 call mouse_sensor_poweron 
+
+mouse_init_sensor:
+41ab 204041b5 call mouse_read_sensor_id 
+41ac c01841bc beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+41ad c018c217 beq p3065_id1 ,mouse_init_p3065 
+41ae c02c4220 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+41af 204041b2 call mouse_twspi_reset 
+41b0 20001af4 nop 6900 
+41b1 202041ab branch mouse_init_sensor 
+
+mouse_twspi_reset:
+41b2 6fe0c91f fetch 1 ,mem_mouse_sensor_sclk_gpio 
+41b3 20405af7 call twspi_reset 
+41b4 20203f6a branch mouse_spid_init_pin 
+
+mouse_read_sensor_id:
+41b5 58000001 setarg pan_reg_pid_h 
+41b6 20405b0d call twspi_read 
+41b7 67e0c9c2 store 1 ,mem_sensor_id2 
+41b8 58000000 setarg pan_reg_pid_l 
+41b9 20405b0d call twspi_read 
+41ba 67e0c9c1 store 1 ,mem_sensor_id1 
+41bb 20600000 rtn 
+
+mouse_init_p32xx_id2_judge:
+41bc 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+41bd c02d41c5 beq p_mx8650 ,mouse_mx8650_init_param 
+41be c06c41cb beq p8009_id2 ,mouse_8009_init_param 
+41bf c068c1da beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+41c0 c06941e3 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+41c1 c00141ea beq p3212_id2 ,mouse_3212_init_param 
+41c2 c02a41ed beq pka8_id2 ,mouse_ka8_init_param_check 
+41c3 c0284214 beq p6520a_id2 ,mouse_p6520_init_param 
+41c4 202041ab branch mouse_init_sensor 
+
+mouse_mx8650_init_param:
+41c5 70492705 jam mx8650 ,mem_config_sensor_type 
+41c6 20404232 call mouse_sensor_reset 
+41c7 20407d12 call delay_10ms 
+41c8 da604a39 arg mem_sensor_8650_init ,regc 
+41c9 2040422b call mouse_sensor_wr_seq 
+41ca 2020408e branch mouse_dpi_config 
+
+mouse_8009_init_param:
+41cb 58000016 setarg 0x16 
+41cc 20405b0d call twspi_read 
+41cd 1fe67cbd sub pdata ,0xbd ,null 
+41ce 2422c1a7 nbranch mouse_init_sunt ,zero 
+41cf 58000019 setarg 0x19 
+41d0 20405b0d call twspi_read 
+41d1 1fe67c55 sub pdata ,0x55 ,null 
+41d2 2422c1a7 nbranch mouse_init_sunt ,zero 
+41d3 5800001b setarg 0x1b 
+41d4 20405b0d call twspi_read 
+41d5 1fe67c1d sub pdata ,0x1d ,null 
+41d6 2422c1a7 nbranch mouse_init_sunt ,zero 
+41d7 70492706 jam p8009 ,mem_config_sensor_type 
+41d8 da604a71 arg mem_sensor_8009_init ,regc 
+41d9 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3205_3t_init_param:
+41da 70492700 jam p3205 ,mem_config_sensor_type 
+41db da6049f3 arg mem_sensor_3205_init ,regc 
+41dc 2040422b call mouse_sensor_wr_seq 
+41dd da6049fd arg mem_sensor_32xx_init ,regc 
+41de 2040422b call mouse_sensor_wr_seq 
+41df 58000943 setarg 0x0943 
+41e0 20405b0c call twspi_write 
+41e1 da604a17 arg mem_sensor_32xx_init_1 ,regc 
+41e2 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3204_3l_init_param:
+41e3 70492702 jam p3204 ,mem_config_sensor_type 
+41e4 da6049e9 arg mem_sensor_3204_init ,regc 
+41e5 2040422b call mouse_sensor_wr_seq 
+41e6 da6049fd arg mem_sensor_32xx_init ,regc 
+41e7 2040422b call mouse_sensor_wr_seq 
+41e8 da604a17 arg mem_sensor_32xx_init_1 ,regc 
+41e9 2020422b branch mouse_sensor_wr_seq 
+
+mouse_3212_init_param:
+41ea 70492703 jam p3212 ,mem_config_sensor_type 
+41eb da6049df arg mem_sensor_3212_init ,regc 
+41ec 2020422b branch mouse_sensor_wr_seq 
+
+mouse_ka8_init_param_check:
+41ed 20404229 call mouse_sensor_disable_wp 
+41ee 58009a5b setarg 0x9a5b 
+41ef 20405b0c call twspi_write 
+41f0 5800000d setarg 0x0d 
+41f1 20405b0d call twspi_read 
+41f2 1fe67c12 sub pdata ,0x12 ,null 
+41f3 2022c201 branch mouse_ka8ul_init_param ,zero 
+41f4 1fe67c0a sub pdata ,0x0a ,null 
+41f5 2422c204 nbranch mouse_ka8hd_sensor_judge ,zero 
+41f6 5800000e setarg 0x0e 
+41f7 20405b0d call twspi_read 
+41f8 1fe67ce5 sub pdata ,0xe5 ,null 
+41f9 2422c1ab nbranch mouse_init_sensor ,zero 
+41fa 58000010 setarg 0x10 
+41fb 20405b0d call twspi_read 
+41fc 1fe67ca5 sub pdata ,0xa5 ,null 
+41fd 2022c201 branch mouse_ka8ul_init_param ,zero 
+41fe 20404211 call mouse_enable_ka8_sensor_wp 
+
+mouse_ka8_init_param:
+41ff 70492708 jam ka8 ,mem_config_sensor_type 
+4200 20600000 rtn 
+
+mouse_ka8ul_init_param:
+4201 70492709 jam ka8_ul ,mem_config_sensor_type 
+4202 da604a53 arg mem_sensor_ka8ul_init ,regc 
+4203 2020422b branch mouse_sensor_wr_seq 
+
+mouse_ka8hd_sensor_judge:
+4204 1fe67c10 sub pdata ,0x10 ,null 
+4205 2422c1ab nbranch mouse_init_sensor ,zero 
+4206 5800000e setarg 0x0e 
+4207 20405b0d call twspi_read 
+4208 1fe67cc5 sub pdata ,0xc5 ,null 
+4209 2422c1ab nbranch mouse_init_sensor ,zero 
+420a 58000010 setarg 0x10 
+420b 20405b0d call twspi_read 
+420c 1fe67c38 sub pdata ,0x38 ,null 
+420d 2422c1ab nbranch mouse_init_sensor ,zero 
+
+mouse_ka8hd_init_param:
+420e 20404211 call mouse_enable_ka8_sensor_wp 
+420f 7049270a jam ka8_hd ,mem_config_sensor_type 
+4210 20600000 rtn 
+
+mouse_enable_ka8_sensor_wp:
+4211 5800005b setarg 0x005b 
+4212 20405b0c call twspi_write 
+4213 20204227 branch mouse_sensor_enable_wp 
+
+mouse_p6520_init_param:
+4214 70492707 jam p6520 ,mem_config_sensor_type 
+4215 da604a97 arg mem_sensor_p6520_init ,regc 
+4216 2020422b branch mouse_sensor_wr_seq 
+
+mouse_init_p3065:
+4217 20404236 call mouse_sensor_poweron 
+4218 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+4219 c038421e beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+421a c000421c beq p3065_id2 ,mouse_p3065_init_param 
+421b 202041ab branch mouse_init_sensor 
+
+mouse_p3065_init_param:
+421c 70492701 jam p3065 ,mem_config_sensor_type 
+421d 20600000 rtn 
+
+mouse_p3065xy_init_param:
+421e 70492704 jam p3065_xy ,mem_config_sensor_type 
+421f 20600000 rtn 
+
+mouse_ka8g2_id2_judge:
+4220 20404236 call mouse_sensor_poweron 
+4221 6fe0c9c2 fetch 1 ,mem_sensor_id2 
+4222 c02cc224 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+4223 202041bc branch mouse_init_p32xx_id2_judge 
+
+mouse_ka8g2_init_param:
+4224 7049270b jam ka8g2 ,mem_config_sensor_type 
+4225 da604a81 arg mem_sensor_ka8g2_init ,regc 
+4226 2020422b branch mouse_sensor_wr_seq 
+
+mouse_sensor_enable_wp:
+4227 58000009 setarg 0x0009 
+4228 20205b0c branch twspi_write 
+
+mouse_sensor_disable_wp:
+4229 58005a09 setarg 0x5a09 
+422a 20205b0c branch twspi_write 
+
+mouse_sensor_wr_seq:
+422b efe10013 ifetch 2 ,regc 
+422c d840ffff arg 0xffff ,temp 
+422d 98467c00 isub temp ,null 
+422e 20628000 rtn zero 
+422f 20405b0c call twspi_write 
+4230 1a60a602 increase 2 ,regc 
+4231 2020422b branch mouse_sensor_wr_seq 
+
+mouse_sensor_reset:
+4232 58008006 setarg 0x8006 
+
+mouse_sensor_reset_end:
+4233 20405b0c call twspi_write 
+4234 20002ee0 nop 12000 
+4235 20600000 rtn 
+
+mouse_sensor_poweron:
+4236 44ea401a bpatch patch1a_4 ,mem_patch1a 
+4237 20403f65 call mouse_sensor_spi_init 
+
+mouse_sensor_poweron_next:
+4238 20404232 call mouse_sensor_reset 
+4239 da604aa3 arg mem_sensor_poweron_init ,regc 
+
+mouse_sensor_poweron_end:
+423a 2040422b call mouse_sensor_wr_seq 
+423b 2020408e branch mouse_dpi_config 
+
+mouse_sensor_powerdown:
+423c 204041a7 call mouse_init_sunt 
+423d 20403f65 call mouse_sensor_spi_init 
+
+mouse_sensor_powerdown_end:
+423e 58000806 setarg 0x0806 
+423f 20205b0c branch twspi_write 
+
+mouse_check_sensor_data:
+4240 6fe0c4ac fetch 1 ,mem_spi_write_flash_sm 
+4241 c1800000 rtnne flash_sm_no_buys 
+4242 6fe0c927 fetch 1 ,mem_config_sensor_type 
+4243 c000424c beq p3205 ,mouse_p32xx_sensor_motion 
+4244 c000c24c beq p3065 ,mouse_p32xx_sensor_motion 
+4245 c004424c beq ka8 ,mouse_p32xx_sensor_motion 
+4246 c001424c beq p3204 ,mouse_p32xx_sensor_motion 
+4247 c001c270 beq p3212 ,mouse_p3212_sensor_motion 
+4248 c002424c beq p3065_xy ,mouse_p32xx_sensor_motion 
+4249 c0034295 beq p8009 ,mouse_p8009_sensor_motion 
+424a c005c28e beq ka8g2 ,mouse_pka8g2_sensor_motion 
+424b 2020424c branch mouse_p32xx_sensor_motion 
+
+mouse_p32xx_sensor_motion:
+424c 204042c4 call mouse_clear_sensor_data 
+424d 78547c00 disable user 
+424e 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+424f c07fc253 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+4250 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4251 20406059 call gpio_get_bit 
+4252 24608000 nrtn true 
+
+mouse_p32xx_sensor_motion_2:
+4253 58000000 setarg pan_reg_pid_l 
+4254 20405b0d call twspi_read 
+4255 c0984266 bne p32xx_id1 ,mouse_p3065_judge 
+
+mouse_p32xx_sensor_motion_1:
+4256 58000002 setarg pan_reg_motion_staus 
+4257 20405b0d call twspi_read 
+4258 c4038000 rtnbit0 7 
+4259 204042db call mouse_read_sensor_common 
+425a 6fe0c8d1 fetch 1 ,mem_mouse_x 
+425b 204042d3 call mouse_data_extsign 
+425c 67e148d1 store 2 ,mem_mouse_x 
+425d 6fe0c8d3 fetch 1 ,mem_mouse_y 
+425e 204042d3 call mouse_data_extsign 
+425f 67e148d3 store 2 ,mem_mouse_y 
+4260 6fe0c928 fetch 1 ,mem_config_sensor_angle 
+4261 c0004268 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+4262 c000c26a beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+4263 c001426c beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+4264 c001c26e beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+4265 20600000 rtn 
+
+mouse_p3065_judge:
+4266 c018c256 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+4267 202041b2 branch mouse_twspi_reset 
+
+mouse_motion32xx_6clk_direction_selection:
+4268 204042ad call mouse_motion_6clk_direction_dispose 
+4269 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_9clk_direction_selection:
+426a 204042b5 call mouse_motion_9clk_direction_dispose 
+426b 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_12clk_direction_selection:
+426c 204042b1 call mouse_motion_12clk_direction_dispose 
+426d 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_3clk_direction_selection:
+426e 204042bd call mouse_motion_3clk_direction_dispose 
+426f 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_p3212_sensor_motion:
+4270 204042c4 call mouse_clear_sensor_data 
+4271 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4272 c07fc276 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+4273 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4274 20406059 call gpio_get_bit 
+4275 24608000 nrtn true 
+
+mouse_p3212_sensor_motion_1:
+4276 58000000 setarg pan_reg_pid_l 
+4277 20405b0d call twspi_read 
+4278 c09841b2 bne p32xx_id1 ,mouse_twspi_reset 
+
+mouse_p3212_sensor_motion_2:
+4279 58000002 setarg pan_reg_motion_staus 
+427a 20405b0d call twspi_read 
+427b c4038000 rtnbit0 7 
+427c 204042db call mouse_read_sensor_common 
+427d 2040428c call mouse_read_3212sensor_xy_high 
+427e 67e0c8d7 store 1 ,mem_mouse_xy_h 
+427f 1ff1fe00 rshift4 pdata ,pdata 
+4280 204042d7 call mouse_data_extsign_bit3 
+4281 67e0c8d2 store 1 ,mem_mouse_x + 1 
+4282 6fe0c8d7 fetch 1 ,mem_mouse_xy_h 
+4283 1fe17e0f and pdata ,0x0f ,pdata 
+4284 204042d7 call mouse_data_extsign_bit3 
+4285 67e0c8d4 store 1 ,mem_mouse_y + 1 
+4286 6fe0c928 fetch 1 ,mem_config_sensor_angle 
+4287 c00042ad beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+4288 c000c2b5 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+4289 c00142b1 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+428a c001c2bd beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+428b 20600000 rtn 
+
+mouse_read_3212sensor_xy_high:
+428c 58000012 setarg 0x12 
+428d 20205b0d branch twspi_read 
+
+mouse_pka8g2_sensor_motion:
+428e 204042c4 call mouse_clear_sensor_data 
+428f 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4290 c07fc294 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+4291 6848c911 fetcht 1 ,mem_sensor_motion_gpio 
+4292 20406059 call gpio_get_bit 
+4293 24608000 nrtn true 
+
+mouse_pka8g2_sensor_motion_1:
+4294 20204279 branch mouse_p3212_sensor_motion_2 
+
+mouse_p8009_sensor_motion:
+4295 204042c4 call mouse_clear_sensor_data 
+4296 78547c00 disable user 
+4297 58000002 setarg pan_reg_motion_staus 
+4298 20405b0d call twspi_read 
+4299 c4038000 rtnbit0 7 
+429a 58000008 setarg pan_reg_opration_state 
+429b 20405b0d call twspi_read 
+429c 203a4259 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+429d 58000000 setarg 0 
+429e 67e348d1 store 6 ,mem_mouse_x 
+429f 20600000 rtn 
+
+mouse_sensor_set_angle:
+42a0 6fe0c924 fetch 1 ,mem_sensor_angle_default 
+42a1 67e0c928 store 1 ,mem_config_sensor_angle 
+42a2 6fe0c917 fetch 1 ,mem_select_sensor_angle_gpio 
+42a3 c17f8000 rtneq gpio_disable 
+42a4 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+42a5 20403f56 call mouse_gpio_config_input_pu 
+42a6 6848c917 fetcht 1 ,mem_select_sensor_angle_gpio 
+42a7 20406059 call gpio_get_bit 
+42a8 2040c2aa call mouse_sensor_switch_angle ,true 
+42a9 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_sensor_switch_angle:
+42aa 6fe0c925 fetch 1 ,mem_sensor_angle_switch 
+42ab 67e0c928 store 1 ,mem_config_sensor_angle 
+42ac 20600000 rtn 
+
+mouse_motion_6clk_direction_dispose:
+42ad 6fe148d1 fetch 2 ,mem_mouse_x 
+42ae 1fe67e00 sub pdata ,0 ,pdata 
+42af 67e148d1 store 2 ,mem_mouse_x 
+42b0 20207e54 branch enable_user 
+
+mouse_motion_12clk_direction_dispose:
+42b1 6fe148d3 fetch 2 ,mem_mouse_y 
+42b2 1fe67e00 sub pdata ,0 ,pdata 
+42b3 67e148d3 store 2 ,mem_mouse_y 
+42b4 20207e54 branch enable_user 
+
+mouse_motion_9clk_direction_dispose:
+42b5 6fe148d3 fetch 2 ,mem_mouse_y 
+42b6 1fe67e00 sub pdata ,0 ,pdata 
+42b7 67e148d3 store 2 ,mem_mouse_y 
+42b8 6fe148d1 fetch 2 ,mem_mouse_x 
+42b9 1fe67e00 sub pdata ,0 ,pdata 
+42ba 67e148d1 store 2 ,mem_mouse_x 
+42bb 204042bf call mouse_sensor_data_swap_places 
+42bc 20207e54 branch enable_user 
+
+mouse_motion_3clk_direction_dispose:
+42bd 204042bf call mouse_sensor_data_swap_places 
+42be 20207e54 branch enable_user 
+
+mouse_sensor_data_swap_places:
+42bf 6fe148d3 fetch 2 ,mem_mouse_y 
+42c0 684948d1 fetcht 2 ,mem_mouse_x 
+42c1 67e148d1 store 2 ,mem_mouse_x 
+42c2 604948d3 storet 2 ,mem_mouse_y 
+42c3 20600000 rtn 
+
+mouse_clear_sensor_data:
+42c4 6fe0c9c8 fetch 1 ,mem_mouse_move_flag 
+42c5 205a42db call mouse_read_sensor_common ,blank 
+42c6 7049c801 jam 1 ,mem_mouse_move_flag 
+42c7 20600000 rtn 
+
+mouse_clear_sensor_data_by_reset:
+42c8 704aac01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+42c9 20401b1a call le_set_config_more_data 
+
+mouse_init_sensor_reset:
+42ca 202041a7 branch mouse_init_sunt 
+
+mouse_data_xy_release:
+42cb 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+42cc c1ff8000 rtnne gpio_disable 
+42cd 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+42ce c1808000 rtnne 1 
+42cf 58000000 setarg 0 
+42d0 67e0caae store 1 ,mem_mouse_long_mult_flag 
+42d1 67e248d1 store 4 ,mem_mouse_x 
+42d2 202042ca branch mouse_init_sensor_reset 
+
+mouse_data_extsign:
+42d3 c4038000 rtnbit0 7 
+
+mouse_data_overflow:
+42d4 d840ff00 arg 0xff00 ,temp 
+42d5 9841fe00 ior temp ,pdata 
+42d6 20600000 rtn 
+
+mouse_data_extsign_bit3:
+42d7 c4018000 rtnbit0 3 
+42d8 d84000f0 arg 0xf0 ,temp 
+42d9 9841fe00 ior temp ,pdata 
+42da 20600000 rtn 
+
+mouse_read_sensor_common:
+42db dfe00003 arg pan_reg_delta_x ,pdata 
+42dc 20405b0d call twspi_read 
+42dd 67e148d1 store 2 ,mem_mouse_x 
+42de dfe00004 arg pan_reg_delta_y ,pdata 
+42df 20405b0d call twspi_read 
+42e0 67e148d3 store 2 ,mem_mouse_y 
+42e1 20600000 rtn 
+
+mouse_sensor_sdio_low:
+42e2 6848c920 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+42e3 20406059 call gpio_get_bit 
+42e4 20608000 rtn true 
+42e5 5800000a setarg 0x0a 
+42e6 20405b0d call twspi_read 
+42e7 200003e8 nop 1000 
+42e8 202042e2 branch mouse_sensor_sdio_low 
+
+mouse_set_sdio_high:
+42e9 58008100 setarg 0x8100 
+42ea 20205b0c branch twspi_write 
+
+mouse_buletooth_fast_conn_init:
+42eb 704ac1ff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+42ec 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+42ed c280c2ef bbit1 mode_4_mouse ,mouse_ble_fast_conn_init 
+42ee c28042f4 bbit1 mode_3_mouse ,mouse_bt_fast_conn_init 
+
+mouse_ble_fast_conn_init:
+42ef 70448234 jam 0x34 ,mem_xrecord_mode 
+42f0 580f0f0f setarg 0x0f0f0f 
+42f1 67e1c37a store 3 ,mem_le_lap 
+42f2 67e1c37d store 3 ,mem_le_lap + 3 
+42f3 20203d61 branch mouse_start_reconnect 
+
+mouse_bt_fast_conn_init:
+42f4 70448233 jam 0x33 ,mem_xrecord_mode 
+42f5 d8c04974 arg mem_mouse_compare_addr_ff ,contr 
+42f6 204045c8 call mouse_load_bt_device 
+42f7 20203d61 branch mouse_start_reconnect 
+
+mouse_buletooth_fast_conn_end:
+42f8 44eac01a bpatch patch1a_5 ,mem_patch1a 
+42f9 204045bd call mouse_select_reconn_device 
+42fa 20404314 call mouse_bluetooth_fast_conn_disable 
+42fb 6fe0c938 fetch 1 ,mem_device_flag 
+42fc c000c2ff beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+42fd c0014301 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+42fe 20600000 rtn 
+
+mouse_device1_check_auto_discover:
+42ff 6fe3493a fetch 6 ,mem_device1_addr 
+4300 20204302 branch mouse_device_check_auto_discover 
+
+mouse_device2_check_auto_discover:
+4301 6fe34957 fetch 6 ,mem_device2_addr 
+
+mouse_device_check_auto_discover:
+4302 684b4974 fetcht 6 ,mem_mouse_compare_addr_ff 
+4303 98467c00 isub temp ,null 
+4304 2022c553 branch mouse_start_discovery ,zero 
+4305 20203d59 branch mouse_start_reconnect_device 
+
+mouse_bt_fast_conn_send_device_name:
+4306 20404314 call mouse_bluetooth_fast_conn_disable 
+4307 6fe0c5fc fetch 1 ,mem_local_name_length 
+4308 1fe0fe03 increase 3 ,pdata 
+4309 1fe22200 copy pdata ,rega 
+430a 20404dc0 call hid_malloc_tx_buff 
+430b 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+430c e7e10005 istore 2 ,contw 
+430d 580004a1 setarg 0x04a1 
+430e e7e10005 istore 2 ,contw 
+430f 6fe0c5fc fetch 1 ,mem_local_name_length 
+4310 1fe0fe01 increase 1 ,pdata 
+4311 1fe27200 copy pdata ,loopcnt 
+4312 d8c045fc arg mem_local_name_length ,contr 
+4313 20207d5f branch memcpy 
+
+mouse_bluetooth_fast_conn_disable:
+4314 704ac15a jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+4315 20600000 rtn 
+
+mouse_stop_bluetooth_mode:
+4316 6fe1478c fetch 2 ,mem_ui_state_map 
+4317 c283c322 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+4318 c284b20f bbit1 ui_state_ble_connected ,app_ble_disconnect 
+4319 c28031f6 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+431a 20204576 branch mouse_stop_discovery 
+
+mouse_disconnect:
+431b 58000000 setarg 0 
+431c 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+431d 6fe1478c fetch 2 ,mem_ui_state_map 
+431e c284b20f bbit1 ui_state_ble_connected ,app_ble_disconnect 
+431f 6fe1478c fetch 2 ,mem_ui_state_map 
+4320 c28031f6 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+4321 20600000 rtn 
+
+mouse_cancel_reconnect:
+4322 204046de call mouse_bt_cannel_reconn_enable 
+4323 20207931 branch check_51cmd_bb_reconn_cancel 
+
+mouse_check_125hz:
+4324 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4325 c40d8000 rtnbit0 mouse_enable_bt_125hz 
+
+mouse_bluetooth_125hz:
+4326 2434432c nbranch mouse_bluetooth_125hz_clear ,user 
+4327 6fe0caad fetch 1 ,mem_bluetooth_125hz_cnt 
+4328 1fe0fe01 increase 1 ,pdata 
+4329 1fe17e0f and_into 0x0f ,pdata 
+432a 67e0caad store 1 ,mem_bluetooth_125hz_cnt 
+432b 247a0000 nrtn blank 
+
+mouse_bluetooth_125hz_clear:
+432c 704aad00 jam 0 ,mem_bluetooth_125hz_cnt 
+432d 78547c00 disable user 
+432e 20600000 rtn 
+
+mouse_current_mult_update:
+432f 6fe0c911 fetch 1 ,mem_sensor_motion_gpio 
+4330 c1ff8000 rtnne gpio_disable 
+4331 70417700 jam 0 ,mem_lpm_mult 
+4332 704aaf1e jam 30 ,mem_mouse_current_mult_timer 
+4333 20600000 rtn 
+
+mouse_priority_bb_event:
+4334 44eb401a bpatch patch1a_6 ,mem_patch1a 
+4335 1a627e00 copy regc ,pdata 
+4336 c00a4350 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+4337 c000c3fa beq bt_evt_bb_connected ,mouse_bb_event_connected 
+4338 c00ac35f beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+4339 c00143fe beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+433a c002c421 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+433b c008454e beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+433c c0094424 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+433d c0033244 beq bt_evt_hid_connected ,app_hid_connected 
+433e c0024432 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+433f c009c432 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+4340 c00cb1ec beq bt_evt_switch_not_accept ,app_bt_role_switch 
+4341 c015c43d beq bt_evt_switch_success_master ,mouse_enter_sniff_check 
+4342 c010c443 beq bt_evt_sniff_not_accept ,mouse_sniff_not_accept 
+4343 c005444a beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+4344 c01731da beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+4345 c018c36a beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+4346 c014c36c beq bt_evt_le_enc_info ,mouse_le_enc_info 
+4347 c019436e beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+4348 c01f4379 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+4349 c020437a beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+434a c013c44c beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+434b c01cc857 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+434c c01d4833 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+434d c01e484e beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+434e c0224390 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+434f 20600000 rtn 
+
+mouse_le_bb_event_connected:
+4350 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+4351 204042ca call mouse_init_sensor_reset 
+4352 704ac601 jam 1 ,mem_mouse_le_bb_connected_flag 
+4353 20404822 call mouse_24g_first_store_reconn_info 
+4354 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+4355 243a4357 nbranch mouse_le_bb_event_connected_next ,blank 
+4356 704ac814 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+
+mouse_le_bb_event_connected_next:
+4357 6fe14480 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4358 793ffe00 set0 app_disc_by_button ,pdata 
+4359 67e14480 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+435a 704b7700 jam 0 ,mem_mouse_direct_timer 
+435b 6fe14af0 fetch 2 ,mem_le_battery_level_updata_timer_init 
+435c 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+435d 20404544 call mouse_no_data_timer_init 
+435e 20204576 branch mouse_stop_discovery 
+
+mouse_le_bb_disconnected:
+435f 704ac600 jam 0 ,mem_mouse_le_bb_connected_flag 
+4360 58000006 setarg le_interval_7_5ms 
+4361 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4362 c28dc364 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+4363 58000007 setarg le_interval_8_75ms 
+
+mouse_le_bb_disconnected_next:
+4364 67e14372 store 2 ,mem_le_interval_min 
+4365 67e14374 store 2 ,mem_le_interval_min + 2 
+4366 704af400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+4367 704aac00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+4368 20401b1c call le_clr_config_more_data 
+4369 202043fe branch mouse_bb_disconnected 
+
+mouse_le_pairing_success:
+436a d8e00002 arg ll_pairing_success_flag ,queue 
+436b 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_enc_info:
+
+mouse_updata_le_param:
+436c 70095b12 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+436d 2020787a branch ui_ipc_send_cmd 
+
+mouse_le_ll_start_encryt:
+436e 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+436f c000c371 beq 1 ,mouse_le_ll_reconn_start_encryt 
+4370 20204373 branch mouse_le_ll_enable_start_enc_flag 
+
+mouse_le_ll_reconn_start_encryt:
+4371 2040436c call mouse_updata_le_param 
+4372 704b7614 jam 20 ,mem_le_start_encrypt_timer 
+
+mouse_le_ll_enable_start_enc_flag:
+4373 d8e00001 arg ll_start_enc_flag ,queue 
+4374 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_enable_connect_flag:
+4375 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+4376 f9207e00 qset1 pdata 
+4377 67e0cb75 store 1 ,mem_le_connect_status_flag 
+4378 20600000 rtn 
+
+mouse_le_pairing_complete:
+4379 2020321d branch app_ble_store_reconn_info 
+
+mouse_le_conn_param_update_rsp_recieved:
+437a 6fe143db fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+437b c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+437c 6fe08289 fetch 1 ,mem_le_tsniff 
+437d 1feb7e00 rshift2 pdata ,pdata 
+437e 1fe67c0c sub pdata ,le_interval_15ms ,null 
+437f 20610000 rtn positive 
+4380 58000009 setarg le_interval_11_25ms 
+4381 67e14372 store 2 ,mem_le_interval_min 
+4382 67e14374 store 2 ,mem_le_interval_min + 2 
+4383 2040436c call mouse_updata_le_param 
+
+mouse_le_conn_param_lpm_disable:
+4384 704af401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+4385 20600000 rtn 
+
+mouse_le_conn_param_lpm_enable:
+4386 704af400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+4387 20600000 rtn 
+
+mouse_le_bb_event_connect_complete:
+4388 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+4389 247a0000 nrtn blank 
+438a 6fe0c437 fetch 1 ,mem_le_att_handle 
+438b 1fe67e22 sub pdata ,34 ,pdata 
+438c 24628000 nrtn zero 
+438d 704b7600 jam 0 ,mem_le_start_encrypt_timer 
+
+mouse_le_write_enable:
+438e d8e00000 arg write_req_enable_flag ,queue 
+438f 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_le_parse_conn_param_accepted:
+4390 6fe082c1 fetch 1 ,mem_le_new_conninterval 
+4391 1fe67c0c sub pdata ,le_interval_15ms ,null 
+4392 24214384 nbranch mouse_le_conn_param_lpm_disable ,positive 
+4393 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+4394 6848cb8a fetcht 1 ,mem_lpm_mult_init 
+4395 98467c00 isub temp ,null 
+4396 2021439a branch mouse_le_lpm_mult_reinit ,positive 
+4397 6fe082c3 fetch 1 ,mem_le_new_connslavelatency 
+4398 67e0c177 store 1 ,mem_lpm_mult 
+4399 20204386 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_lpm_mult_reinit:
+439a 6fe0cb8a fetch 1 ,mem_lpm_mult_init 
+439b 67e0c177 store 1 ,mem_lpm_mult 
+439c 20204386 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_clean_connect_flag:
+439d 704b7500 jam 0 ,mem_le_connect_status_flag 
+439e 20600000 rtn 
+
+mouse_le:
+439f 44ebc01a bpatch patch1a_7 ,mem_patch1a 
+43a0 20401b77 call le_fifo_check_nearly_full 
+43a1 247a0000 nrtn blank 
+43a2 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+43a3 c07fc3a7 beq 0xff ,mouse_le_next 
+43a4 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+43a5 1fe17e03 and pdata ,0x03 ,pdata 
+43a6 c1818000 rtnne 0x03 
+
+mouse_le_next:
+43a7 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+43a8 205a42c8 call mouse_clear_sensor_data_by_reset ,blank 
+43a9 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43aa c280c3d1 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+43ab c28043d1 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+43ac c282c3d1 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+43ad c28343d1 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+43ae 20403f70 call mouse_motion 
+43af 20404324 call mouse_check_125hz 
+43b0 24740000 nrtn user 
+43b1 2040432f call mouse_current_mult_update 
+43b2 204042cb call mouse_data_xy_release 
+43b3 2040401d call mouse_wheel_trigger 
+43b4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43b5 c30ac3b8 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+43b6 6fe0cb8b fetch 1 ,mem_customer_key 
+43b7 c000c3b9 beq 1 ,mouse_le_send_keyboard_package_data 
+
+mouse_le_send_mouse_data:
+43b8 202043d3 branch mouse_fill_mouse_data_le 
+
+mouse_le_send_keyboard_package_data:
+43b9 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+43ba 203a43c3 branch mouse_le_release_keyboard_data ,blank 
+43bb 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_fill_keyboard_package_data_le:
+43bc 67e4095c store 8 ,mem_pdatatemp 
+43bd 6fe0cbcc fetch 1 ,mem_customer_key_press 
+43be c001c3c5 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+43bf c00143c8 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+43c0 704ae608 jam 8 ,mem_le_data_len 
+43c1 68494ae7 fetcht 2 ,mem_le_keyboard_handle 
+43c2 202043d8 branch mouse_fill_data_le 
+
+mouse_le_release_keyboard_data:
+43c3 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+43c4 202043bc branch mouse_fill_keyboard_package_data_le 
+
+mouse_fill_multimedia_key_data_le:
+43c5 704ae603 jam 3 ,mem_le_data_len 
+43c6 68494ae9 fetcht 2 ,mem_le_multimedia_handle 
+43c7 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_systemctrl_key_data_le:
+43c8 704ae602 jam 2 ,mem_le_data_len 
+43c9 68494aeb fetcht 2 ,mem_le_systemctrl_handle 
+43ca 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_battery_level_le:
+43cb da200001 arg 1 ,rega 
+43cc 68494aed fetcht 2 ,mem_le_battery_level_handle 
+43cd 20401eb3 call le_att_malloc_tx_notify 
+43ce 6fe0caef fetch 1 ,mem_le_battery_level_percentage 
+43cf e7e08005 istore 1 ,contw 
+43d0 20600000 rtn 
+
+mouse_le_send_empty_packet:
+43d1 58000000 setarg 0 
+43d2 67e3c8d0 store 7 ,mem_mouse_key 
+
+mouse_fill_mouse_data_le:
+43d3 704ae607 jam 7 ,mem_le_data_len 
+43d4 6fe3c8d0 fetch 7 ,mem_mouse_key 
+43d5 67e3895c store 7 ,mem_pdatatemp 
+43d6 68494357 fetcht 2 ,mem_le_notify_handle 
+43d7 202043d8 branch mouse_fill_data_le 
+
+mouse_fill_data_le:
+43d8 6fe0cae6 fetch 1 ,mem_le_data_len 
+43d9 1fe22200 copy pdata ,rega 
+43da 20401eb3 call le_att_malloc_tx_notify 
+43db 6848cae6 fetcht 1 ,mem_le_data_len 
+43dc 18427200 copy temp ,loopcnt 
+43dd d8c0095c arg mem_pdatatemp ,contr 
+43de 20207d5f branch memcpy 
+
+mouse_check_51cmd_adv:
+43df 704ac700 jam 0 ,mem_mouse_le_reconnect_flag 
+43e0 6fe1cacc fetch 3 ,mem_le_adv_ind 
+43e1 67e1c3ec store 3 ,mem_le_adv_data + 4 
+43e2 204043e8 call mouse_le_check_adv_flag 
+43e3 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+43e4 e7e08006 istore 1 ,contr 
+43e5 d8c04ad2 arg mem_le_adv_swift_pair ,contr 
+43e6 204043ef call mouse_le_adv_data_update 
+43e7 202078ee branch check_51cmd_adv 
+
+mouse_le_check_adv_flag:
+43e8 da2043e8 arg mem_le_adv_data ,rega 
+
+mouse_le_check_adv_flag_loop:
+43e9 efe08011 ifetch 1 ,rega 
+43ea 207a0000 rtn blank 
+43eb 98c0a200 iadd contr ,rega 
+43ec efe08006 ifetch 1 ,contr 
+43ed c1008000 rtneq 0x01 
+43ee 202043e9 branch mouse_le_check_adv_flag_loop 
+
+mouse_le_adv_data_update:
+43ef d8a043f3 arg mem_le_adv_data + 11 ,contw 
+43f0 df200013 arg 19 ,loopcnt 
+43f1 20407d5f call memcpy 
+43f2 20201abe branch le_modified_name_adv 
+
+mouse_bt_sniff_param_interval_setup:
+43f3 5800000c setarg classic_interval_7_5ms 
+43f4 67e14455 store 2 ,mem_sniff_param_interval 
+43f5 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+43f6 c38d8000 rtnbit1 mouse_enable_bt_125hz 
+43f7 5800000e setarg classic_interval_8_75ms 
+43f8 67e14455 store 2 ,mem_sniff_param_interval 
+43f9 20600000 rtn 
+
+mouse_bb_event_connected:
+43fa 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+43fb 204042ca call mouse_init_sensor_reset 
+43fc 20404822 call mouse_24g_first_store_reconn_info 
+43fd 20204576 branch mouse_stop_discovery 
+
+mouse_bb_disconnected:
+43fe 704b7f00 jam 0 ,mem_mouse_enter_sniff_count 
+43ff 704b8800 jam 0 ,mem_mouse_bt_send_first_package_flag 
+4400 204043f3 call mouse_bt_sniff_param_interval_setup 
+4401 20404409 call mouse_bb_discon_clear_stack 
+4402 6fe1447e fetch app_disc_rsn_size ,mem_app_disconn_reason 
+4403 c283c410 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+4404 c28031c6 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+4405 c280c414 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+4406 c2814417 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+4407 c281c417 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+4408 20204553 branch mouse_start_discovery 
+
+mouse_bb_discon_clear_stack:
+4409 58000000 setarg 0 
+440a 67e448d9 store 8 ,mem_wheel_tb_old_pinlevel 
+440b e7e20005 istore 4 ,contw 
+440c 7049c800 jam 0 ,mem_mouse_move_flag 
+440d 70445400 jam app_handshake_null ,mem_app_handshake_flag 
+440e 70432600 jam 0 ,mem_ltk_exists 
+440f 20600000 rtn 
+
+mouse4_0_event_bb_disconn:
+4410 2040439d call mouse_le_clean_connect_flag 
+4411 6fe1447e fetch app_disc_rsn_size ,mem_app_disconn_reason 
+4412 c28031c6 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+4413 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_event_light_state_pairing:
+4414 c282c417 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+4415 c281c417 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+4416 20204553 branch mouse_start_discovery 
+
+mouse_event_light_state_hibernate:
+4417 6fe1478c fetch 2 ,mem_ui_state_map 
+4418 c2864553 bbit1 ui_state_btn_down ,mouse_start_discovery 
+4419 204031c6 call app_disconn_reason_clear 
+441a 20404110 call mouse_key_check_once 
+441b 204044dc call mouse_commbination_key_process 
+441c 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+441d c000be1d beq commbination_key_state_down ,mouse_delay_enter_hibernata 
+441e 6fe0cac4 fetch 1 ,mem_mouse_bluetooth_reconnect_timeout 
+441f 247a0000 nrtn blank 
+4420 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_bt_event_setup_complete:
+4421 20600000 rtn 
+
+mouse_bt_send_first_package_timer_init:
+4422 704b8704 jam 4 ,mem_mouse_bt_send_first_package_timer 
+4423 20600000 rtn 
+
+mouse_bt_hid_handshake:
+4424 70445401 jam app_handshake_done ,mem_app_handshake_flag 
+4425 20403223 call app_lpm_mult_enable 
+4426 2040321f call app_bt_store_reconn_info 
+4427 58000000 setarg 0 
+4428 67e14788 store 2 ,mem_discovery_timeout_timer_count 
+4429 67e0c78a store 1 ,mem_hid_handshake_timer_count 
+442a 20404422 call mouse_bt_send_first_package_timer_init 
+442b 2020321b branch app_bt_enter_sniff 
+
+mouse_bt_hid_handshake_boot_check:
+442c 704b8000 jam 0 ,mem_mouse_bt_boot_mode 
+442d 6fe0c5f5 fetch 1 ,mem_l2cap_rcv_hidtype 
+442e 2feffe00 isolate1 0 ,pdata 
+442f 20608000 rtn true 
+4430 704b8001 jam 1 ,mem_mouse_bt_boot_mode 
+4431 20600000 rtn 
+
+mouse_bb_event_reconn_timeout:
+
+mouse_bb_event_reconn_failed:
+4432 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+4433 c07fc2f8 beq 0xff ,mouse_buletooth_fast_conn_end 
+4434 6fe1478c fetch 2 ,mem_ui_state_map 
+4435 c3860000 rtnbit1 ui_state_btn_down 
+4436 c3830000 rtnbit1 ui_state_bt_discovery 
+4437 c3858000 rtnbit1 ui_state_ble_adv 
+4438 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4439 c3828000 rtnbit1 mouse_bt_discovery_button_down_flag 
+443a c299c553 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+443b c297c81f bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+443c 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_enter_sniff_check:
+443d 6fe0cb7f fetch 1 ,mem_mouse_enter_sniff_count 
+443e c1810000 rtnne 2 
+443f 704b7f00 jam 0 ,mem_mouse_enter_sniff_count 
+4440 204043f3 call mouse_bt_sniff_param_interval_setup 
+4441 20404422 call mouse_bt_send_first_package_timer_init 
+4442 2020321b branch app_bt_enter_sniff 
+
+mouse_sniff_not_accept:
+4443 6fe0cb7f fetch 1 ,mem_mouse_enter_sniff_count 
+4444 c1010000 rtneq 2 
+4445 1fe0fe01 increase 1 ,pdata 
+4446 67e0cb7f store 1 ,mem_mouse_enter_sniff_count 
+4447 70445512 jam 0x12 ,mem_sniff_param_interval 
+4448 20404422 call mouse_bt_send_first_package_timer_init 
+4449 2020321b branch app_bt_enter_sniff 
+
+mouse_bb_event_pincode:
+444a 20405af1 call pincode_reinit 
+444b 202031ea branch app_bt_set_pincode 
+
+mouse_irtual_cable_unplug:
+444c 58000001 setarg 0x01 
+444d 67e30041 store 6 ,mem_plap 
+444e 7000e833 jam rec_3_mode ,mem_record_bt_mode 
+444f 2020458d branch mouse_unplug_clean_bdaddr 
+
+mouse_irtual_cable_unplug1:
+4450 5fffffff setarg -1 
+4451 67e30041 store 6 ,mem_plap 
+4452 7000e833 jam rec_3_mode ,mem_record_bt_mode 
+4453 704ac1ff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+4454 204045a2 call mouse_before_store_reconn_info 
+4455 704939ff jam 0xff ,mem_device1_type 
+4456 202045ee branch mouse_store_device_info_delay 
+
+mouse_bt:
+4457 44ec401b bpatch patch1b_0 ,mem_patch1b 
+4458 20770000 rtn attempt 
+4459 6fe0c454 fetch 1 ,mem_app_handshake_flag 
+445a 207a0000 rtn blank 
+445b 204052f4 call l2cap_malloc_is_fifo_nearly_full 
+445c 247a0000 nrtn blank 
+445d 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+445e c07fc306 beq 0xff ,mouse_bt_fast_conn_send_device_name 
+445f 6fe0caac fetch 1 ,mem_mouse_clear_sensor_data_flag 
+4460 205a42c8 call mouse_clear_sensor_data_by_reset ,blank 
+4461 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4462 c280c48e bbit1 mouse_24g_pairing_flag ,mouse_send_empty_data 
+4463 c280448e bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+4464 c282c48e bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+4465 c283448e bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+4466 20403f70 call mouse_motion 
+4467 20404324 call mouse_check_125hz 
+4468 24740000 nrtn user 
+4469 2040432f call mouse_current_mult_update 
+446a 204042cb call mouse_data_xy_release 
+446b 2040401d call mouse_wheel_trigger 
+446c 6fe0cb80 fetch 1 ,mem_mouse_bt_boot_mode 
+446d c000c47d beq 1 ,mouse_send_data_boot_mode 
+446e 6fe0cb88 fetch 1 ,mem_mouse_bt_send_first_package_flag 
+446f 207a0000 rtn blank 
+4470 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4471 c30ac474 bbit0 mouse_enable_keyboard ,mouse_send_data 
+4472 6fe0cb8b fetch 1 ,mem_customer_key 
+4473 c000c491 beq 1 ,mouse_bt_send_keyboard_packet 
+
+mouse_send_data:
+4474 da200009 arg 9 ,rega 
+4475 20404dc0 call hid_malloc_tx_buff 
+4476 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+4477 e7e10005 istore 2 ,contw 
+4478 580002a1 setarg 0x02a1 
+4479 e7e10005 istore 2 ,contw 
+447a 6fe3c8d0 fetch 7 ,mem_mouse_key 
+447b e7e38005 istore 7 ,contw 
+447c 20600000 rtn 
+
+mouse_send_data_boot_mode:
+447d 6fe0c8d0 fetch 1 ,mem_mouse_key 
+447e 67e0cb81 store 1 ,mem_mouse_bt_boot_data 
+447f 6fe0c8d1 fetch 1 ,mem_mouse_x 
+4480 e7e08005 istore 1 ,contw 
+4481 6fe0c8d3 fetch 1 ,mem_mouse_y 
+4482 e7e08005 istore 1 ,contw 
+4483 6fe148d5 fetch 2 ,mem_mouse_z 
+4484 e7e10005 istore 2 ,contw 
+4485 da200007 arg 7 ,rega 
+4486 20404dc0 call hid_malloc_tx_buff 
+4487 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+4488 e7e10005 istore 2 ,contw 
+4489 580002a1 setarg 0x02a1 
+448a e7e10005 istore 2 ,contw 
+448b 6fe2cb81 fetch 5 ,mem_mouse_bt_boot_data 
+448c e7e28005 istore 5 ,contw 
+448d 20600000 rtn 
+
+mouse_send_empty_data:
+448e 58000000 setarg 0 
+448f 67e3c8d0 store 7 ,mem_mouse_key 
+4490 20204474 branch mouse_send_data 
+
+mouse_bt_send_keyboard_packet:
+4491 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4492 203a44b3 branch mouse_bt_release_keyboard_data ,blank 
+4493 6fe44bcd fetch 8 ,mem_customer_key_press + 1 
+
+mouse_bt_send_keyboard_data:
+4494 67e4095c store 8 ,mem_pdatatemp 
+4495 6fe0cbcc fetch 1 ,mem_customer_key_press 
+4496 c001c4a1 beq kb_multikey_report_id ,mouse_bt_send_multimedia_key_data 
+4497 c00144aa beq kb_system_conctrl_report_id ,mouse_bt_send_systemctrl_key_data 
+4498 da20000a arg 10 ,rega 
+4499 20404dc0 call hid_malloc_tx_buff 
+449a 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+449b e7e10005 istore 2 ,contw 
+449c 580001a1 setarg 0x01a1 
+449d e7e10005 istore 2 ,contw 
+449e 6fe4095c fetch 8 ,mem_pdatatemp 
+449f e7e40005 istore 8 ,contw 
+44a0 20600000 rtn 
+
+mouse_bt_send_multimedia_key_data:
+44a1 da200004 arg 4 ,rega 
+44a2 20404dc0 call hid_malloc_tx_buff 
+44a3 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+44a4 e7e10005 istore 2 ,contw 
+44a5 580003a1 setarg 0x03a1 
+44a6 e7e10005 istore 2 ,contw 
+44a7 6fe1095c fetch 2 ,mem_pdatatemp 
+44a8 e7e10005 istore 2 ,contw 
+44a9 20600000 rtn 
+
+mouse_bt_send_systemctrl_key_data:
+44aa da200003 arg 3 ,rega 
+44ab 20404dc0 call hid_malloc_tx_buff 
+44ac 6fe144de fetch 2 ,mem_hid_int_remote_cid 
+44ad e7e10005 istore 2 ,contw 
+44ae 580004a1 setarg 0x04a1 
+44af e7e10005 istore 2 ,contw 
+44b0 6fe0895c fetch 1 ,mem_pdatatemp 
+44b1 e7e08005 istore 1 ,contw 
+44b2 20600000 rtn 
+
+mouse_bt_release_keyboard_data:
+44b3 6fe44bd6 fetch 8 ,mem_customer_key_release + 1 
+44b4 20204494 branch mouse_bt_send_keyboard_data 
+
+mouse_bb_event_timer:
+44b5 44ecc01b bpatch patch1b_1 ,mem_patch1b 
+44b6 20403e9b call mouse_adc_read 
+44b7 20404956 call mouse_low_voltage_led_timer 
+44b8 2040232b call g24_pair_timeout_timer 
+44b9 20402556 call g24_reconn_timeout_timer 
+44ba 204047cd call mouse_24g_long_sleep_param_update_timer 
+44bb 204048be call mouse_device_poweron_timer 
+44bc 204048ef call mouse_dpi_led_blink_delay_timer 
+44bd 2040407c call mouse_dpi_key_check_long_press 
+44be 204044cc call mouse_bt_discovery_check 
+44bf 204044dc call mouse_commbination_key_process 
+44c0 204044ff call mouse_check_discovery_timeout_timer 
+44c1 20404504 call mouse_check_direct_timeout_timer 
+44c2 20404512 call mouse_le_enable_att_list_timer 
+44c3 2040451f call mouse_le_battery_updata_timer 
+44c4 20404515 call mouse_le_send_smp_security_request_timer 
+44c5 2040452a call mouse_check_hid_handshake_timer 
+44c6 2040452d call mouse_bt_check_sniff_req_timeout_timer 
+44c7 20404532 call mouse_check_reconnect_delay_long_sleep 
+44c8 20404535 call mouse_current_mult_update_timer 
+44c9 20404022 call mouse_wheel_trigger_timer 
+44ca 20404547 call mouse_store_information_delay_timer 
+44cb 2020453c branch mouse_check_no_data_timeout_timer 
+
+mouse_bt_discovery_check:
+44cc 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44cd c29bc4cf bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+44ce 20600000 rtn 
+
+mouse_bt_discovery_by_pb_button:
+44cf 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+44d0 c1808000 rtnne pb_button_state_down 
+44d1 da604b9b arg mem_bt_discovery_count ,regc 
+44d2 da4044d4 arg mouse_long_button_bt_discovery ,regb 
+44d3 2020318a branch timer_single_step 
+
+mouse_long_button_bt_discovery:
+44d4 6fe0c938 fetch 1 ,mem_device_flag 
+44d5 c1000000 rtneq mode_24g_device 
+44d6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44d7 c3830000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+44d8 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+44d9 204046f0 call mouse_enable_function_flag 
+44da 20403173 call app_evt_button_long_pressed 
+44db 2020454e branch mouse_bb_event_discovery_btn 
+
+mouse_commbination_key_process:
+44dc 6fe0c938 fetch 1 ,mem_device_flag 
+44dd c00044e2 beq mode_24g_device ,mouse_24g_commbination_key_process 
+44de 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44df c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+44e0 6848cbca fetcht 1 ,mem_mouse_commbination_key_bt 
+44e1 202044e5 branch mouse_commbination_key_start 
+
+mouse_24g_commbination_key_process:
+44e2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+44e3 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+44e4 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+
+mouse_commbination_key_start:
+44e5 6048cb9d storet 1 ,mem_mouse_commbination_key 
+44e6 20404115 call mouse_check_key_gpio 
+44e7 1fe17e07 and pdata ,0x07 ,pdata 
+44e8 6848cb9d fetcht 1 ,mem_mouse_commbination_key 
+44e9 98467c00 isub temp ,null 
+44ea 2022c4f1 branch mouse_commbination_key_down ,zero 
+
+mouse_commbination_key_up:
+44eb 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+44ec 67e0cba0 store 1 ,mem_combination_ui_button_count 
+44ed 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+44ee c1000000 rtneq commbination_key_state_up 
+44ef 704b9f00 jam commbination_key_state_up ,mem_commbination_key_statue 
+44f0 20600000 rtn 
+
+mouse_commbination_key_down:
+44f1 204044f6 call mouse_combination_ui_timer 
+44f2 6fe0cb9f fetch 1 ,mem_commbination_key_statue 
+44f3 c1008000 rtneq commbination_key_state_down 
+44f4 704b9f01 jam commbination_key_state_down ,mem_commbination_key_statue 
+44f5 20207931 branch check_51cmd_bb_reconn_cancel 
+
+mouse_combination_ui_timer:
+44f6 da404827 arg mouse_24g_start_pair_mode ,regb 
+44f7 da604ba0 arg mem_combination_ui_button_count ,regc 
+44f8 6fe0c938 fetch 1 ,mem_device_flag 
+44f9 c000318a beq mode_24g_device ,timer_single_step 
+44fa da4044d4 arg mouse_long_button_bt_discovery ,regb 
+44fb 2040318a call timer_single_step 
+44fc 6fe0cba0 fetch 1 ,mem_combination_ui_button_count 
+44fd c000c6e2 beq 1 ,mouse_bt_discovery_button_down_enable 
+44fe 20600000 rtn 
+
+mouse_check_discovery_timeout_timer:
+44ff da604ac2 arg mem_mouse_discovery_timer ,regc 
+4500 da404502 arg mouse_check_discovery_timeout ,regb 
+4501 20203191 branch timer_single_step_2b 
+
+mouse_check_discovery_timeout:
+4502 20404576 call mouse_stop_discovery 
+4503 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_check_direct_timeout_timer:
+4504 da604b77 arg mem_mouse_direct_timer ,regc 
+4505 da40450a arg mouse_check_direct_timeout ,regb 
+4506 20403191 call timer_single_step_2b 
+4507 6fe0cb77 fetch 1 ,mem_mouse_direct_timer 
+4508 c000b203 beq 1 ,app_ble_stop_direct_adv 
+4509 20600000 rtn 
+
+mouse_check_direct_timeout:
+450a 6fe0cac1 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+450b c07fc2f8 beq 0xff ,mouse_buletooth_fast_conn_end 
+450c 6fe0cab0 fetch 1 ,mem_reconn_times 
+450d 243a470e nbranch mouse_polling_device ,blank 
+450e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+450f c299c553 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+4510 c297c81f bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+4511 20203e20 branch mouse_app_enter_hibernate 
+
+mouse_le_enable_att_list_timer:
+4512 da604b76 arg mem_le_start_encrypt_timer ,regc 
+4513 da40438e arg mouse_le_write_enable ,regb 
+4514 2020318a branch timer_single_step 
+
+mouse_le_send_smp_security_request_timer:
+4515 6fe0cac6 fetch 1 ,mem_mouse_le_bb_connected_flag 
+4516 207a0000 rtn blank 
+4517 da604ac8 arg mem_mouse_send_secutiry_request_timer ,regc 
+4518 da40451a arg mouse_le_pairing_sm_start_check ,regb 
+4519 2020318a branch timer_single_step 
+
+mouse_le_pairing_sm_start_check:
+451a 6fe0cac7 fetch 1 ,mem_mouse_le_reconnect_flag 
+451b 247a0000 nrtn blank 
+451c 6fe0c39b fetch 1 ,mem_le_pairing_state 
+451d c1800000 rtnne flag_le_pairing_null 
+451e 20202090 branch le_pairing_sm_start 
+
+mouse_le_battery_updata_timer:
+451f da604af2 arg mem_le_battery_level_updata_timer ,regc 
+4520 da404522 arg mouse_le_battery_level_updata ,regb 
+4521 2020318a branch timer_single_step 
+
+mouse_le_battery_level_updata:
+4522 6fe14af0 fetch 2 ,mem_le_battery_level_updata_timer_init 
+4523 67e14af2 store 2 ,mem_le_battery_level_updata_timer 
+4524 202043cb branch mouse_fill_battery_level_le 
+
+mouse_le_enable_att_list:
+4525 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+4526 c3810000 rtnbit1 ll_pairing_success_flag 
+4527 2040436c call mouse_updata_le_param 
+4528 d8e00000 arg write_req_enable_flag ,queue 
+4529 20204375 branch mouse_le_enable_connect_flag 
+
+mouse_check_hid_handshake_timer:
+452a da60478a arg mem_hid_handshake_timer_count ,regc 
+452b da404424 arg mouse_bt_hid_handshake ,regb 
+452c 2020318a branch timer_single_step 
+
+mouse_bt_check_sniff_req_timeout_timer:
+452d da604b87 arg mem_mouse_bt_send_first_package_timer ,regc 
+452e da404530 arg mouse_bt_send_first_package ,regb 
+452f 2020318a branch timer_single_step 
+
+mouse_bt_send_first_package:
+4530 704b8801 jam 1 ,mem_mouse_bt_send_first_package_flag 
+4531 20600000 rtn 
+
+mouse_check_reconnect_delay_long_sleep:
+4532 da604ac4 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+4533 da403e20 arg mouse_app_enter_hibernate ,regb 
+4534 2020318a branch timer_single_step 
+
+mouse_current_mult_update_timer:
+4535 da604aaf arg mem_mouse_current_mult_timer ,regc 
+4536 da404538 arg mouse_current_mult_reinit ,regb 
+4537 2020318a branch timer_single_step 
+
+mouse_current_mult_reinit:
+4538 6fe0cb8a fetch 1 ,mem_lpm_mult_init 
+4539 67e0c177 store 1 ,mem_lpm_mult 
+453a 704aae01 jam 1 ,mem_mouse_long_mult_flag 
+453b 20600000 rtn 
+
+mouse_check_no_data_timeout_timer:
+453c 6fe0c92a fetch 1 ,mem_usb_addr 
+453d c3838000 rtnbit1 7 
+453e da604ab2 arg mem_mouse_no_data_timer ,regc 
+453f da404541 arg mouse_check_no_data_timeout ,regb 
+4540 20203191 branch timer_single_step_2b 
+
+mouse_check_no_data_timeout:
+4541 6fe0c938 fetch 1 ,mem_device_flag 
+4542 c00047e1 beq mode_24g_device ,mouse_24g_hibernate_set 
+4543 2020431b branch mouse_disconnect 
+
+mouse_no_data_timer_init:
+4544 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+4545 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+4546 20600000 rtn 
+
+mouse_store_information_delay_timer:
+4547 da6049bf arg mem_store_information_delay_timer ,regc 
+4548 da40454a arg mouse_store_device_info_check ,regb 
+4549 2020318a branch timer_single_step 
+
+mouse_store_device_info_check:
+454a 204045f1 call mouse_store_device_info 
+454b 6fe0cac5 fetch 1 ,mem_mouse_need_soft_reset 
+454c 243a46c0 nbranch mouse_soft_reset ,blank 
+454d 20600000 rtn 
+
+mouse_bb_event_discovery_btn:
+454e 280ffe26 isolate1 mark_24g ,mark 
+454f 2040c7f2 call mouse_24g_stop ,true 
+4550 2040431b call mouse_disconnect 
+4551 2040439d call mouse_le_clean_connect_flag 
+4552 20204553 branch mouse_start_discovery 
+
+mouse_start_discovery:
+4553 44ed401b bpatch patch1b_2 ,mem_patch1b 
+4554 20404314 call mouse_bluetooth_fast_conn_disable 
+4555 6fe1478c fetch 2 ,mem_ui_state_map 
+4556 c285c55f bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+4557 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4558 c304455f bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+4559 68494997 fetcht 2 ,mem_random_addr_increase_count 
+455a 18408401 increase 1 ,temp 
+455b 60494997 storet 2 ,mem_random_addr_increase_count 
+455c 6049437b storet 2 ,mem_le_lap + 1 
+455d 180a7e00 random pdata 
+455e 67e0c37a store 1 ,mem_le_lap 
+
+mouse_start_discovery_norandom:
+455f 6fe1cac9 fetch 3 ,mem_mouse_le_lap_temp 
+4560 67e1c37d store 3 ,mem_le_lap + 3 
+4561 20403225 call app_lpm_mult_disable 
+4562 6fe14791 fetch 2 ,mem_discovery_timeout 
+4563 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+4564 7000bd06 jam 6 ,mem_connection_options 
+4565 58000000 setarg 0 
+4566 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+4567 67e0cb77 store 1 ,mem_mouse_direct_timer 
+4568 67e0cac4 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+4569 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+456a 67e0caac store 1 ,mem_mouse_clear_sensor_data_flag 
+456b d8e00002 arg mouse_store_eeprom_flag ,queue 
+456c 204046f0 call mouse_enable_function_flag 
+456d 204046e4 call mouse_bt_discovery_button_down_disable 
+456e 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+456f 2feffe01 isolate1 mode_4_mouse ,pdata 
+4570 2040c3df call mouse_check_51cmd_adv ,true 
+4571 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+4572 2feffe00 isolate1 mode_3_mouse ,pdata 
+4573 2040f8c4 call check_51cmd_start_discovery ,true 
+4574 2040498e call mouse_low_voltage_led_blink_disable 
+4575 202048cc branch mouse_discover_setting_led_gpio 
+
+mouse_stop_discovery:
+4576 44edc01b bpatch patch1b_3 ,mem_patch1b 
+4577 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+4578 204046f4 call mouse_disable_function_flag 
+4579 704ac400 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+457a 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+457b 2feffe01 isolate1 mode_4_mouse ,pdata 
+457c 2040c581 call mouse_stop_le_adv ,true 
+457d 6fe0cbb3 fetch 1 ,mem_mouse_bluetooth_type 
+457e 2feffe00 isolate1 mode_3_mouse ,pdata 
+457f 2040c583 call mouse_stop_bt3_discovery ,true 
+4580 20204912 branch mouse_device_led_off 
+
+mouse_stop_le_adv:
+4581 704b7700 jam 0 ,mem_mouse_direct_timer 
+4582 202078f4 branch check_51cmd_stop_adv 
+
+mouse_stop_bt3_discovery:
+4583 58000000 setarg 0 
+4584 67e14ac2 store 2 ,mem_mouse_discovery_timer 
+4585 202078c9 branch check_51cmd_stop_discovery 
+
+mouse_store_remote_bdaddr:
+4586 44ee401b bpatch patch1b_4 ,mem_patch1b 
+4587 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4588 c4010000 rtnbit0 mouse_store_eeprom_flag 
+4589 204048c6 call mouse_device_poweron_timer_init 
+458a d8e00002 arg mouse_store_eeprom_flag ,queue 
+458b 204046f4 call mouse_disable_function_flag 
+458c 2040458f call mouse_check_device_addr 
+
+mouse_unplug_clean_bdaddr:
+458d 204045a2 call mouse_before_store_reconn_info 
+458e 202045ee branch mouse_store_device_info_delay 
+
+mouse_check_device_addr:
+458f 6fe080e8 fetch 1 ,mem_record_bt_mode 
+4590 c01a4593 beq rec_4_mode ,mouse_check_le_device_addr 
+4591 c019c596 beq rec_3_mode ,mouse_check_bt_device_addr 
+4592 20600000 rtn 
+
+mouse_check_le_device_addr:
+4593 67e0cb78 store 1 ,mem_device_addr_temp 
+4594 6fe30297 fetch 6 ,mem_le_plap 
+4595 20204598 branch mouse_check_bt_device_addr_common 
+
+mouse_check_bt_device_addr:
+4596 67e0cb78 store 1 ,mem_device_addr_temp 
+4597 6fe30041 fetch 6 ,mem_plap 
+
+mouse_check_bt_device_addr_common:
+4598 67e34b79 store 6 ,mem_device_addr_temp + 1 
+4599 6fe3cb78 fetch 7 ,mem_device_addr_temp 
+459a d8c04939 arg mem_device1_type ,contr 
+459b df200003 arg 3 ,loopcnt 
+
+mouse_check_device_addr_end:
+459c e8438006 ifetcht 7 ,contr 
+459d 98467c00 isub temp ,null 
+459e 2022c5b7 branch mouse_clean_addr ,zero 
+459f 18c08c16 increase 22 ,contr 
+45a0 c200459c loop mouse_check_device_addr_end 
+45a1 20600000 rtn 
+
+mouse_before_store_reconn_info:
+45a2 da204939 arg mem_device1_type ,rega 
+45a3 6fe0c938 fetch 1 ,mem_device_flag 
+45a4 1fe0ffff increase -1 ,pdata 
+45a5 1feffe1d mul32 pdata ,29 ,pdata 
+45a6 9a20a200 iadd rega ,rega 
+45a7 6fe080e8 fetch 1 ,mem_record_bt_mode 
+45a8 e7e08011 istore 1 ,rega 
+45a9 c01a45ac beq rec_4_mode ,mouse_store_le_device 
+45aa c019c5b3 beq rec_3_mode ,mouse_store_bt_device 
+45ab 20600000 rtn 
+
+mouse_store_le_device:
+45ac 6fe30297 fetch 6 ,mem_le_plap 
+45ad e7e30005 istore 6 ,contw 
+45ae d8c04316 arg mem_le_ltk ,contr 
+45af 20407d0c call memcpy16 
+45b0 6fe3437a fetch 6 ,mem_le_lap 
+45b1 e7e30005 istore 6 ,contw 
+45b2 20600000 rtn 
+
+mouse_store_bt_device:
+45b3 6fe30041 fetch 6 ,mem_plap 
+45b4 e7e30005 istore 6 ,contw 
+45b5 d8c041cb arg mem_link_key ,contr 
+45b6 20207d0c branch memcpy16 
+
+mouse_clean_addr:
+45b7 18c08dfa increase -6 ,contr 
+45b8 18c20a00 copy contr ,contw 
+45b9 684b4b79 fetcht 6 ,mem_device_addr_temp + 1 
+45ba 18408403 increase 3 ,temp 
+45bb e0430005 istoret 6 ,contw 
+45bc 20600000 rtn 
+
+mouse_select_reconn_device:
+45bd da204939 arg mem_device1_type ,rega 
+45be 6fe0c938 fetch 1 ,mem_device_flag 
+45bf c1000000 rtneq mode_24g_device 
+45c0 1fe0ffff increase -1 ,pdata 
+45c1 1feffe1d mul32 pdata ,29 ,pdata 
+45c2 9a20a200 iadd rega ,rega 
+45c3 efe08011 ifetch 1 ,rega 
+45c4 67e0c482 store 1 ,mem_xrecord_mode 
+45c5 c019c5c8 beq rec_3_mode ,mouse_load_bt_device 
+45c6 c01a45cd beq rec_4_mode ,mouse_load_le_device 
+45c7 20600000 rtn 
+
+mouse_load_bt_device:
+45c8 efe30006 ifetch 6 ,contr 
+
+mouse_load_bt_device_end:
+45c9 67e341dd store 6 ,mem_hci_plap 
+45ca d8a041cb arg mem_link_key ,contw 
+45cb 20407d0c call memcpy16 
+45cc 2020602c branch check_link_key_load 
+
+mouse_load_le_device:
+45cd efe30006 ifetch 6 ,contr 
+
+mouse_load_le_device_end:
+45ce 67e341dd store 6 ,mem_hci_plap 
+45cf d8a04316 arg mem_le_ltk ,contw 
+45d0 20407d0c call memcpy16 
+45d1 efe30006 ifetch 6 ,contr 
+45d2 67e3437a store 6 ,mem_le_lap 
+45d3 20600000 rtn 
+
+mouse_app_initflag_check:
+45d4 6fe14990 fetch 2 ,mem_store_flag 
+45d5 d840aa55 arg eeprom_init_flag ,temp 
+45d6 98467c00 isub temp ,null 
+45d7 2022c5e2 branch mouse_load_device_info ,zero 
+45d8 60494990 storet 2 ,mem_store_flag 
+45d9 204045e7 call mouse_ble_init_address 
+45da 6fe0cab4 fetch 1 ,mem_device_flag_temp 
+45db 67e0c938 store 1 ,mem_device_flag 
+45dc 6fe0c926 fetch 1 ,mem_config_sensor_dpi 
+45dd 67e0c992 store 1 ,mem_mouse_dpi 
+45de 6fe2488d fetch 4 ,mem_24g_fast_conn_addr 
+45df 67e24891 store 4 ,mem_24g_receiver_addr 
+45e0 67e2483c store 4 ,mem_24g_addr 
+45e1 20600000 rtn 
+
+mouse_load_device_info:
+45e2 204045bd call mouse_select_reconn_device 
+45e3 6fe24993 fetch 4 ,mem_mouse_24g_addr 
+45e4 67e24891 store 4 ,mem_24g_receiver_addr 
+45e5 67e2483c store 4 ,mem_24g_addr 
+45e6 20600000 rtn 
+
+mouse_ble_init_address:
+45e7 6fe3437a fetch 6 ,mem_le_lap 
+45e8 67e34950 store 6 ,mem_device1_locall_addr 
+45e9 1fe0ff00 add pdata ,0x0100 ,pdata 
+45ea 67e3496d store 6 ,mem_device2_locall_addr 
+45eb 1fe0ff00 add pdata ,0x0100 ,pdata 
+45ec 67e3498a store 6 ,mem_device3_locall_addr 
+45ed 20600000 rtn 
+
+mouse_store_device_info_delay:
+45ee 6fe0c9c0 fetch 1 ,mem_store_information_delay_timer_init 
+45ef 67e0c9bf store 1 ,mem_store_information_delay_timer 
+45f0 20600000 rtn 
+
+mouse_store_device_info:
+45f1 44eec01b bpatch patch1b_5 ,mem_patch1b 
+45f2 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+45f3 c289c63f bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+45f4 c2894603 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+45f5 20600000 rtn 
+
+mouse_load_flash_info_check:
+45f6 20405d10 call spid_init_flash 
+45f7 2040460a call mouse_spid_flash_release_form_powerdown 
+45f8 204045fd call mouse_information_flash_parameters 
+45f9 20405d33 call spid_read_flash 
+45fa 20404611 call mouse_spid_flash_powerdown 
+45fb 204045d4 call mouse_app_initflag_check 
+45fc 20203f65 branch mouse_sensor_spi_init 
+
+mouse_information_flash_parameters:
+45fd 580049b8 setarg mem_mouse_information_end 
+45fe d8404938 arg mem_mouse_information_start ,temp 
+45ff 98460400 isub temp ,temp 
+4600 6fe1c9b8 fetch 3 ,mem_flash_base 
+4601 da204938 arg mem_mouse_information_start ,rega 
+4602 20600000 rtn 
+
+mouse_store_flash_device_info:
+4603 20405d10 call spid_init_flash 
+4604 2040460a call mouse_spid_flash_release_form_powerdown 
+4605 2040461f call mouse_flash_erase_sector 
+4606 204045fd call mouse_information_flash_parameters 
+4607 20404622 call mouse_spid_write_flash 
+4608 20404611 call mouse_spid_flash_powerdown 
+4609 20203f65 branch mouse_sensor_spi_init 
+
+mouse_spid_flash_release_form_powerdown:
+460a 700964ab jam flash_command_release_from_powerdown ,mem_temp 
+
+mouse_spid_write_flash_cmd:
+460b 204061d7 call delay_nop100 
+460c 20405d15 call spid_unlock_flash 
+460d da2049bb arg mem_write_flash_head_temp ,rega 
+460e 68488964 fetcht 1 ,mem_temp 
+460f 20404613 call mouse_spid_write_flash_cmd_common 
+4610 202061d7 branch delay_nop100 
+
+mouse_spid_flash_powerdown:
+4611 700964b9 jam flash_command_powerdown ,mem_temp 
+4612 2020460b branch mouse_spid_write_flash_cmd 
+
+mouse_spid_write_flash_cmd_common:
+4613 e0408011 istoret 1 ,rega 
+4614 1ff10400 rshift16 pdata ,temp 
+4615 e0408005 istoret 1 ,contw 
+4616 1fec8400 rshift8 pdata ,temp 
+4617 e0408005 istoret 1 ,contw 
+4618 e7e08005 istore 1 ,contw 
+4619 1a227e00 deposit rega 
+461a 67f1008a store 2 ,core_spid_txaddr 
+461b 58000000 setarg 0 
+461c 67f1008e store 2 ,core_spid_rxlen 
+461d 70800602 jam spid_start ,core_misc_ctrl 
+461e 20205ccf branch wait_spid_done 
+
+mouse_flash_erase_sector:
+461f 6fe1c9b8 fetch 3 ,mem_flash_base 
+4620 67e1c4a5 store 3 ,mem_spi_write_addr 
+4621 20205ceb branch spid_flash_erase_sector + 2 
+
+mouse_spid_write_flash:
+4622 1fe22600 copy pdata ,regc 
+4623 1a227e00 copy rega ,pdata 
+4624 1fe0fffc increase -4 ,pdata 
+4625 1fe22400 copy pdata ,regb 
+4626 efe20012 ifetch 4 ,regb 
+4627 67e249bb store 4 ,mem_write_flash_head_temp 
+4628 1a627e00 copy regc ,pdata 
+4629 20405d22 call spid_write_flash 
+462a 6fe249bb fetch 4 ,mem_write_flash_head_temp 
+462b e7e20012 istore 4 ,regb 
+462c 20600000 rtn 
+
+mouse_flash_power_down:
+462d 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+462e c4090000 rtnbit0 mouse_enable_flash 
+462f 20404611 call mouse_spid_flash_powerdown 
+4630 20405b08 call twspi_enable 
+4631 6848c4b5 fetcht 1 ,mem_spi_cs_gpio 
+4632 20406065 call gpio_out_inactive 
+4633 6848c4ba fetcht 1 ,mem_spi_hold_gpio 
+4634 20203f54 branch mouse_gpio_config_input_pd 
+
+mouse_load_eeprom_info_check:
+4635 20405da5 call iicd_read_init_pin 
+4636 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4637 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+4638 2440ddbf ncall clear_eeprom_size_2k ,true 
+4639 2040463b call mouse_eeprom_load_recon_info 
+463a 202045d4 branch mouse_app_initflag_check 
+
+mouse_eeprom_load_recon_info:
+463b d8400080 arg 128 ,temp 
+463c da204938 arg mem_device_flag ,rega 
+463d da400000 arg mouse_info_eeprom_offect ,regb 
+463e 20205ddc branch iicd_read_eep_data 
+
+mouse_store_eeprom_device_info:
+463f d8400080 arg 128 ,temp 
+4640 da204938 arg mem_device_flag ,rega 
+4641 da400000 arg mouse_info_eeprom_offect ,regb 
+4642 20205dce branch iicd_write_protect_eep_data 
+
+mouse_store_eerpom_dpi:
+4643 d8400001 arg 1 ,temp 
+4644 da204992 arg mem_mouse_dpi ,rega 
+4645 da40005a arg mouse_dpi_eeprom_offect ,regb 
+4646 20205dce branch iicd_write_protect_eep_data 
+
+mouse_load_eeprom_dpi:
+4647 d8400001 arg 1 ,temp 
+4648 da204992 arg mem_mouse_dpi ,rega 
+4649 da40005a arg mouse_dpi_eeprom_offect ,regb 
+464a 20205ddc branch iicd_read_eep_data 
+
+mouse_idle:
+464b 44ef401b bpatch patch1b_6 ,mem_patch1b 
+464c 20404990 call mouse_low_voltage_led_no_enter_lpm 
+464d 20407936 call ui_check_paring_button 
+464e 20404027 call mouse_dpi_check 
+464f 20404655 call mouse_select_device_check 
+4650 204046a0 call mouse_check_select_device_by_switch 
+4651 204046d6 call mouse_bt_button_check 
+4652 20403dbd call mouse_usb_isr 
+4653 20403f88 call mouse_wheel_check 
+4654 20203dd4 branch mouse_usb_mode 
+
+mouse_select_device_check:
+4655 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4656 c294c65a bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+4657 c29bc65a bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+4658 20600000 rtn 
+
+mouse_select_device_by_pb_button_check_once:
+4659 704b9403 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+mouse_select_device_by_pb_button:
+465a 6fe0c91b fetch 1 ,mem_config_select_device_button_gpio 
+465b c17f8000 rtneq gpio_disable 
+465c da200000 arg 0 ,rega 
+465d 704b9606 jam mouse_pb_key ,mem_mouse_key_temp 
+465e 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+465f 2040466a call mouse_pb_button_check 
+4660 67e0cb94 store 1 ,mem_mouse_pbkey_press_status 
+4661 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+4662 c07fc667 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+4663 20404168 call mouse_matrix_public_gpio_reset 
+
+mouse_select_device_by_pb_button_exit:
+4664 1a227e00 copy rega ,pdata 
+4665 c283468b bbit1 mouse_pb_key ,mouse_select_device_button_down 
+4666 20204680 branch mouse_select_device_button_up 
+
+mouse_3io6key_pb_button_check_end:
+4667 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+4668 20403f56 call mouse_gpio_config_input_pu 
+4669 20204664 branch mouse_select_device_by_pb_button_exit 
+
+mouse_pb_button_check:
+466a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+466b c296c676 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+466c 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+466d 1fe22600 copy pdata ,regc 
+466e 6fe0c910 fetch 1 ,mem_matrix_public_gpio 
+466f c07fc195 beq gpio_disable ,mouse_3io6key_check 
+4670 6fe0cb9a fetch 1 ,mem_mouse_ghost_flag 
+4671 243a4673 nbranch mouse_select_device_by_pb_button_end ,blank 
+4672 20204678 branch mouse_pb_button_connect_matrix 
+
+mouse_select_device_by_pb_button_end:
+4673 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+4674 704b9400 jam 0 ,mem_mouse_pbkey_press_status 
+4675 20600000 rtn 
+
+mouse_pb_button_connect_gnd:
+4676 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+4677 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_pb_button_connect_matrix:
+4678 20406059 call gpio_get_bit 
+4679 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+467a 2020c676 branch mouse_pb_button_connect_gnd ,true 
+467b 6848c910 fetcht 1 ,mem_matrix_public_gpio 
+467c 20406069 call gpio_out_active 
+467d 6848c91b fetcht 1 ,mem_config_select_device_button_gpio 
+467e 6fe0cb94 fetch 1 ,mem_mouse_pbkey_press_status 
+467f 20204187 branch mouse_check_key_connect_gnd 
+
+mouse_select_device_button_up:
+4680 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+4681 c1000000 rtneq pb_button_state_up 
+4682 704b9e00 jam pb_button_state_up ,mem_select_device_button_statue 
+4683 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4684 c39a0000 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+4685 6fe0cb9b fetch 1 ,mem_bt_discovery_count 
+4686 1fe67c14 sub pdata ,20 ,null 
+4687 244146b5 ncall mouse_ready_reconnection_by_button ,positive 
+4688 6fe0c78f fetch 1 ,mem_ui_button_timeout 
+4689 67e0cb9b store 1 ,mem_bt_discovery_count 
+468a 20600000 rtn 
+
+mouse_select_device_button_down:
+468b 20404697 call mouse_select_device_ghost_check 
+468c 20740000 rtn user 
+468d 6fe0cb9e fetch 1 ,mem_select_device_button_statue 
+468e c1008000 rtneq pb_button_state_down 
+468f 704b9e01 jam pb_button_state_down ,mem_select_device_button_statue 
+4690 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4691 c29a44d4 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+4692 6fe0cb77 fetch 1 ,mem_mouse_direct_timer 
+4693 207a0000 rtn blank 
+4694 6fe0c902 fetch 1 ,mem_mouse_direct_timeout 
+4695 67e0cb77 store 1 ,mem_mouse_direct_timer 
+4696 20600000 rtn 
+
+mouse_select_device_ghost_check:
+4697 78547c00 disable user 
+4698 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4699 c3968000 rtnbit1 mouse_enable_pb_button_connect_gnd 
+469a 6fe0cb8e fetch 1 ,mem_mouse_lkey_press_status 
+469b 207a0000 rtn blank 
+469c 6fe0cb8f fetch 1 ,mem_mouse_rkey_press_status 
+469d 207a0000 rtn blank 
+469e 78347c00 enable user 
+469f 20600000 rtn 
+
+mouse_check_select_device_by_switch:
+46a0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46a1 c29546a4 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+46a2 c295be9b bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+46a3 20600000 rtn 
+
+mouse_check_select_device_by_switch_gpio:
+46a4 6848c91e fetcht 1 ,mem_device_switch_gpio 
+46a5 20403f56 call mouse_gpio_config_input_pu 
+46a6 6848c91e fetcht 1 ,mem_device_switch_gpio 
+46a7 20406059 call gpio_get_bit 
+46a8 2020c6ad branch mouse_check_select_24gdevice ,true 
+
+mouse_select_btdevice:
+46a9 6fe0c938 fetch 1 ,mem_device_flag 
+46aa c1008000 rtneq mode_bt_device1 
+46ab 70493801 jam mode_bt_device1 ,mem_device_flag 
+46ac 20204316 branch mouse_stop_bluetooth_mode 
+
+mouse_check_select_24gdevice:
+46ad 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46ae c315c6b1 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+46af 6fe348ef fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+46b0 67e348e3 store 6 ,mem_mouse_vdd_calculate_set 
+
+mouse_check_select_24g_device:
+46b1 6fe0c938 fetch 1 ,mem_device_flag 
+46b2 c1000000 rtneq mode_24g_device 
+46b3 70493800 jam mode_24g_device ,mem_device_flag 
+46b4 202047f2 branch mouse_24g_stop 
+
+mouse_ready_reconnection_by_button:
+46b5 44efc01b bpatch patch1b_7 ,mem_patch1b 
+46b6 6fe0cbb4 fetch 1 ,mem_device_number 
+46b7 c1008000 rtneq 1 
+46b8 204046c2 call mouse_select_device_number 
+46b9 6048c938 storet 1 ,mem_device_flag 
+
+mouse_store_device_number_before_reset:
+46ba 7041ca00 jam 0 ,mem_link_key_exists 
+46bb 204046da call mouse_select_device_enable 
+46bc 20404316 call mouse_stop_bluetooth_mode 
+46bd 204046dc call mouse_select_device_disable 
+46be 704ac501 jam 1 ,mem_mouse_need_soft_reset 
+46bf 202045ee branch mouse_store_device_info_delay 
+
+mouse_soft_reset:
+46c0 204046da call mouse_select_device_enable 
+46c1 20205d8c branch soft_reset_chip 
+
+mouse_select_device_number:
+46c2 6848c938 fetcht 1 ,mem_device_flag 
+46c3 18408401 increase 1 ,temp 
+46c4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46c5 c288c6c9 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+46c6 18467c02 sub temp ,2 ,null 
+46c7 244146d0 ncall mouse_select_device_count_clean_bt ,positive 
+46c8 20600000 rtn 
+
+mouse_select_device_number_24g:
+46c9 6fe0cbb4 fetch 1 ,mem_device_number 
+46ca 1fe0ffff increase -1 ,pdata 
+46cb 98467c00 isub temp ,null 
+46cc 244146ce ncall mouse_select_device_count_clean_24g ,positive 
+46cd 20600000 rtn 
+
+mouse_select_device_count_clean_24g:
+46ce d8400000 arg 0 ,temp 
+46cf 20600000 rtn 
+
+mouse_select_device_count_clean_bt:
+46d0 d8400001 arg 1 ,temp 
+46d1 20600000 rtn 
+
+mouse_store_device_number2eeprom:
+46d2 d8400001 arg 1 ,temp 
+46d3 da204938 arg mem_device_flag ,rega 
+46d4 da400000 arg 0 ,regb 
+46d5 20205dce branch iicd_write_protect_eep_data 
+
+mouse_bt_button_check:
+46d6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46d7 c41a0000 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+46d8 2040465a call mouse_select_device_by_pb_button 
+46d9 20600000 rtn 
+
+mouse_select_device_enable:
+46da d8e00000 arg mouse_select_device_flag ,queue 
+46db 202046f0 branch mouse_enable_function_flag 
+
+mouse_select_device_disable:
+46dc d8e00000 arg mouse_select_device_flag ,queue 
+46dd 202046f4 branch mouse_disable_function_flag 
+
+mouse_bt_cannel_reconn_enable:
+46de d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+46df 202046f0 branch mouse_enable_function_flag 
+
+mouse_bt_cannel_reconn_disable:
+46e0 d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+46e1 202046f4 branch mouse_disable_function_flag 
+
+mouse_bt_discovery_button_down_enable:
+46e2 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+46e3 202046f0 branch mouse_enable_function_flag 
+
+mouse_bt_discovery_button_down_disable:
+46e4 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+46e5 202046f4 branch mouse_disable_function_flag 
+
+mouse_adc_read_enable:
+46e6 d8e00014 arg mouse_enable_adc ,queue 
+46e7 202046f0 branch mouse_enable_function_flag 
+
+mouse_24g_set_250hz:
+46e8 d8e00018 arg mouse_enable_24g_250hz ,queue 
+46e9 202046f0 branch mouse_enable_function_flag 
+
+mouse_24g_search_dongle_enable:
+46ea d8e00016 arg mouse_enable_24g_search_dongle ,queue 
+46eb 202046f0 branch mouse_enable_function_flag 
+
+mouse_16m_enable:
+46ec d8e0000c arg mouse_enable_16m ,queue 
+46ed 202046f0 branch mouse_enable_function_flag 
+
+mouse_dpi_4level_enable:
+46ee d8e0001c arg mouse_enable_dpi_level_4 ,queue 
+46ef 202046f0 branch mouse_enable_function_flag 
+
+mouse_enable_function_flag:
+46f0 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46f1 f9207e00 qset1 pdata 
+46f2 67e44bab store mouse_flag_len ,mem_mouse_flag 
+46f3 20600000 rtn 
+
+mouse_disable_function_flag:
+46f4 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+46f5 f93ffe00 qset0 pdata 
+46f6 67e44bab store mouse_flag_len ,mem_mouse_flag 
+46f7 20600000 rtn 
+
+mouse_customer_key_enable:
+46f8 d8e00015 arg mouse_enable_keyboard ,queue 
+46f9 204046f0 call mouse_enable_function_flag 
+46fa 58000000 setarg 0 
+46fb 67e44bcc store 8 ,mem_customer_key_press 
+46fc 67e44bd5 store 8 ,mem_customer_key_release 
+46fd 6fe0c90a fetch 1 ,mem_mouse_enable_flag 
+46fe 1fe17ec0 and pdata ,0xc0 ,pdata 
+46ff c0204705 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+4700 c0404707 beq 0x80 ,mouse_customer_ac_home 
+4701 c060470c beq 0xc0 ,mouse_customer_key_play 
+4702 58070008 setarg 0x070008 
+
+mouse_customer_standrad_key_set:
+4703 67e44bcd store 8 ,mem_customer_key_press + 1 
+4704 20600000 rtn 
+
+mouse_customer_key_ctrl_alt_a:
+4705 58040005 setarg 0x040005 
+4706 20204703 branch mouse_customer_standrad_key_set 
+
+mouse_customer_ac_home:
+4707 58022303 setarg 0x022303 
+
+mouse_customer_media_key_set:
+4708 67e44bcc store 8 ,mem_customer_key_press 
+4709 58000003 setarg 0x03 
+470a 67e44bd5 store 8 ,mem_customer_key_release 
+470b 20600000 rtn 
+
+mouse_customer_key_play:
+470c 5800cd03 setarg 0x00cd03 
+470d 20204708 branch mouse_customer_media_key_set 
+
+mouse_polling_device:
+470e 44f0401c bpatch patch1c_0 ,mem_patch1c 
+470f 6fe0cab0 fetch 1 ,mem_reconn_times 
+4710 1fe0ffff increase -1 ,pdata 
+4711 67e0cab0 store 1 ,mem_reconn_times 
+4712 6848c938 fetcht 1 ,mem_device_flag 
+4713 18467c01 sub temp ,1 ,null 
+4714 2442c6c2 ncall mouse_select_device_number ,zero 
+4715 6048c938 storet 1 ,mem_device_flag 
+4716 7041ca00 jam 0 ,mem_link_key_exists 
+4717 204046d2 call mouse_store_device_number2eeprom 
+4718 204045a2 call mouse_before_store_reconn_info 
+4719 20203d59 branch mouse_start_reconnect_device 
+
+mouse_drawing_optima:
+471a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+471b c41c0000 rtnbit0 mouse_enable_smoother 
+471c 6fe248d1 fetch 4 ,mem_mouse_x 
+471d 207a0000 rtn blank 
+471e 204047bd call mouse_data_abs_check 
+471f 58000003 setarg 0x03 
+4720 204047b3 call mouse_pdata_greater_than_check 
+4721 205a47af call mouse_disable_asm ,blank 
+4722 245a47b1 ncall mouse_enable_asm ,blank 
+4723 58000002 setarg 0x02 
+4724 204047b8 call mouse_data_less_than_check 
+4725 205a47af call mouse_disable_asm ,blank 
+4726 6fe0c9c9 fetch 1 ,mem_mouse_asm_flag 
+4727 c000c72d beq 1 ,mouse_drawing_optima_modify 
+
+mouse_drawing_optima_init:
+4728 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4729 c41c0000 rtnbit0 mouse_enable_smoother 
+472a df200005 arg 5 ,loopcnt 
+472b d8a049c9 arg mem_mouse_asm_flag ,contw 
+472c 20207d26 branch clear_mem 
+
+mouse_drawing_optima_modify:
+472d 20404741 call mouse_drawing_optima_xy_offset_modify 
+472e 6fe149ca fetch 2 ,mem_mouse_x_pre 
+472f 67e109f8 store 2 ,mem_data_pre 
+4730 6fe148d1 fetch 2 ,mem_mouse_x 
+4731 67e109fa store 2 ,mem_data_current 
+4732 20404779 call mouse_drawing_optima_data_x 
+4733 6fe109f8 fetch 2 ,mem_data_pre 
+4734 67e149ca store 2 ,mem_mouse_x_pre 
+4735 6fe109fa fetch 2 ,mem_data_current 
+4736 67e148d1 store 2 ,mem_mouse_x 
+4737 6fe149cc fetch 2 ,mem_mouse_y_pre 
+4738 67e109f8 store 2 ,mem_data_pre 
+4739 6fe148d3 fetch 2 ,mem_mouse_y 
+473a 67e109fa store 2 ,mem_data_current 
+473b 20404781 call mouse_drawing_optima_data_y 
+473c 6fe109f8 fetch 2 ,mem_data_pre 
+473d 67e149cc store 2 ,mem_mouse_y_pre 
+473e 6fe109fa fetch 2 ,mem_data_current 
+473f 67e148d3 store 2 ,mem_mouse_y 
+4740 20600000 rtn 
+
+mouse_drawing_optima_xy_offset_modify:
+4741 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4742 c41c8000 rtnbit0 mouse_enable_xy_offset 
+4743 6fe149ca fetch 2 ,mem_mouse_x_pre 
+4744 67e109ff store 2 ,mem_data_value 
+4745 20404754 call mouse_pre_xy_data_judge 
+4746 67e149ca store 2 ,mem_mouse_x_pre 
+4747 6fe148d1 fetch 2 ,mem_mouse_x 
+4748 67e109ff store 2 ,mem_data_value 
+4749 20404762 call mouse_current_xy_data_judge 
+474a 67e148d1 store 2 ,mem_mouse_x 
+474b 6fe149cc fetch 2 ,mem_mouse_y_pre 
+474c 67e109ff store 2 ,mem_data_value 
+474d 20404754 call mouse_pre_xy_data_judge 
+474e 67e149cc store 2 ,mem_mouse_y_pre 
+474f 6fe148d3 fetch 2 ,mem_mouse_y 
+4750 67e109ff store 2 ,mem_data_value 
+4751 20404762 call mouse_current_xy_data_judge 
+4752 67e148d3 store 2 ,mem_mouse_y 
+4753 20600000 rtn 
+
+mouse_pre_xy_data_judge:
+4754 6fe08a00 fetch 1 ,mem_data_value + 1 
+4755 203a4757 branch mouse_pre_xy_pdata_offset ,blank 
+4756 2020475c branch mouse_pre_xy_ndata_offset 
+
+mouse_pre_xy_pdata_offset:
+4757 6fe089ff fetch 1 ,mem_data_value 
+4758 2040476f call mouse_pre_xy_get_0_4_times 
+4759 67e089ff store 1 ,mem_data_value 
+
+mouse_xy_data_offset_new:
+475a 6fe109ff fetch 2 ,mem_data_value 
+475b 20600000 rtn 
+
+mouse_pre_xy_ndata_offset:
+475c 6fe089ff fetch 1 ,mem_data_value 
+475d 204047ab call mouse_pdata_invert 
+475e 2040476f call mouse_pre_xy_get_0_4_times 
+475f 205a7e5e call disable_blank ,blank 
+4760 204047a7 call mouse_pdata_get_new_value 
+4761 2020475a branch mouse_xy_data_offset_new 
+
+mouse_current_xy_data_judge:
+4762 6fe08a00 fetch 1 ,mem_data_value + 1 
+4763 203a4765 branch mouse_current_xy_pdata_offset ,blank 
+4764 20204769 branch mouse_current_xy_ndata_offset 
+
+mouse_current_xy_pdata_offset:
+4765 6fe089ff fetch 1 ,mem_data_value 
+4766 20404774 call mouse_current_xy_get_0_6_times 
+4767 67e089ff store 1 ,mem_data_value 
+4768 2020475a branch mouse_xy_data_offset_new 
+
+mouse_current_xy_ndata_offset:
+4769 6fe089ff fetch 1 ,mem_data_value 
+476a 204047ab call mouse_pdata_invert 
+476b 20404774 call mouse_current_xy_get_0_6_times 
+476c 205a7e5e call disable_blank ,blank 
+476d 204047a7 call mouse_pdata_get_new_value 
+476e 2020475a branch mouse_xy_data_offset_new 
+
+mouse_pre_xy_get_0_4_times:
+476f 1feffe04 mul32 pdata ,4 ,pdata 
+4770 1fe6fc05 div pdata ,5 
+4771 20407def call wait_div_end 
+4772 1807fe00 quotient pdata 
+4773 20600000 rtn 
+
+mouse_current_xy_get_0_6_times:
+4774 1feffe0c mul32 pdata ,12 ,pdata 
+4775 1fe6fc0a div pdata ,10 
+4776 20407def call wait_div_end 
+4777 1807fe00 quotient pdata 
+4778 20600000 rtn 
+
+mouse_drawing_optima_data_x:
+4779 6fe109f8 fetch 2 ,mem_data_pre 
+477a 684909fa fetcht 2 ,mem_data_current 
+477b 9840fe00 iadd temp ,pdata 
+477c 6848c9ce fetcht 1 ,mem_mouse_data_xtemp 
+477d 9840fe00 iadd temp ,pdata 
+477e 1fe10401 and pdata ,0x01 ,temp 
+477f 6048c9ce storet 1 ,mem_mouse_data_xtemp 
+4780 20204789 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data_y:
+4781 6fe109f8 fetch 2 ,mem_data_pre 
+4782 684909fa fetcht 2 ,mem_data_current 
+4783 9840fe00 iadd temp ,pdata 
+4784 6848c9cf fetcht 1 ,mem_mouse_data_ytemp 
+4785 9840fe00 iadd temp ,pdata 
+4786 1fe10401 and pdata ,0x01 ,temp 
+4787 6048c9cf storet 1 ,mem_mouse_data_ytemp 
+4788 20204789 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data:
+4789 67e189fc store 3 ,mem_data_sum 
+478a 2feffe10 isolate1 16 ,pdata 
+478b 2020c793 branch mouse_data_sum_overflow ,true 
+478c 6fe089fd fetch 1 ,mem_data_sum + 1 
+478d c07fc79a beq 0xff ,mouse_data_sum_n 
+478e 6fe089fc fetch 1 ,mem_data_sum 
+
+mouse_data_store_pre:
+478f 1fe37e00 rshift pdata ,pdata 
+4790 67e109f8 store 2 ,mem_data_pre 
+4791 67e109fa store 2 ,mem_data_current 
+4792 20600000 rtn 
+
+mouse_data_sum_overflow:
+4793 6fe089fd fetch 1 ,mem_data_sum + 1 
+4794 c0004797 beq 0 ,mouse_data_sum_overflow_p 
+4795 6fe189fc fetch 3 ,mem_data_sum 
+4796 2020478f branch mouse_data_store_pre 
+
+mouse_data_sum_overflow_p:
+4797 7009fe00 jam 0 ,mem_data_sum + 2 
+4798 6fe089fc fetch 1 ,mem_data_sum 
+4799 2020478f branch mouse_data_store_pre 
+
+mouse_data_sum_n:
+479a 6fe089fc fetch 1 ,mem_data_sum 
+479b 204047a5 call mouse_pdata_get_half 
+479c 67e089f8 store 1 ,mem_data_pre 
+479d 67e089fa store 1 ,mem_data_current 
+479e 203a47a3 branch mouse_data_zero ,blank 
+479f 580000ff setarg 0xff 
+
+mouse_data_set_direction:
+47a0 67e089f9 store 1 ,mem_data_pre + 1 
+47a1 67e089fb store 1 ,mem_data_current + 1 
+47a2 20600000 rtn 
+
+mouse_data_zero:
+47a3 58000000 setarg 0 
+47a4 202047a0 branch mouse_data_set_direction 
+
+mouse_pdata_get_half:
+47a5 204047ab call mouse_pdata_invert 
+47a6 1fe37e00 rshift pdata ,pdata 
+
+mouse_pdata_get_new_value:
+47a7 204047ac call mouse_rega_in_out 
+47a8 1fe67e00 sub pdata ,0 ,pdata 
+47a9 67e089ff store 1 ,mem_data_value 
+47aa 20600000 rtn 
+
+mouse_pdata_invert:
+47ab 1fe67e00 sub pdata ,0 ,pdata 
+
+mouse_rega_in_out:
+47ac 67e08970 store 1 ,mem_rega 
+47ad 6fe08970 fetch 1 ,mem_rega 
+47ae 20600000 rtn 
+
+mouse_disable_asm:
+47af 7049c900 jam 0 ,mem_mouse_asm_flag 
+47b0 20600000 rtn 
+
+mouse_enable_asm:
+47b1 7049c901 jam 1 ,mem_mouse_asm_flag 
+47b2 20600000 rtn 
+
+mouse_pdata_greater_than_check:
+47b3 9a267c00 isub rega ,null 
+47b4 24217e5e nbranch disable_blank ,positive 
+47b5 9a467c00 isub regb ,null 
+47b6 24217e5e nbranch disable_blank ,positive 
+47b7 20207e60 branch enable_blank 
+
+mouse_data_less_than_check:
+47b8 9a267c00 isub rega ,null 
+47b9 24610000 nrtn positive 
+47ba 9a467c00 isub regb ,null 
+47bb 24610000 nrtn positive 
+47bc 20207e60 branch enable_blank 
+
+mouse_data_abs_check:
+47bd 6fe148d1 fetch 2 ,mem_mouse_x 
+47be 204047c4 call mouse_data_abs 
+47bf 1fe22200 copy pdata ,rega 
+47c0 6fe148d3 fetch 2 ,mem_mouse_y 
+47c1 204047c4 call mouse_data_abs 
+47c2 1fe22400 copy pdata ,regb 
+47c3 20600000 rtn 
+
+mouse_data_abs:
+47c4 67e109fa store 2 ,mem_data_current 
+47c5 6fe089fb fetch 1 ,mem_data_current + 1 
+47c6 c07fc7ca beq 0xff ,mouse_data_reversal 
+47c7 6fe089fa fetch 1 ,mem_data_current 
+
+mouse_data_abs_store:
+47c8 1fe17eff and_into 0xff ,pdata 
+47c9 20600000 rtn 
+
+mouse_data_reversal:
+47ca 6fe109fa fetch 2 ,mem_data_current 
+47cb 1fe67e00 sub pdata ,0 ,pdata 
+47cc 202047c8 branch mouse_data_abs_store 
+
+mouse_24g_long_sleep_param_update_timer:
+47cd da6048c4 arg mem_24g_long_sleep_param_update_timer ,regc 
+47ce da4047d0 arg mouse_24g_long_sleep_normal_param ,regb 
+47cf 2020318a branch timer_single_step 
+
+mouse_24g_long_sleep_normal_param:
+47d0 6fe248b8 fetch 4 ,mem_24g_long_sleep_set1 
+47d1 67e2485c store 4 ,mem_24g_enter_hibernate 
+47d2 704aae01 jam 1 ,mem_mouse_long_mult_flag 
+47d3 20600000 rtn 
+
+mouse_24g_long_sleep_set:
+47d4 c00047db beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+47d5 c000c7dd beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+47d6 c00147d8 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+47d7 c001c7df beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+
+mouse_24g_long_sleep_set_80ms:
+47d8 580ea600 setarg 0x0ea600 
+
+mouse_24g_long_sleep_set_end:
+47d9 67e248b8 store 4 ,mem_24g_long_sleep_set1 
+47da 20600000 rtn 
+
+mouse_24g_long_sleep_set_30ms:
+47db 5805e740 setarg 0x05e740 
+47dc 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_50ms:
+47dd 580927c0 setarg 0x0927c0 
+47de 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_100ms:
+47df 58124f80 setarg 0x124f80 
+47e0 202047d9 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_hibernate_set:
+47e1 7048a500 jam 0 ,mem_24g_attempt_fail_flag 
+47e2 20402652 call g24_transmit_next_packet 
+47e3 5fffffff setarg -1 
+47e4 67e2485c store 4 ,mem_24g_enter_hibernate 
+47e5 58000000 setarg 0 
+47e6 67e3c8d0 store 7 ,mem_mouse_key 
+47e7 704be101 jam 1 ,mem_sensor_shutdown_flag 
+47e8 2040423c call mouse_sensor_powerdown 
+47e9 20403e33 call mouse_setgpio_hibernate 
+47ea 202026b5 branch g24_long_sleep 
+
+mouse_wakeup_24g:
+47eb 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+47ec 245a41aa ncall mouse_init_sensor_wakeup ,blank 
+47ed 704be100 jam 0 ,mem_sensor_shutdown_flag 
+47ee 20202651 branch g24_transmit_no_ack 
+
+mouse_24g_transmit_start:
+47ef 6fe0cbe1 fetch 1 ,mem_sensor_shutdown_flag 
+47f0 243a262c nbranch g24_short_sleep ,blank 
+47f1 20202628 branch g24_transmit_start_next 
+
+mouse_24g_stop:
+47f2 793f8026 set0 mark_24g ,mark 
+47f3 7048a100 jam state_24g_stop ,mem_24g_conn_sm 
+47f4 d8e00001 arg mouse_24g_pairing_flag ,queue 
+47f5 202046f4 branch mouse_disable_function_flag 
+
+mouse_24g_start_mode:
+47f6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+47f7 c308c803 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+47f8 20403d65 call mouse_wakeup_from_power_check 
+47f9 20344806 branch mouse_24g_reconn_dongle_start ,user 
+47fa 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+47fb c298480c bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+47fc c318c80c bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+47fd 20404110 call mouse_key_check_once 
+47fe 1fe17e07 and pdata ,0x07 ,pdata 
+47ff 6848cbcb fetcht 1 ,mem_mouse_commbination_key_24g 
+4800 98467c00 isub temp ,null 
+4801 2022c827 branch mouse_24g_start_pair_mode ,zero 
+4802 2020480c branch mouse_24g_reconn_general_dongle 
+
+mouse_24g_mode_setup_error:
+4803 6fe0cab0 fetch 1 ,mem_reconn_times 
+4804 243a470e nbranch mouse_polling_device ,blank 
+4805 20600000 rtn 
+
+mouse_24g_reconn_dongle_start:
+4806 6fe14885 fetch 2 ,mem_24g_reconn_timeout_init 
+4807 67e14887 store 2 ,mem_24g_reconn_timeout 
+4808 70488b03 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+4809 20202559 branch g24_reconn_start 
+
+mouse_24g_first_start_auto_pair_mode:
+480a 20403d65 call mouse_wakeup_from_power_check 
+480b 20344816 branch mouse_24g_first_start_reconn ,user 
+
+mouse_24g_reconn_general_dongle:
+480c 70493800 jam mode_24g_device ,mem_device_flag 
+480d 6fe14bba fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+480e 67e14887 store 2 ,mem_24g_reconn_timeout 
+480f 70488b02 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+4810 20202559 branch g24_reconn_start 
+
+mouse_24g_start_auto_pair:
+4811 204048cc call mouse_discover_setting_led_gpio 
+4812 6fe14881 fetch 2 ,mem_24g_pair_timeout_init 
+4813 67e14887 store 2 ,mem_24g_reconn_timeout 
+4814 70488b04 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+4815 20202559 branch g24_reconn_start 
+
+mouse_24g_first_start_reconn:
+4816 6fe0c938 fetch 1 ,mem_device_flag 
+4817 c0004806 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+4818 20404314 call mouse_bluetooth_fast_conn_disable 
+4819 2020481a branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_24g_first_bluetooth_reconnect:
+481a 204047f2 call mouse_24g_stop 
+481b 2040490e call mouse_device_led_all_off 
+481c 70493801 jam mode_bt_device1 ,mem_device_flag 
+481d 204045bd call mouse_select_reconn_device 
+481e 20203d59 branch mouse_start_reconnect_device 
+
+mouse_24g_first_bb_event_reconn_timeout:
+481f 20403d65 call mouse_wakeup_from_power_check 
+4820 20343e20 branch mouse_app_enter_hibernate ,user 
+4821 20204553 branch mouse_start_discovery 
+
+mouse_24g_first_store_reconn_info:
+4822 20403d65 call mouse_wakeup_from_power_check 
+4823 20740000 rtn user 
+4824 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4825 c297c5ee bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+4826 20600000 rtn 
+
+mouse_24g_start_pair_mode:
+4827 d8e00001 arg mouse_24g_pairing_flag ,queue 
+4828 204046f0 call mouse_enable_function_flag 
+4829 58000000 setarg 0 
+482a 67e14887 store 2 ,mem_24g_reconn_timeout 
+482b 20404576 call mouse_stop_discovery 
+482c 2040498e call mouse_low_voltage_led_blink_disable 
+482d 204048cc call mouse_discover_setting_led_gpio 
+482e 70483601 jam type_ms ,mem_24g_data_type 
+482f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4830 c30aa32e bbit0 mouse_enable_keyboard ,g24_pair_start 
+4831 70483602 jam type_kb ,mem_24g_data_type 
+4832 2020232e branch g24_pair_start 
+
+mouse_24g_attempt_fail:
+4833 6fe0c8a5 fetch 1 ,mem_24g_attempt_fail_flag 
+4834 243a47e1 nbranch mouse_24g_hibernate_set ,blank 
+4835 6fe0c88b fetch 1 ,mem_24g_reconn_type 
+4836 c0014840 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+4837 c0024844 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+4838 c001c849 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+
+mouse_24g_attempt_fail_enter_hibernate:
+4839 20404912 call mouse_device_led_off 
+483a 204047f2 call mouse_24g_stop 
+483b 6fe0cab0 fetch 1 ,mem_reconn_times 
+483c 243a470e nbranch mouse_polling_device ,blank 
+483d 6fe0c938 fetch 1 ,mem_device_flag 
+483e c0003e20 beq mode_24g_device ,mouse_app_enter_hibernate 
+483f 20600000 rtn 
+
+mouse_24g_fast_conn_attempt_fail:
+4840 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4841 c297c811 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+4842 c2984811 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+4843 20204806 branch mouse_24g_reconn_dongle_start 
+
+mouse_24g_auto_pair_attempt_fail:
+4844 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4845 c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+4846 6fe0cbb4 fetch 1 ,mem_device_number 
+4847 c000c839 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+4848 2020481a branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_reconn_dongle_attempt_fail:
+4849 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+484a c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+484b c289c839 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+484c c2894839 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+484d 20204812 branch mouse_24g_start_auto_pair + 1 
+
+mouse_24g_attempt_success:
+484e 204042ca call mouse_init_sensor_reset 
+484f 704aae00 jam 0 ,mem_mouse_long_mult_flag 
+4850 7048a100 jam 0 ,mem_24g_conn_sm 
+4851 70488b00 jam 0 ,mem_24g_reconn_type 
+4852 6fe24891 fetch 4 ,mem_24g_receiver_addr 
+4853 6fe2488d fetch 4 ,mem_24g_fast_conn_addr 
+4854 98467c00 isub temp ,null 
+4855 20628000 rtn zero 
+4856 20204822 branch mouse_24g_first_store_reconn_info 
+
+mouse_24g_pairing_complete:
+4857 d8e00001 arg mouse_24g_pairing_flag ,queue 
+4858 204046f4 call mouse_disable_function_flag 
+4859 204048c6 call mouse_device_poweron_timer_init 
+485a 58000000 setarg 0 
+485b 67e14883 store 2 ,mem_24g_pair_timeout 
+485c 67e14887 store 2 ,mem_24g_reconn_timeout 
+485d 67e0c8a1 store 1 ,mem_24g_conn_sm 
+485e 67e0c9c8 store 1 ,mem_mouse_move_flag 
+485f 67e0c88b store 1 ,mem_24g_reconn_type 
+4860 204042ca call mouse_init_sensor_reset 
+4861 204042db call mouse_read_sensor_common 
+4862 6fe2483c fetch 4 ,mem_24g_addr 
+4863 67e24891 store 4 ,mem_24g_receiver_addr 
+4864 67e24993 store 4 ,mem_mouse_24g_addr 
+4865 202045ee branch mouse_store_device_info_delay 
+
+mouse_24g_package_data:
+4866 c6930000 rtnmark0 mark_24g 
+4867 20403f70 call mouse_motion 
+4868 24740000 nrtn user 
+4869 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+486a c30ac86d bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+486b 6fe0cb8b fetch 1 ,mem_customer_key 
+486c 243a4884 nbranch mouse_24g_keyboard_package_data ,blank 
+
+mouse_24g_mouse_package_data:
+486d 204042cb call mouse_data_xy_release 
+486e 6fe0c836 fetch 1 ,mem_24g_data_type 
+486f c280c87c bbit1 1 ,mouse_24g_mouse_package_data_now 
+4870 6848c7c7 fetcht 1 ,mem_24g_txbuf + 1 
+4871 6fe0c8d0 fetch 1 ,mem_mouse_key 
+4872 9841fe00 ior temp ,pdata 
+4873 67e0c8d0 store 1 ,mem_mouse_key 
+4874 6848c7cc fetcht 1 ,mem_24g_txbuf + 6 
+4875 6fe0c8d5 fetch 1 ,mem_mouse_z 
+4876 9840fe00 iadd temp ,pdata 
+4877 67e0c8d5 store 1 ,mem_mouse_z 
+4878 6848c7cd fetcht 1 ,mem_24g_txbuf + 7 
+4879 6fe0c8d6 fetch 1 ,mem_mouse_tz 
+487a 9840fe00 iadd temp ,pdata 
+487b 67e0c8d6 store 1 ,mem_mouse_tz 
+
+mouse_24g_mouse_package_data_now:
+487c 70483601 jam type_ms ,mem_24g_data_type 
+487d da200007 arg 7 ,rega 
+487e da4048d0 arg mem_mouse_key ,regb 
+487f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4880 c28c26e1 bbit1 mouse_enable_24g_250hz ,g24_transmit_by_interrupt_enable 
+4881 6fe148d5 fetch 2 ,mem_mouse_z 
+4882 207a0000 rtn blank 
+4883 202026e1 branch g24_transmit_by_interrupt_enable 
+
+mouse_24g_keyboard_package_data:
+4884 70483602 jam type_kb ,mem_24g_data_type 
+4885 da200009 arg 9 ,rega 
+4886 6fe0cb8c fetch 1 ,mem_customer_data_trigger 
+4887 243a488a nbranch mouse_customer_key_press ,blank 
+4888 da404bd5 arg mem_customer_key_release ,regb 
+4889 20600000 rtn 
+
+mouse_customer_key_press:
+488a da404bcc arg mem_customer_key_press ,regb 
+488b 20600000 rtn 
+
+mouse_24g_search_dongle_init:
+488c 58000000 setarg 0 
+488d 67e1cba4 store 3 ,mem_mouse_search_dongle_action 
+488e 20600000 rtn 
+
+mouse_24g_search_dongle:
+488f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4890 c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+4891 6fe0caae fetch 1 ,mem_mouse_long_mult_flag 
+4892 207a0000 rtn blank 
+4893 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+4894 207a0000 rtn blank 
+4895 6fe0cba1 fetch 1 ,mem_mouse_search_dongle_interval 
+4896 1fe0fe01 increase 1 ,pdata 
+4897 1fe17e03 and_into 3 ,pdata 
+4898 67e0cba1 store 1 ,mem_mouse_search_dongle_interval 
+4899 247a0000 nrtn blank 
+489a 704ba200 jam 0 ,mem_mouse_search_dongle_ch 
+
+mouse_24g_search_dongle_loop:
+489b 6fe0cba2 fetch 1 ,mem_mouse_search_dongle_ch 
+489c 1fe0fe01 increase 1 ,pdata 
+489d 67e0cba2 store 1 ,mem_mouse_search_dongle_ch 
+489e 1fe67c08 sub pdata ,g24_ch_number ,null 
+489f 242148a5 nbranch mouse_24g_search_dongle_loop_end ,positive 
+48a0 2040259a call g24_reconn_data_prep 
+48a1 2040265b call g24_transmit_receive_ack 
+48a2 242c48ab nbranch mouse_24g_search_dongle_loop_retry ,sync 
+48a3 2437c8ab nbranch mouse_24g_search_dongle_loop_retry ,user3 
+48a4 204048b5 call mouse_24g_search_dongle_success 
+
+mouse_24g_search_dongle_loop_end:
+48a5 20402597 call g24_txbuf_clear 
+48a6 6fe0cba3 fetch 1 ,mem_mouse_search_dongle_count 
+48a7 1fe0fe01 increase 1 ,pdata 
+48a8 67e0cba3 store 1 ,mem_mouse_search_dongle_count 
+48a9 c00848ad beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+48aa 20600000 rtn 
+
+mouse_24g_search_dongle_loop_retry:
+48ab 204022cb call g24_ch 
+48ac 2020489b branch mouse_24g_search_dongle_loop 
+
+mouse_24g_search_dongle_check:
+48ad 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+48ae 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+48af c3800000 rtnbit1 g24_disconn_state 
+48b0 79207e00 set1 g24_disconn_state ,pdata 
+48b1 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+48b2 6fe14bbc fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+48b3 67e14ab2 store 2 ,mem_mouse_no_data_timer 
+48b4 2020423c branch mouse_sensor_powerdown 
+
+mouse_24g_search_dongle_success:
+48b5 6fe0c8a7 fetch 1 ,mem_24g_abort_pac 
+48b6 203a488c branch mouse_24g_search_dongle_init ,blank 
+48b7 704ba300 jam 0 ,mem_mouse_search_dongle_count 
+48b8 6fe0cba4 fetch 1 ,mem_mouse_search_dongle_action 
+48b9 c4000000 rtnbit0 g24_disconn_state 
+48ba 793ffe00 set0 g24_disconn_state ,pdata 
+48bb 67e0cba4 store 1 ,mem_mouse_search_dongle_action 
+48bc 20404544 call mouse_no_data_timer_init 
+48bd 202041aa branch mouse_init_sensor_wakeup 
+
+mouse_device_poweron_timer:
+48be 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48bf c4100000 rtnbit0 mouse_enable_power_on_led 
+48c0 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+48c1 207a0000 rtn blank 
+48c2 1fe0ffff increase -1 ,pdata 
+48c3 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+48c4 203a4912 branch mouse_device_led_off ,blank 
+48c5 20204920 branch mouse_device_led_on 
+
+mouse_device_poweron_timer_init:
+48c6 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48c7 c4100000 rtnbit0 mouse_enable_power_on_led 
+48c8 2040498e call mouse_low_voltage_led_blink_disable 
+48c9 6fe0cbc0 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+48ca 67e0cba7 store 1 ,mem_mouse_device_poweron_timer_count 
+48cb 20600000 rtn 
+
+mouse_discover_setting_led_gpio:
+48cc 704ba700 jam 0 ,mem_mouse_device_poweron_timer_count 
+48cd 6fe14bc4 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+48ce 67e14930 store 2 ,mem_mouse_on_time 
+48cf 67e14932 store 2 ,mem_mouse_off_time 
+
+mouse_setting_led_gpio_comman:
+48d0 6fe0c938 fetch 1 ,mem_device_flag 
+48d1 c00048d5 beq mode_24g_device ,mouse_device_led_24g 
+48d2 c000c8d7 beq mode_bt_device1 ,mouse_device_led_bt1 
+48d3 c00148d9 beq mode_bt_device2 ,mouse_device_led_bt2 
+48d4 20600000 rtn 
+
+mouse_device_led_24g:
+48d5 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+48d6 202048da branch mouse_led_blink 
+
+mouse_device_led_bt1:
+48d7 6fe0c916 fetch 1 ,mem_config_device_bt1_led_gpio 
+48d8 202048da branch mouse_led_blink 
+
+mouse_device_led_bt2:
+48d9 6fe0c922 fetch 1 ,mem_config_device_bt2_led_gpio 
+
+mouse_led_blink:
+48da 67e08964 store 1 ,mem_temp 
+48db 20404912 call mouse_device_led_off 
+48dc 6fe08964 fetch 1 ,mem_temp 
+48dd 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+48de da200000 arg 0 ,rega 
+48df 70492d01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+48e0 20207806 branch ui_led_blink_start_global 
+
+mouse_dpi_led_blink_delay:
+48e1 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+48e2 c17f8000 rtneq gpio_disable 
+48e3 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+48e4 247a0000 nrtn blank 
+48e5 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+48e6 247a0000 nrtn blank 
+48e7 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+48e8 247a0000 nrtn blank 
+48e9 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+48ea 247a0000 nrtn blank 
+48eb 6fe0cbc1 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+48ec 203a48f2 branch mouse_dpi_led_blink_init ,blank 
+48ed 67e0cba8 store 1 ,mem_mouse_dpi_led_delay_count 
+48ee 20600000 rtn 
+
+mouse_dpi_led_blink_delay_timer:
+48ef da604ba8 arg mem_mouse_dpi_led_delay_count ,regc 
+48f0 da4048f2 arg mouse_dpi_led_blink_init ,regb 
+48f1 2020318a branch timer_single_step 
+
+mouse_dpi_led_blink_init:
+48f2 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+48f3 67e0c92f store 1 ,mem_mouse_struct_led_gpio 
+48f4 6fe14bc2 fetch 2 ,mem_mouse_dpi_led_blink_time 
+48f5 67e14930 store 2 ,mem_mouse_on_time 
+48f6 67e14932 store 2 ,mem_mouse_off_time 
+48f7 da200000 arg 0 ,rega 
+48f8 6848c992 fetcht 1 ,mem_mouse_dpi 
+48f9 18408401 increase 1 ,temp 
+48fa 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+48fb c30e48ff bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+48fc 18408401 increase 1 ,temp 
+48fd 18467c04 sub temp ,4 ,null 
+48fe 24414902 ncall mouse_dpi_led_blink_count_clean ,positive 
+
+mouse_dpi_led_blink_init_end:
+48ff 6048c92e storet 1 ,mem_mouse_blink_count 
+4900 70492d01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+4901 20600000 rtn 
+
+mouse_dpi_led_blink_count_clean:
+4902 d8400001 arg 1 ,temp 
+4903 20600000 rtn 
+
+mouse_check_dpi_blink:
+4904 78547c00 disable user 
+4905 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+4906 6848c92f fetcht 1 ,mem_mouse_struct_led_gpio 
+4907 98467c00 isub temp ,null 
+4908 24628000 nrtn zero 
+4909 6fe0c92e fetch 1 ,mem_mouse_blink_count 
+490a 207a0000 rtn blank 
+490b 7048f900 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+490c 78347c00 enable user 
+490d 20600000 rtn 
+
+mouse_device_led_all_off:
+490e 2040491e call mouse_dpi_led_off 
+490f 20404917 call mouse_device_24g_led_off 
+4910 2040491a call mouse_device_bt1_led_off 
+4911 2020491c branch mouse_device_bt2_led_off 
+
+mouse_device_led_off:
+4912 6fe0c938 fetch 1 ,mem_device_flag 
+4913 c0004917 beq mode_24g_device ,mouse_device_24g_led_off 
+4914 c000c91a beq mode_bt_device1 ,mouse_device_bt1_led_off 
+4915 c001491c beq mode_bt_device2 ,mouse_device_bt2_led_off 
+4916 20600000 rtn 
+
+mouse_device_24g_led_off:
+4917 704baa00 jam 0 ,mem_24g_device_led_status 
+4918 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+4919 2020492b branch mouse_led_off 
+
+mouse_device_bt1_led_off:
+491a 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+491b 2020492b branch mouse_led_off 
+
+mouse_device_bt2_led_off:
+491c 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+491d 2020492b branch mouse_led_off 
+
+mouse_dpi_led_off:
+491e 6848c923 fetcht 1 ,mem_dpi_led_gpio 
+491f 2020492b branch mouse_led_off 
+
+mouse_device_led_on:
+4920 6fe0c938 fetch 1 ,mem_device_flag 
+4921 c0004925 beq mode_24g_device ,mouse_device_24g_led_on 
+4922 c000c927 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+4923 c0014929 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+4924 20600000 rtn 
+
+mouse_device_24g_led_on:
+4925 6848c915 fetcht 1 ,mem_config_device_24g_led_gpio 
+4926 2020492f branch mouse_led_on 
+
+mouse_device_bt1_led_on:
+4927 6848c916 fetcht 1 ,mem_config_device_bt1_led_gpio 
+4928 2020492f branch mouse_led_on 
+
+mouse_device_bt2_led_on:
+4929 6848c922 fetcht 1 ,mem_config_device_bt2_led_gpio 
+492a 2020492f branch mouse_led_on 
+
+mouse_led_off:
+492b 44f0c01c bpatch patch1c_1 ,mem_patch1c 
+492c 6048c92f storet 1 ,mem_mouse_struct_led_gpio 
+492d da200000 arg 0 ,rega 
+492e 20207801 branch ui_led_off_global 
+
+mouse_led_on:
+492f 44f1401c bpatch patch1c_2 ,mem_patch1c 
+4930 6048c92f storet 1 ,mem_mouse_struct_led_gpio 
+4931 da200000 arg 0 ,rega 
+4932 202077fc branch ui_led_on_global 
+
+mouse_ui_led_off_static:
+4933 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+4934 98467c00 isub temp ,null 
+4935 2042c952 call mouse_clear_24g_led_statue ,zero 
+4936 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4937 c3126065 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+4938 20404943 call mouse_check_bt2_led_off 
+4939 20404947 call mouse_check_dpi_led_off 
+493a 2040494b call mouse_check_low_v_led_off 
+493b 6fe0cba9 fetch 1 ,mem_mouse_led_off_4_led 
+493c 203a6065 branch gpio_out_inactive ,blank 
+493d 704ba900 jam 0 ,mem_mouse_led_off_4_led 
+493e 2020607f branch gpio_set_high_impedance 
+
+mouse_ui_led_on_static:
+493f 6fe0c915 fetch 1 ,mem_config_device_24g_led_gpio 
+4940 98467c00 isub temp ,null 
+4941 2042c954 call mouse_set_24g_led_statue ,zero 
+4942 20206069 branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+4943 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4944 c4130000 rtnbit0 mouse_enable_bt2_for_4_led 
+4945 6fe0c922 fetch 1 ,mem_config_device_bt2_led_gpio 
+4946 2020494e branch mouse_check_1gpio_2led_off 
+
+mouse_check_dpi_led_off:
+4947 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4948 c4128000 rtnbit0 mouse_enable_dpi_for_4_led 
+4949 6fe0c923 fetch 1 ,mem_dpi_led_gpio 
+494a 2020494e branch mouse_check_1gpio_2led_off 
+
+mouse_check_low_v_led_off:
+494b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+494c c4138000 rtnbit0 mouse_enable_low_v_for_4_led 
+494d 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+
+mouse_check_1gpio_2led_off:
+494e 98467c00 isub temp ,null 
+494f 24628000 nrtn zero 
+4950 704ba901 jam 1 ,mem_mouse_led_off_4_led 
+4951 20600000 rtn 
+
+mouse_clear_24g_led_statue:
+4952 704baa00 jam 0 ,mem_24g_device_led_status 
+4953 20600000 rtn 
+
+mouse_set_24g_led_statue:
+4954 704baa01 jam 1 ,mem_24g_device_led_status 
+4955 20600000 rtn 
+
+mouse_low_voltage_led_timer:
+4956 6fe14ac2 fetch 2 ,mem_mouse_discovery_timer 
+4957 247a0000 nrtn blank 
+4958 6fe14883 fetch 2 ,mem_24g_pair_timeout 
+4959 247a0000 nrtn blank 
+495a 6fe14887 fetch 2 ,mem_24g_reconn_timeout 
+495b 247a0000 nrtn blank 
+495c 6fe0cba7 fetch 1 ,mem_mouse_device_poweron_timer_count 
+495d 247a0000 nrtn blank 
+495e 20404904 call mouse_check_dpi_blink 
+495f 20740000 rtn user 
+4960 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4961 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+4962 c4020000 rtnbit0 mouse_low_voltage_flag 
+4963 c291c97c bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+4964 6fe0c8f8 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+4965 1fe0fe01 increase 1 ,pdata 
+4966 67e0c8f8 store 1 ,mem_adc_low_volatage_led_timer_count 
+4967 1fe67c14 sub pdata ,20 ,null 
+4968 2441496e ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+4969 c0014970 beq 2 ,mouse_low_voltage_led_on 
+496a c0024976 beq 4 ,mouse_low_voltage_led_off 
+496b c0034970 beq 6 ,mouse_low_voltage_led_on 
+496c c0044976 beq 8 ,mouse_low_voltage_led_off 
+496d 20600000 rtn 
+
+mouse_adc_low_volatage_led_timer_count_clean:
+496e 7048f801 jam 1 ,mem_adc_low_volatage_led_timer_count 
+496f 20204976 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_on:
+4970 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4971 c2914920 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+4972 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+4973 c17f8000 rtneq gpio_disable 
+4974 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+4975 2020492f branch mouse_led_on 
+
+mouse_low_voltage_led_off:
+4976 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4977 c2914912 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+4978 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+4979 c17f8000 rtneq gpio_disable 
+497a 6848c921 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+497b 2020492b branch mouse_led_off 
+
+mouse_low_voltage_led_blink_new_data:
+497c 6fe14bbe fetch 2 ,mem_mouse_no_data_timeout 
+497d 68494ab2 fetcht 2 ,mem_mouse_no_data_timer 
+497e 98460400 isub temp ,temp 
+497f 6fe14bc8 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+4980 98467c00 isub temp ,null 
+4981 2421498e nbranch mouse_low_voltage_led_blink_disable ,positive 
+4982 6fe0c8f9 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+4983 247a0000 nrtn blank 
+4984 7048f901 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+4985 20204986 branch mouse_low_voltage_led_blink_init 
+
+mouse_low_voltage_led_blink_init:
+4986 6fe14bc6 fetch 2 ,mem_mouse_low_v_led_blink_time 
+4987 67e14930 store 2 ,mem_mouse_on_time 
+4988 67e14932 store 2 ,mem_mouse_off_time 
+4989 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+498a c29148d0 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+498b 6fe0c921 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+498c c17f8000 rtneq gpio_disable 
+498d 202048da branch mouse_led_blink 
+
+mouse_low_voltage_led_blink_disable:
+498e 7048f900 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+498f 20204976 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_no_enter_lpm:
+4990 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+4991 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+4992 c4020000 rtnbit0 mouse_low_voltage_flag 
+4993 c291c9a2 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+4994 6fe0c8f8 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+4995 1fe67c0a sub pdata ,10 ,null 
+4996 2021499e branch mouse_lpm_mode_clear ,positive 
+
+mouse_low_voltage_led_no_enter_lpm_next:
+4997 6fe0c938 fetch 1 ,mem_device_flag 
+4998 c000499b beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+4999 70409901 jam 1 ,mem_lpm_mode 
+499a 20600000 rtn 
+
+g24_transmit_by_interrupt_exit_check:
+499b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+499c c38c0000 rtnbit1 mouse_enable_24g_250hz 
+499d 202026d0 branch g24_transmit_by_interrupt_exit 
+
+mouse_lpm_mode_clear:
+499e 6fe0c938 fetch 1 ,mem_device_flag 
+499f c00026e1 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+49a0 70409900 jam 0 ,mem_lpm_mode 
+49a1 20600000 rtn 
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+49a2 6fe0c8f9 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+49a3 243a499e nbranch mouse_lpm_mode_clear ,blank 
+49a4 20204997 branch mouse_low_voltage_led_no_enter_lpm_next 
+
+mouse_store_signal_rssi:
+49a5 20401291 call rssi_hex2dec 
+49a6 6fe08018 fetch 1 ,mem_rssi 
+49a7 202025e2 branch rssi_signal 
+
+mouse_le_transmit:
+49a8 204049a5 call mouse_store_signal_rssi 
+49a9 202026ee branch power_ctrl_start 
+
+mouse_bt_slave_match:
+49aa 204049a5 call mouse_store_signal_rssi 
+49ab 6fe08031 fetch 1 ,mem_state 
+49ac 2feffe00 isolate1 state_inconn ,pdata 
+49ad 24608000 nrtn true 
+49ae 6fe08048 fetch 1 ,mem_arq 
+49af 2feffe03 isolate1 wack ,pdata 
+49b0 2040a724 call power_ctrl_pac_succ_decrs ,true 
+49b1 2440a720 ncall power_ctrl_pac_succ_incrs ,true 
+49b2 202026ee branch power_ctrl_start 
+
+mouse_le_set_lpm_mult:
+49b3 6fe0cb75 fetch 1 ,mem_le_connect_status_flag 
+49b4 2fe00603 compare 3 ,pdata ,3 
+49b5 2420fe5e nbranch disable_blank ,true 
+49b6 20403223 call app_lpm_mult_enable 
+49b7 20207e60 branch enable_blank 
+
+mouse_bt_set_lpm_mult:
+49b8 204052f7 call l2cap_malloc_is_fifo_empty 
+49b9 247a0000 nrtn blank 
+49ba 70008901 jam 1 ,mem_current_sniff_attempt 
+49bb 70008a00 jam 0 ,mem_current_sniff_timeout 
+49bc 20207e60 branch enable_blank 
+
+mouse_set_lpm_mult:
+49bd 6fe1478c fetch 2 ,mem_ui_state_map 
+49be c284c9b3 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+49bf 202049b8 branch mouse_bt_set_lpm_mult 
+
Index: output/romcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/romcode.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/romcode.rom	(working copy)
@@ -0,0 +1,17471 @@
+20403bf0
+204041a7
+2040408e
+20758000
+20403d8a
+20404728
+20403bcf
+2040423c
+6fe0c92a
+c3838000
+6fe1478c
+c2864553
+204046a0
+20203d52
+58004866
+67e1489b
+5800488f
+67e1489d
+58003e40
+67e1489f
+5800439f
+67e14461
+58004457
+67e14463
+58003e3b
+67e1445f
+58004334
+67e14467
+5800464b
+67e14465
+58003e25
+67e1445d
+58004388
+67e1446b
+580044b5
+67e1446f
+58003f69
+67e14473
+58003e13
+67e1445b
+580049a8
+67e1446d
+580049aa
+67e14477
+580049bd
+67e14471
+20600000
+20758000
+20402607
+204022ff
+20403f1e
+20403d13
+20401b16
+20401b3f
+20401b32
+20401b1e
+6fe44bab
+c289c635
+c28945f6
+20600000
+7040c508
+6fe44bab
+c3860000
+7040c518
+20600000
+700b58ff
+704790ff
+70478f1e
+5800492d
+67e1448d
+70448c01
+58004ab5
+67e14899
+70483601
+6fe148fe
+67e14791
+6fe14900
+67e14881
+6fe0c903
+67e14885
+6fe2c905
+67e2c8cb
+6fe0c904
+67e0c87c
+6fe44bab
+247a0000
+58020800
+67e1cbab
+58800700
+e7e18005
+58000300
+e7e10005
+70409901
+6fe0c90a
+2feffe00
+2040c6e6
+6fe0c90a
+2feffe02
+2040c6e8
+6fe0c90a
+2feffe01
+2040c6ea
+6fe0c90a
+2feffe03
+2040c6ec
+6fe0c90a
+2feffe04
+2040c6ee
+6fe0c90a
+2feffe05
+2040c6f8
+6fe0c866
+245a230e
+20403bfd
+6fe0c90b
+1fe10407
+6048c4a1
+1fe97e00
+1fe10401
+6048c866
+1fe37e00
+1fe10403
+6048c8fd
+1feb7e00
+1fe17e03
+204047d4
+6fe0c90c
+1fe10403
+6048c924
+1feb7e00
+1fe10403
+6048c925
+1feb7e00
+1fe17e03
+67e0c926
+67e0c992
+1feb7e00
+1fe17e03
+67e0cbb4
+580b0c0a
+67e1c918
+58ffffff
+e7e18005
+580607ff
+e7e18005
+58ffffff
+e7e18005
+7048f70a
+58000064
+67e14bc8
+20403e7b
+58001770
+67e14bbe
+704bc014
+58000190
+67e14bc6
+67e14bc2
+580003e8
+67e14bc4
+70487d07
+7048ca7d
+7041e800
+70488c01
+58000f0f
+67e1488d
+67e1488f
+6fe140a8
+67e140ac
+d8a0437a
+d8c040a8
+df200006
+20407e68
+704b8a20
+70493934
+6fe3437a
+67e34950
+704bb302
+7043e71f
+58050102
+67e1c3e8
+58120303
+e7e18005
+58190318
+e7e18005
+580003c2
+e7e10005
+5806ff06
+67e1cad2
+58000300
+e7e18005
+58090c80
+e7e18005
+58355442
+e7e18005
+5820322e
+e7e18005
+58756f4d
+e7e18005
+58006573
+e7e10005
+7044071f
+d8c04ad9
+d8a04408
+df20000d
+20407d5f
+6fe0c408
+1fe0ffff
+67e0c2f7
+d8c0440a
+d8a042f8
+df20000b
+20407d5f
+58070007
+67e1c372
+58002000
+e7e18005
+5800012c
+e7e10005
+58181203
+67e1cacc
+580000ff
+67e1cacf
+380000fb
+3806c212
+3808800f
+380c0021
+67e4444c
+70443207
+58000015
+67e14ae7
+58000019
+67e14357
+5800001d
+67e14ae9
+58000021
+67e14aeb
+58000030
+67e14aed
+58000022
+67e143d1
+704af096
+70493800
+20402322
+20402325
+58604800
+67e1c85c
+5800012c
+67e148c2
+58000050
+67e148c0
+58000005
+67e14bba
+58000708
+67e14bbc
+58010403
+67e1c9d0
+582a2002
+e7e18005
+5822153f
+e7e18005
+58114433
+e7e18005
+58265a09
+67e1c9df
+58041934
+e7e18005
+58000009
+e7e10005
+5800ffff
+e7e10005
+580d5a09
+67e1c9f3
+58ed1d10
+e7e18005
+5800807d
+e7e10005
+5800ffff
+e7e10005
+58ff5a09
+67e1ca39
+5840ab27
+e7e18005
+58a0d1be
+e7e18005
+5812a141
+e7e18005
+58a784a5
+e7e18005
+58d0b5ff
+e7e18005
+58ff00b6
+e7e18005
+58000900
+e7e18005
+5800ffff
+e7e10005
+580d5a09
+67e1ca53
+58c50e10
+e7e18005
+58109a5b
+e7e18005
+58421138
+e7e18005
+58412828
+e7e18005
+58394923
+e7e18005
+584bb04a
+e7e18005
+58904ca0
+e7e18005
+5809704d
+e7e18005
+58ffff00
+e7e18005
+5846a509
+67e1ca81
+58101934
+e7e18005
+58690760
+e7e18005
+58207d04
+e7e18005
+5809007e
+e7e18005
+58220d00
+e7e18005
+58ff220e
+e7e18005
+704a96ff
+580b5a09
+67e1caa3
+580009f3
+e7e18005
+5800ffff
+e7e10005
+20203100
+58009468
+67e14660
+58009732
+67e14396
+58002580
+67e1c0b2
+70417803
+70415b08
+704b9e00
+704b9e00
+704b9f00
+58000200
+67e14159
+70438017
+70438217
+58000a77
+67e14484
+38000306
+38044440
+38090000
+380c4408
+67e4c662
+38001224
+38044000
+38080000
+e7e28005
+3803ffff
+3806fe23
+380999d9
+380c020d
+67e440a0
+58004af5
+67e143de
+58000010
+67e143e0
+2040490e
+204048c6
+20403e8e
+6fe44bab
+c30dbd3f
+7044550c
+58000006
+67e14372
+67e14374
+20402613
+6fe44bab
+c30c3d43
+2040260b
+6fe0c938
+67e0cab4
+6fe1c37d
+67e1cac9
+6fe0c8fd
+1fe17efe
+67e0c8fd
+67e0c4a0
+58000000
+67e3c8d0
+6fe0c78f
+67e0cb9b
+67e0cb9c
+20401aa9
+202042a0
+44e1c018
+6fe44bab
+c297c80a
+6fe0c938
+c00047f6
+20403d65
+243442eb
+44e24018
+da204939
+6fe0c938
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c482
+6fe0c482
+c019bd6f
+c01a3d7b
+20204553
+44e2c018
+78547c00
+6fe44bab
+c305bd6c
+6fe08989
+c3013d6c
+78347c00
+6fe0cab1
+67e0cab0
+20600000
+68494bb8
+6fe0cac1
+c07fbd73
+68494bb5
+604940c1
+6fe341dd
+203a31f8
+70447d17
+6fe0c764
+243a31ee
+70447d04
+202031ee
+704ac701
+6848cbb7
+6fe0cac1
+c07fbd80
+6848c902
+6048cb77
+20403225
+6fe1cacf
+67e1c3ec
+204043e8
+58000004
+e7e08006
+d8c04408
+204043ef
+202078ee
+6fe44bab
+c4068000
+58003d90
+67e10b45
+70492ba5
+20203dc1
+20403d93
+20403d98
+20203da8
+70492c00
+6fe44bab
+c40a8000
+70492c5b
+20600000
+6fe44bab
+c28ebd9f
+c28f3da2
+c28fbda5
+70492919
+700b4708
+20600000
+7049290c
+700b4704
+20600000
+70492906
+700b4702
+20600000
+70492903
+700b4701
+20600000
+204079f0
+20403dab
+20203db0
+6fe08b48
+207a0000
+6fe0c92c
+c02db66c
+20203669
+6fe0c92c
+2020366f
+6ff08c02
+c303bdb6
+c283bdb9
+20600000
+6fe0c92a
+c4038000
+20205d8c
+6fe0c92a
+c3838000
+204047f2
+20204316
+6fe44bab
+c4068000
+20407991
+20203dc1
+44e34018
+68488b58
+20406059
+2020bdc6
+20203dcd
+6fe0c92b
+c1528000
+70492ba5
+700bfa00
+7009f600
+700bec00
+20203bcb
+6fe0c92b
+c12d0000
+70492b5a
+204047f2
+20404316
+2040490e
+2020799d
+6fe44bab
+c4068000
+20403db2
+6ff08c02
+67e0c92a
+c4038000
+20403e0b
+6fe24abd
+6848c929
+98408400
+1c427e00
+98467c00
+24610000
+67e24abd
+20403f70
+24740000
+6ff08c02
+c4038000
+6fe44bab
+c30abdea
+6fe0cb8b
+c000bdf0
+20403694
+58000001
+67e08bff
+6fe3c8d0
+e7e38005
+20600000
+6fe0cb8c
+203a3dfb
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001bdfd
+c0013e04
+204036a2
+6fe4095c
+67e40c0f
+20600000
+6fe44bd6
+20203df3
+20403695
+700bf821
+58000003
+67e08c1f
+6fe1095c
+e7e10005
+20600000
+20403695
+700bf822
+58000002
+67e08c2f
+6fe0895c
+e7e08005
+20600000
+684a4abd
+1c427e00
+98467c00
+24413e10
+20600000
+58000000
+67e24abd
+20600000
+c51331dd
+6fe0caac
+203a31dd
+6fe0caf4
+c000b1dd
+6fe144d8
+243a31dd
+6fe0c8e1
+243a31dd
+202031df
+6fe0c902
+67e0cac4
+20600000
+44e3c018
+20404232
+2040423c
+20403e33
+20203217
+44e44019
+78347c00
+6ff20138
+79347e1a
+67f2004c
+2040159a
+20406df7
+2040490e
+20404015
+20403e33
+2040462d
+2040609d
+6848c911
+20206042
+44e4c019
+204042e9
+20407fdc
+20403e40
+20406082
+d8400013
+20403f56
+20203f58
+c6130000
+20403e40
+6fe0809e
+247a0000
+20206042
+44e54019
+20403f88
+6848c91f
+20406069
+20405b04
+6848c918
+20406036
+6848c919
+20406036
+6848c91a
+20406036
+6848c90d
+20406036
+6848c90e
+20406036
+6848c90f
+20406036
+6848c91b
+20406036
+6848c912
+20406036
+6848c913
+20406032
+6848c914
+20406032
+6848c91c
+20406032
+6848c91d
+20406032
+6848c911
+20206036
+6fe1478c
+c284be64
+6fe1478c
+c2803e67
+20600000
+1a227e00
+243a1b26
+20201b28
+1a227e00
+243a1540
+20201542
+6fe0c4a0
+c1810000
+44e5c019
+6848c4a1
+18467c03
+20213e78
+18408405
+6048c8fc
+18422200
+20406098
+c01fc954
+20404952
+1a220400
+2020607f
+18408404
+6048c8fc
+20203e72
+6fe0c8fd
+c0013e84
+c0003e89
+7048fd00
+582c0172
+67e1c8e3
+58014001
+e7e18005
+20600000
+585d0099
+67e1c8e3
+58007100
+e7e18005
+20600000
+58c8012c
+67e1c8e3
+5800dc00
+e7e18005
+20600000
+6fe44bab
+c40a0000
+7048f501
+c3970000
+c3958000
+7048f500
+20600000
+6fe0c8f6
+1fe0fe01
+67e0c8f6
+6848c8f7
+98467c00
+20600000
+6fe44bab
+c40a0000
+20403e6a
+6fe0c8f5
+203a3eb2
+6fe0c4a0
+c0013ea7
+7048f503
+20403e95
+20213ea9
+20403eae
+20203eb8
+7048f502
+20203eb8
+20403e6c
+7044a002
+6fe0cbaa
+245a3eae
+20203eb8
+7048f600
+6fe0c8fd
+67e0c4a0
+20600000
+6fe0c4a0
+c0813eb6
+6fe0cbaa
+247a0000
+20403e95
+24610000
+44e64019
+6fe0cbaa
+247a0000
+7048f600
+20406125
+67e148e9
+6fe0c4a0
+c0813ec6
+684948e9
+184ffe08
+1fe6fc0a
+20407dec
+9840fe00
+67e148e9
+da2048e3
+20403ed8
+6fe0c4a4
+c2813f1a
+c280bf1c
+c3003ed0
+7048fa01
+20203ece
+d8e00004
+202046f0
+d8e00004
+204046f4
+7048f80c
+6fe0c8fa
+207a0000
+7048fa00
+6848c921
+2020492b
+44e6c019
+efe40011
+67e4095c
+6fe0c8f5
+c0003ef0
+c0013edf
+c001bf0f
+6fe44bab
+c3173ee5
+6fe10962
+684948eb
+98467c00
+24213f12
+6fe44bab
+c315bef0
+7048fb00
+6fe10962
+684948ed
+98467c00
+24213eee
+204046a9
+20203ef0
+204046ad
+20203ef0
+20403f16
+2040616e
+20406166
+6fe10962
+6849095e
+98467c00
+2441616a
+68490960
+98467c00
+24416162
+6fe10962
+6849095c
+98467c00
+20213f0b
+6849095e
+98467e00
+24213f0d
+203a3f0d
+1fefa264
+6fe1095c
+6849095e
+98460400
+1a227e00
+9846fc00
+20407dec
+67e0caef
+20600000
+704aef64
+20600000
+704aef00
+20600000
+6fe0c4a0
+c0013edf
+20203ef0
+6848c4a4
+79200402
+6048c4a4
+20600000
+6848c4a4
+793f8402
+6048c4a4
+20600000
+7048fb01
+20600000
+2040490e
+20203e20
+6848c4c1
+20406069
+204079b4
+6848c918
+20403f56
+6848c919
+20403f56
+6848c91a
+20403f56
+6848c90d
+20403f56
+6848c90e
+20403f56
+6848c90f
+20403f56
+6848c910
+20403f56
+6848c91b
+20403f56
+6848c912
+20403f56
+6848c913
+20403f56
+6848c914
+20403f56
+6848c91c
+20403f56
+6848c91d
+20403f56
+6848c911
+20403f56
+6848c91e
+20403f56
+6848caab
+20406069
+6848c921
+20406069
+6848c915
+20406069
+6848c916
+20406069
+6848c922
+20406069
+6848c923
+20406069
+6848c917
+20203f56
+18467cff
+20628000
+18410e7f
+6ff2011c
+afefffff
+2020bf56
+20203f54
+79200407
+20206050
+793f8407
+20206050
+6fe1cbde
+67e1895c
+df200014
+d8400000
+6fe1895c
+2feffe00
+2040e07f
+6fe1895c
+1fe3fe00
+67e1895c
+18408401
+c2003f5c
+20600000
+20403f6a
+70448473
+20403f69
+20205b08
+20205cb5
+6fe0c91f
+d8400021
+20406093
+6fe0c920
+d8400023
+20206093
+44e74019
+78547c00
+58000000
+67e348d1
+20404240
+20403f7e
+20403f83
+204040dc
+6fe0c8d0
+1fe17e1f
+67e0c8d0
+24344728
+2040471a
+20204544
+6fe0c8e0
+207a0000
+67e0c8d5
+7048e000
+20207e54
+6fe0c8dc
+207a0000
+67e0c8d6
+7048dc00
+20207e54
+20403f95
+20403fd1
+6fe0c8da
+6848c8d9
+67e0c8d9
+98467c00
+2422b1e1
+6fe0c8de
+6848c8dd
+67e0c8dd
+98467c00
+2422b1e1
+20600000
+6fe0c91c
+c17f8000
+da200000
+6848c91c
+20406059
+7920a200
+6848c91d
+20406059
+7920a201
+1a227e00
+67e0c8da
+c000bfa5
+c0013fa9
+6fe0c8db
+c283bfb5
+20600000
+6fe0c8d9
+c0003fad
+c001bfaf
+20600000
+6fe0c8d9
+c0003fb1
+c001bfb3
+20600000
+7048db82
+20600000
+7048db81
+20600000
+7048db80
+20600000
+7048db83
+20600000
+6fe0c8db
+793ffe07
+67e0c8db
+c0003fbd
+c000bfc0
+c0013fc3
+c001bfc6
+20600000
+6fe0c8da
+c001bfc9
+20600000
+6fe0c8da
+c0003fc9
+20600000
+6fe0c8da
+c001bfcd
+20600000
+6fe0c8da
+c0003fcd
+20600000
+6fe0c8dc
+1fe0fe01
+67e0c8dc
+20600000
+6fe0c8dc
+1fe0ffff
+67e0c8dc
+20600000
+6fe0c913
+c17f8000
+da200000
+6848c913
+20406059
+7920a200
+6848c914
+20406059
+7920a201
+1a227e00
+67e0c8de
+c000bfe1
+c0013fe5
+6fe0c8df
+c283bff1
+20600000
+6fe0c8dd
+c0003fe9
+c001bfeb
+20600000
+6fe0c8dd
+c0003fed
+c001bfef
+20600000
+7048df82
+20600000
+7048df81
+20600000
+7048df80
+20600000
+7048df83
+20600000
+6fe0c8df
+793ffe07
+67e0c8df
+c0003ff9
+c000bffc
+c0013fff
+c001c002
+20600000
+6fe0c8de
+c001c005
+20600000
+6fe0c8de
+c0004005
+20600000
+6fe0c8de
+c001c009
+20600000
+6fe0c8de
+c0004009
+20600000
+6fe0c8e0
+1fe0fe01
+67e0c8e0
+20600000
+6fe0c8e0
+1fe0ffff
+67e0c8e0
+20600000
+6848c913
+20406032
+6848c914
+20406032
+6848c91c
+20406032
+6848c91d
+20206032
+6848c913
+20403f4d
+6848c914
+20403f4d
+6848c91c
+20403f4d
+6848c91d
+20203f4d
+6fe148d5
+207a0000
+7048e101
+7048e20a
+20600000
+da6048e2
+da404025
+2020318a
+7048e100
+20600000
+6fe44bab
+c2974036
+6fe0c90f
+c17f8000
+da200000
+704b9605
+6848c90f
+20404039
+67e0cb93
+6fe0c910
+c07fc042
+20404168
+1a227e00
+c282c052
+20204059
+6fe0c8fb
+203a4059
+20204052
+6fe44bab
+c2964048
+6fe0cb93
+1fe22600
+6fe0c910
+c07fc195
+6fe0cb9a
+243a4045
+2020404a
+6848c90f
+20403f56
+20204033
+7049dd00
+704b9300
+20600000
+6fe0cb93
+20204187
+20406059
+6848c910
+2020c048
+6848c910
+20406069
+6848c90f
+6fe0cb93
+20204187
+6fe0c9dd
+c1008000
+7049dd01
+6fe44bab
+c3940000
+c39b0000
+20204069
+6fe0c9dd
+c1000000
+7049dd00
+6fe44bab
+c2944060
+c29b4060
+20600000
+6fe0c9de
+243a4064
+6fe0cb9c
+245a4069
+7049de00
+6fe0c78f
+67e0cb9c
+67e0cb9b
+20600000
+44e7c019
+20404072
+20740000
+6fe0c992
+1fe0fe01
+1fe17e03
+67e0c992
+20404095
+202045ee
+78547c00
+6fe44bab
+c3960000
+c3970000
+6fe0cb8e
+207a0000
+6fe0cb8f
+207a0000
+78347c00
+20600000
+6fe44bab
+c2944080
+c29b4087
+20600000
+6fe0c9dd
+c1808000
+da604b9c
+da404085
+2020318a
+7049de01
+202046b5
+6fe0c9dd
+c1808000
+da604b9b
+da40408c
+2020318a
+7049de01
+202044d4
+20204098
+6fe44bab
+c38e0000
+6fe0c992
+c1818000
+70499200
+20600000
+44e8401a
+2040408f
+204048e1
+6fe0c927
+c001c0bb
+c005c0cf
+6fe0c992
+c00040a2
+c000c0a0
+c00140a4
+c001c0a6
+6848c9d1
+202040a8
+6848c9d0
+202040a8
+6848c9d2
+202040a8
+6848c9d3
+202040a8
+6fe0c927
+c00240b7
+c002c0b7
+c00440b9
+c003c0b9
+c00340b7
+6048c9dc
+58000006
+20405b0d
+1fe104f8
+6fe0c9dc
+9840fe00
+1fed7e00
+1fe0fe06
+20205b0c
+184085ff
+202040ae
+18408402
+202040ae
+6fe0c992
+c00040c2
+c000c0c0
+c00140c4
+c001c0c6
+6fe0c9d5
+202040c7
+6fe0c9d4
+202040c7
+6fe0c9d6
+202040c7
+6fe0c9d7
+67e0c9dc
+1fed7e00
+1fe22200
+1fe0fe0d
+20405b0c
+1a227e00
+1fe0fe0e
+20205b0c
+6fe0c992
+c00040d6
+c000c0d4
+c00140d8
+c001c0da
+6fe0c9d9
+202040c7
+6fe0c9d8
+202040c7
+6fe0c9da
+202040c7
+6fe0c9db
+202040c7
+20404115
+204040ed
+20403e5f
+204040e8
+1a227e00
+6848c8d8
+67e0c8d8
+67e0c8d0
+9842fe00
+1fe67c00
+20628000
+20207e54
+c6930000
+1a227e00
+207a0000
+67e0c8d0
+20207e54
+704b9800
+704b9900
+704b9a00
+1fe20400
+204040fd
+20404100
+20404103
+20404106
+6fe0cb99
+207a0000
+6fe0cb98
+207a0000
+704b9a01
+6fe0c8d8
+1fe22200
+20600000
+18417e09
+c004c10e
+20600000
+18417e14
+c00a410e
+20600000
+18417e18
+c00c410c
+20600000
+18417e07
+c001c10c
+c002c10c
+c003410c
+c003c10c
+20600000
+704b9901
+20600000
+704b9801
+20600000
+20404121
+20404115
+58000000
+67e1cb8e
+20600000
+44e8c01a
+6fe0cbe1
+245a4121
+da200000
+20404124
+2040412a
+20404130
+20404136
+2040414f
+2040416a
+1a227e00
+20600000
+58030303
+67e1cb8e
+20600000
+704b9600
+6848c918
+6fe0cb8e
+20404187
+67e0cb8e
+20600000
+704b9601
+6848c919
+6fe0cb8f
+20404187
+67e0cb8f
+20600000
+704b9602
+6848c91a
+6fe0cb90
+20404187
+67e0cb90
+20600000
+6fe0c90d
+c17f8000
+704b9603
+6fe0cb91
+1fe22600
+6848c90d
+6fe0c910
+c07fc14b
+20406059
+2020c147
+6848c910
+20406069
+6848c90d
+6fe0cb91
+20404187
+67e0cb91
+20204168
+6848c910
+6fe0cb91
+20404187
+20204145
+20404195
+67e0cb91
+6848c90d
+20203f56
+6fe0c90e
+c17f8000
+704b9604
+6fe0cb92
+1fe22600
+6848c90e
+6fe0c910
+c07fc164
+20406059
+2020c160
+6848c910
+20406069
+6848c90e
+6fe0cb92
+20404187
+67e0cb92
+20204168
+6848c910
+6fe0cb92
+20404187
+2020415e
+20404195
+67e0cb92
+6848c90e
+20203f56
+6848c910
+20203f56
+704b8b00
+6fe44bab
+c40a8000
+6fe0c912
+c17f8000
+704b9607
+6848c912
+6fe0cb95
+20404187
+67e0cb95
+1a227e00
+c283c17a
+2040417d
+6fe0cb8c
+67e0cb8d
+20600000
+704b8c01
+20404180
+20204177
+704b8c00
+6fe0cb8d
+207a0000
+704b8b01
+20600000
+20406059
+6848cb96
+18420e00
+2020c193
+20204191
+1fe3fe00
+1fe22400
+20406059
+7920a400
+1a417e07
+6848cb96
+18420e00
+c003c193
+c0004191
+20600000
+f93fa200
+20600000
+f9202200
+20600000
+44e9401a
+1a627e00
+67e0cb97
+1fe3fe00
+1fe22400
+18422600
+20403f54
+1a620400
+20406059
+7d20a400
+204041a1
+2020418b
+6848cb97
+18410401
+1a417e01
+98467c00
+2422c32f
+20600000
+44e9c01a
+20403f65
+20758000
+20404236
+204041b5
+c01841bc
+c018c217
+c02c4220
+204041b2
+20001af4
+202041ab
+6fe0c91f
+20405af7
+20203f6a
+58000001
+20405b0d
+67e0c9c2
+58000000
+20405b0d
+67e0c9c1
+20600000
+6fe0c9c2
+c02d41c5
+c06c41cb
+c068c1da
+c06941e3
+c00141ea
+c02a41ed
+c0284214
+202041ab
+70492705
+20404232
+20407d12
+da604a39
+2040422b
+2020408e
+58000016
+20405b0d
+1fe67cbd
+2422c1a7
+58000019
+20405b0d
+1fe67c55
+2422c1a7
+5800001b
+20405b0d
+1fe67c1d
+2422c1a7
+70492706
+da604a71
+2020422b
+70492700
+da6049f3
+2040422b
+da6049fd
+2040422b
+58000943
+20405b0c
+da604a17
+2020422b
+70492702
+da6049e9
+2040422b
+da6049fd
+2040422b
+da604a17
+2020422b
+70492703
+da6049df
+2020422b
+20404229
+58009a5b
+20405b0c
+5800000d
+20405b0d
+1fe67c12
+2022c201
+1fe67c0a
+2422c204
+5800000e
+20405b0d
+1fe67ce5
+2422c1ab
+58000010
+20405b0d
+1fe67ca5
+2022c201
+20404211
+70492708
+20600000
+70492709
+da604a53
+2020422b
+1fe67c10
+2422c1ab
+5800000e
+20405b0d
+1fe67cc5
+2422c1ab
+58000010
+20405b0d
+1fe67c38
+2422c1ab
+20404211
+7049270a
+20600000
+5800005b
+20405b0c
+20204227
+70492707
+da604a97
+2020422b
+20404236
+6fe0c9c2
+c038421e
+c000421c
+202041ab
+70492701
+20600000
+70492704
+20600000
+20404236
+6fe0c9c2
+c02cc224
+202041bc
+7049270b
+da604a81
+2020422b
+58000009
+20205b0c
+58005a09
+20205b0c
+efe10013
+d840ffff
+98467c00
+20628000
+20405b0c
+1a60a602
+2020422b
+58008006
+20405b0c
+20002ee0
+20600000
+44ea401a
+20403f65
+20404232
+da604aa3
+2040422b
+2020408e
+204041a7
+20403f65
+58000806
+20205b0c
+6fe0c4ac
+c1800000
+6fe0c927
+c000424c
+c000c24c
+c004424c
+c001424c
+c001c270
+c002424c
+c0034295
+c005c28e
+2020424c
+204042c4
+78547c00
+6fe0c911
+c07fc253
+6848c911
+20406059
+24608000
+58000000
+20405b0d
+c0984266
+58000002
+20405b0d
+c4038000
+204042db
+6fe0c8d1
+204042d3
+67e148d1
+6fe0c8d3
+204042d3
+67e148d3
+6fe0c928
+c0004268
+c000c26a
+c001426c
+c001c26e
+20600000
+c018c256
+202041b2
+204042ad
+202042e2
+204042b5
+202042e2
+204042b1
+202042e2
+204042bd
+202042e2
+204042c4
+6fe0c911
+c07fc276
+6848c911
+20406059
+24608000
+58000000
+20405b0d
+c09841b2
+58000002
+20405b0d
+c4038000
+204042db
+2040428c
+67e0c8d7
+1ff1fe00
+204042d7
+67e0c8d2
+6fe0c8d7
+1fe17e0f
+204042d7
+67e0c8d4
+6fe0c928
+c00042ad
+c000c2b5
+c00142b1
+c001c2bd
+20600000
+58000012
+20205b0d
+204042c4
+6fe0c911
+c07fc294
+6848c911
+20406059
+24608000
+20204279
+204042c4
+78547c00
+58000002
+20405b0d
+c4038000
+58000008
+20405b0d
+203a4259
+58000000
+67e348d1
+20600000
+6fe0c924
+67e0c928
+6fe0c917
+c17f8000
+6848c917
+20403f56
+6848c917
+20406059
+2040c2aa
+20203f54
+6fe0c925
+67e0c928
+20600000
+6fe148d1
+1fe67e00
+67e148d1
+20207e54
+6fe148d3
+1fe67e00
+67e148d3
+20207e54
+6fe148d3
+1fe67e00
+67e148d3
+6fe148d1
+1fe67e00
+67e148d1
+204042bf
+20207e54
+204042bf
+20207e54
+6fe148d3
+684948d1
+67e148d1
+604948d3
+20600000
+6fe0c9c8
+205a42db
+7049c801
+20600000
+704aac01
+20401b1a
+202041a7
+6fe0c911
+c1ff8000
+6fe0caae
+c1808000
+58000000
+67e0caae
+67e248d1
+202042ca
+c4038000
+d840ff00
+9841fe00
+20600000
+c4018000
+d84000f0
+9841fe00
+20600000
+dfe00003
+20405b0d
+67e148d1
+dfe00004
+20405b0d
+67e148d3
+20600000
+6848c920
+20406059
+20608000
+5800000a
+20405b0d
+200003e8
+202042e2
+58008100
+20205b0c
+704ac1ff
+6fe0cbb3
+c280c2ef
+c28042f4
+70448234
+580f0f0f
+67e1c37a
+67e1c37d
+20203d61
+70448233
+d8c04974
+204045c8
+20203d61
+44eac01a
+204045bd
+20404314
+6fe0c938
+c000c2ff
+c0014301
+20600000
+6fe3493a
+20204302
+6fe34957
+684b4974
+98467c00
+2022c553
+20203d59
+20404314
+6fe0c5fc
+1fe0fe03
+1fe22200
+20404dc0
+6fe144de
+e7e10005
+580004a1
+e7e10005
+6fe0c5fc
+1fe0fe01
+1fe27200
+d8c045fc
+20207d5f
+704ac15a
+20600000
+6fe1478c
+c283c322
+c284b20f
+c28031f6
+20204576
+58000000
+67e14ab2
+6fe1478c
+c284b20f
+6fe1478c
+c28031f6
+20600000
+204046de
+20207931
+6fe44bab
+c40d8000
+2434432c
+6fe0caad
+1fe0fe01
+1fe17e0f
+67e0caad
+247a0000
+704aad00
+78547c00
+20600000
+6fe0c911
+c1ff8000
+70417700
+704aaf1e
+20600000
+44eb401a
+1a627e00
+c00a4350
+c000c3fa
+c00ac35f
+c00143fe
+c002c421
+c008454e
+c0094424
+c0033244
+c0024432
+c009c432
+c00cb1ec
+c015c43d
+c010c443
+c005444a
+c01731da
+c018c36a
+c014c36c
+c019436e
+c01f4379
+c020437a
+c013c44c
+c01cc857
+c01d4833
+c01e484e
+c0224390
+20600000
+704aae00
+204042ca
+704ac601
+20404822
+6fe0cac7
+243a4357
+704ac814
+6fe14480
+793ffe00
+67e14480
+704b7700
+6fe14af0
+67e14af2
+20404544
+20204576
+704ac600
+58000006
+6fe44bab
+c28dc364
+58000007
+67e14372
+67e14374
+704af400
+704aac00
+20401b1c
+202043fe
+d8e00002
+20204375
+70095b12
+2020787a
+6fe0cac7
+c000c371
+20204373
+2040436c
+704b7614
+d8e00001
+20204375
+6fe0cb75
+f9207e00
+67e0cb75
+20600000
+2020321d
+6fe143db
+c1000000
+6fe08289
+1feb7e00
+1fe67c0c
+20610000
+58000009
+67e14372
+67e14374
+2040436c
+704af401
+20600000
+704af400
+20600000
+6fe0cac7
+247a0000
+6fe0c437
+1fe67e22
+24628000
+704b7600
+d8e00000
+20204375
+6fe082c1
+1fe67c0c
+24214384
+6fe082c3
+6848cb8a
+98467c00
+2021439a
+6fe082c3
+67e0c177
+20204386
+6fe0cb8a
+67e0c177
+20204386
+704b7500
+20600000
+44ebc01a
+20401b77
+247a0000
+6fe0cac1
+c07fc3a7
+6fe0cb75
+1fe17e03
+c1818000
+6fe0caac
+205a42c8
+6fe44bab
+c280c3d1
+c28043d1
+c282c3d1
+c28343d1
+20403f70
+20404324
+24740000
+2040432f
+204042cb
+2040401d
+6fe44bab
+c30ac3b8
+6fe0cb8b
+c000c3b9
+202043d3
+6fe0cb8c
+203a43c3
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001c3c5
+c00143c8
+704ae608
+68494ae7
+202043d8
+6fe44bd6
+202043bc
+704ae603
+68494ae9
+202043d8
+704ae602
+68494aeb
+202043d8
+da200001
+68494aed
+20401eb3
+6fe0caef
+e7e08005
+20600000
+58000000
+67e3c8d0
+704ae607
+6fe3c8d0
+67e3895c
+68494357
+202043d8
+6fe0cae6
+1fe22200
+20401eb3
+6848cae6
+18427200
+d8c0095c
+20207d5f
+704ac700
+6fe1cacc
+67e1c3ec
+204043e8
+58000005
+e7e08006
+d8c04ad2
+204043ef
+202078ee
+da2043e8
+efe08011
+207a0000
+98c0a200
+efe08006
+c1008000
+202043e9
+d8a043f3
+df200013
+20407d5f
+20201abe
+5800000c
+67e14455
+6fe44bab
+c38d8000
+5800000e
+67e14455
+20600000
+704aae00
+204042ca
+20404822
+20204576
+704b7f00
+704b8800
+204043f3
+20404409
+6fe1447e
+c283c410
+c28031c6
+c280c414
+c2814417
+c281c417
+20204553
+58000000
+67e448d9
+e7e20005
+7049c800
+70445400
+70432600
+20600000
+2040439d
+6fe1447e
+c28031c6
+20203e20
+c282c417
+c281c417
+20204553
+6fe1478c
+c2864553
+204031c6
+20404110
+204044dc
+6fe0cb9f
+c000be1d
+6fe0cac4
+247a0000
+20203e20
+20600000
+704b8704
+20600000
+70445401
+20403223
+2040321f
+58000000
+67e14788
+67e0c78a
+20404422
+2020321b
+704b8000
+6fe0c5f5
+2feffe00
+20608000
+704b8001
+20600000
+6fe0cac1
+c07fc2f8
+6fe1478c
+c3860000
+c3830000
+c3858000
+6fe44bab
+c3828000
+c299c553
+c297c81f
+20203e20
+6fe0cb7f
+c1810000
+704b7f00
+204043f3
+20404422
+2020321b
+6fe0cb7f
+c1010000
+1fe0fe01
+67e0cb7f
+70445512
+20404422
+2020321b
+20405af1
+202031ea
+58000001
+67e30041
+7000e833
+2020458d
+5fffffff
+67e30041
+7000e833
+704ac1ff
+204045a2
+704939ff
+202045ee
+44ec401b
+20770000
+6fe0c454
+207a0000
+204052f4
+247a0000
+6fe0cac1
+c07fc306
+6fe0caac
+205a42c8
+6fe44bab
+c280c48e
+c280448e
+c282c48e
+c283448e
+20403f70
+20404324
+24740000
+2040432f
+204042cb
+2040401d
+6fe0cb80
+c000c47d
+6fe0cb88
+207a0000
+6fe44bab
+c30ac474
+6fe0cb8b
+c000c491
+da200009
+20404dc0
+6fe144de
+e7e10005
+580002a1
+e7e10005
+6fe3c8d0
+e7e38005
+20600000
+6fe0c8d0
+67e0cb81
+6fe0c8d1
+e7e08005
+6fe0c8d3
+e7e08005
+6fe148d5
+e7e10005
+da200007
+20404dc0
+6fe144de
+e7e10005
+580002a1
+e7e10005
+6fe2cb81
+e7e28005
+20600000
+58000000
+67e3c8d0
+20204474
+6fe0cb8c
+203a44b3
+6fe44bcd
+67e4095c
+6fe0cbcc
+c001c4a1
+c00144aa
+da20000a
+20404dc0
+6fe144de
+e7e10005
+580001a1
+e7e10005
+6fe4095c
+e7e40005
+20600000
+da200004
+20404dc0
+6fe144de
+e7e10005
+580003a1
+e7e10005
+6fe1095c
+e7e10005
+20600000
+da200003
+20404dc0
+6fe144de
+e7e10005
+580004a1
+e7e10005
+6fe0895c
+e7e08005
+20600000
+6fe44bd6
+20204494
+44ecc01b
+20403e9b
+20404956
+2040232b
+20402556
+204047cd
+204048be
+204048ef
+2040407c
+204044cc
+204044dc
+204044ff
+20404504
+20404512
+2040451f
+20404515
+2040452a
+2040452d
+20404532
+20404535
+20404022
+20404547
+2020453c
+6fe44bab
+c29bc4cf
+20600000
+6fe0cb9e
+c1808000
+da604b9b
+da4044d4
+2020318a
+6fe0c938
+c1000000
+6fe44bab
+c3830000
+d8e00006
+204046f0
+20403173
+2020454e
+6fe0c938
+c00044e2
+6fe44bab
+c41a8000
+6848cbca
+202044e5
+6fe44bab
+c4190000
+6848cbcb
+6048cb9d
+20404115
+1fe17e07
+6848cb9d
+98467c00
+2022c4f1
+6fe0c78f
+67e0cba0
+6fe0cb9f
+c1000000
+704b9f00
+20600000
+204044f6
+6fe0cb9f
+c1008000
+704b9f01
+20207931
+da404827
+da604ba0
+6fe0c938
+c000318a
+da4044d4
+2040318a
+6fe0cba0
+c000c6e2
+20600000
+da604ac2
+da404502
+20203191
+20404576
+20203e20
+da604b77
+da40450a
+20403191
+6fe0cb77
+c000b203
+20600000
+6fe0cac1
+c07fc2f8
+6fe0cab0
+243a470e
+6fe44bab
+c299c553
+c297c81f
+20203e20
+da604b76
+da40438e
+2020318a
+6fe0cac6
+207a0000
+da604ac8
+da40451a
+2020318a
+6fe0cac7
+247a0000
+6fe0c39b
+c1800000
+20202090
+da604af2
+da404522
+2020318a
+6fe14af0
+67e14af2
+202043cb
+6fe0cb75
+c3810000
+2040436c
+d8e00000
+20204375
+da60478a
+da404424
+2020318a
+da604b87
+da404530
+2020318a
+704b8801
+20600000
+da604ac4
+da403e20
+2020318a
+da604aaf
+da404538
+2020318a
+6fe0cb8a
+67e0c177
+704aae01
+20600000
+6fe0c92a
+c3838000
+da604ab2
+da404541
+20203191
+6fe0c938
+c00047e1
+2020431b
+6fe14bbe
+67e14ab2
+20600000
+da6049bf
+da40454a
+2020318a
+204045f1
+6fe0cac5
+243a46c0
+20600000
+280ffe26
+2040c7f2
+2040431b
+2040439d
+20204553
+44ed401b
+20404314
+6fe1478c
+c285c55f
+6fe44bab
+c304455f
+68494997
+18408401
+60494997
+6049437b
+180a7e00
+67e0c37a
+6fe1cac9
+67e1c37d
+20403225
+6fe14791
+67e14ac2
+7000bd06
+58000000
+67e14ab2
+67e0cb77
+67e0cac4
+67e0cba7
+67e0caac
+d8e00002
+204046f0
+204046e4
+6fe0cbb3
+2feffe01
+2040c3df
+6fe0cbb3
+2feffe00
+2040f8c4
+2040498e
+202048cc
+44edc01b
+d8e00006
+204046f4
+704ac400
+6fe0cbb3
+2feffe01
+2040c581
+6fe0cbb3
+2feffe00
+2040c583
+20204912
+704b7700
+202078f4
+58000000
+67e14ac2
+202078c9
+44ee401b
+6fe44bab
+c4010000
+204048c6
+d8e00002
+204046f4
+2040458f
+204045a2
+202045ee
+6fe080e8
+c01a4593
+c019c596
+20600000
+67e0cb78
+6fe30297
+20204598
+67e0cb78
+6fe30041
+67e34b79
+6fe3cb78
+d8c04939
+df200003
+e8438006
+98467c00
+2022c5b7
+18c08c16
+c200459c
+20600000
+da204939
+6fe0c938
+1fe0ffff
+1feffe1d
+9a20a200
+6fe080e8
+e7e08011
+c01a45ac
+c019c5b3
+20600000
+6fe30297
+e7e30005
+d8c04316
+20407d0c
+6fe3437a
+e7e30005
+20600000
+6fe30041
+e7e30005
+d8c041cb
+20207d0c
+18c08dfa
+18c20a00
+684b4b79
+18408403
+e0430005
+20600000
+da204939
+6fe0c938
+c1000000
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c482
+c019c5c8
+c01a45cd
+20600000
+efe30006
+67e341dd
+d8a041cb
+20407d0c
+2020602c
+efe30006
+67e341dd
+d8a04316
+20407d0c
+efe30006
+67e3437a
+20600000
+6fe14990
+d840aa55
+98467c00
+2022c5e2
+60494990
+204045e7
+6fe0cab4
+67e0c938
+6fe0c926
+67e0c992
+6fe2488d
+67e24891
+67e2483c
+20600000
+204045bd
+6fe24993
+67e24891
+67e2483c
+20600000
+6fe3437a
+67e34950
+1fe0ff00
+67e3496d
+1fe0ff00
+67e3498a
+20600000
+6fe0c9c0
+67e0c9bf
+20600000
+44eec01b
+6fe44bab
+c289c63f
+c2894603
+20600000
+20405d10
+2040460a
+204045fd
+20405d33
+20404611
+204045d4
+20203f65
+580049b8
+d8404938
+98460400
+6fe1c9b8
+da204938
+20600000
+20405d10
+2040460a
+2040461f
+204045fd
+20404622
+20404611
+20203f65
+700964ab
+204061d7
+20405d15
+da2049bb
+68488964
+20404613
+202061d7
+700964b9
+2020460b
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f1008a
+58000000
+67f1008e
+70800602
+20205ccf
+6fe1c9b8
+67e1c4a5
+20205ceb
+1fe22600
+1a227e00
+1fe0fffc
+1fe22400
+efe20012
+67e249bb
+1a627e00
+20405d22
+6fe249bb
+e7e20012
+20600000
+6fe44bab
+c4090000
+20404611
+20405b08
+6848c4b5
+20406065
+6848c4ba
+20203f54
+20405da5
+6fe44bab
+2feffe09
+2440ddbf
+2040463b
+202045d4
+d8400080
+da204938
+da400000
+20205ddc
+d8400080
+da204938
+da400000
+20205dce
+d8400001
+da204992
+da40005a
+20205dce
+d8400001
+da204992
+da40005a
+20205ddc
+44ef401b
+20404990
+20407936
+20404027
+20404655
+204046a0
+204046d6
+20403dbd
+20403f88
+20203dd4
+6fe44bab
+c294c65a
+c29bc65a
+20600000
+704b9403
+6fe0c91b
+c17f8000
+da200000
+704b9606
+6848c91b
+2040466a
+67e0cb94
+6fe0c910
+c07fc667
+20404168
+1a227e00
+c283468b
+20204680
+6848c91b
+20403f56
+20204664
+6fe44bab
+c296c676
+6fe0cb94
+1fe22600
+6fe0c910
+c07fc195
+6fe0cb9a
+243a4673
+20204678
+704b9e00
+704b9400
+20600000
+6fe0cb94
+20204187
+20406059
+6848c910
+2020c676
+6848c910
+20406069
+6848c91b
+6fe0cb94
+20204187
+6fe0cb9e
+c1000000
+704b9e00
+6fe44bab
+c39a0000
+6fe0cb9b
+1fe67c14
+244146b5
+6fe0c78f
+67e0cb9b
+20600000
+20404697
+20740000
+6fe0cb9e
+c1008000
+704b9e01
+6fe44bab
+c29a44d4
+6fe0cb77
+207a0000
+6fe0c902
+67e0cb77
+20600000
+78547c00
+6fe44bab
+c3968000
+6fe0cb8e
+207a0000
+6fe0cb8f
+207a0000
+78347c00
+20600000
+6fe44bab
+c29546a4
+c295be9b
+20600000
+6848c91e
+20403f56
+6848c91e
+20406059
+2020c6ad
+6fe0c938
+c1008000
+70493801
+20204316
+6fe44bab
+c315c6b1
+6fe348ef
+67e348e3
+6fe0c938
+c1000000
+70493800
+202047f2
+44efc01b
+6fe0cbb4
+c1008000
+204046c2
+6048c938
+7041ca00
+204046da
+20404316
+204046dc
+704ac501
+202045ee
+204046da
+20205d8c
+6848c938
+18408401
+6fe44bab
+c288c6c9
+18467c02
+244146d0
+20600000
+6fe0cbb4
+1fe0ffff
+98467c00
+244146ce
+20600000
+d8400000
+20600000
+d8400001
+20600000
+d8400001
+da204938
+da400000
+20205dce
+6fe44bab
+c41a0000
+2040465a
+20600000
+d8e00000
+202046f0
+d8e00000
+202046f4
+d8e00003
+202046f0
+d8e00003
+202046f4
+d8e00005
+202046f0
+d8e00005
+202046f4
+d8e00014
+202046f0
+d8e00018
+202046f0
+d8e00016
+202046f0
+d8e0000c
+202046f0
+d8e0001c
+202046f0
+6fe44bab
+f9207e00
+67e44bab
+20600000
+6fe44bab
+f93ffe00
+67e44bab
+20600000
+d8e00015
+204046f0
+58000000
+67e44bcc
+67e44bd5
+6fe0c90a
+1fe17ec0
+c0204705
+c0404707
+c060470c
+58070008
+67e44bcd
+20600000
+58040005
+20204703
+58022303
+67e44bcc
+58000003
+67e44bd5
+20600000
+5800cd03
+20204708
+44f0401c
+6fe0cab0
+1fe0ffff
+67e0cab0
+6848c938
+18467c01
+2442c6c2
+6048c938
+7041ca00
+204046d2
+204045a2
+20203d59
+6fe44bab
+c41c0000
+6fe248d1
+207a0000
+204047bd
+58000003
+204047b3
+205a47af
+245a47b1
+58000002
+204047b8
+205a47af
+6fe0c9c9
+c000c72d
+6fe44bab
+c41c0000
+df200005
+d8a049c9
+20207d26
+20404741
+6fe149ca
+67e109f8
+6fe148d1
+67e109fa
+20404779
+6fe109f8
+67e149ca
+6fe109fa
+67e148d1
+6fe149cc
+67e109f8
+6fe148d3
+67e109fa
+20404781
+6fe109f8
+67e149cc
+6fe109fa
+67e148d3
+20600000
+6fe44bab
+c41c8000
+6fe149ca
+67e109ff
+20404754
+67e149ca
+6fe148d1
+67e109ff
+20404762
+67e148d1
+6fe149cc
+67e109ff
+20404754
+67e149cc
+6fe148d3
+67e109ff
+20404762
+67e148d3
+20600000
+6fe08a00
+203a4757
+2020475c
+6fe089ff
+2040476f
+67e089ff
+6fe109ff
+20600000
+6fe089ff
+204047ab
+2040476f
+205a7e5e
+204047a7
+2020475a
+6fe08a00
+203a4765
+20204769
+6fe089ff
+20404774
+67e089ff
+2020475a
+6fe089ff
+204047ab
+20404774
+205a7e5e
+204047a7
+2020475a
+1feffe04
+1fe6fc05
+20407def
+1807fe00
+20600000
+1feffe0c
+1fe6fc0a
+20407def
+1807fe00
+20600000
+6fe109f8
+684909fa
+9840fe00
+6848c9ce
+9840fe00
+1fe10401
+6048c9ce
+20204789
+6fe109f8
+684909fa
+9840fe00
+6848c9cf
+9840fe00
+1fe10401
+6048c9cf
+20204789
+67e189fc
+2feffe10
+2020c793
+6fe089fd
+c07fc79a
+6fe089fc
+1fe37e00
+67e109f8
+67e109fa
+20600000
+6fe089fd
+c0004797
+6fe189fc
+2020478f
+7009fe00
+6fe089fc
+2020478f
+6fe089fc
+204047a5
+67e089f8
+67e089fa
+203a47a3
+580000ff
+67e089f9
+67e089fb
+20600000
+58000000
+202047a0
+204047ab
+1fe37e00
+204047ac
+1fe67e00
+67e089ff
+20600000
+1fe67e00
+67e08970
+6fe08970
+20600000
+7049c900
+20600000
+7049c901
+20600000
+9a267c00
+24217e5e
+9a467c00
+24217e5e
+20207e60
+9a267c00
+24610000
+9a467c00
+24610000
+20207e60
+6fe148d1
+204047c4
+1fe22200
+6fe148d3
+204047c4
+1fe22400
+20600000
+67e109fa
+6fe089fb
+c07fc7ca
+6fe089fa
+1fe17eff
+20600000
+6fe109fa
+1fe67e00
+202047c8
+da6048c4
+da4047d0
+2020318a
+6fe248b8
+67e2485c
+704aae01
+20600000
+c00047db
+c000c7dd
+c00147d8
+c001c7df
+580ea600
+67e248b8
+20600000
+5805e740
+202047d9
+580927c0
+202047d9
+58124f80
+202047d9
+7048a500
+20402652
+5fffffff
+67e2485c
+58000000
+67e3c8d0
+704be101
+2040423c
+20403e33
+202026b5
+6fe0cbe1
+245a41aa
+704be100
+20202651
+6fe0cbe1
+243a262c
+20202628
+793f8026
+7048a100
+d8e00001
+202046f4
+6fe44bab
+c308c803
+20403d65
+20344806
+6fe44bab
+c298480c
+c318c80c
+20404110
+1fe17e07
+6848cbcb
+98467c00
+2022c827
+2020480c
+6fe0cab0
+243a470e
+20600000
+6fe14885
+67e14887
+70488b03
+20202559
+20403d65
+20344816
+70493800
+6fe14bba
+67e14887
+70488b02
+20202559
+204048cc
+6fe14881
+67e14887
+70488b04
+20202559
+6fe0c938
+c0004806
+20404314
+2020481a
+204047f2
+2040490e
+70493801
+204045bd
+20203d59
+20403d65
+20343e20
+20204553
+20403d65
+20740000
+6fe44bab
+c297c5ee
+20600000
+d8e00001
+204046f0
+58000000
+67e14887
+20404576
+2040498e
+204048cc
+70483601
+6fe44bab
+c30aa32e
+70483602
+2020232e
+6fe0c8a5
+243a47e1
+6fe0c88b
+c0014840
+c0024844
+c001c849
+20404912
+204047f2
+6fe0cab0
+243a470e
+6fe0c938
+c0003e20
+20600000
+6fe44bab
+c297c811
+c2984811
+20204806
+6fe44bab
+c317c839
+6fe0cbb4
+c000c839
+2020481a
+6fe44bab
+c317c839
+c289c839
+c2894839
+20204812
+204042ca
+704aae00
+7048a100
+70488b00
+6fe24891
+6fe2488d
+98467c00
+20628000
+20204822
+d8e00001
+204046f4
+204048c6
+58000000
+67e14883
+67e14887
+67e0c8a1
+67e0c9c8
+67e0c88b
+204042ca
+204042db
+6fe2483c
+67e24891
+67e24993
+202045ee
+c6930000
+20403f70
+24740000
+6fe44bab
+c30ac86d
+6fe0cb8b
+243a4884
+204042cb
+6fe0c836
+c280c87c
+6848c7c7
+6fe0c8d0
+9841fe00
+67e0c8d0
+6848c7cc
+6fe0c8d5
+9840fe00
+67e0c8d5
+6848c7cd
+6fe0c8d6
+9840fe00
+67e0c8d6
+70483601
+da200007
+da4048d0
+6fe44bab
+c28c26e1
+6fe148d5
+207a0000
+202026e1
+70483602
+da200009
+6fe0cb8c
+243a488a
+da404bd5
+20600000
+da404bcc
+20600000
+58000000
+67e1cba4
+20600000
+6fe44bab
+c40b0000
+6fe0caae
+207a0000
+6fe0c8a7
+207a0000
+6fe0cba1
+1fe0fe01
+1fe17e03
+67e0cba1
+247a0000
+704ba200
+6fe0cba2
+1fe0fe01
+67e0cba2
+1fe67c08
+242148a5
+2040259a
+2040265b
+242c48ab
+2437c8ab
+204048b5
+20402597
+6fe0cba3
+1fe0fe01
+67e0cba3
+c00848ad
+20600000
+204022cb
+2020489b
+704ba300
+6fe0cba4
+c3800000
+79207e00
+67e0cba4
+6fe14bbc
+67e14ab2
+2020423c
+6fe0c8a7
+203a488c
+704ba300
+6fe0cba4
+c4000000
+793ffe00
+67e0cba4
+20404544
+202041aa
+6fe44bab
+c4100000
+6fe0cba7
+207a0000
+1fe0ffff
+67e0cba7
+203a4912
+20204920
+6fe44bab
+c4100000
+2040498e
+6fe0cbc0
+67e0cba7
+20600000
+704ba700
+6fe14bc4
+67e14930
+67e14932
+6fe0c938
+c00048d5
+c000c8d7
+c00148d9
+20600000
+6fe0c915
+202048da
+6fe0c916
+202048da
+6fe0c922
+67e08964
+20404912
+6fe08964
+67e0c92f
+da200000
+70492d01
+20207806
+6fe0c923
+c17f8000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cba7
+247a0000
+6fe0cbc1
+203a48f2
+67e0cba8
+20600000
+da604ba8
+da4048f2
+2020318a
+6fe0c923
+67e0c92f
+6fe14bc2
+67e14930
+67e14932
+da200000
+6848c992
+18408401
+6fe44bab
+c30e48ff
+18408401
+18467c04
+24414902
+6048c92e
+70492d01
+20600000
+d8400001
+20600000
+78547c00
+6fe0c923
+6848c92f
+98467c00
+24628000
+6fe0c92e
+207a0000
+7048f900
+78347c00
+20600000
+2040491e
+20404917
+2040491a
+2020491c
+6fe0c938
+c0004917
+c000c91a
+c001491c
+20600000
+704baa00
+6848c915
+2020492b
+6848c916
+2020492b
+6848c922
+2020492b
+6848c923
+2020492b
+6fe0c938
+c0004925
+c000c927
+c0014929
+20600000
+6848c915
+2020492f
+6848c916
+2020492f
+6848c922
+2020492f
+44f0c01c
+6048c92f
+da200000
+20207801
+44f1401c
+6048c92f
+da200000
+202077fc
+6fe0c915
+98467c00
+2042c952
+6fe44bab
+c3126065
+20404943
+20404947
+2040494b
+6fe0cba9
+203a6065
+704ba900
+2020607f
+6fe0c915
+98467c00
+2042c954
+20206069
+6fe44bab
+c4130000
+6fe0c922
+2020494e
+6fe44bab
+c4128000
+6fe0c923
+2020494e
+6fe44bab
+c4138000
+6fe0c921
+98467c00
+24628000
+704ba901
+20600000
+704baa00
+20600000
+704baa01
+20600000
+6fe14ac2
+247a0000
+6fe14883
+247a0000
+6fe14887
+247a0000
+6fe0cba7
+247a0000
+20404904
+20740000
+6fe44bab
+c4108000
+c4020000
+c291c97c
+6fe0c8f8
+1fe0fe01
+67e0c8f8
+1fe67c14
+2441496e
+c0014970
+c0024976
+c0034970
+c0044976
+20600000
+7048f801
+20204976
+6fe44bab
+c2914920
+6fe0c921
+c17f8000
+6848c921
+2020492f
+6fe44bab
+c2914912
+6fe0c921
+c17f8000
+6848c921
+2020492b
+6fe14bbe
+68494ab2
+98460400
+6fe14bc8
+98467c00
+2421498e
+6fe0c8f9
+247a0000
+7048f901
+20204986
+6fe14bc6
+67e14930
+67e14932
+6fe44bab
+c29148d0
+6fe0c921
+c17f8000
+202048da
+7048f900
+20204976
+6fe44bab
+c4108000
+c4020000
+c291c9a2
+6fe0c8f8
+1fe67c0a
+2021499e
+6fe0c938
+c000499b
+70409901
+20600000
+6fe44bab
+c38c0000
+202026d0
+6fe0c938
+c00026e1
+70409900
+20600000
+6fe0c8f9
+243a499e
+20204997
+20401291
+6fe08018
+202025e2
+204049a5
+202026ee
+204049a5
+6fe08031
+2feffe00
+24608000
+6fe08048
+2feffe03
+2040a724
+2440a720
+202026ee
+6fe0cb75
+2fe00603
+2420fe5e
+20403223
+20207e60
+204052f7
+247a0000
+70008901
+70008a00
+20207e60
+6fe1478c
+c284c9b3
+202049b8
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+0000ec67
Index: output/sched.rom
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/sched.rom	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/output/sched.rom	(working copy)
@@ -0,0 +1,619 @@
+mem_patch00:
+01   #mem_patch00
+00   #mem_patch01
+00   #mem_patch02
+00   #mem_patch03
+00   #mem_patch04
+00   #mem_patch05
+00   #mem_patch06
+00   #mem_patch07
+00   #mem_patch08
+00   #mem_patch09
+00   #mem_patch0a
+00   #mem_patch0b
+00   #mem_patch0c
+00   #mem_patch0d
+00   #mem_patch0e
+00   #mem_patch0f
+1c   #mem_patch10
+1c   #mem_patch11
+00   #mem_patch12
+80   #mem_patch13
+10   #mem_patch14
+40   #mem_patch15
+00   #mem_patch16
+00   #mem_patch17
+98   #mem_patch18
+d6   #mem_patch19
+5b   #mem_patch1a
+ce   #mem_patch1b
+06   #mem_patch1c
+01   #mem_patch1d
+00   #mem_patch1e
+00   #mem_patch1f
+00   #mem_patch20
+00   #mem_patch21
+00   #mem_patch22
+04   #mem_patch23
+01   #mem_patch24
+08   #mem_patch25
+18   #mem_patch26
+00   #mem_patch27
+00   #mem_patch28
+00   #mem_patch29
+00   #mem_patch2a
+00   #mem_patch2b
+00   #mem_patch2c
+00   #mem_patch2d
+00   #mem_patch2e
+00   #mem_patch2f
+80   #mem_patch30
+00   #mem_patch31
+00   #mem_patch32
+00   #mem_patch33
+0a   #mem_patch34
+00   #mem_patch35
+20   #mem_patch36
+00   #mem_patch37
+01   #mem_patch38
+00   #mem_patch39
+00   #mem_patch3a
+20   #mem_patch3b
+04   #mem_patch3c
+3e   #mem_patch3d
+00   #mem_patch3e
+00   #mem_patch3f
+
+
+mem_device_option:08	#08 mouse
+
+mem_lpm_config:88 16 ce	#4khz
+mem_fcomp_div:18
+
+mem_rf_init_data:ff
+mem_rf_init_ptr:mem_rf_init_data
+mem_lpm_xtalcnt:70
+
+
+mem_dig_aon_vsel:00
+mem_gain_fix:ff
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#00-disbale,08-enable
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+04
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+19
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+5a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+00
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_POWER_ON_LED
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+22
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+82
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_DOUBLE_DPI_KEY
+1f
+
+mem_mouse_led_new_interface_config:
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+0f
+
+mem_mouse_discovery_timeout:b0 04	#2min
+mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
+mem_mouse_direct_timeout:64  #05s
+mem_mouse_24g_reconn_timeout_init:64 #10s
+
+mem_mouse_24g_pair_tx_power:94 #-20dBm
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_hex_received_max_value_init:63
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+
+mem_bk_button_gpio:ff#0b
+mem_fw_button_gpio:ff#0c
+mem_dpi_button_gpio:11
+mem_dpi_another_button_gpio:ff
+mem_matrix_public_gpio:ff
+mem_sensor_motion_gpio:ff
+mem_customer_key_gpio:ff
+mem_whee_a_data_gpio:08
+mem_whee_b_data_gpio:07
+mem_config_device_24g_led_gpio:ff
+mem_config_device_bt1_led_gpio:ff
+mem_select_sensor_angle_gpio:ff
+
+mem_lbutton_gpio:10
+mem_rbutton_gpio:11
+mem_mbutton_gpio:0f
+mem_config_select_device_button_gpio:0b
+mem_whee_ta_data_gpio:ff
+mem_whee_tb_data_gpio:ff
+mem_device_switch_gpio:ff
+mem_mouse_sensor_sclk_gpio:09
+mem_mouse_sensor_sdio_gpio:0a
+mem_config_low_voltage_alarm_gpio:ff
+mem_config_device_bt2_led_gpio:ff
+mem_dpi_led_gpio:ff #03
+mem_firebutton_gpio:ff
+
+mem_sensor_angle_default:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_sensor_angle_switch:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_config_sensor_dpi:00		#00--1200   01--1600
+
+mem_mouse_logo_led_gpio:ff
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+
+#1io2led multi start
+#time parm
+mem_mouse_led_multi_type:02				#00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:01		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:05	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+#io config
+mem_mouse_1io2led_multi_24gled:05
+mem_mouse_1io2led_multi_bt1led:04
+mem_mouse_1io2led_multi_bt2led:03
+mem_mouse_low_gpio:05
+mem_mouse_dpi_gpio:ff
+#1io2led multi end
+
+mem_usb_offline_check_gpio:ff
+
+
+mem_customer_key_press:
+#03 ea 00 00 00 00 00 00 00 #VOL DOWN
+#02 01 00 00 00 00 00 00 00 #POWERDOWN
+#00 05 00 04 00 00 00 00 00#CTRL+ALT+A
+#00 0a 00 72 00 00 00 00 00#copilot=win+shift+f23
+00 08 00 07 00 00 00 00 00#One-click desktop
+
+mem_customer_key_release:
+#03 00 00 00 00 00 00 00 00 #MEDIA RELEASE
+#02 00 00 00 00 00 00 00 00 #SYSTEM CRTL RELEASE
+#00 00 00 00 00 00 00 00 00#STANDARD KEY RELEASE
+#00 00 00 00 00 00 00 00 00#copilot
+00 00 00 00 00 00 00 00 00#One-click desktop
+
+mem_lpm_mode:01
+
+
+mem_mouse_bluetooth_type:02	#03 bt3.0+ble   #02 ble   #01 bt3.0
+mem_device_number:03  #max device number   value:01,02,03
+
+mem_device_flag:
+00
+34
+ff ff ff ff ff ff
+mem_device2_type:
+34
+ff ff ff ff ff ff
+mem_device3_type:
+33
+ff ff ff ff ff ff
+ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff	# 3.0 fast  conn
+
+
+mem_mouse_page_to:00 40		# 16384*0.625ms=10s
+mem_mouse_fast_direct_timeout:0a #1s
+mem_mouse_fast_page_to:60 06	# 1600*0.625ms = 1s
+mem_mouse_24g_power_on_fast_conn_timer:0a 00 #1s
+mem_mouse_24g_search_dongle_time_init: 64 00
+mem_mouse_no_data_timeout:70 17 #10min
+
+mem_mouse_device_poweron_timer_count_init:14	#2s
+mem_mouse_dpi_led_delay_count_init:05	#500ms
+mem_mouse_dpi_led_blink_time: 90 01		#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time: e8 03	#500ms on,500ms off
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_bt:07
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_dpi:ff
+
+mem_store_information_delay_timer_init:02
+
+#adc start
+mem_adc_config_flag_init:01 		#00-vinlpm   01-hvin   02-gpio
+mem_adc_channel:05 		#00-gpio4   01-gpio5   02-gpio6  03-gpio7    04-gpio9  05-gpio10  06-gpio11  07-gpio12
+# mem_mouse_vdd_full_vol:0f 01		#1.5V
+# a2 00#mem_mouse_vdd_empty_vol  :0.9V
+# b4 00#mem_mouse_vdd_low_vol   :1.0V
+mem_mouse_vdd_full_vol:4a 01		#3.3V
+36 01#mem_mouse_vdd_empty_vol  :3.0V
+4a 01#mem_mouse_vdd_low_vol   :3.2V
+mem_mouse_vdd_button_press_vol:10 00
+mem_mouse_vdd_switch_gnd_24g_vol:52 00
+mem_mouse_vdd_switch_gnd_full_vol:35 00
+mem_mouse_vdd_switch_gnd_shutdown_voltage:21 00
+mem_mouse_vdd_switch_gnd_low_voltage:25 00
+mem_adc_read_time_init:0a 	#1s
+mem_adc_low_volatage_led_blink_timer:64 00	#10s
+#adc end
+
+mem_mouse_set_high_impedance_bit_set:00 00  00
+mem_sensor_reset_gpio:ff
+
+mem_power_on_flag:01
+
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+
+mem_app_connection_options:06
+mem_lap:15 a3 c8 12 23 51
+mem_local_name_length:
+'Hama Travel
+mem_sniff_param_interval:
+0e 00 
+01 00 ##mem_sniff_param_attempt:01 00
+02##mem_sniff_param_timeout:00 00
+
+
+mem_unsniff2sniff_timer:0a
+mem_ssp_enable:01
+##mem_all_uuid_16bits:
+##06
+##03#Type: Complete list of 16-bit UUIDs
+##0011 0100 1002 1124  1200  0001
+mem_all_uuid_128bits:00
+mem_ptt:00
+
+
+mem_lmp_io_cap_payload_iocap:03 00 04
+mem_ui_profile_supported:01
+mem_eir_enable:01
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag 
+02 01 05
+
+#uuid
+03 03 12 18
+
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80
+#name
+'\09Hama Travel
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09Hama Travel
+
+
+mem_le_name_len:
+'Hama Travel
+
+mem_le_name_patch_len:	#max 18bytes
+'Hama Travel
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_le_adv_interval:00 00
+mem_le_adv_type:00 
+mem_le_adv_own_addr_type:00
+mem_le_adv_channel_map:07 
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+
+mem_le_lap:8e b1 3a 0e 8e ed
+
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_battery_level_handle:30 00
+mem_le_pairing_handle:2d 00
+
+mem_le_battery_level_updata_timer_init:96 #15s
+
+
+mem_spi_ncs_gpio:ff
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+
+
+mem_mouse_dpi_seting:
+03##mem_320x_dpi_0  	1200/1300
+04##mem_320x_dpi_1  	1600
+01##mem_320x_dpi_2   800
+02##mem_320x_dpi_3  	1000
+
+20##mem_3212_dpi_0	1200
+2a##mem_3212_dpi_1	1600
+3f ##mem_3212_dpi_2	2400
+15##mem_3212_dpi_3   800
+
+14##mem_ka8g2_dpi_0	1200
+1b##mem_ka8g2_dpi_1	1600
+11##mem_ka8g2_dpi_2	1000
+0e##mem_ka8g2_dpi_3	800
+
+mem_sensor_s201_dpi:
+8a  ##1200
+8b  ##1600
+83  ##2400
+84  ##3200
+88  ##800
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3204_init:
+09 5a
+0d f0
+1d e3
+7d d2
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_32xx_init:
+1b 35
+28 b4
+29 46
+2a 96
+2b 8c
+2c 6e
+2d 64
+38 5f
+39 0f
+3a 32
+3b 47
+42 10
+ff ff
+
+mem_sensor_32xx_init_1:
+54 2e
+55 f2
+61 f4
+63 70
+75 52 
+76 41
+77 ed
+78 23
+79 46
+7a e5
+7c 48
+7e 77
+7f 01
+0b 00
+7f 00
+09 00
+ff ff
+
+mem_sensor_8650_init_new:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a5 84
+a7 ff
+b5 d0
+b6 00
+ff 00
+35 c8
+25 af
+09 00
+ff ff
+
+mem_sensor_p6520_init:
+05 b9
+09 5a
+0b 72
+0c 52
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+19 04
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_ka8g2_sensor_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff	
+
+mem_ui_led_struct_ptr:mem_mouse_led_type
+mem_ui_led_struct_num:00
+
+  
+#24g init
+mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_data_type:01        #mouse 1,kb 2
+mem_24g_max_retry:06#max tx retry
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+mem_24g_interval:19
+mem_24g_interval_min:19
+mem_24g_interval_max:1c
+mem_24g_ch_map1:00 13 2c 42
+mem_24g_ch_map2:06 15 36 48
+mem_24g_ch_map3:0f 1a 3a 4c
+mem_24g_ch_map4:11 23 31 4d
+mem_24g_pair_switch:00
+mem_24g_pair_addr:20 15 10 05
+mem_24g_pair_ch:4e
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_short_sleep_set:0c f8 00
+mem_24g_long_sleep_set:00 77 01
+mem_24g_enter_hibernate:00 48 60
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_power_ctrl_pac_succ_cnt_init:80
+mem_24g_long_sleep_param_update_timer_init:14 00
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+
+mem_24g_long_sleep_set1:00 a6 0e
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+mem_tx_power:03#3dbm
+
+
+
+
+
+#log log log log log log log log log log log
+
+#uart config
+#mem_device_uart_tx_gpio:0c	#0c
+#mem_device_uart_rx_gpio:ff
+#mem_device_uart_baud_rate:1a 00	#921600
+#mem_device_uart_rx_buffer:00 1c
+#mem_device_uart_rx_buffer_end:ff 1f
+#mem_device_uart_tx_buffer:00 4f
+#mem_device_uart_tx_buffer_end:ff 4f
+
+
Index: program/app_mouse.prog
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/app_mouse.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/app_mouse.prog	(working copy)
@@ -0,0 +1,4946 @@
+
+ifdef COMPILE_MOUSE
+mouse_init:
+	call mouse_setting_config
+	call mouse_init_sunt
+	call mouse_dpi_config
+	rtn wake
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call mouse_cb_fuction
+	call mouse_sensor_powerdown
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+mouse_init_wireless:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call mouse_check_select_device_by_switch
+	branch mouse_start_work
+
+
+mouse_cb_fuction:
+	setarg mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	setarg mouse_lpm_before_common
+	store 2,mem_cb_24g_lpm_before
+	setarg mouse_le
+	store 2,mem_cb_le_process
+	setarg mouse_bt
+	store 2,mem_cb_bt_process
+	setarg mouse_process_lpm_before
+	store 2,mem_cb_before_lpm
+	setarg mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg mouse_idle
+	store 2,mem_cb_idle_process
+	setarg mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg mouse_le_bb_event_connect_complete
+	store 2,mem_cb_att_write	
+	setarg mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	setarg mouse_spi_write_flash_cb
+	store 2,mem_cb_spi_flash_write_complate
+	setarg mouse_lpm_check_wake_lock
+	store 2,mem_cb_check_wakelock
+	setarg mouse_le_transmit
+	store 2,mem_cb_ble_transmit
+	setarg mouse_bt_slave_match
+	store 2,mem_cb_bt_slave_match
+	setarg mouse_set_lpm_mult
+	store 2,mem_cb_bt_set_mult
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call mouse_param_init
+mouse_setting_config_next:	
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam 0x08,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam 0x18,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_default_init:
+	jam 0xff,mem_usb_offline_check_gpio
+	jam 0xff,mem_ui_button_gpio
+	jam 0x1e,mem_ui_button_timeout
+
+	setarg mem_mouse_led_type
+	store 2,mem_ui_led_struct_ptr
+	jam 1,mem_ui_led_struct_num
+
+	setarg mem_mouse_rssi_signal_buf
+	store 2,mem_rssi_signal_buf_ptr
+
+	jam 1,mem_24g_data_type
+	
+	fetch 2,mem_mouse_discovery_timeout
+	store 2,mem_discovery_timeout
+
+	fetch 2,mem_mouse_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout_init
+
+	fetch 1,mem_mouse_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout_init
+
+	fetch 5,mem_rssi_dis_min_24g_init
+	store 5,mem_rssi_dis_min_24g
+
+	fetch 1,mem_mouse_24g_pair_tx_power
+	store 1,mem_24g_pair_tx_power
+
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	nrtn blank
+
+	
+// mouse.dat no configuration parameters
+	setarg 0x020800					//enable poweron direct  & 24g
+	store 3,mem_mouse_flag			
+	setarg 0x800700					// adc led use mode led
+	istore 3,contw
+	setarg 0x0300
+	istore 2,contw
+
+	jam 1,mem_lpm_mode
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_ADC_ENABLE,pdata
+	call mouse_adc_read_enable,true
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_24G_250HZ_ENABLE,pdata
+	call mouse_24g_set_250Hz,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_SEARCH_DONGLE_ENABLE,pdata
+	call mouse_24g_search_dongle_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_CLK_16M_ENABLE,pdata
+	call mouse_16M_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_DPI_4_LEVEL_ENABLE,pdata
+	call mouse_dpi_4level_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_KEYBOARD_ENABLE,pdata
+	call mouse_customer_key_enable,true
+	
+	fetch 1,mem_24g_ch_map_update
+	ncall g24_chamap_param_update,blank
+
+	call mouse_xtal_init
+
+	fetch 1,mem_mouse_global_setup
+	and pdata,0x07,temp
+	storet 1,mem_adc_channel
+	rshift3 pdata,pdata
+	and pdata,0x01,temp
+	storet 1,mem_24g_ch_map_update
+	rshift pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_adc_config_flag_init
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	call mouse_24g_long_sleep_set
+
+	fetch 1,mem_mouse_global_setup1
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_default
+	rshift2 pdata,pdata
+	and pdata,0x03,temp
+	storet 1,mem_sensor_angle_switch
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rshift2 pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_device_number
+
+
+	setarg 0x0b0c0a
+	store 3,mem_lbutton_gpio
+	setarg 0xffffff
+	istore 3,contw
+	setarg 0x0607ff			// clk-07  sdio--06
+	istore 3,contw
+	setarg 0xffffff
+	istore 3,contw
+
+/* adc*/
+	jam 0x0a,mem_adc_read_time_init
+	setarg 0x0064
+	store 2,mem_adc_low_volatage_led_blink_timer
+	call mouse_adc_vol_init	
+/****/
+	setarg 0x1770
+	store 2,mem_mouse_no_data_timeout				// 10min
+	jam 0x14,mem_mouse_device_poweron_timer_count_init	// 2s
+	setarg 0x0190
+	store 2,mem_mouse_low_v_led_blink_time			// 200ms on,200ms off
+	store 2,mem_mouse_dpi_led_blink_time
+	setarg 0x03e8
+	store 2,mem_mouse_disconvey_led_blink_time
+	jam 0x07,mem_rssi_buff_index
+	jam 125,mem_power_ctrl_pac_succ_cnt_init
+	jam TX_POWER_0DB,mem_tx_power
+
+	jam 0x01,mem_24g_fast_conn_enable
+	setarg 0x0f0f
+	store 2,mem_24g_fast_conn_addr
+	store 2,mem_24g_fast_conn_addr+2
+	
+//ble
+	fetch 2,mem_lap
+	store 2,mem_lap+4
+	arg mem_le_lap,contw
+	arg mem_lap,contr
+	arg 0x06,loopcnt
+	call reverse_byte
+	
+	jam 0x20,mem_lpm_mult_init
+	jam 0x34,mem_device1_type
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	jam 0x02,mem_mouse_bluetooth_type
+
+	jam 0x1f,mem_le_adv_data_len
+	
+	setarg 0x050102
+	store 3,mem_le_adv_data
+	setarg 0x120303
+	istore 3,contw
+	setarg 0x190318
+	istore 3,contw
+	setarg 0x03c2
+	istore 2,contw
+
+	setarg 0x06ff06
+	store 3,mem_le_adv_swift_pair
+	setarg 0x000300
+	istore 3,contw
+	setarg 0x090c80
+	istore 3,contw
+
+	setarg 0x355442		// BT5.2 Mouse
+	istore 3,contw
+	setarg 0x20322e
+	istore 3,contw
+	setarg 0x756f4d
+	istore 3,contw
+	setarg 0x6573
+	istore 2,contw
+
+	jam 0x1f,mem_le_scan_data_len
+	arg mem_le_adv_swift_pair+7,contr
+	arg mem_le_scan_data,contw
+	arg 13,loopcnt
+	call memcpy
+
+	fetch 1,mem_le_scan_data
+	increase -1,pdata
+	store 1,mem_le_name_len
+
+	arg mem_le_scan_data+2,contr
+	arg mem_le_name_len+1,contw
+	arg 11,loopcnt
+	call memcpy
+
+	setarg 0x070007
+	store 3,mem_le_interval_min
+	setarg 0x002000
+	istore 3,contw
+	setarg 0x012c
+	istore 2,contw
+
+	setarg 0x181203
+	store 3,mem_le_adv_ind
+
+	setarg 0x0000ff
+	store 3,mem_le_adv_direct_ind
+
+	setsect 0,0xfb
+	setsect 1,0x2c212
+	setsect 2,0x800f
+	setsect 3,0x21
+	store 8,mem_local_rx_max_octets
+
+	jam 0x07,mem_le_adv_channel_map
+
+	setarg 0x0015
+	store 2,mem_le_keyboard_handle
+	setarg 0x0019
+	store 2,mem_le_notify_handle
+	setarg 0x001d
+	store 2,mem_le_multimedia_handle
+	setarg 0x0021
+	store 2,mem_le_systemctrl_handle
+	setarg 0x0030
+	store 2,mem_le_battery_level_handle
+	setarg 0x0022
+	store 2,mem_le_pairing_handle
+
+	jam 0x96,mem_le_battery_level_updata_timer_init
+
+// 24g
+	jam MODE_24G_DEVICE,mem_device_flag
+	call g24_enable_1M
+	call g24_pair_param_init
+	
+	setarg 0x604800
+	store 3,mem_24g_enter_hibernate
+	setarg 0x012c
+	store 2,mem_24g_long_sleep_param_update_timer_init
+	setarg 0x0050
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	setarg 0x05
+	store 2,mem_mouse_24g_power_on_fast_conn_timer	// 200ms
+	setarg 0x0708									//search dongle 3min
+	store 2,mem_mouse_24g_search_dongle_time_init
+
+	
+// sensor
+	setarg 0x010403
+	store 3,mem_mouse_dpi_seting
+	setarg 0x2a2002
+	istore 3,contw
+	setarg 0x22153f
+	istore 3,contw
+	setarg 0x114433
+	istore 3,contw
+
+	setarg 0x265a09
+	store 3,mem_sensor_3212_init
+	setarg 0x041934
+	istore 3,contw
+	setarg 0x0009
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_3205_init
+	setarg 0xed1d10
+	istore 3,contw
+	setarg 0x807d
+	istore 2,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0xff5a09
+	store 3,mem_sensor_8650_init
+	setarg 0x40ab27
+	istore 3,contw
+	setarg 0xa0d1be
+	istore 3,contw
+	setarg 0x12a141
+	istore 3,contw
+	setarg 0xa784a5
+	istore 3,contw
+	setarg 0xd0b5ff
+	istore 3,contw
+	setarg 0xff00b6
+	istore 3,contw
+	setarg 0x000900
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	setarg 0x0d5a09
+	store 3,mem_sensor_ka8ul_init
+	setarg 0xc50e10
+	istore 3,contw
+	setarg 0x109a5b
+	istore 3,contw
+	setarg 0x421138
+	istore 3,contw
+	setarg 0x412828
+	istore 3,contw
+	setarg 0x394923
+	istore 3,contw
+	setarg 0x4bb04a
+	istore 3,contw
+	setarg 0x904ca0
+	istore 3,contw
+	setarg 0x09704d
+	istore 3,contw
+	setarg 0xffff00
+	istore 3,contw
+
+	setarg 0x46a509
+	store 3,mem_sensor_ka8g2_init
+	setarg 0x101934
+	istore 3,contw
+	setarg 0x690760
+	istore 3,contw
+	setarg 0x207d04
+	istore 3,contw
+	setarg 0x09007e
+	istore 3,contw
+	setarg 0x220d00
+	istore 3,contw
+	setarg 0xff220e
+	istore 3,contw
+	jam 0xff,mem_sensor_ka8g2_init+21
+		
+	setarg 0x0b5a09
+	store 3,mem_sensor_poweron_init
+	setarg 0x0009f3
+	istore 3,contw
+	setarg 0xffff
+	istore 2,contw
+
+	//sys init
+	branch app_sys_param_init
+	
+
+mouse_param_init:
+	setarg MOUSE_BT_SDP_ADDR				//bt sdp start address
+	store 2,mem_ui_uuid_table
+	setarg MOUSE_BLE_ATT_LIST_ADDR				//ble attlist start address
+	store 2,mem_ui_le_uuid_table
+	setarg 0x2580
+	store 3,mem_class
+	jam 3,mem_lpm_mult_timeout
+	jam 8,mem_lpm_overhead
+	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	setarg 0x0200
+	store 2,mem_lpm_interval
+	jam 0x17,mem_le_local_mtu
+	jam 0x17,mem_le_remote_mtu
+//===========init spi param==============================
+	setarg 0x0a77
+	store 2,mem_spi_init_clk
+//===========all 16bit uuid==================================
+	setsect 0,0x306
+	setsect 1,0x4440
+	setsect 2,0x10000
+	setsect 3,0x4408
+	store 9,mem_all_uuid_16bits
+	setsect 0,0x1224
+	setsect 1,0x4000
+	setsect 2,0x0
+	istore 5,contw
+//===========features=====================================
+	setsect 0,0x3ffff
+	setsect 1,0x2fe23
+	setsect 2,0x199d9
+	setsect 3,0x20d
+	store 8,mem_features
+//======================================================	
+	setarg mem_le_tx_buffer0_omemalloc
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	
+	call mouse_device_led_all_off
+	call mouse_device_poweron_timer_init
+	call mouse_adc_gpio_mux_init
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BT_125Hz,mouse_param_init_intervl_end
+	jam CLASSIC_INTERVAL_7_5MS,mem_sniff_param_interval
+	setarg LE_INTERVAL_7_5MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+mouse_param_init_intervl_end:
+	call g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name
+	branch mouse_sensor_set_angle
+
+
+mouse_start_work:
+	bpatch patch18_3,mem_patch18
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_start_mode
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	nbranch mouse_buletooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch18_4,mem_patch18
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_start_discovery
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch18_5,mem_patch18
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,mouse_wakeup_from_power
+	fetch 1,mem_wakup_from_power_flag
+	bbit0 BIT_POWER_ON,mouse_wakeup_from_power
+	enable user		// mouse power on
+mouse_wakeup_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+
+
+mouse3_0_check_reconn_target:
+	fetcht 2,mem_mouse_fast_page_to
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse3_0_check_reconn_target_next
+	fetcht 2,mem_mouse_page_to
+mouse3_0_check_reconn_target_next:	
+	storet 2,mem_page_to
+	fetch 6,mem_hci_plap
+	branch app_bt_start_discovery_short,blank
+	jam 0x17,mem_app_connection_options  //ssp
+	fetch 1,mem_ssp_enable
+	nbranch app_bt_start_reconnect,blank
+	jam 0x04,mem_app_connection_options  //no ssp
+	branch app_bt_start_reconnect
+	
+mouse4_0_check_reconn_target:
+	jam 1,mem_mouse_le_reconnect_flag
+	fetcht 1,mem_mouse_fast_direct_timeout
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse4_0_check_reconn_target_next
+	fetcht 1,mem_mouse_direct_timeout
+mouse4_0_check_reconn_target_next:	
+	storet 1,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	fetch 3,mem_le_adv_direct_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
+	arg mem_le_scan_data,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+
+/*************************usb**********************************/
+mouse_usb_check_enable:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	setarg mouse_usb_config_param
+	store 2,mem_cb_usb_config
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	branch mouse_usb_interface_check
+
+mouse_usb_config_param:
+	call mouse_usb_config_kb_check
+	call mouse_usb_config_param_init
+	branch mouse_usb_config_param_setup
+
+mouse_usb_config_kb_check:
+	jam DONGLE_KB_BIND_EEPROM_OFFECT,mem_mouse_usb_keyboard_flag
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	jam DONGLE_KB_BIND_SUCCESS,mem_mouse_usb_keyboard_flag
+	rtn
+
+mouse_usb_config_param_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_USB_250,mouse_usb_report_rate_set_250hz
+	bbit1 MOUSE_ENABLE_USB_500,mouse_usb_report_rate_set_500hz
+	bbit1 MOUSE_ENABLE_USB_1000,mouse_usb_report_rate_set_1000hz
+	jam 0x19,mem_wire_usb_interval
+	jam 0x08,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_250hz:
+	jam 0x0c,mem_wire_usb_interval
+	jam 0x04,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_500hz:
+	jam 0x06,mem_wire_usb_interval
+	jam 0x02,mem_usb_tx_interval
+	rtn
+mouse_usb_report_rate_set_1000hz:
+	jam 0x03,mem_wire_usb_interval
+	jam 0x01,mem_usb_tx_interval
+	rtn
+
+mouse_usb_config_param_setup:
+	call usb_tx_interval_config
+	call mouse_usb_vid_pid_config
+	branch mouse_usb_hid_icon_config
+
+mouse_usb_vid_pid_config:
+	fetch 1,mem_usb_vid_pid
+	rtn blank
+	fetch 1,mem_mouse_usb_keyboard_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_vid_pid_for_suit
+	branch dongle_usb_vid_pid_for_mouse_only_auto_pair
+
+mouse_usb_hid_icon_config:
+	fetch 1,mem_mouse_usb_keyboard_flag
+	branch dongle_usb_hid_icon_config+1
+
+
+mouse_usb_check:
+	fetch 1,core_usb_addr
+	bbit0 7,mouse_usb_no_exsit
+	bbit1 7,mouse_usb_exsit
+	rtn
+mouse_usb_no_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit0 7
+	branch soft_reset_chip
+mouse_usb_exsit:
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	call mouse_24g_stop
+	branch mouse_stop_bluetooth_mode
+
+mouse_usb_isr:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call usb_isr
+	branch mouse_usb_interface_check
+//	branch usb_offline_state
+
+
+mouse_usb_interface_check:
+	bpatch patch18_6,mem_patch18
+	fetcht 1,mem_usb_offline_check_gpio
+	call gpio_get_bit
+	branch mouse_usb_gpio_low,true
+	branch mouse_usb_gpio_high
+
+
+mouse_usb_gpio_low:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_REMOVE
+	jam MOUSE_USB_INTERFACE_REMOVE,mem_mouse_usb_vdd_status
+	jam 0,mem_usb_device_enumeration_endflag
+	jam 0,mem_usb_status
+	jam 0,mem_usb_state
+	branch mouse_init_wireless
+	
+	
+mouse_usb_gpio_high:
+	fetch 1,mem_mouse_usb_vdd_status
+	rtneq MOUSE_USB_INTERFACE_INSERT
+	jam MOUSE_USB_INTERFACE_INSERT,mem_mouse_usb_vdd_status
+	call mouse_24g_stop
+	call mouse_stop_bluetooth_mode
+	call mouse_device_led_all_off
+	branch usb_init
+	
+	
+mouse_usb_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_USB
+	call mouse_usb_check
+	fetch 1,core_usb_addr
+	store 1,mem_usb_addr
+	rtnbit0 7
+	call mouse_clkn_check 
+	fetch 4,mem_btclk_sensor
+	fetcht 1,mem_wire_usb_interval
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_btclk_sensor
+	call mouse_motion
+	nrtn user
+mouse_push_data_to_usb:
+	fetch 1,core_usb_addr
+	rtnbit0 7
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_push_mouse_data_to_usb
+	fetch 1,mem_customer_key
+	beq 1,mouse_push_keyboard_data_to_usb
+mouse_push_mouse_data_to_usb:
+	call dongle_usb_tx_ms_data
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_push_keyboard_data_to_usb:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_push_release_keyboard_data_to_usb,blank
+	fetch 8,mem_customer_key_press+1
+mouse_push_keyboard_package_data_to_usb:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_push_multimedia_key_data_to_usb
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_push_systemctrl_key_data_to_usb
+	call dongle_usb_tx_kb_data
+	fetch 8,mem_pdatatemp
+	store 8,mem_usb_kb_data
+	rtn
+	
+mouse_push_release_keyboard_data_to_usb:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_push_keyboard_package_data_to_usb
+
+mouse_push_multimedia_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_MULTIKEY,mem_usb_ep2_data
+	setarg KB_MULTIKEY_REPORT_ID
+	store 1,mem_usb_kb_multikey
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn
+
+mouse_push_systemctrl_key_data_to_usb:
+	call dongle_usb_tx_enable_ep2
+	jam USB_EP2_SYSTEMKEY,mem_usb_ep2_data
+	setarg KB_SYSTEM_CONCTRL_REPORT_ID
+	store 1,mem_usb_kb_system
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn
+
+	
+/*************************usb**********************************/
+
+
+/*****************system clk***********************************/
+
+mouse_clkn_check:
+	fetcht 4,mem_btclk_sensor
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall mouse_clkn_timeout,positive
+	rtn
+mouse_clkn_timeout:
+	setarg 0
+	store 4,mem_btclk_sensor
+	rtn
+
+
+/*
+mouse_enable_clock_qdecoder:
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_QDECODER,pdata
+	store 2,core_clkoff
+	rtn
+*/
+
+mouse_lpm_check_wake_lock:
+	bmark1 mark_24g,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	branch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_le_conn_param_reject
+	beq LE_LPM_DISABLE,app_get_lpm_wake_lock
+	fetch 2,mem_sdp_remote_cid
+	nbranch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+mouse_delay_enter_hibernata:
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	rtn
+
+
+mouse_app_enter_hibernate:
+	bpatch patch18_7,mem_patch18
+	call mouse_sensor_reset
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+	
+mouse_before_hibernate:
+	bpatch patch19_0,mem_patch19
+	enable user
+	fetch 4,0x8138
+	setflag user,26,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_device_led_all_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call mouse_setgpio_hibernate
+	call mouse_flash_power_down
+	call gpio_set_before_lpm_common
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+
+
+mouse_setgpio_hibernate:
+	bpatch patch19_1,mem_patch19
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_lpm_before_common
+	call gpio_pd_idle
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	branch mouse_gpio_set_high_impedance
+	
+
+	
+mouse_process_lpm_before:
+	rtnmark1 mark_24g
+	call mouse_lpm_before_common
+	fetch 1,mem_lpm_current_mult
+	nrtn blank					// 7.5ms, no gpio wakeup
+	branch gpio_clr_wake
+
+mouse_lpm_before_common:
+	bpatch patch19_2,mem_patch19
+	
+	call mouse_wheel_check
+	fetcht 1,mem_mouse_sensor_sclk_gpio					// set sclk high
+	call gpio_config_output
+mouse_lpm_before_common_next:
+	call twspi_disable
+	
+	fetcht 1,mem_lbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_rbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_mbutton_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_bk_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_fw_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_dpi_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_config_select_device_button_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_customer_key_gpio
+	call gpio_set_wake
+	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_set_wake
+
+
+//short mult: no key 
+mouse_set_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_set_ble_mult
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,mouse_set_bt_mult
+	rtn
+mouse_set_ble_mult:
+	copy rega,pdata
+	nbranch le_set_config_short_mult,blank
+	branch le_clr_config_short_mult
+mouse_set_bt_mult:
+	copy rega,pdata
+	nbranch classic_bt_set_mult_short_flag,blank
+	branch classic_bt_clr_mult_short_flag
+
+/*****************system clk***********************************/
+	
+	
+/****************************adc**************************************/	
+mouse_adc_gpio_set:
+	fetch 1,mem_adc_config_flag
+	rtnne ADC_CONFIG_GPIO
+mouse_adc_gpio_check_output:
+	bpatch patch19_3,mem_patch19
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_VINLPM,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_VINLPM,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+
+
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch19_4,mem_patch19
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+mouse_adc_data_process_next:
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+	
+mouse_adc_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_adc_no_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+
+
+mouse_adc_bat_percent_lowpower_out:
+	bpatch patch19_5,mem_patch19
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 1,mem_adc_mux_status
+	beq MOUSE_ADC_CHECK_BATTERY_ONLY,mouse_adc_bat_percent_lowpower_out_battery
+	beq MOUSE_ADC_CHECK_GPIO_MULTIPLE,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	beq MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_adc_bat_percent_lowpower_out_gpio_switch
+	fetch 2,mem_pdatatemp+6		               	//now voltage
+	fetcht 2,mem_mouse_vdd_button_press_vol	// button press check
+	isub temp,null
+	nbranch mouse_adc_set_button_press_flag,positive
+	
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_bat_percent_lowpower_out_battery
+	jam 0,mem_mouse_adc_button_press_flag
+	fetch 2,mem_pdatatemp+6				    	        //now voltage	
+	fetcht 2,mem_mouse_vdd_switch_gnd_24g_vol	// switch mode check
+	isub temp,null
+	nbranch mouse_select_24gdevice,positive
+	call mouse_select_btdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+mouse_select_24gdevice:
+	call mouse_check_select_24gdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+
+mouse_adc_bat_percent_lowpower_out_battery:	
+	call mouse_adc_clear_button_press_flag
+	call adc_clear_no_power_flag
+	call adc_clear_low_power_flag
+	fetch 2,mem_pdatatemp+6
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,null
+	ncall adc_set_no_power_flag,positive
+
+	fetcht 2,mem_pdatatemp+4		//low voltage
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+
+mouse_adc_bat_level_set:
+	fetch 2,mem_pdatatemp+6		//now voltage	
+	fetcht 2,mem_pdatatemp		//full voltage
+	isub temp,null
+	branch mouse_adc_bat_level_100_percent,positive		// now >= full
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,pdata
+	nbranch mouse_adc_bat_level_0_percent,positive		// now < shutdown
+	branch mouse_adc_bat_level_0_percent,blank			// now = shutdown
+	mul32 pdata,100,rega								// (now - shutdown)*100 /(full - shutdown)
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,temp
+	copy rega,pdata
+	idiv temp
+	call get_div_result
+	store 1,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_level_100_percent:
+	jam 100,mem_le_battery_level_percentage
+	rtn
+mouse_adc_bat_level_0_percent:	
+	jam 0,mem_le_battery_level_percentage
+	rtn
+
+	
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	branch mouse_adc_bat_percent_lowpower_out_battery
+	
+
+mouse_adc_set_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 2,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+mouse_adc_clear_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 2,temp
+	storet 1,mem_adc_power_flag
+	rtn		
+
+mouse_adc_button_press:
+	jam 1,mem_mouse_adc_button_press_flag
+	rtn
+
+mouse_power_down:
+	call mouse_device_led_all_off
+	branch mouse_app_enter_hibernate
+	
+/****************************adc**************************************/	
+
+/****************************gpio******************************************/
+mouse_gpio_init:
+	fetcht 1,mem_eeprom_wp_gpio
+	call gpio_config_output
+	call usb_offline_check_init
+	fetcht 1,mem_lbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_bk_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_fw_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_matrix_public_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_customer_key_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_tb_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_sensor_motion_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	
+
+	fetcht 1,mem_sensor_reset_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_24g_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_bt1_led_gpio
+	call gpio_config_output
+	
+	fetcht 1,mem_config_device_bt2_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_dpi_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_select_sensor_angle_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_gpio_set_pupd_by_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	and temp,0x7f,queue
+	fetch 4,core_gpio_in
+	qisolate1 pdata
+	branch mouse_gpio_config_input_pu,true
+	branch mouse_gpio_config_input_pd
+
+	
+mouse_gpio_config_input_pd:
+	set1 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_config_input_pu:
+	set0 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 20,loopcnt
+	arg 0,temp
+mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call gpio_set_high_impedance,true
+	fetch 3,mem_pdatatemp
+	lshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+
+
+/****************************gpio******************************************/
+
+/*******************spi*****************************/
+mouse_sensor_spi_init:
+	call mouse_spid_init_pin
+	jam 0x73,mem_spi_init_clk
+//	jam 0x1e,mem_spi_init_delay_time
+	call mouse_spi_init
+	branch twspi_enable
+	
+mouse_spi_write_flash_cb:
+mouse_spi_init:
+	branch spid_init
+	
+mouse_spid_init_pin:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+ 	arg gpcfg_spid_sck,temp
+ 	call gpio_config_function_int
+ 	fetch 1,mem_mouse_sensor_sdio_gpio
+ 	arg gpcfg_spid_sdio,temp
+ 	branch gpio_config_function_int
+
+
+/*******************spi*****************************/
+
+
+
+
+mouse_motion:
+	bpatch patch19_6,mem_patch19
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+	
+
+/*******************wheel*************************/
+mouse_zwheel:
+	fetch 1,mem_mouse_z_data
+	rtn blank	
+	store 1,mem_mouse_z
+	jam 0,mem_mouse_z_data
+	branch enable_user
+	
+mouse_t_zwheel:
+	fetch 1,mem_mouse_tz_data
+	rtn blank	
+	store 1,mem_mouse_tz
+	jam 0,mem_mouse_tz_data
+	branch enable_user
+
+mouse_wheel_check:
+	call mouse_t_wheel_scan
+	call mouse_wheel_scan
+	fetch 1,mem_wheel_tb_new_pinlevel
+	fetcht 1,mem_wheel_tb_old_pinlevel
+	store 1,mem_wheel_tb_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	fetch 1,mem_mwheel_b_new_pinlevel
+	fetcht 1,mem_mwheel_b_old_pinlevel
+	store 1,mem_mwheel_b_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	rtn
+mouse_t_wheel_scan:
+	fetch 1,mem_whee_ta_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_wheel_tb_new_pinlevel
+	beq 0x01,mouse_t_wheel_scan_judge1
+	beq 0x02,mouse_t_wheel_scan_judge2
+	fetch 1,mem_wheel_tog
+	bbit1 7,mouse_t_wheel_scan_judge3
+	rtn
+
+mouse_t_wheel_scan_judge1:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge11
+	beq 3,mouse_t_wheel_scan_judge12
+	rtn
+mouse_t_wheel_scan_judge2:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge21
+	beq 3,mouse_t_wheel_scan_judge22
+	rtn
+mouse_t_wheel_scan_judge11:
+	jam 0x82,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge12:
+	jam 0x81,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge21:
+	jam 0x80,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge22:
+	jam 0x83,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge3:
+	fetch 1,mem_wheel_tog
+	set0 7,pdata
+	store 1,mem_wheel_tog
+	beq 0,mouse_t_wheel_scan_judge30
+	beq 1,mouse_t_wheel_scan_judge31
+	beq 2,mouse_t_wheel_scan_judge32
+	beq 3,mouse_t_wheel_scan_judge33
+	rtn
+mouse_t_wheel_scan_judge30:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge31:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge32:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_back
+	rtn
+mouse_t_wheel_scan_judge33:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_back
+	rtn
+mouse_wheel_t_forward:
+	fetch 1,mem_mouse_tz_data
+	increase 1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+mouse_wheel_t_back:
+	fetch 1,mem_mouse_tz_data
+	increase -1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+
+
+mouse_wheel_scan:
+	fetch 1,mem_whee_a_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_mwheel_b_new_pinlevel
+	beq 0x01,mouse_wheel_scan_judge1
+	beq 0x02,mouse_wheel_scan_judge2
+	fetch 1,mem_mwheel_tog
+	bbit1 7,mouse_wheel_scan_judge3
+	rtn
+
+mouse_wheel_scan_judge1:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge11
+	beq 3,mouse_wheel_scan_judge12
+	rtn
+mouse_wheel_scan_judge2:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge21
+	beq 3,mouse_wheel_scan_judge22
+	rtn
+mouse_wheel_scan_judge11:
+	jam 0x82,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge12:
+	jam 0x81,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge21:
+	jam 0x80,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge22:
+	jam 0x83,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge3:
+	fetch 1,mem_mwheel_tog
+	set0 7,pdata
+	store 1,mem_mwheel_tog
+	beq 0,mouse_wheel_scan_judge30
+	beq 1,mouse_wheel_scan_judge31
+	beq 2,mouse_wheel_scan_judge32
+	beq 3,mouse_wheel_scan_judge33
+	rtn
+mouse_wheel_scan_judge30:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge31:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge32:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_back
+	rtn
+mouse_wheel_scan_judge33:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_back
+	rtn
+mouse_wheel_forward:
+	fetch 1,mem_mouse_z_data
+	increase 1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+mouse_wheel_back:
+	fetch 1,mem_mouse_z_data
+	increase -1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+
+
+mouse_wheel_gpio_set_wake:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	branch gpio_set_wake_by_current_state
+	
+mouse_before_hibernate_wheel_gpio_set:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_tb_data_gpio
+	branch mouse_gpio_set_pupd_by_input
+
+mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 10,mem_mouse_wheel_trigger_timer
+	rtn
+
+mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+
+/*
+mouse_set_qdecoder_x:
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call mouse_gpio_config_input_pu
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call gpio_get_bit
+	rtn true
+	fetch 1,core_qdec_cntx
+	set1 4,pdata
+	store 1,core_qdec_cntx
+	rtn
+*/	
+	
+/*******************wheel*************************/
+
+
+
+/********************dpi******************************/
+mouse_dpi_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_dpi_check_connect_adc
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_dpi_key_check
+mouse_dpi_check_next:
+	store 1,mem_mouse_dpikey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check_end
+	call mouse_matrix_public_gpio_reset
+mouse_dpi_check_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_DPI_KEY,mouse_dpi_down
+	branch mouse_dpi_up
+
+mouse_dpi_check_connect_adc:
+	fetch 1,mem_mouse_adc_button_press_flag
+	branch mouse_dpi_up,blank
+	branch mouse_dpi_down
+	
+mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+mouse_dpi_key_check_next:
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_dpi_check_end,blank
+	branch mouse_dpi_key_connect_matrix	
+
+mouse_3io6key_dpi_check_end:
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_dpi_check_exit
+
+mouse_dpi_check_end:
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	jam 0,mem_mouse_dpikey_press_status
+	rtn
+
+mouse_dpi_key_connect_gnd:
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_dpi_key_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_dpi_key_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_dpi_button_gpio
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+
+mouse_dpi_down:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+	branch mouse_dpi_process
+
+mouse_dpi_up:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_dpi_up_next
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_dpi_up_next
+	rtn
+mouse_dpi_up_next:	
+	fetch 1,mem_mouse_dpi_long_press_flag
+	nbranch mouse_dpi_up_after_long_press,blank
+	fetch 1,mem_select_device_count
+	ncall mouse_dpi_process,blank
+mouse_dpi_up_after_long_press:	
+	jam 0,mem_mouse_dpi_long_press_flag
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_device_count	
+	store 1,mem_bt_discovery_count	
+	rtn
+	
+mouse_dpi_process:	
+	bpatch patch19_7,mem_patch19
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	increase 1,pdata
+	and pdata,0x03,pdata
+	store 1,mem_mouse_dpi
+	call mouse_seting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+
+
+mouse_dpi_config:
+	branch mouse_seting_sensor_type
+
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+
+mouse_seting_dpi:
+	bpatch patch1a_0,mem_patch1a
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+	branch mouse_dpi_store
+
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+/********************dpi******************************/		
+
+
+/***********************key******************************/
+
+mouse_key:
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch1a_1,mem_patch1a
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call mouse_check_lkey_gpio
+	call mouse_check_rkey_gpio
+	call mouse_check_mkey_gpio
+	call mouse_check_bkkey_gpio
+	call mouse_check_fwkey_gpio
+mouse_check_key_gpio_next:
+	call mouse_check_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_rkey_gpio:
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	rtn
+	
+mouse_check_mkey_gpio:
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	rtn
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+mouse_check_bkkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+mouse_check_fwkey_gpio_next:
+	call gpio_get_bit
+	branch mouse_check_fw_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_fwkey_gpio_end:	
+	store 1,mem_mouse_fwkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_fw_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_fwkey_gpio_end	
+
+mouse_3io6key_fw_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_fwkey_press_status
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_matrix_public_gpio_reset:	
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_customerkey_gpio:
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetcht 1,mem_customer_key_gpio
+	fetch 1,mem_mouse_customerkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_customerkey_press_status
+mouse_check_customerkey_state:
+	copy rega,pdata
+	bbit1 MOUSE_CUSTOMER_KEY,mouse_customerkey_press
+	call mouse_customerkey_release
+mouse_check_customerkey_gpio_exit:
+	fetch 1,mem_customer_data_trigger
+	store 1,mem_customer_data_trigger_last
+	rtn
+
+
+mouse_customerkey_press:
+	jam 1,mem_customer_data_trigger
+	call mouse_customer_key_need_send
+	branch mouse_check_customerkey_gpio_exit
+
+mouse_customerkey_release:
+	jam 0,mem_customer_data_trigger
+	fetch 1,mem_customer_data_trigger_last
+	rtn blank
+mouse_customer_key_need_send:	
+	jam 1,mem_customer_key
+	rtn	
+
+
+mouse_check_matrix_button_connect_gnd:	
+	call gpio_get_bit
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue	
+	branch  mouse_key_press,true
+	branch mouse_key_release
+
+mouse_check_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue
+	beq 0x07,mouse_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_key_release
+	rtn
+
+mouse_key_release:
+	qset0 rega
+	rtn		
+
+mouse_key_press:
+	qset1 rega
+	rtn
+
+mouse_3io6key_check:
+	bpatch patch1a_2,mem_patch1a
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd+4
+
+mouse_check_press:
+	fetcht 1,mem_mouse_key_status
+	and_into 0x01,temp
+	and regb,0x01,pdata
+	isub temp,null
+	nbranch mouse_current_mult_update,zero
+	rtn
+	
+/*************************key***************************************/
+
+/**********************sensor******************************/	
+mouse_init_sunt:
+	bpatch patch1a_3,mem_patch1a
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+mouse_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset 
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+	
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_ka8_init_param_check:	
+	call mouse_sensor_disable_wp
+	setarg 0x9a5b
+	call twspi_write
+	setarg 0x0d
+	call twspi_read
+	sub pdata,0x12,null
+	branch mouse_ka8ul_init_param,zero
+	sub pdata,0x0a,null
+	nbranch mouse_ka8hd_sensor_judge,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xe5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0xa5,null
+	branch mouse_ka8ul_init_param,zero
+	call mouse_enable_ka8_sensor_wp
+mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type	
+	rtn
+mouse_ka8ul_init_param:
+	jam KA8_UL,mem_config_sensor_type	
+	arg mem_sensor_ka8ul_init,regc
+	branch mouse_sensor_wr_seq
+mouse_ka8hd_sensor_judge:
+	sub pdata,0x10,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xc5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0x38,null
+	nbranch mouse_init_sensor,zero
+mouse_ka8hd_init_param:
+	call mouse_enable_ka8_sensor_wp
+	jam KA8_HD,mem_config_sensor_type
+	rtn
+mouse_enable_ka8_sensor_wp:
+	setarg 0x005b
+	call twspi_write
+	branch mouse_sensor_enable_wp
+	
+mouse_p6520_init_param:
+	jam P6520,mem_config_sensor_type
+	arg mem_sensor_p6520_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_init_p3065:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	beq P3065_ID2,mouse_p3065_init_param
+	branch mouse_init_sensor
+	
+mouse_p3065_init_param:	
+	jam P3065,mem_config_sensor_type
+	rtn
+
+mouse_p3065xy_init_param:
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+	
+mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq PKA8G2_ID2,mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_sensor_enable_wp:
+	setarg 0x0009
+	branch twspi_write
+mouse_sensor_disable_wp:
+	setarg 0x5a09
+	branch twspi_write
+
+mouse_sensor_wr_seq:
+	ifetch 2,regc
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	call twspi_write
+	increase 2,regc
+	branch mouse_sensor_wr_seq
+
+mouse_sensor_reset:
+	setarg 0x8006		// reset to factory settings
+mouse_sensor_reset_end:
+	call twspi_write
+	nop 12000
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch1a_4,mem_patch1a
+	call mouse_sensor_spi_init
+mouse_sensor_poweron_next:
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+mouse_sensor_poweron_end:
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+mouse_sensor_powerdown_end:
+	setarg 0x0806
+	branch twspi_write
+/*********sensor init*************/	
+
+
+
+/*********sensor motion*************/
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+
+
+mouse_sensor_set_angle:
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_select_sensor_angle_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd
+mouse_sensor_switch_angle:
+	fetch 1,mem_sensor_angle_switch
+	store 1,mem_config_sensor_angle
+	rtn
+	
+mouse_motion_6clk_direction_dispose:
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	branch enable_user
+mouse_motion_12clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	branch enable_user
+mouse_motion_9clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	call mouse_sensor_data_swap_places
+	branch enable_user
+mouse_motion_3clk_direction_dispose:
+	call mouse_sensor_data_swap_places
+	branch enable_user
+
+mouse_sensor_data_swap_places:
+	fetch 2, mem_mouse_y
+	fetcht 2,mem_mouse_x
+	store 2,mem_mouse_x
+	storet 2,mem_mouse_y
+	rtn
+
+	
+mouse_clear_sensor_data:
+	fetch 1,mem_mouse_move_flag
+	call mouse_read_sensor_common,blank
+	jam 1,mem_mouse_move_flag
+	rtn
+
+mouse_clear_sensor_data_by_reset:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+mouse_init_sensor_reset:
+	branch mouse_init_sunt
+
+mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+mouse_data_extsign:
+	rtnbit0 7
+mouse_data_overflow:
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+
+mouse_data_extsign_bit3:
+	rtnbit0 3
+	arg 0xf0,temp
+	ior temp,pdata
+	rtn
+
+mouse_read_sensor_common:
+	arg PAN_REG_DELTA_X,pdata
+	call twspi_read
+	store 2,mem_mouse_x
+	arg PAN_REG_DELTA_Y,pdata
+	call twspi_read
+	store 2,mem_mouse_y
+	rtn
+
+	/* sdio high will cost extra 9mA */
+mouse_sensor_sdio_low:
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	rtn true
+	setarg 0x0a
+	call twspi_read
+	nop 1000
+	branch mouse_sensor_sdio_low
+
+mouse_set_sdio_high:		// make sdio high to make 100uA less
+	setarg 0x8100
+	branch twspi_write
+	
+/****************************sensor*************************/
+
+/*******************mouse fast connect******************/
+mouse_buletooth_fast_conn_init:
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	fetch 1,mem_mouse_bluetooth_type
+	bbit1 MODE_4_MOUSE,mouse_ble_fast_conn_init
+	bbit1 MODE_3_MOUSE,mouse_bt_fast_conn_init
+mouse_ble_fast_conn_init:	
+	jam 0x34,mem_xrecord_mode
+	setarg 0x0f0f0f
+	store 3,mem_le_lap
+	store 3,mem_le_lap+3
+	branch mouse_start_reconnect
+
+mouse_bt_fast_conn_init:
+	jam 0x33,mem_xrecord_mode
+	arg mem_mouse_compare_addr_ff,contr
+	call mouse_load_bt_device
+	branch mouse_start_reconnect
+
+mouse_buletooth_fast_conn_end:
+	bpatch patch1a_5,mem_patch1a
+	call mouse_select_reconn_device
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,mouse_device1_check_auto_discover
+	beq MODE_BT_DEVICE2,mouse_device2_check_auto_discover
+	rtn
+mouse_device1_check_auto_discover:
+	fetch 6,mem_device1_addr
+	branch mouse_device_check_auto_discover
+mouse_device2_check_auto_discover:
+	fetch 6,mem_device2_addr
+mouse_device_check_auto_discover:	
+	fetcht 6,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_start_discovery ,zero
+	branch mouse_start_reconnect_device
+
+mouse_bt_fast_conn_send_device_name:
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_local_name_length
+	increase 3,pdata
+	copy pdata,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// report id = 4
+	istore 2,contw
+	fetch 1,mem_local_name_length
+	increase 1,pdata
+	copy pdata,loopcnt
+	arg mem_local_name_length,contr
+	branch memcpy
+
+mouse_bluetooth_fast_conn_disable:
+	jam 0x5a,mem_mouse_bluetooth_fast_conn_flag
+	rtn	
+/*******************mouse fast connect******************/
+
+mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_RECONNECT,mouse_cancel_reconnect
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	branch mouse_stop_discovery
+
+mouse_disconnect:
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_CONNECTED,app_bt_disconnect
+	rtn
+	
+mouse_cancel_reconnect:
+	call mouse_bt_cannel_reconn_enable
+	branch check_51cmd_bb_reconn_cancel
+
+mouse_check_125Hz:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT_125Hz
+mouse_bluetooth_125Hz:
+	nbranch mouse_bluetooth_125hz_clear,user
+	fetch 1,mem_bluetooth_125hz_cnt
+	increase 1,pdata
+	and_into 0x0f,pdata
+	store 1,mem_bluetooth_125hz_cnt
+	nrtn blank
+mouse_bluetooth_125hz_clear:
+	jam 0,mem_bluetooth_125hz_cnt
+	disable user
+	rtn
+
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch1a_6,mem_patch1a
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,mouse_le_bb_event_connected
+	beq BT_EVT_BB_CONNECTED,mouse_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,mouse_le_bb_disconnected
+	beq BT_EVT_BB_DISCONNECTED,mouse_bb_disconnected
+	beq BT_EVT_SETUP_COMPLETE,mouse_bt_event_setup_complete
+	beq BT_EVT_BUTTON_LONG_PRESSED,mouse_bb_event_discovery_btn
+	beq BT_EVT_HID_HANDSHAKE,mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,app_hid_connected
+	beq BT_EVT_RECONN_FAILED,mouse_bb_event_reconn_failed
+	beq BT_EVT_RECONN_PAGE_TIMEOUT,mouse_bb_event_reconn_timeout
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
+	beq BT_EVT_SWITCH_SUCCESS_MASTER,mouse_enter_sniff_check
+	beq BT_EVT_SNIFF_NOT_ACCEPT,mouse_sniff_not_accept
+	beq BT_EVT_PINCODE_REQ,mouse_bb_event_pincode
+	beq BT_EVT_REMOTE_UNSNIFF,app_start_auto_sniff
+	beq BT_EVT_LE_PAIRING_SUCCESS,mouse_le_pairing_success
+	beq BT_EVT_LE_ENC_INFO,mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PAIRING_COMPLETE,mouse_le_pairing_complete
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_VIRTUAL_CABLE_UNPLUG,mouse_irtual_cable_unplug
+	beq BT_EVT_24G_PAIRING_COMPLETE,mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,mouse_24g_attempt_success
+	beq BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mouse_le_parse_conn_param_accepted
+	rtn
+
+/***************************le*************************/
+mouse_le_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	jam 1,mem_mouse_le_bb_connected_flag
+	call mouse_24g_first_store_reconn_info
+	fetch 1,mem_mouse_le_reconnect_flag
+	nbranch mouse_le_bb_event_connected_next,blank
+	jam 0x14,mem_mouse_send_secutiry_request_timer
+mouse_le_bb_event_connected_next:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set0 APP_DISC_BY_BUTTON ,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	jam 0,mem_mouse_direct_timer
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	call mouse_no_data_timer_init
+	branch mouse_stop_discovery
+
+mouse_le_bb_disconnected:
+	jam 0,mem_mouse_le_bb_connected_flag
+	setarg LE_INTERVAL_7_5MS
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,mouse_le_bb_disconnected_next
+	setarg LE_INTERVAL_8_75MS
+mouse_le_bb_disconnected_next:
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_pairing_complete:
+	branch app_ble_store_reconn_info
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call mouse_updata_le_param
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,34,pdata
+	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
+mouse_le_write_enable:	
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_parse_conn_param_accepted:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+	
+/*
+mouse_le_disable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset0 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+*/
+mouse_le_clean_connect_flag:
+	jam 0,mem_le_connect_status_flag
+	rtn
+
+/*
+mouse_le_reconn_write_enable_timer_reinit:
+	fetch 1,mem_mouse_le_reconnect_flag
+	rtn blank
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtneq 0x03
+	jam 2,mem_le_start_encrypt_timer
+	rtn
+*/
+mouse_le:
+	bpatch patch1a_7,mem_patch1a
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_le_send_mouse_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_le_send_keyboard_package_data		
+mouse_le_send_mouse_data:
+	branch mouse_fill_mouse_data_le
+
+
+mouse_le_send_keyboard_package_data:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_le_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_fill_keyboard_package_data_le:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_fill_multimedia_key_data_le
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_fill_systemctrl_key_data_le
+	jam 8,mem_le_data_len
+	fetcht 2,mem_le_keyboard_handle
+	branch mouse_fill_data_le
+	
+
+mouse_le_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_fill_keyboard_package_data_le
+
+mouse_fill_multimedia_key_data_le:
+	jam 3,mem_le_data_len
+	fetcht 2,mem_le_multimedia_handle
+	branch mouse_fill_data_le
+
+mouse_fill_systemctrl_key_data_le:
+	jam 2,mem_le_data_len
+	fetcht 2,mem_le_systemctrl_handle
+	branch mouse_fill_data_le
+
+mouse_fill_battery_level_le:
+	arg 1,rega
+	fetcht 2,mem_le_battery_level_handle
+	call le_att_malloc_tx_notify
+	fetch 1,mem_le_battery_level_percentage
+	istore 1,contw
+	rtn
+
+
+mouse_le_send_empty_packet:
+	setarg 0
+	store 7,mem_mouse_key
+mouse_fill_mouse_data_le:
+	jam 7,mem_le_data_len
+	fetch 7,mem_mouse_key
+	store 7,mem_pdatatemp
+	fetcht 2,mem_le_notify_handle
+	branch mouse_fill_data_le
+
+mouse_fill_data_le:
+	fetch 1,mem_le_data_len
+	copy pdata,rega
+	call le_att_malloc_tx_notify
+	fetcht 1,mem_le_data_len
+	copy temp,loopcnt
+	arg mem_pdatatemp,contr
+	branch memcpy	
+
+mouse_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	fetch 3,mem_le_adv_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+mouse_le_check_adv_flag:
+	arg mem_le_adv_data,rega
+mouse_le_check_adv_flag_loop:
+	ifetch 1,rega	//length
+	rtn blank
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch mouse_le_check_adv_flag_loop
+	
+mouse_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
+	
+/***************************le*************************/
+
+
+/***********************bt****************************/	
+mouse_bt_sniff_param_interval_setup:
+	setarg CLASSIC_INTERVAL_7_5MS
+	store 2,mem_sniff_param_interval
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_BT_125Hz
+	setarg CLASSIC_INTERVAL_8_75MS
+	store 2,mem_sniff_param_interval
+	rtn
+
+mouse_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	call mouse_24g_first_store_reconn_info
+	branch mouse_stop_discovery
+
+mouse_bb_disconnected:
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0,mem_mouse_bt_send_first_package_flag
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	bbit1 APP_DISC_AFTER_PAIRING,mouse_event_light_state_pairing
+	bbit1 APP_DISC_AFTER_RECONN,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_bb_discon_clear_stack:
+	setarg 0
+	store 8,mem_wheel_tb_old_pinlevel
+	istore 4,contw             //clean wheel statue
+	jam 0,mem_mouse_move_flag
+	jam APP_HANDSHAKE_NULL,mem_app_handshake_flag
+	jam 0,mem_ltk_exists
+	rtn
+
+mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_app_enter_hibernate
+
+
+mouse_event_light_state_pairing:
+	bbit1 APP_DISC_AFTER_HANDSHAKE,mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+mouse_event_light_state_hibernate:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call app_disconn_reason_clear
+
+	call mouse_key_check_once	//mult_key pair
+	call mouse_commbination_key_process
+	fetch 1,mem_commbination_key_statue
+	beq COMMBINATION_KEY_STATE_DOWN,mouse_delay_enter_hibernata
+	
+	fetch 1,mem_mouse_bluetooth_reconnect_timeout
+	nrtn blank
+	branch mouse_app_enter_hibernate
+
+
+mouse_bt_event_setup_complete:
+	rtn
+
+mouse_bt_send_first_package_timer_init:
+	jam 4,mem_mouse_bt_send_first_package_timer
+	rtn
+
+mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	call app_bt_store_reconn_info
+	setarg 0
+	store 2,mem_discovery_timeout_timer_count
+	store 1,mem_hid_handshake_timer_count
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bt_hid_handshake_boot_check:	
+	jam 0,mem_mouse_bt_boot_mode
+	fetch 1,mem_l2cap_rcv_hidtype
+	isolate1 0,pdata
+	rtn true
+	jam 1,mem_mouse_bt_boot_mode	//boot mode
+	rtn
+
+	
+mouse_bb_event_reconn_timeout:
+mouse_bb_event_reconn_failed:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	rtnbit1 UI_STATE_BLE_ADV
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+
+mouse_enter_sniff_check:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtnne 2
+	jam 0,mem_mouse_enter_sniff_count
+	call mouse_bt_sniff_param_interval_setup
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_sniff_not_accept:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtneq 2
+	increase 1,pdata
+	store 1,mem_mouse_enter_sniff_count
+	jam 0x12,mem_sniff_param_interval	//89Hz
+	call mouse_bt_send_first_package_timer_init
+	branch app_bt_enter_sniff
+
+mouse_bb_event_pincode:
+	call pincode_reinit
+	branch app_bt_set_pincode
+
+mouse_irtual_cable_unplug:
+	setarg 0x01
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	branch mouse_unplug_clean_bdaddr
+
+mouse_irtual_cable_unplug1:
+	setarg -1
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+	call mouse_before_store_reconn_info
+	jam 0xff,mem_device1_type
+	branch mouse_store_device_info_delay
+
+mouse_bt:
+	bpatch patch1b_0,mem_patch1b
+	rtn attempt
+	fetch 1,mem_app_handshake_flag
+	rtn blank
+	call l2cap_malloc_is_fifo_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_bt_fast_conn_send_device_name	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch 1,mem_mouse_bt_boot_mode
+	beq 1,mouse_send_data_boot_mode	//boot
+	fetch 1,mem_mouse_bt_send_first_package_flag
+	rtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_send_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_bt_send_keyboard_packet
+mouse_send_data:
+	arg 9,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1
+	istore 2,contw
+	fetch 7,mem_mouse_key
+	istore 7,contw
+	rtn
+
+mouse_send_data_boot_mode:
+	fetch 1,mem_mouse_key
+	store 1,mem_mouse_bt_boot_data
+	fetch 1,mem_mouse_x
+	istore 1,contw
+	fetch 1,mem_mouse_y
+	istore 1,contw
+	fetch 2,mem_mouse_z
+	istore 2,contw
+	arg 7,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1		// pid:02  mouse
+	istore 2,contw
+	fetch 5,mem_mouse_bt_boot_data
+	istore 5,contw
+	rtn
+
+mouse_send_empty_data:
+	setarg 0
+	store 7,mem_mouse_key
+	branch mouse_send_data
+
+
+mouse_bt_send_keyboard_packet:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_bt_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_bt_send_keyboard_data:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_bt_send_multimedia_key_data
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_bt_send_systemctrl_key_data
+	arg 10,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x01a1		// pid:01  standard key
+	istore 2,contw
+	fetch 8,mem_pdatatemp
+	istore 8,contw
+	rtn
+
+mouse_bt_send_multimedia_key_data:
+	arg 4,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x03a1		// pid:03  multimedia key
+	istore 2,contw
+	fetch 2,mem_pdatatemp
+	istore 2,contw
+	rtn	
+
+mouse_bt_send_systemctrl_key_data:
+	arg 3,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x04a1		// pid:04  systemctrl key	
+	istore 2,contw
+	fetch 1,mem_pdatatemp
+	istore 1,contw
+	rtn		
+
+mouse_bt_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_bt_send_keyboard_data	
+/*******************bt****************************/
+
+
+
+/********************mouse 100ms timer*****************/
+mouse_bb_event_timer:
+	bpatch patch1b_1,mem_patch1b
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+
+
+
+
+mouse_bt_discovery_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_bt_discovery_by_pb_button
+	rtn
+
+mouse_bt_discovery_by_pb_button:
+	fetch 1,mem_select_device_button_statue
+	rtnne PB_BUTTON_STATE_DOWN
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_button_bt_discovery,regb
+	branch timer_single_step
+		
+mouse_long_button_bt_discovery:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	call app_evt_button_long_pressed
+	branch mouse_bb_event_discovery_btn
+
+		
+mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch mouse_commbination_key_start
+
+mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch mouse_commbination_key_down,zero
+mouse_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init 
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_UP
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	rtn
+		
+mouse_commbination_key_down:
+	call mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	branch check_51cmd_bb_reconn_cancel
+
+
+mouse_combination_ui_timer:
+	arg mouse_24g_start_pair_mode,regb
+	arg mem_combination_ui_button_count,regc
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,timer_single_step
+	arg mouse_long_button_bt_discovery,regb
+	call timer_single_step
+	fetch 1,mem_combination_ui_button_count
+	beq 1,mouse_bt_discovery_button_down_enable	// ble release key press
+	rtn
+
+
+
+mouse_check_discovery_timeout_timer:	
+	arg mem_mouse_discovery_timer,regc
+	arg mouse_check_discovery_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_discovery_timeout:
+	call mouse_stop_discovery
+	branch mouse_app_enter_hibernate
+
+
+mouse_check_direct_timeout_timer:	
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step_2B
+	fetch 1,mem_mouse_direct_timer
+	beq 1,app_ble_stop_direct_adv
+	rtn
+
+mouse_check_direct_timeout:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+	
+mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
+	branch timer_single_step
+
+mouse_le_send_smp_security_request_timer:
+	fetch 1,mem_mouse_le_bb_connected_flag
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg mouse_le_pairing_sm_start_check,regb
+	branch timer_single_step
+mouse_le_pairing_sm_start_check:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_pairing_state
+	rtnne FLAG_LE_PAIRING_NULL
+	branch le_pairing_sm_start
+
+mouse_le_battery_updata_timer:
+	arg mem_le_battery_level_updata_timer,regc
+	arg mouse_le_battery_level_updata,regb
+	branch timer_single_step
+
+mouse_le_battery_level_updata:
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_fill_battery_level_le
+	
+mouse_le_enable_att_list:	
+	fetch 1,mem_le_connect_status_flag
+	rtnbit1 LL_PAIRING_SUCCESS_FLAG
+	call mouse_updata_le_param
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_check_hid_handshake_timer:
+	arg mem_hid_handshake_timer_count,regc
+	arg mouse_bt_hid_handshake,regb
+	branch timer_single_step
+	
+mouse_bt_check_sniff_req_timeout_timer:
+	arg mem_mouse_bt_send_first_package_timer,regc
+	arg mouse_bt_send_first_package,regb
+	branch timer_single_step
+mouse_bt_send_first_package:
+	jam 1,mem_mouse_bt_send_first_package_flag
+	rtn
+
+mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg mouse_app_enter_hibernate,regb
+	branch timer_single_step
+
+
+mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg mouse_current_mult_reinit,regb
+	branch timer_single_step
+mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_check_no_data_timeout_timer:	
+	fetch 1,mem_usb_addr
+	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_hibernate_set
+	branch mouse_disconnect
+	
+mouse_no_data_timer_init:
+	fetch 2,mem_mouse_no_data_timeout
+	store 2,mem_mouse_no_data_timer
+	rtn
+
+mouse_store_information_delay_timer:
+	arg mem_store_information_delay_timer,regc
+	arg mouse_store_device_info_check,regb
+	branch timer_single_step
+
+mouse_store_device_info_check:
+	call mouse_store_device_info
+	fetch 1,mem_mouse_need_soft_reset
+	nbranch mouse_soft_reset,blank
+	rtn
+
+mouse_bb_event_discovery_btn:
+	isolate1 mark_24g,mark
+	call mouse_24g_stop,true
+	call mouse_disconnect
+	call mouse_le_clean_connect_flag
+	branch mouse_start_discovery
+	
+mouse_start_discovery:
+	bpatch patch1b_2,mem_patch1b
+	call mouse_bluetooth_fast_conn_disable
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,mouse_start_discovery_norandom
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,mouse_start_discovery_norandom
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	random pdata					//random ble addr
+	store 1,mem_le_lap
+mouse_start_discovery_norandom:
+	fetch 3,mem_mouse_le_lap_temp
+	store 3,mem_le_lap+3
+	call app_lpm_mult_disable
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	jam 6,mem_connection_options
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 1,mem_mouse_direct_timer
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	store 1,mem_mouse_device_poweron_timer_count
+	store 1,mem_mouse_clear_sensor_data_flag
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_check_51cmd_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call check_51cmd_start_discovery,true
+	call mouse_low_voltage_led_blink_disable
+	branch mouse_discover_setting_led_gpio
+
+
+mouse_stop_discovery:
+	bpatch patch1b_3,mem_patch1b
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_bluetooth_reconnect_timeout
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_4_MOUSE,pdata
+	call mouse_stop_le_adv,true
+	fetch 1,mem_mouse_bluetooth_type
+	isolate1 MODE_3_MOUSE,pdata
+	call mouse_stop_bt3_discovery,true
+	branch mouse_device_led_off
+mouse_stop_le_adv:
+	jam 0,mem_mouse_direct_timer
+	branch check_51cmd_stop_adv
+mouse_stop_bt3_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch check_51cmd_stop_discovery
+
+mouse_store_remote_bdaddr:
+	bpatch patch1b_4,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+	call mouse_device_poweron_timer_init
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+mouse_unplug_clean_bdaddr:
+	call mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+	
+mouse_check_device_addr:
+	fetch 1,mem_record_bt_mode
+	beq REC_4_MODE,mouse_check_le_device_addr
+	beq REC_3_MODE,mouse_check_bt_device_addr
+	rtn
+mouse_check_le_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_le_plap
+	branch mouse_check_bt_device_addr_common
+mouse_check_bt_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_plap
+mouse_check_bt_device_addr_common:
+	store 6,mem_device_addr_temp+1
+	fetch 7,mem_device_addr_temp
+	arg mem_device1_type,contr
+	arg 3,loopcnt
+mouse_check_device_addr_end:
+	ifetcht 7,contr
+	isub temp,null
+	branch mouse_clean_addr,zero
+	increase 22,contr
+	loop mouse_check_device_addr_end
+	rtn
+mouse_before_store_reconn_info:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	fetch 1,mem_record_bt_mode
+	istore 1,rega
+	beq REC_4_MODE,mouse_store_le_device
+	beq REC_3_MODE,mouse_store_bt_device
+	rtn
+	
+mouse_store_le_device:
+	fetch 6,mem_le_plap
+	istore 6,contw
+	arg mem_le_ltk,contr
+	call memcpy16
+	fetch 6,mem_le_lap
+	istore 6,contw
+	rtn
+mouse_store_bt_device:
+	fetch 6,mem_plap
+	istore 6,contw
+	arg mem_link_key,contr
+	branch memcpy16
+
+mouse_clean_addr:
+	increase -6,contr
+	copy contr,contw
+	fetcht 6,mem_device_addr_temp+1
+	increase 3,temp
+	istoret 6,contw
+	rtn
+	
+mouse_select_reconn_device:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse_load_bt_device
+	beq REC_4_MODE,mouse_load_le_device
+	rtn
+
+mouse_load_bt_device:
+	ifetch 6,contr
+mouse_load_bt_device_end:
+	store 6,mem_hci_plap
+	arg mem_link_key,contw
+	call memcpy16
+	branch check_link_key_load
+
+mouse_load_le_device:
+	ifetch 6,contr
+mouse_load_le_device_end:
+	store 6,mem_hci_plap
+	arg mem_le_ltk,contw
+	call memcpy16
+	ifetch 6,contr
+	store 6,mem_le_lap
+	rtn
+
+
+
+mouse_app_initflag_check:
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	fetch 4,mem_24g_fast_conn_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr	
+	rtn
+
+mouse_load_device_info:
+	call mouse_select_reconn_device
+	fetch 4,mem_mouse_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr
+	rtn
+	
+mouse_ble_init_address:
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device2_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device3_locall_addr
+	rtn
+	
+
+mouse_store_device_info_delay:	
+	fetch 1,mem_store_information_delay_timer_init
+	store 1,mem_store_information_delay_timer
+	rtn
+
+mouse_store_device_info:
+	bpatch patch1b_5,mem_patch1b
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_store_eeprom_device_info
+	bbit1 MOUSE_ENABLE_FLASH,mouse_store_flash_device_info
+	rtn
+
+mouse_load_flash_info_check:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_information_flash_parameters
+	call spid_read_flash
+	call mouse_spid_flash_powerdown
+	call mouse_app_initflag_check
+	branch mouse_sensor_spi_init
+
+
+mouse_information_flash_parameters:
+	setarg mem_mouse_information_end
+	arg mem_mouse_information_start,temp
+	isub temp,temp
+	fetch 3,mem_flash_base
+	arg mem_mouse_information_start,rega
+	rtn
+	
+mouse_store_flash_device_info:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_flash_erase_sector
+
+	call mouse_information_flash_parameters
+	call mouse_spid_write_flash
+	call mouse_spid_flash_powerdown
+	branch mouse_sensor_spi_init
+
+mouse_spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_temp
+mouse_spid_write_flash_cmd:
+	call delay_nop100
+	call spid_unlock_flash
+	arg mem_write_flash_head_temp,rega
+	fetcht 1,mem_temp
+	call mouse_spid_write_flash_cmd_common
+	branch delay_nop100
+
+mouse_spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_temp
+	branch mouse_spid_write_flash_cmd
+
+mouse_spid_write_flash_cmd_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+		
+mouse_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	branch spid_flash_erase_sector+2
+
+mouse_spid_write_flash:
+	copy pdata,regc
+	copy rega,pdata
+	increase -4,pdata
+	copy pdata,regb
+	ifetch 4,regb
+	store 4,mem_write_flash_head_temp
+	copy regc,pdata
+	call spid_write_flash
+	fetch 4,mem_write_flash_head_temp
+	istore 4,regb
+	rtn
+
+mouse_flash_power_down:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_FLASH
+	call mouse_spid_flash_powerdown
+	call twspi_enable	// 2 wire mode
+	fetcht 1,mem_spi_cs_gpio		//disable flash
+	call gpio_out_inactive
+	fetcht 1,mem_spi_hold_gpio
+	branch mouse_gpio_config_input_pd
+
+mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+	branch mouse_app_initflag_check
+
+mouse_eeprom_load_recon_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_store_eeprom_device_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+
+mouse_store_eerpom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_load_eeprom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+
+
+mouse_idle:
+	bpatch patch1b_6,mem_patch1b
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	call mouse_usb_isr
+	call mouse_wheel_check
+	branch mouse_usb_mode
+
+mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,mouse_select_device_by_pb_button
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_select_device_by_pb_button
+	rtn
+
+mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+mouse_select_device_by_pb_button:	
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down
+	branch mouse_select_device_button_up
+
+mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_select_device_by_pb_button_exit
+
+
+mouse_pb_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND,mouse_pb_button_connect_gnd
+	fetch 1,mem_mouse_pbkey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_select_device_by_pb_button_end,blank
+	branch mouse_pb_button_connect_matrix
+
+mouse_select_device_by_pb_button_end:
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam 0,mem_mouse_pbkey_press_status
+	rtn
+
+mouse_pb_button_connect_gnd:
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_pb_button_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_pb_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_config_select_device_button_gpio
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+	
+mouse_select_device_button_up:
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_UP
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	fetch 1,mem_bt_discovery_count
+	sub pdata,20,null
+	ncall mouse_ready_reconnection_by_button,positive		// press button less than 30-20=1000ms
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	rtn
+
+mouse_select_device_button_down:
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+
+
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+	
+
+mouse_ready_reconnection_by_button:
+	bpatch patch1b_7,mem_patch1b
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call mouse_stop_bluetooth_mode
+	call mouse_select_device_disable
+	jam 1,mem_mouse_need_soft_reset
+	branch mouse_store_device_info_delay
+
+
+mouse_soft_reset:
+	call mouse_select_device_enable
+	branch soft_reset_chip
+
+mouse_select_device_number:
+	fetcht 1,mem_device_flag
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G,mouse_select_device_number_24g
+	sub temp,2,null
+	ncall mouse_select_device_count_clean_bt,positive
+	rtn
+	
+mouse_select_device_number_24g:	
+	fetch 1,mem_device_number
+	increase -1,pdata
+	isub temp,null
+	ncall mouse_select_device_count_clean_24g,positive
+	rtn
+
+mouse_select_device_count_clean_24g:
+	arg 0,temp
+	rtn
+mouse_select_device_count_clean_bt:
+	arg 1,temp
+	rtn
+
+
+mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+		
+
+mouse_bt_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	call mouse_select_device_by_pb_button
+	rtn
+
+
+
+
+mouse_select_device_enable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_select_device_disable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_cannel_reconn_enable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_cannel_reconn_disable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_discovery_button_down_enable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_discovery_button_down_disable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_adc_read_enable:
+	arg MOUSE_ENABLE_ADC,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_set_250Hz:
+	arg MOUSE_ENABLE_24G_250Hz,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_search_dongle_enable:
+	arg MOUSE_ENABLE_24G_SEARCH_DONGLE,queue
+	branch mouse_enable_function_flag
+	
+mouse_16M_enable:
+	arg MOUSE_ENABLE_16M,queue
+	branch mouse_enable_function_flag
+	
+mouse_dpi_4level_enable:
+	arg MOUSE_ENABLE_DPI_LEVEL_4,queue
+	branch mouse_enable_function_flag
+
+
+mouse_enable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset1 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_disable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset0 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_customer_key_enable:
+	arg MOUSE_ENABLE_KEYBOARD,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 8,mem_customer_key_press
+	store 8,mem_customer_key_release
+	fetch 1,mem_mouse_enable_flag	// 00--win+d     01--ctrl+alt+a    02--AC home    03--play
+	and pdata,0xc0,pdata
+	beq 0x40,mouse_customer_key_ctrl_alt_a
+	beq 0x80,mouse_customer_AC_home
+	beq 0xc0,mouse_customer_key_play
+	setarg 0x070008
+mouse_customer_standrad_key_set:	
+	store 8,mem_customer_key_press+1		// win + d
+	rtn
+
+mouse_customer_key_ctrl_alt_a:
+	setarg 0x040005
+	branch mouse_customer_standrad_key_set
+
+	
+mouse_customer_AC_home:
+	setarg 0x022303
+mouse_customer_media_key_set:	
+	store 8,mem_customer_key_press
+	setarg 0x03
+	store 8,mem_customer_key_release
+	rtn
+	
+mouse_customer_key_play:
+	setarg 0x00cd03
+	branch mouse_customer_media_key_set
+
+	
+
+
+
+	
+mouse_polling_device:
+	bpatch patch1c_0,mem_patch1c
+	fetch 1,mem_reconn_times
+	increase -1,pdata
+	store 1,mem_reconn_times
+	fetcht 1,mem_device_flag
+	sub temp,1,null
+	ncall mouse_select_device_number,zero
+	storet 1,mem_device_flag
+	jam 0,mem_link_key_exists
+	call mouse_store_device_number2eeprom
+	call mouse_before_store_reconn_info
+	branch mouse_start_reconnect_device
+	
+
+
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+mouse_drawing_optima:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	fetch 4,mem_mouse_x
+	rtn blank
+	call mouse_data_abs_check
+	setarg 0x03	//asm_flag enable condition
+	call mouse_pdata_greater_than_check
+	call mouse_disable_asm,blank
+	ncall mouse_enable_asm,blank
+	setarg 0x02	//asm_flag disable condition
+	call mouse_data_less_than_check
+	call mouse_disable_asm,blank
+	fetch 1,mem_mouse_asm_flag
+	beq 1,mouse_drawing_optima_modify
+mouse_drawing_optima_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+mouse_drawing_optima_modify:
+	call mouse_drawing_optima_xy_offset_modify
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_x
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_y
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+mouse_drawing_optima_xy_offset_modify:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_XY_OFFSET
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_x
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_y
+	rtn
+
+mouse_pre_xy_data_judge:	
+	fetch 1,mem_data_value+1
+	branch mouse_pre_xy_pdata_offset,blank
+	branch mouse_pre_xy_ndata_offset
+
+mouse_pre_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_pre_xy_get_0_4_times
+	store 1,mem_data_value
+mouse_xy_data_offset_new:
+	fetch 2,mem_data_value
+	rtn
+mouse_pre_xy_ndata_offset:
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_pre_xy_get_0_4_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_current_xy_data_judge:
+	fetch 1,mem_data_value+1
+	branch mouse_current_xy_pdata_offset,blank
+	branch mouse_current_xy_ndata_offset
+mouse_current_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_current_xy_get_0_6_times
+	store 1,mem_data_value
+	branch mouse_xy_data_offset_new
+mouse_current_xy_ndata_offset:	
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_current_xy_get_0_6_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_pre_xy_get_0_4_times:
+	mul32 pdata,4,pdata
+	div pdata,5
+	call wait_div_end
+	quotient pdata
+	rtn
+mouse_current_xy_get_0_6_times:	//0.6 times
+	mul32 pdata,12,pdata
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	rtn	
+	
+mouse_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch mouse_drawing_optima_data
+
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+mouse_drawing_optima_data:
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch mouse_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,mouse_data_sum_n
+	fetch 1,mem_data_sum
+mouse_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+mouse_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,mouse_data_sum_overflow_p
+	fetch 3,mem_data_sum	
+	branch mouse_data_store_pre
+mouse_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch mouse_data_store_pre
+
+mouse_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call mouse_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch mouse_data_zero,blank
+	setarg 0xff
+mouse_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+mouse_data_zero:
+	setarg 0
+	branch mouse_data_set_direction
+
+mouse_pdata_get_half:
+	call mouse_pdata_invert
+	rshift pdata,pdata
+mouse_pdata_get_new_value:	
+	call mouse_rega_in_out
+	sub pdata,0,pdata
+	store 1,mem_data_value	
+	rtn
+
+mouse_pdata_invert:
+	sub pdata,0,pdata
+mouse_rega_in_out:	
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rtn
+
+mouse_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+mouse_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+mouse_pdata_greater_than_check:
+	isub rega,null
+	nbranch disable_blank,positive
+	isub regb,null
+	nbranch disable_blank,positive
+	branch enable_blank
+mouse_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch enable_blank
+
+mouse_data_abs_check:
+	fetch 2,mem_mouse_x
+	call mouse_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	call mouse_data_abs
+	copy pdata,regb
+	rtn
+
+/***********
+input: data_current
+output:pdata,abs
+************/
+mouse_data_abs:
+	store 2,mem_data_current
+	fetch 1,mem_data_current+1
+	beq 0xff,mouse_data_reversal
+	fetch 1,mem_data_current
+mouse_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+mouse_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch mouse_data_abs_store
+
+mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+mouse_24g_long_sleep_normal_param:
+	fetch 4,mem_24g_long_sleep_set1
+	store 4,mem_24g_enter_hibernate
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_24g_long_sleep_set:
+	beq 0x00,mouse_24g_long_sleep_set_30ms
+	beq 0x01,mouse_24g_long_sleep_set_50ms
+	beq 0x02,mouse_24g_long_sleep_set_80ms
+	beq 0x03,mouse_24g_long_sleep_set_100ms
+mouse_24g_long_sleep_set_80ms:
+	setarg 0x0ea600
+mouse_24g_long_sleep_set_end:	
+	store 4,mem_24g_long_sleep_set1
+	rtn
+mouse_24g_long_sleep_set_30ms:
+	setarg 0x05e740
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_50ms:
+	setarg 0x0927c0
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_100ms:
+	setarg 0x124f80
+	branch mouse_24g_long_sleep_set_end
+
+	
+
+mouse_24g_hibernate_set:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch g24_long_sleep
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_init_sensor_wakeup,blank
+	jam 0,mem_sensor_shutdown_flag
+	branch g24_transmit_no_ack
+
+mouse_24g_transmit_start:
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch g24_short_sleep,blank
+	branch g24_transmit_start_next
+
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+mouse_24g_mode_setup_error:
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	rtn
+
+mouse_24g_reconn_dongle_start:
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam RECEIVER_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_auto_pair_mode:
+	call mouse_wakeup_from_power_check
+	branch mouse_24g_first_start_reconn,user  	// wake from hibernate :enble user
+mouse_24g_reconn_general_dongle:	
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_discover_setting_led_gpio
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch mouse_24g_first_bluetooth_reconnect
+	
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_discover_setting_led_gpio
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+	
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	call mouse_device_led_off
+	call mouse_24g_stop
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_app_enter_hibernate
+	rtn
+
+mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	branch mouse_24g_reconn_dongle_start
+
+
+mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair+1
+
+		
+mouse_24g_attempt_success:
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetch 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	branch mouse_24g_first_store_reconn_info
+	
+mouse_24g_pairing_complete:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_timer_init
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_250Hz,g24_transmit_by_interrupt_enable
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+/**************************************g24 search receiver*****************************************/
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch mouse_24g_search_dongle_loop_retry,sync
+	nbranch mouse_24g_search_dongle_loop_retry,user3
+	call mouse_24g_search_dongle_success
+mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	beq G24_CH_POLL_COUNT,mouse_24g_search_dongle_check
+	rtn
+
+mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch mouse_24g_search_dongle_loop
+
+mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		//3min
+	store 2,mem_mouse_no_data_timer
+	branch mouse_sensor_powerdown
+
+mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch mouse_init_sensor_wakeup
+
+/**************************************g24 search receiver*****************************************/
+
+
+
+/*******************led*************************/
+mouse_device_poweron_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	fetch 1,mem_mouse_device_poweron_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_device_poweron_timer_count
+	branch mouse_device_led_off,blank
+	branch mouse_device_led_on
+	
+mouse_device_poweron_timer_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	call mouse_low_voltage_led_blink_disable
+	fetch 1,mem_mouse_device_poweron_timer_count_init
+	store 1,mem_mouse_device_poweron_timer_count
+	rtn	
+
+	
+mouse_discover_setting_led_gpio:
+	jam 0,mem_mouse_device_poweron_timer_count
+	fetch 2,mem_mouse_disconvey_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time	
+mouse_setting_led_gpio_comman:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_led_24g
+	beq MODE_BT_DEVICE1,mouse_device_led_bt1
+	beq MODE_BT_DEVICE2,mouse_device_led_bt2
+	rtn
+mouse_device_led_24g:
+	fetch 1,mem_config_device_24g_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt1:
+	fetch 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt2:
+	fetch 1,mem_config_device_bt2_led_gpio
+mouse_led_blink:
+	store 1,mem_temp
+	call mouse_device_led_off
+	fetch 1,mem_temp
+	store 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	branch ui_led_blink_start_global
+
+
+mouse_dpi_led_blink_delay:
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+
+
+mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+mouse_dpi_led_blink_init:
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	ncall mouse_dpi_led_blink_count_clean,positive		// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+mouse_dpi_led_blink_count_clean:
+	arg 1,temp
+	rtn
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	enable user
+	rtn
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch1c_1,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch1c_2,mem_patch1c
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_clear_24g_led_statue,zero
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_4_LED,gpio_out_inactive
+	call mouse_check_bt2_led_off
+	call mouse_check_dpi_led_off
+	call mouse_check_low_v_led_off
+	fetch 1,mem_mouse_led_off_4_led
+	branch gpio_out_inactive,blank
+	jam 0,mem_mouse_led_off_4_led
+	branch gpio_set_high_impedance
+
+mouse_ui_led_on_static:
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_set_24g_led_statue,zero
+	branch gpio_out_active 
+
+
+mouse_check_bt2_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT2_FOR_4_LED
+	fetch 1,mem_config_device_bt2_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_dpi_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_FOR_4_LED
+	fetch 1,mem_dpi_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_low_v_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_V_FOR_4_LED
+	fetch 1,mem_config_low_voltage_alarm_gpio
+mouse_check_1gpio_2led_off:
+	isub temp,null
+	nrtn zero
+	jam 1,mem_mouse_led_off_4_led
+	rtn
+
+mouse_clear_24g_led_statue:
+	jam 0,mem_24g_device_led_status
+	rtn
+
+mouse_set_24g_led_statue:
+	jam 1,mem_24g_device_led_status
+	rtn
+
+mouse_low_voltage_led_timer:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	call mouse_check_dpi_blink
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_blink_new_data
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	increase 1,pdata
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,20,null
+	ncall mouse_adc_low_volatage_led_timer_count_clean,positive
+	beq 2,mouse_low_voltage_led_on
+	beq 4,mouse_low_voltage_led_off
+	beq 6,mouse_low_voltage_led_on
+	beq 8,mouse_low_voltage_led_off
+	rtn
+mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	branch mouse_low_voltage_led_off
+mouse_low_voltage_led_on:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_on
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_on
+mouse_low_voltage_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_off
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_low_voltage_led_blink_new_data:
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_adc_low_volatage_led_blink_timer
+	isub temp,null
+	nbranch mouse_low_voltage_led_blink_disable,positive
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nrtn blank
+	jam 1,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_blink_init
+	
+mouse_low_voltage_led_blink_init:
+	fetch 2,mem_mouse_low_v_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_setting_led_gpio_comman
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_led_blink
+
+mouse_low_voltage_led_blink_disable:
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_off
+
+
+mouse_low_voltage_led_no_enter_lpm:	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_no_enter_lpm_blink
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,10,null
+	branch mouse_lpm_mode_clear,positive
+mouse_low_voltage_led_no_enter_lpm_next:	
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_exit_check
+	jam 1,mem_lpm_mode
+	rtn
+
+g24_transmit_by_interrupt_exit_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag	
+	rtnbit1 MOUSE_ENABLE_24G_250Hz	
+	branch g24_transmit_by_interrupt_exit
+
+mouse_lpm_mode_clear:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_enable
+	jam 0,mem_lpm_mode
+	rtn
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nbranch mouse_lpm_mode_clear,blank
+	branch mouse_low_voltage_led_no_enter_lpm_next
+	
+	
+/*******************led*************************/	
+mouse_store_signal_rssi:
+	call rssi_hex2dec
+	fetch 1,mem_rssi
+	branch rssi_signal
+
+mouse_le_transmit:
+	call mouse_store_signal_rssi
+	branch power_ctrl_start
+
+mouse_bt_slave_match:
+	call mouse_store_signal_rssi
+	fetch 1,mem_state
+	isolate1 state_inconn,pdata
+	nrtn true
+	fetch 1,mem_arq
+	isolate1 wack,pdata
+	call power_ctrl_pac_succ_decrs,true
+	ncall power_ctrl_pac_succ_incrs,true
+	branch power_ctrl_start
+
+mouse_le_set_lpm_mult:
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch disable_blank,true
+	call app_lpm_mult_enable
+	branch enable_blank
+
+mouse_bt_set_lpm_mult:
+	call l2cap_malloc_is_fifo_empty
+	nrtn blank
+	jam 1,mem_current_sniff_attempt
+	jam 0,mem_current_sniff_timeout
+	branch enable_blank
+
+mouse_set_lpm_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_le_set_lpm_mult
+	branch mouse_bt_set_lpm_mult
+
+/*****************close define  COMPILE_MOUSE**********/
+else
+mouse_init:
+mouse_irtual_cable_unplug:
+mouse_store_remote_bdaddr:
+mouse_ui_led_off_static:
+mouse_ui_led_on_static:
+mouse_bt_hid_handshake_boot_check:
+mouse_delay_enter_hibernata:
+mouse_low_voltage_led_no_enter_lpm_blink:
+	rtn
+endif
+
+
+
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/patch.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/patch.prog	(working copy)
@@ -0,0 +1,3437 @@
+
+//define G24_OTA
+//define FIRE_KEY
+//define UART_LOG
+//define RSSI_SORT
+//define DOUBLE_DPI_KEY
+define LOGO_LED
+define S201X_SENSOR
+//define COMMBINATION_DPI
+define G24_RETRANSMIT_DPI
+//define YJX_ICE_SELECT_ANGLE
+define PAIR_FAST_POWER_CTRL
+define DISTANCE_DISCON
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+//	beq patch00_3,p_main_loop
+	beq patch10_2,p_shutdown_radio
+	beq patch10_3,p_set_sync_on
+	beq patch10_4,p_set_freq_rx
+	beq patch11_2,p_txon_next
+	beq patch11_3,p_initialize_radio_cont	
+	beq patch11_4,p_save_rssi
+	beq patch13_7,p_init_param
+	beq patch14_4,p_lpm_dispatch
+	beq patch15_6,p_app_init
+	beq patch18_3,p_mouse_start_work
+	beq patch18_4,p_mouse_start_reconnect_device
+	beq patch18_7,p_mouse_app_enter_hibernate
+	beq patch19_1,p_mouse_setgpio_hibernate
+	beq patch19_2,p_mouse_lpm_before_common
+	beq patch19_4,p_mouse_adc_read_start
+	beq patch19_6,p_mouse_motion
+	beq patch19_7,p_mouse_dpi_process
+	beq patch1a_0,p_mouse_seting_dpi
+	beq patch1a_1,p_mouse_check_key_gpio
+	beq patch1a_3,p_mouse_init_sunt
+	beq patch1a_4,p_mouse_sensor_poweron
+	beq patch1a_6,p_mouse_priority_bb_event
+	beq patch1b_1,p_mouse_bb_event_timer
+	beq patch1b_2,p_mouse_start_discovery
+	beq patch1b_3,p_mouse_stop_discovery
+	beq patch1b_6,p_mouse_idle
+	beq patch1b_7,p_mouse_ready_reconnection_by_button
+	beq patch1c_1,p_mouse_led_off
+	beq patch1c_2,p_mouse_led_on
+	beq patch1d_0,p_hid_rx_process
+	branch loop
+
+pf_patch_ext:
+	beq patch23_2,p_send_lmp		
+	beq patch24_0,p_twspi_reset
+	beq patch25_3,p_efuse_vdd_off
+	beq patch26_3,p_adc_init_data
+	beq patch26_4,p_enable_adc
+	beq patch30_7,p_ui_timer_check		
+	beq patch34_1,p_le_slave_match
+	beq patch34_3,p_le_slave_unsync
+	beq patch36_5,p_le_transmit
+	beq patch38_0,p_le_parse_l2cap
+	beq patch3b_5,p_g24_dispatch
+	beq patch3c_2,p_g24_pair_dispatch
+	beq patch3d_1,p_g24_reconn_dispatch
+	beq patch3d_2,p_g24_transmit_no_interrupt
+ifdef PAIR_FAST_POWER_CTRL
+	beq patch3d_3,p_g24_transmit_hop_process
+endif
+	beq patch3d_4,p_g24_lpm_wait
+	beq patch3d_5,p_power_ctrl_start
+	branch loop
+
+
+p_soft_reset:
+	clear_stack
+	call app_param_init
+	ncall p_led_num_check,wake
+ifdef RSSI_SORT
+	setarg mem_mouse_rssi_signal_buf_patch
+	store 2,mem_rssi_signal_buf_ptr	
+endif
+	call mouse_xtal_init		// 16M / 24M
+	branch soft_reset+3
+
+p_efuse_vdd_off:
+	fetch 1,core_rf_ldo_en1
+	set0 5,pdata
+	set0 4,pdata
+	set0 0,pdata
+	store 1,core_rf_ldo_en1
+	nop 24
+	set0 3,pdata
+	branch efuse_vdd_off+6
+
+p_lpm_dispatch:
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	rtn blank
+	fetch 1,mem_lpm_mode
+	rtn blank
+	fetch 1,mem_mouse_multi_led_blink_enable
+	nrtn blank
+	branch lpm_dispatch+6
+
+p_mouse_start_reconnect_device:
+	call p_mouse_device_le_reconn_led_config
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+p_mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_3_MODE,mouse3_0_check_reconn_target
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_buletooth_fast_conn_init
+
+p_twspi_reset:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	branch twspi_reset+1
+
+p_mouse_led_on:
+	sub temp,GPIO_DISABLE,null
+	rtneq zero
+	branch mouse_led_on+1
+
+p_mouse_led_off:
+	sub temp,GPIO_DISABLE,null
+	rtneq zero
+	branch mouse_led_off+1
+
+p_led_num_check:		
+	fetch 1,mem_mouse_flag+4
+	nrtn blank
+	jam 0,mem_ui_led_struct_num
+	rtn
+
+p_mouse_ready_reconnection_by_button:
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+	call p_mouse_devide_led_disable
+	call p_mouse_low_voltage_led_off
+p_mouse_store_device_number_before_reset:	
+	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call p_mouse_stop_bluetooth_mode
+	call app_evt_button_long_pressed
+	call p_mouse_le_state_clear
+	branch mouse_store_device_number_before_reset+3
+
+p_mouse_le_state_clear:
+	setarg 0
+	store 8,mem_context
+	jam 0,mem_state
+	jam 0,memui_reconnect_mode
+//	call init_lmp_work
+	rtn
+
+p_mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BT_RECONNECT
+	branch mouse_stop_bluetooth_mode+2
+/*
+p_main_loop:
+ifdef SIMPLE_PAIRING
+	call sp_calc_sequence
+endif
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256
+endif
+ifdef SIMPLE_PAIRING
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256_check
+endif
+endif
+	call le_advertising_dispatch
+	call idle_dispatch
+	call p_app_process_idle
+	branch main_loop+7
+
+p_app_process_idle:
+	call p_ui_dispatch
+	branch app_process_idle+2
+
+p_ui_dispatch:
+	call p_ui_led_dispatch
+	branch ui_timer_check
+
+p_ui_led_dispatch:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	fetch 2,mem_ui_led_struct_ptr
+	copy pdata,regb
+	add regb,LED_OFFSET_LED_GPIO,regb
+	ifetch 1,regb
+	rtneq GPIO_DISABLE
+	branch ui_led_dispatch+2
+*/
+
+/////////////////////////////////// adc//////////////////////////////////////
+p_set_sync_on:
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					/* if called from tx or rx */
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,set_sync_on_24m
+p_set_sync_on_16m:
+	jam 0x29,core_syn_afc_cfg1
+	branch set_sync_on_16m	
+
+p_set_freq_rx:
+	call set_freq_rx+1
+	setarg 0x7676
+	store 2,0x8968
+	rtn
+
+p_mouse_24g_fast_conn_mode_check:
+	rtnmark0 mark_24g
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch p_mouse_soft_agc_enable,zero
+p_mouse_soft_agc_disable:
+	jam 0xff,mem_gain_fix
+	rtn
+
+p_mouse_soft_agc_enable:
+	jam 0,mem_gain_fix
+	jam TX_POWER_F17DB,mem_tx_power
+	rtn
+
+p_save_rssi:
+	// bit6 is signed bit. 
+	fetch 1,modem_nb_pow 
+	isolate1 6,pdata 
+	setflag true,7,pdata 
+	store 1,mem_modem_rssi 
+	
+	fetch 1,modem_gain 
+	and pdata,0x0f,temp 
+	lshift temp,temp 
+	rshift4 pdata,pdata 
+	iadd temp,temp 
+	mul32 temp,3,rega // (abb_gain + lna_gain*2)*3 
+
+	fetch 1,mem_modem_rssi 
+	call p_byte_sign_extern 
+	sub pdata,0,pdata //-modem_nb_pow 
+	iadd rega,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) 
+	increase -9,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) - 9 
+	and pdata,0x1ff,pdata 
+	isolate1 8,pdata 
+	nbranch p_save_rssi_store,true 
+	setarg 0 
+p_save_rssi_store:
+	store 1,mem_rssi_hex
+	rtn
+p_byte_sign_extern:
+	isolate1 7,pdata
+	nrtn true
+	branch mouse_data_overflow
+
+p_txon_next:
+	fetch 1,mem_tx_power
+	beq TX_POWER_F17DB,p_set_tx_power_f17db	//fast conn
+	beq TX_POWER_F20DB,p_set_tx_power_pair
+	branch txon_next+1
+
+p_set_tx_power_pair:
+ifdef PAIR_FAST_POWER_CTRL
+	jam 0x04,core_tx_pwr_ctrl0			//BR Test 20-50cm
+	jam 0x00,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+else
+	branch set_tx_power_f20db
+endif
+	
+
+p_set_tx_power_f17db:
+	jam 0x5b,core_tx_pwr_ctrl0		
+	jam 0x01,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+	
+p_adc_init_data:
+	arg mem_temp_block2,rega
+	arg 12,temp
+	setarg EFUSE_OFFSET_ADC_PARAM
+	call efuse_read_data
+	branch adc_init_data+6
+
+p_enable_adc:	
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+//	jam 0x07,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000
+	fetch 2,core_adc_sum
+	store 2,mem_adc_current_value
+	fetch 1,core_sum_en
+	set0 7,pdata
+	store 1,core_sum_en
+	jam 0,core_gpadc_ctrl
+	
+	storer regb,1,core_rf_ldo_cfg6
+	rtn
+
+p_mouse_adc_read_start:
+	call p_enable_adc
+	jam 0,mem_adc_read_timer
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, p_mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+p_mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+//	bbit1 2,mouse_adc_button_press
+	bbit1 1,p_mouse_power_down
+	bbit0 0,p_mouse_adc_no_low_voltage
+	branch mouse_adc_data_process_next
+
+p_mouse_power_down:
+	fetch 1,mem_mouse_led_new_interface_config		//can be remove?
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_power_down
+	branch p_mouse_app_enter_hibernate
+	
+p_mouse_adc_no_low_voltage:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_adc_no_low_voltage
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 1,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	branch p_mouse_low_voltage_led_off_judge
+
+/////////////////////////////////// adc//////////////////////////////////////
+
+//============low led start============//
+p_mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_mouse_multi_led_blink_type		//04:dpi blink
+	sub pdata,4,null
+	nrtn zero
+//	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch enable_user
+
+p_mouse_low_voltage_led_timer:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_1IO2LED,mouse_low_voltage_led_timer
+p_mouse_low_voltage_led_timer_new:	//new interface,multi lio2led
+	rtnbit0 MOUSE_ENABLE_LOW_LED
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+
+	call p_mouse_check_dpi_blink		//need judge blink led=dpi? if led=dpi led->rtn
+	rtn user
+	
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	branch p_mouse_low_led_blink_count_init_judge,blank
+p_mouse_low_led_blink_timer:
+	fetcht 1,mem_adc_low_volatage_led_timer_count_new
+	increase 1,temp
+	storet 1,mem_adc_low_volatage_led_timer_count_new
+	fetch 1,mem_mouse_low_led_blink_timer
+	isub temp,null
+	ncall p_mouse_low_led_timer_count_clean,positive
+	fetch 1,mem_mouse_low_led_blink_half_timer
+	isub temp,null
+	nbranch p_mouse_low_voltage_led_off_judge,positive
+p_mouse_low_voltage_led_on_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on+1
+p_mouse_low_voltage_led_on:
+	fetcht 1,mem_mouse_low_gpio 
+	branch p_mouse_multi_led_on
+
+p_mouse_low_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count_new
+	call p_mouse_low_led_blink_decrease		//blink count decrease
+p_mouse_low_voltage_led_off_judge:
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off+1
+p_mouse_low_voltage_led_off:
+	fetcht 1,mem_mouse_low_gpio
+	branch p_mouse_multi_led_off
+
+p_mouse_low_led_blink_decrease:
+	fetch 1,mem_mouse_multi_low_led_blink_count
+	increase -1,pdata
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+p_mouse_low_led_blink_count_init_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT,p_mouse_low_voltage_led_off_judge
+	call p_mouse_multi_low_led_blink_count_init
+	branch p_mouse_low_led_blink_timer
+
+//============low led end============//
+
+
+p_initialize_radio_cont:
+	jam 0xe6,core_syn_aac_cfg1
+	call initialize_syn_afc_cfg1
+	call initialize_rf_ldo_cfg1
+	call initialize_rc_cal
+	jam 0x09,core_rx_bq_cfg0
+	jam 5,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x00,core_syn_loopdiv_dsm_cfg
+	jam 0x40,core_rx_ctrl1
+	branch initialize_radio_cont+8
+
+
+p_shutdown_radio:
+	fetch 1,mem_gain_fix	//filter gain_control
+	store 1,mem_temp
+	call shutdown_radio+1
+	jam 0x00,core_rf_ldo_en0	//RFPLL vco_LDO disable
+	fetch 1,mem_temp
+	store 1,mem_gain_fix
+	rtn
+
+p_init_param:
+	jam 0,mem_lmo_tid2			// classic can't reconnect
+	branch init_param_next+1
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+p_app_init:
+ifdef UART_LOG
+	call p_device_hardware_init
+endif
+	set0 mark_adc_enable,mark
+	call enable_authrom
+	call p_mouse_setting_config
+	call mouse_init_sunt
+	rtn wake	
+ifdef COMMBINATION_DPI
+	jam 0,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_seting_sensor_type
+	call mouse_usb_check_enable
+	call mouse_drawing_optima_init
+	call p_mouse_cb_fuction
+	call p_mouse_sensor_powerdown
+	branch mouse_init+8
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_double_dpi_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_dpi_another_button_gpio
+	bbit1 gpio_active_bit,p_mouse_another_dpi_connect_vin
+p_mouse_another_dpi_connect_gnd:
+	jam 0,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+p_mouse_another_dpi_connect_vin:
+	jam 1,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+endif
+	
+ifdef FIRE_KEY
+p_mouse_firebutton_connect_state_check:
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	bbit1 gpio_active_bit,p_mouse_firebutton_connect_vin
+p_mouse_firebutton_connect_gnd:	
+	jam 0,mem_mouse_firebutton_connect_vin_flag
+	rtn
+p_mouse_firebutton_connect_vin:
+	jam 1,mem_mouse_firebutton_connect_vin_flag
+	rtn
+endif
+
+p_mouse_customer_key_connect_vin:
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	rtnbit0 7
+	jam 1,mem_mouse_customer_key_connect_vin_flag
+	rtn
+	
+p_mouse_le_name_load:
+	fetch 1,mem_le_name_patch_len
+	rtn blank
+	add pdata,1,loopcnt
+	arg mem_le_name_patch_len,contr
+	arg mem_le_name_len,contw
+	branch memcpy
+
+p_mouse_setting_config:
+	rtn wake
+ifdef G24_OTA
+	ncall p_g24_load_ota_config_poweron,wake
+endif
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call p_mouse_le_name_load	
+	call mouse_param_init
+	call p_mouse_le_buff_modify
+ifdef YJX_ICE_SELECT_ANGLE
+	call p_mouse_sensor_set_angle
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_config_input
+	call p_ice_gpio_set_float
+endif
+	call p_mouse_device_multi_led_parm_init
+ifdef FIRE_KEY
+	call p_mouse_firebutton_connect_state_check
+endif	
+ifdef DOUBLE_DPI_KEY
+	call p_mouse_double_dpi_judge
+endif
+	call p_mouse_customer_key_connect_vin
+	call p_mouse_store_normal_tx_power
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_EEPROM
+p_mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+
+	call p_mouse_load_device_flag_check
+
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+
+p_mouse_load_device_flag_check:
+	fetch 1,mem_device_flag
+	sub pdata,3,null
+	rtn positive
+	jam MODE_24G_DEVICE,mem_device_flag
+	rtn
+
+p_mouse_le_buff_modify:
+	setarg mem_le_tx_buffer0_omemalloc_new
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	rtn
+
+ifdef YJX_ICE_SELECT_ANGLE
+p_mouse_sensor_set_angle:
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_select_sensor_angle_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	arg 0x03,pdata	//gpio3
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	ncall mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd	
+
+p_ice_gpio_set_float:
+ 	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_set_high_impedance
+	arg 0x03,temp	//gpio3
+	branch gpio_set_high_impedance
+endif
+
+p_mouse_store_normal_tx_power:
+	fetch 1,mem_tx_power
+	store 1,mem_normal_tx_power
+	rtn
+
+p_mouse_cb_fuction:
+	setarg p_mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg p_mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	branch mouse_cb_fuction+4
+
+p_mouse_24g_package_data:		// 250Hz
+	rtnmark0 mark_24g
+ifdef G24_OTA
+	fetch 1,mem_g24_ota_mode
+	nbranch p_mouse_24g_package_ota,blank
+endif
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_long_sleep_flag
+	jam 0,mem_long_sleep_flag
+	ncall p_mouse_short_sleep_clear_wake,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,p_mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+p_mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,p_mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+p_mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	//fetch 2,mem_mouse_z
+	//rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+p_mouse_short_sleep_clear_wake:
+	call clear_wake
+	branch lpm_write_gpio_wakeup
+
+p_mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+p_mouse_24g_search_dongle_loop:
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch p_mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_mouse_24g_search_dongle_loop_retry,sync
+	nbranch p_mouse_24g_search_dongle_loop_retry,user3
+	call p_mouse_24g_search_dongle_success
+p_mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	rtnne G24_CH_POLL_COUNT
+p_mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		
+	store 2,mem_mouse_no_data_timer
+	branch p_mouse_sensor_powerdown
+
+p_mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch p_mouse_init_sensor_wakeup
+
+p_mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch p_mouse_24g_search_dongle_loop
+
+p_g24_transmit_no_interrupt:
+	call g24_txdata_prep
+	nbranch p_g24_nodata_transmit,user
+p_g24_transmit_start:
+	call p_g24_transmit_process
+	call power_ctrl_start
+	call p_mouse_24g_fast_conn_mode_check
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch p_g24_short_sleep,blank
+	fetch 8,mem_24g_long_sleep_set
+	store 8,mem_24g_enter_hibernate
+	fetch 2,mem_24g_long_sleep_param_update_timer_init
+	store 2,mem_24g_long_sleep_param_update_timer
+p_g24_short_sleep:
+	call g24_lpm_wait
+	nrtn user
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_sleep2
+
+p_g24_transmit_process:
+	jam 0,mem_24g_retry
+p_g24_transmit_loop:
+	fetchr timeup,2,mem_param_rx_setup
+	until clkn_rt,meet
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch p_g24_retransmit,sync
+	nbranch p_g24_retransmit,user3
+	call g24_ackpayload_parse		
+ifdef G24_OTA
+	call p_g24_mouse_parse_rx
+endif
+	call p_mouse_wakeup_24g
+	branch g24_transmit_no_ack
+
+
+p_g24_retransmit:
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call p_mouse_select_device_by_pb_button
+ifdef G24_RETRANSMIT_DPI
+	call p_mouse_select_device_by_dpi_button_once
+endif
+	fetch 1,mem_24g_abort_pac
+	nrtn  blank
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt	
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 1,g24_tx_attempt_fail
+	call g24_transmit_hop_process
+	call p_delay_40ms
+	branch p_g24_transmit_loop
+	
+p_delay_40ms:
+	fetch 1,mem_24g_txfail_cnt+1
+	sub pdata,0x00,null
+	rtn positive
+	arg 40,loopcnt
+	branch delay_ms_wait
+	
+ifdef PAIR_FAST_POWER_CTRL
+p_g24_transmit_hop_process:
+	fetcht 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count			// 125Hz=11  250Hz=5
+	isub temp,null
+	nbranch p_g24_tx_fast_hop,positive		// >= (6+6)or(3+3) hop fast    fail packet count >= 2
+	branch g24_transmit_hop_process+5
+
+p_g24_tx_fast_hop:
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch g24_ch,zero		//fast conn->power no chage
+ifdef DISTANCE_DISCON
+	call p_power_ctrl_txpower_incrs
+	call power_ctrl_pac_succ_decrs
+	branch g24_ch
+else
+	branch g24_tx_fast_hop
+endif
+
+endif
+
+ifdef G24_RETRANSMIT_DPI
+p_mouse_select_device_by_dpi_button_once:
+	arg 12,queue
+	call timer_check
+	nrtn blank
+	call p_mouse_dpi_check_once
+	call mouse_dpi_key_check_long_press
+p_mouse_g24_retransmit_100ms_timer_init:
+	arg 12,queue
+	setarg 160
+	branch timer_init
+	
+p_mouse_dpi_check_once:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	branch p_mouse_dpi_check
+endif
+
+p_mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+p_mouse_select_device_by_pb_button:
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+p_mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down+2
+	branch mouse_select_device_button_up
+
+p_mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch p_mouse_select_device_by_pb_button_exit
+
+p_mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	rtn	
+	
+p_mouse_wakeup_24g_from_long_sleep:
+	call p_mouse_init_sensor_wakeup
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_set_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pu
+
+/////////////////////////////////// g24 250Hz use lpm//////////////////////////////////////
+	
+p_mouse_app_enter_hibernate:	// 1.3mA hibernate after sensroe reset
+	setarg PAN_REG_CONFIG
+	call twspi_read
+	bbit1 3,mouse_app_enter_hibernate+3
+	call p_mouse_sensor_reset
+	call p_mouse_sensor_powerdown
+	branch mouse_app_enter_hibernate+3
+
+p_mouse_setgpio_hibernate:
+	call mouse_set_sdio_high
+	call clear_wake
+ifdef LOGO_LED
+	call p_mouse_logo_led_off
+endif
+	call mouse_before_hibernate_wheel_gpio_set
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call p_mouse_gpio_config_output_high
+	arg 3,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_lpm_before_common
+	call gpio_pd_idle
+	call p_mouse_device_multi_led_all_off
+	arg 19,temp
+	call mouse_gpio_config_input_pu
+	call p_mouse_device_switch_gpio_high_impedance
+//	call p_mouse_gpio_set_high_impedance
+	call p_mouse_adc_gpio_set_before_hibernate
+	branch p_mouse_wheel_gpio_set_before_hibernate
+
+p_mouse_device_switch_gpio_high_impedance:
+	fetch 1,mem_device_switch_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_device_switch_gpio
+	branch gpio_set_high_impedance
+	
+//p_mouse_gpio_set_high_impedance:
+//	fetch 3,mem_mouse_set_high_impedance_bit_set
+//	store 3,mem_pdatatemp
+//	arg 20,loopcnt
+//	arg 0,temp
+//p_mouse_gpio_set_high_impedance_bit_loop:	
+//	fetch 3,mem_pdatatemp
+//	isolate1 0,pdata
+//	call gpio_set_high_impedance,true
+//	fetch 3,mem_pdatatemp
+//	rshift pdata,pdata
+//	store 3,mem_pdatatemp
+//	increase 1,temp
+//	loop p_mouse_gpio_set_high_impedance_bit_loop
+//	rtn
+
+p_mouse_adc_gpio_set_before_hibernate:	
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_adc_gpio_set_before_hibernate_next
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+p_mouse_adc_gpio_set_before_hibernate_next:
+	call p_mouse_adc_gpio_set
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+
+p_mouse_adc_gpio_set:
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch p_mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+p_mouse_adc_gpio_store:
+	storet 1,mem_adc_channel_gpio
+	rtn
+
+p_mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	branch p_mouse_adc_gpio_store
+
+p_mouse_wheel_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+p_mouse_wheel_clr_wakeup:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pd
+
+p_mouse_lpm_before_common:
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_config_input
+	
+	call mouse_wheel_check
+	fetch 1,mem_mouse_sensor_sclk_gpio	// set sclk high
+	call p_mouse_gpio_config_output_high
+	branch mouse_lpm_before_common+4
+
+p_g24_nodata_transmit:
+	fetch 1,mem_24g_abort_pac
+	call p_g24_send_abort_packet,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call g24_search_receiver
+p_g24_long_sleep:
+	call p_g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	jam 1,mem_long_sleep_flag
+	fetch 1,mem_sensor_shutdown_flag
+	ncall p_mouse_setgpio_hibernate,blank
+	fetch 8,mem_24g_enter_hibernate
+	branch g24_long_sleep2
+
+p_g24_send_abort_packet:
+	jam TYPE_MS,mem_24g_data_type
+	jam 1,mem_24g_abort_pac
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	setarg 0
+	store 7,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+8
+	jam 12,mem_24g_datalen
+	fetch 1,mem_24g_data_type
+	set1 bit_abort,pdata
+	store 1,mem_24g_data_type
+	call g24_transmit_prep
+	branch p_g24_transmit_start
+	
+p_mouse_priority_bb_event:
+	copy regc,pdata
+	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
+	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
+	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_HID_HANDSHAKE,p_mouse_bt_hid_handshake
+	beq BT_EVT_HID_CONNECTED,p_app_hid_connected
+	branch mouse_priority_bb_event+2
+
+p_mouse_bt_hid_handshake:
+	jam APP_HANDSHAKE_DONE,mem_app_handshake_flag
+	call app_lpm_mult_enable
+	branch mouse_bt_hid_handshake+3
+
+p_app_hid_connected:
+	call mouse_init_sensor_reset
+	call mouse_no_data_timer_init
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_device_poweron_led_config
+	branch app_hid_connected
+
+p_mouse_le_bb_event_connected:
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_device_poweron_led_config
+	branch mouse_le_bb_event_connected
+	
+p_mouse_bb_event_connected:
+	jam 0,mem_mouse_long_mult_flag
+	branch mouse_bb_event_connected+2
+	
+p_mouse_le_bb_disconnected:
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	store 1,mem_mouse_le_bb_connected_flag	
+	branch mouse_le_bb_disconnected+7
+
+p_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+p_mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 10,mem_le_start_encrypt_timer
+	branch mouse_le_ll_enable_start_enc_flag
+
+p_mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+
+p_mouse_agc_disable_nomal_power:
+	call p_mouse_soft_agc_disable
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	rtn
+	
+p_mouse_24g_pairing_complete:
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	call p_mouse_agc_disable_nomal_power
+	call mouse_no_data_timer_init
+	call p_mouse_device_poweron_led_config
+	branch mouse_24g_pairing_complete
+
+p_mouse_24g_attempt_success:
+ifdef COMMBINATION_DPI
+	jam 1,mem_mouse_commbination_dpi_check_enable
+endif
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call p_mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	call p_mouse_agc_disable_nomal_power
+	branch mouse_24g_first_store_reconn_info
+
+
+p_mouse_24g_attempt_fail:
+	call p_mouse_agc_disable_nomal_power
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch p_mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,p_mouse_24g_fast_conn_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,p_mouse_24g_fast_conn_attempt_fail
+	branch mouse_24g_attempt_fail+4
+
+p_mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	bbit0 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED,mouse_24g_reconn_dongle_start
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch p_mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_dongle_start
+	
+p_mouse_24g_start_pair_mode:
+	jam 0,mem_24g_reconn_type
+	call p_mouse_device_pair_led_config
+	branch mouse_24g_start_pair_mode
+
+p_mouse_24g_hibernate_set:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 8,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call p_mouse_sensor_powerdown
+	branch p_g24_long_sleep
+
+p_g24_pair_dispatch:
+	jam DEFAULT_24G_DEVICE,mem_24g_reconn_type
+	fetch 2,mem_24g_pair_count
+	increase 1,pdata
+	store 2,mem_24g_pair_count
+	fetch 1,mem_24g_pair_count
+	and pdata,0xff,pdata
+	beq 0,g24_pair_dispatch+1
+	rtn
+
+p_g24_reconn_dispatch:
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch p_g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+p_g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch p_g24_reconn_device_fail,sync
+	nbranch p_g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch g24_pair_start,zero
+	
+	fetch 4,mem_24g_device_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	call p_g24_store_receiver_addr,zero
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_count
+	store 2,mem_24g_reconn_timeout	
+	branch g24_reconn_attempt_success
+	
+p_g24_store_receiver_addr:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	store 4,mem_24g_receiver_addr	
+	branch g24_ch_syncword_crc8_init
+	
+p_g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata	// each 8 times switch
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_3_0_ADDR,p_g24_reconn_pair_and_3_0
+	beq FAST_CONN_AND_3_0_ADDR,p_g24_reconn_fast_conn_and_3_0
+	branch g24_reconn_device_fail+7
+
+p_g24_reconn_pair_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_pair_init_param
+
+p_g24_reconn_fast_conn_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+p_mouse_fast_conn_tx_power_set:
+	jam TX_POWER_F17DB,mem_tx_power
+	call p_set_tx_power_f17db
+	branch g24_reconn_fast_conn+2
+
+
+p_g24_dispatch:
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+p_g24_transmit_dispatch:
+	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+ifdef G24_OTA
+	bbit1 STATE_24G_OTA,p_g24_ota_dispatch
+endif
+	branch g24_transmit_dispatch+2
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_start_work+5
+	
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	call p_mouse_device_discovery_led_config,zero
+	ncall p_mouse_device_le_reconn_led_config,zero
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once		
+	and rega,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	call p_mouse_device_discovery_led_config,zero
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+p_mouse_24g_reconn_general_dongle:
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
+	
+//=============dpi level setting===========//
+p_mouse_seting_dpi:
+	call mouse_setting_dpi_4_level
+	call p_mouse_dpi_led_blink_delay
+p_mouse_seting_sensor_type:
+ifdef S201X_SENSOR
+	fetch 1,mem_config_sensor_type
+	beq S201X,p_mouse_seting_S201_dpi
+endif
+	branch mouse_seting_sensor_type
+
+ifdef S201X_SENSOR
+p_mouse_seting_S201_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,p_mouse_set_S201_dpi_0	//1200
+	beq MOUSE_DPI_LEVEL2,p_mouse_set_S201_dpi_2	//2400
+	beq MOUSE_DPI_LEVEL3,p_mouse_set_S201_dpi_3	//3200
+p_mouse_set_S201_dpi_0:	//1200
+	fetch 1,mem_sensor_s201_dpi_0
+	branch p_mouse_dpi_S201_store
+	
+p_mouse_set_S201_dpi_2:	//2400
+	fetch 1,mem_sensor_s201_dpi_2
+	branch p_mouse_dpi_s201_store
+
+p_mouse_set_S201_dpi_3:	//3200
+	fetch 1,mem_sensor_s201_dpi_3
+p_mouse_dpi_s201_store:
+	copy pdata,rega
+	setarg 0xc309
+	call twspi_write
+	copy rega,pdata
+	lshift8 pdata,pdata
+	add pdata,0x23,pdata
+	call twspi_write
+	setarg 0x0009
+	branch twspi_write
+
+//p_mouse_set_S201_dpi_1:	//1600
+//	fetch 1,mem_sensor_s201_dpi_1
+//	branch p_mouse_dpi_S201_store
+	
+//p_mouse_set_S201_dpi_4:	//800
+//	fetch 1,mem_sensor_s201_dpi_4
+//	branch p_mouse_dpi_s201_store
+endif
+p_mouse_init_sunt:
+	call mouse_sensor_spi_init		
+	rtn wake
+p_mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch p_mouse_init_sensor
+
+p_mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P3205_TJ3T_ID2,p_mouse_3205_3t_init_param
+	beq P_MX8650,p_mouse_mx8650_init_param
+	branch mouse_init_p32xx_id2_judge+2
+
+p_mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init_new,regc
+	branch p_mouse_sensor_end
+
+p_mouse_3205_3t_init_param:
+ifdef S201X_SENSOR
+	setarg 0x49		// id3
+	call twspi_read
+	beq 0xa1,p_mouse_S201X_init_param
+endif
+	branch mouse_3205_3t_init_param
+
+ifdef S201X_SENSOR
+p_mouse_S201X_init_param:
+	jam S201X,mem_config_sensor_type
+	rtn
+endif
+
+//===========dpi led blink==============//
+p_mouse_dpi_led_blink_delay:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new1
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+p_mouse_dpi_led_blink_delay_new1:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_delay_new2
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+p_mouse_dpi_led_blink_delay_next:
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch p_mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+p_mouse_dpi_led_blink_delay_new2:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	nrtn blank
+	branch p_mouse_dpi_led_blink_delay_next
+
+p_mouse_bb_event_timer:
+	call mouse_adc_read
+	call p_mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+//	call mouse_device_poweron_timer
+	call p_mouse_dpi_led_blink_delay_timer
+	call p_mouse_led_multi_timer
+ifdef LOGO_LED
+	call p_mouse_logo_led_on_timer
+endif
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call p_mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+ifdef COMMBINATION_DPI
+	call p_mouse_commbination_dpi_check_timer
+endif
+	//ble
+	call p_mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call p_mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	call p_mouse_le_send_conn_param_update_timer
+	//bt
+	call mouse_check_hid_handshake_timer
+	call mouse_bt_check_sniff_req_timeout_timer
+	call p_mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+ifdef G24_OTA	
+	call p_mouse_g24_ota_reset_timer
+endif
+	branch p_mouse_check_no_data_timeout_timer
+
+p_mouse_check_direct_timeout_timer:
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step
+	branch mouse_check_direct_timeout_timer+3
+
+p_mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg p_mouse_app_enter_hibernate_check,regb
+	branch timer_single_step
+
+p_mouse_app_enter_hibernate_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,p_mouse_start_discovery
+	branch mouse_app_enter_hibernate
+
+ifdef COMMBINATION_DPI
+p_mouse_commbination_dpi_check_timer:
+	fetch 1,mem_mouse_commbination_key_dpi
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_commbination_dpi_check_enable
+	rtn blank
+	call p_mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_dpi
+	isub temp,null
+	branch p_mouse_commbination_dpi_check,zero
+	jam 0x1e,mem_commbination_dpi_timer
+	rtn
+p_mouse_commbination_dpi_check:	
+	arg mem_commbination_dpi_timer,regc
+	arg p_mouse_dpi_process_next,regb		//skip gost key
+	branch timer_single_step
+endif
+
+//================led multi start===================//
+
+//===multi led parm init===//
+p_mouse_device_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_enable
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	call p_mouse_device_multi_led_all_off		//can be remove?
+p_mouse_multi_led_parm_init:
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_low_led_blink_timer_init:
+	fetch 1, mem_mouse_low_led_blink_timer
+	rshift pdata,pdata
+	store 1,mem_mouse_low_led_blink_half_timer
+	rtn
+p_mouse_multi_low_led_blink_count_init:
+	fetch 1,mem_mouse_multi_lowled_blink_count_init
+	store 1,mem_mouse_multi_low_led_blink_count
+	rtn
+
+p_mouse_multi_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_led_blink_type		//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	beq 1,p_mouse_device_24g_led_blink_timer_init
+	beq 2,p_mouse_device_le_discovery_led_blink_timer_init
+	beq 3,p_mouse_device_le_reconn_led_blink_timer_init
+p_mouse_multi_dpi_led_blink_timer_init:
+	fetch 1,mem_mouse_dpi_led_blink_timer_init
+p_mouse_store_multi_led_blink_timer:
+	store 1,mem_mouse_multi_led_blink_timer
+	rtn
+p_mouse_device_24g_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_24gled_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_discovery_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_discovery_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+p_mouse_device_le_reconn_led_blink_timer_init:
+	fetch 1,mem_mouse_multi_le_reconn_blink_timer_init
+	branch p_mouse_store_multi_led_blink_timer
+
+//===led poweron config===//
+p_mouse_device_poweron_led_config:	//power on
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_multi_led_powon_timer_init
+	store 1,mem_mouse_multi_led_powon_timer
+	jam MULTI_LED_ON,mem_mouse_multi_led_type
+p_mouse_multi_led_enable:
+	jam OFF,mem_mouse_multi_led_state
+	jam ON,mem_mouse_multi_led_blink_enable
+	rtn
+
+//===led blink config===//
+p_mouse_device_pair_led_config:		//24g pair led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_24g_led_blink:
+	jam 1,mem_mouse_multi_led_blink_type
+	call p_mouse_device_24g_led_blink_timer_init
+	call p_mouse_multi_led_blink_enable_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_24gled_blink_count_init
+	branch p_mouse_device_led_blink_count_init
+
+p_mouse_device_le_reconn_led_config:		//le recon led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+p_mouse_device_le_reconn_led_blink:
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+	call p_mouse_multi_led_blink_enable_init
+	jam 3,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_reconn_led_blink_timer_init
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_LED_BLINK_LIMIT
+	fetch 1,mem_mouse_multi_le_reconn_blink_count_init
+p_mouse_device_led_blink_count_init:
+	store 1,mem_mouse_multi_led_blink_count
+	rtn	
+
+p_mouse_device_discovery_led_config:		//ble discovery led config
+	fetch 1,mem_mouse_led_new_interface_config
+	rtnbit0 MOUSE_ENABLE_1IO2LED
+	fetch 1,mem_mouse_led_new_interface_config
+	set0 MOUSE_ENABLE_LED_BLINK_LIMIT,pdata
+	store 1,mem_mouse_led_new_interface_config
+	jam 2,mem_mouse_multi_led_blink_type
+	call p_mouse_device_le_discovery_led_blink_timer_init
+p_mouse_multi_led_blink_enable_init:
+	jam 1,mem_mouse_multi_led_blink_enable
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_device_multi_led_on
+	
+//=====multi led blink start====//
+p_mouse_led_multi_timer:
+	fetch 1,mem_mouse_multi_led_blink_enable
+	rtn blank
+	fetch 1,mem_mouse_multi_led_type
+	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
+p_mouse_device_multi_led_type_on:
+	fetch 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_poweron_led_off,blank
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_powon_timer
+	branch p_mouse_device_multi_led_on+1		//skip led state
+
+p_mouse_device_poweron_led_off:
+	call p_mouse_multi_low_led_blink_count_init
+p_mouse_devide_led_disable:
+	jam 0,mem_mouse_multi_led_blink_enable
+	branch p_mouse_device_multi_led_off+1		//skip led state
+
+p_mouse_multi_led_type_blink:
+	fetch 1,mem_mouse_multi_led_blink_type	//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+	rtn blank
+	beq 4,p_mouse_device_led_blink_limit	//dpi blink
+	branch p_mouse_device_led_blink_judge
+
+p_mouse_device_led_blink_judge:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT,p_mouse_device_led_blink_limit
+	branch p_mouse_multi_led_type_blink_next
+
+p_mouse_device_led_blink_limit:
+	fetch 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_off_judge, blank		//blink count =0
+p_mouse_multi_led_type_blink_next:	//blink no limit
+	arg mem_mouse_multi_led_blink_timer,regc
+	arg p_mouse_multi_led_type_blink_start,regb
+	branch timer_single_step	
+
+p_mouse_multi_led_type_blink_start:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_led_blink_count_decrease		//dpi blink
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_LED_BLINK_LIMIT, p_mouse_multi_led_blink_count_decrease
+p_mouse_multi_led_blink:
+	call p_mouse_multi_led_blink_timer_init
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,p_mouse_multi_led_off_judge_next
+	branch p_mouse_multi_led_on_judge
+
+p_mouse_multi_led_blink_count_decrease:
+	fetch 1,mem_mouse_multi_led_blink_count	
+	increase -1,pdata
+	store 1,mem_mouse_multi_led_blink_count
+	branch p_mouse_multi_led_blink
+
+//=====led on/off interface=====//
+p_mouse_multi_led_on_judge:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_on_judge
+p_mouse_device_multi_led_on:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_on
+	rtn
+p_mouse_device_24g_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch p_mouse_multi_led_on
+p_mouse_device_bt1_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch p_mouse_multi_led_on
+p_mouse_device_bt2_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+	branch p_mouse_multi_led_on
+p_mouse_multi_dpi_led_on:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_on:
+	branch gpio_out_active	//by mouse.dat config
+
+
+p_mouse_multi_led_off_judge:
+	jam 0,mem_mouse_multi_led_blink_enable
+	jam 0,mem_mouse_multi_led_blink_type
+p_mouse_multi_led_off_judge_next:
+	fetch 1,mem_mouse_multi_led_blink_type
+	beq 4,p_mouse_multi_dpi_led_off_judge
+p_mouse_device_multi_led_off:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,p_mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,p_mouse_device_bt2_led_off
+	rtn
+p_mouse_device_24g_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_24gled
+	branch gpio_out_inactive
+	//branch p_gpio_set_high_impedance
+p_mouse_device_bt1_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt1led
+	branch gpio_out_inactive
+	//branch p_gpio_set_high_impedance
+p_mouse_device_bt2_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt2led
+	branch gpio_out_inactive
+p_gpio_set_high_impedance:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	branch gpio_set_high_impedance
+
+p_mouse_device_multi_led_all_off:		//dpi+low no
+	call p_mouse_device_24g_led_off
+	call p_mouse_device_bt1_led_off
+	call p_mouse_device_bt2_led_off
+	call p_mouse_low_voltage_led_off_judge
+	branch p_mouse_multi_dpi_led_off_judge
+	
+p_mouse_multi_dpi_led_off_judge:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_off
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_off
+p_mouse_multi_dpi_led_off:
+	fetcht 1,mem_mouse_dpi_gpio
+p_mouse_multi_led_off:
+	branch gpio_out_inactive
+	
+p_mouse_multi_dpi_led_on_judge:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_mouse_led_multi_type
+	beq MOUSE_ENABLE_DPI_FOR_LED,p_mouse_device_multi_led_on
+	beq MOUSE_ENABLE_DPI_LOW_FOR_LED,p_mouse_device_multi_led_on
+	branch p_mouse_multi_dpi_led_on
+
+//================led multi end===================//
+ifdef LOGO_LED
+p_mouse_logo_led_on_timer:
+	fetch 1,mem_mouse_logo_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_no_data_timer
+	rtn blank
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_mouse_logo_led_on_time_init
+	isub temp,pdata
+	branch p_mouse_logo_led_on,positive
+p_mouse_logo_led_off:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_inactive
+p_mouse_logo_led_on:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_active
+endif
+
+p_mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg p_mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+p_mouse_dpi_led_blink_init:	//result:    level3: 2  3  1     level4: 3  4  1  2
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_dpi_led_blink_init_new1
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_dpi_led_blink_init		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,mouse_dpi_led_blink_init	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	branch mouse_dpi_led_blink_init_end
+
+p_mouse_dpi_led_blink_init_level_4:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_LEVEL_4
+	increase 1,temp  	// 2-->3   3-->4
+	rtn
+p_mouse_dpi_led_blink_count_clean:
+	increase -3,temp		// 4-->1  5-->2
+	rtn
+
+p_mouse_dpi_led_blink_init_new1:
+	fetch 1,mem_config_sensor_type
+	beq P3212,p_mouse_dpi_led_blink_init_new2		//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,p_mouse_dpi_led_blink_init_new2	//result:    level3: 1  2  3     level4: 2  3  4  1
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+p_mouse_dpi_led_blink_init_new1_next:
+	sub temp,3,null
+	call p_mouse_dpi_led_blink_init_level_4,positive
+	ncall p_mouse_dpi_led_blink_count_clean,positive
+	copy temp,pdata
+	iadd pdata,pdata
+	store 1,mem_mouse_multi_led_blink_count
+p_mouse_multi_dpi_led_blink_enable:
+	jam 4,mem_mouse_multi_led_blink_type
+	call p_mouse_multi_dpi_led_blink_timer_init	
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	branch p_mouse_multi_led_enable
+
+p_mouse_dpi_led_blink_init_new2:
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	branch p_mouse_dpi_led_blink_init_new1_next
+
+/////////////////////////////////////////////////////////////////////////////////////////////////
+
+p_mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch p_mouse_commbination_key_start
+
+p_mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+p_mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call p_mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch p_mouse_commbination_key_down,zero
+	branch mouse_commbination_key_up
+
+		
+p_mouse_commbination_key_down:		// enter hibernate when reconnect
+	call p_mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	rtn
+
+p_mouse_combination_ui_timer:
+	arg p_mouse_24g_start_pair_mode,regb
+	branch mouse_combination_ui_timer+1
+
+p_mouse_le_battery_updata_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+	branch mouse_le_battery_updata_timer
+
+p_mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+p_mouse_check_no_data_timeout_timer:
+//	fetch 1,mem_usb_addr
+//	rtnbit1 7
+	arg mem_mouse_no_data_timer,regc
+	arg p_mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+p_mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_hibernate_set
+	branch mouse_disconnect	
+
+p_mouse_start_discovery:
+	call p_mouse_device_discovery_led_config
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BT_RECONNECT,pdata
+	call mouse_cancel_reconnect,true
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_start_discovery+1
+	
+p_mouse_stop_discovery:
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	branch mouse_stop_discovery+1
+
+p_ui_timer_check:		// 100ms timer will return 4 or 5 times when power on
+	fetch 1,mem_power_on_flag
+	ncall ui_timer_init,blank
+	jam 0,mem_power_on_flag
+	branch ui_timer_check+1
+
+p_hid_rx_process:
+	fetch 2,mem_l2cap_payload_ptr
+	copy pdata,contr
+	ifetch 1,contr
+	store 1,mem_l2cap_rcv_hidtype
+	and pdata,0x0f,temp
+	rshift4 pdata,pdata //hidtype
+	beq hid_type_set_idle,p_hid_rx_process_handshake
+	branch hid_rx_process+7
+
+p_hid_rx_process_handshake:
+	arg 1,rega//payload length
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_ctrl_remote_cid
+	istore 2,contw
+	setarg 0
+	istore 1,contw
+	jam 1,mem_ui_data_txbuff_length
+	fetch 1,mem_hid_control_state
+	set1 l2cap_channel_hid_handshake_done,pdata
+	store 1,mem_hid_control_state
+	jam BT_EVT_HID_HANDSHAKE,mem_fifo_temp
+	branch ui_ipc_send_event
+
+p_send_lmp:
+	disable user
+	call lmo_fifo_process
+	fetch 1,mem_lmp_to_send
+	rtn blank
+/* lmp message to be processed. this will either be because host??? */
+/* wants to send a lmp message or because one resulted from the LMP */
+/* processing section */
+/********* outgoing lmp lookup table *************/
+	bbit1 7,send_lmp_escape
+p_send_lmp0:
+	beq LMP_DETACH,p_send_lmp_detach
+	branch send_lmp0
+
+p_send_lmp_detach:
+	call send_lmp_detach
+	jam 120,mem_conn_timer
+	rtn
+
+
+p_le_slave_match:
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+	branch le_slave_match+10
+
+p_le_slave_unsync:
+	call end_of_packet
+	branch le_slave_unsync+1
+
+p_le_transmit:
+	call le_prep
+	call le_tx_setfreq
+	call rf_debug_tx_on_line	//H
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	nop 10	//about delay 0.5us
+	branch le_transmit+9
+
+p_le_parse_l2cap:
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,p_le_parse_att
+	branch le_parse_l2cap+10
+		
+p_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,p_le_parse_att_write_request	
+	branch le_parse_att+2
+	
+p_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//input:temp is handle
+p_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	nbranch p_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+p_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+
+p_g24_lpm_wait:			// ice connect led
+//	fetch 1,mem_24g_device_led_status
+//	nbranch disable_user,blank
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+	fetch 1,mem_sensor_shutdown_flag
+	nrtn blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+	rtn
+
+	
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call p_mouse_check_sensor_data
+	setarg 0x0089
+	call twspi_write
+	call p_mouse_seting_sensor_type
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call p_mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+p_mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_motion
+	branch mouse_check_sensor_data+3
+
+p_mouse_ka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+p_mouse_pka8g2_sensor_motion_1:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne PKA8G2_ID1,mouse_twspi_reset
+	branch mouse_p3212_sensor_motion_2
+
+
+p_mouse_drawing_optima:
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	rtneq KA8G2
+	branch mouse_drawing_optima
+
+p_mouse_sensor_poweron:
+	call mouse_sensor_spi_init
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_init
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+p_mouse_sensor_end:
+	call mouse_sensor_wr_seq
+	branch p_mouse_seting_sensor_type
+	
+p_mouse_ka8g2_sensor_init:
+	call p_mouse_ka8g2_sensor_reset
+	arg mem_ka8g2_sensor_poweron_init,regc
+	branch p_mouse_sensor_end
+
+p_mouse_sensor_reset:
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_reset
+	branch mouse_sensor_reset
+p_mouse_ka8g2_sensor_reset:
+	setarg 0x9706		// reset to factory settings
+	branch mouse_sensor_reset_end
+
+p_mouse_sensor_powerdown:
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_ka8g2_sensor_powerdown
+	branch mouse_sensor_powerdown_end
+	
+p_mouse_ka8g2_sensor_powerdown:
+	setarg 0x1f06		
+	branch twspi_write
+
+
+//////////////////////////////modify key start///////////////////////////////////////////////
+p_mouse_key:
+ifdef FIRE_KEY
+	call p_mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch p_fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch p_fire_key_process,blank
+endif
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+
+p_mouse_check_key_gpio:	//when mem_matrix_public_gpio=0xff
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+	call p_mouse_check_rkey_gpio
+	call p_mouse_check_mkey_gpio
+	call p_mouse_check_bkkey_gpio
+	call p_mouse_check_fwkey_gpio
+ifdef FIRE_KEY	
+	call p_mouse_check_firekey_gpio
+endif
+	call p_mouse_check_customerkey_gpio
+	branch mouse_check_key_gpio_next+1
+
+p_mouse_check_lkey_gpio:
+	fetch 1,mem_lbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_lkey_gpio
+	fetcht 1,mem_lbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_rkey_gpio:
+	fetch 1,mem_rbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_rkey_gpio
+	fetcht 1,mem_rbutton_gpio
+	branch mouse_gpio_config_input_pu
+p_mouse_check_mkey_gpio:
+	fetch 1,mem_mbutton_gpio
+	call p_mouse_gpio_config_output_high
+	call mouse_check_mkey_gpio
+	fetcht 1,mem_mbutton_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_bk_check
+	branch mouse_check_bkkey_gpio_next
+p_mouse_3io6key_bk_check:
+	fetch 1,mem_bk_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_3io6key_bk_check	
+
+p_mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_fw_check
+	branch mouse_check_fwkey_gpio_next
+p_mouse_3io6key_fw_check:
+	fetch 1,mem_fw_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_3io6key_fw_check
+
+//input:pdata gpio number
+p_mouse_gpio_config_output_high:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_high,temp
+	branch gpio_config_function_int
+		
+//input:pdata gpio number
+p_mouse_gpio_config_output_low:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_low,temp
+	branch gpio_config_function_int	
+
+p_mouse_check_customerkey_gpio:
+	fetch 1,mem_mouse_customer_key_connect_vin_flag
+	branch mouse_check_customerkey_gpio,blank
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	
+	fetch 1,mem_customer_key_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_customer_key_gpio
+
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_customerkey_press_status
+	copy pdata,regc
+p_mouse_3io6key_customerkey_check:
+	fetch 1,mem_customer_key_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_customer_key_gpio
+	call mouse_3io6key_check
+	store 1,mem_mouse_customerkey_press_status
+	call mouse_check_customerkey_state
+	fetcht 1,mem_customer_key_gpio
+	branch mouse_gpio_config_input_pu
+
+/////////////////////////////////////////////firekey start//////////////////////////////////////////
+
+ifdef FIRE_KEY
+p_mouse_check_firekey_gpio:
+	arg 0,regb
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_firebutton_connect_vin_flag
+	nbranch p_mouse_check_firekey_connect_vin,blank
+p_mouse_check_firekey_connect_gnd:
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	setflag true,0,regb
+p_mouse_firekey_state_store:	
+	copy regb,pdata
+	store 1,mem_fire_key_flag
+	rtn
+
+p_mouse_check_firekey_connect_vin:
+	fetch 1,mem_firebutton_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_firebutton_gpio
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	nsetflag true,0,regb
+	branch p_mouse_firekey_state_store
+
+p_fire_key_process: 
+	beq 4,p_fire_key_process_end
+p_fire_key_press:
+	call p_firekey_clkn_bt_timer_check 
+	fetch 4,mem_fire_key_delay
+	arg 0xa0,temp      
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_fire_key_delay 
+	fetch 1,mem_fire_key_status
+	beq 0,p_fire_key_process_start
+	beq 1,p_fire_key_process_release1
+	beq 2,p_fire_key_process_start2
+	beq 3,p_fire_key_process_release2
+	rtn
+
+p_fire_key_process_start:
+	jam 1,mem_fire_key_status
+p_fire_key_down:
+	jam 1,mem_mouse_key
+	branch enable_user
+
+p_fire_key_process_release1:
+	jam 2,mem_fire_key_status
+p_fire_key_release:
+	jam 0,mem_mouse_key
+	branch enable_user
+
+p_fire_key_process_start2:
+	jam 3,mem_fire_key_status
+	branch p_fire_key_down
+
+p_fire_key_process_release2:
+	jam 0,mem_fire_key_status
+	branch p_fire_key_release
+
+p_fire_key_process_end:
+	jam 0,mem_fire_key_status
+	jam 0,mem_mouse_key
+	rtn
+
+p_firekey_clkn_bt_timer_check:
+	fetcht 4,mem_fire_key_delay
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall p_firekey_clkn_bt_timer_timeout,positive
+	rtn
+p_firekey_clkn_bt_timer_timeout:
+	setarg 0
+	store 4,mem_fire_key_delay
+	rtn
+
+endif
+
+/////////////////////////////////////////////firekey end//////////////////////////////////////////
+
+p_mouse_idle:
+	call p_mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call p_mouse_dpi_check
+ifdef DOUBLE_DPI_KEY
+	call p_mouse_dpi_another_gpio_check
+endif
+	call p_mouse_select_device_check
+	branch mouse_idle+5
+
+p_mouse_low_voltage_led_no_enter_lpm:
+	fetch 1,mem_mouse_led_new_interface_config
+	bbit0 MOUSE_ENABLE_LOW_LED,mouse_low_voltage_led_no_enter_lpm
+p_mouse_low_voltage_led_no_enter_lpm_next:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	branch mouse_low_voltage_led_no_enter_lpm+2
+
+p_mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,p_mouse_select_device_by_pb_button_check_judge
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,p_mouse_select_device_by_pb_button_check_judge
+	rtn
+p_mouse_select_device_by_pb_button_check_judge:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BT_DISCOVERY,p_mouse_select_device_by_pb_button_check_once
+	branch mouse_select_device_by_pb_button
+	
+p_mouse_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call p_mouse_dpi_key_check
+	branch mouse_dpi_check_next
+
+p_mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_dpi_check
+	branch mouse_dpi_key_check_next
+p_mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call p_mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch mouse_3io6key_check
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_dpi_another_gpio_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_mouse_another_dpi_connect_vin_flag
+	nbranch p_mouse_dpi_another_gpio_connect_vin_check,blank
+p_mouse_dpi_another_gpio_connect_gnd_check:	
+	fetch 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_high
+	call p_mouse_dpi_another_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+
+p_mouse_dpi_another_gpio_connect_vin_check:
+	fetch 1,mem_dpi_another_button_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_dpi_another_button_gpio
+	call p_mouse_gpio_config_output_low
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status
+	call p_mouse_check_key_connect_vin_new
+	call p_mouse_dpi_another_state_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu	
+	
+p_mouse_dpi_another_check:
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status	
+	call p_mouse_check_key_connect_gnd_new
+p_mouse_dpi_another_state_check:
+	store 1,mem_dpi_another_press_status
+	fetch 1,mem_dpi_another_button_down_enable
+	branch p_mouse_dpi_another_up,blank	
+p_mouse_dpi_another_down:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+
+p_mouse_dpi_another_up:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_dpi_another_button_state
+	rtn
+
+p_mouse_check_key_connect_gnd_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_check_key_connect_vin_new:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call mouse_gpio_config_input_pd
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,p_mouse_key_press		//  about 17~22ms three times
+	beq 0x00,p_mouse_key_release
+	rtn
+
+p_mouse_key_press:
+	jam 1,mem_dpi_another_button_down_enable
+	rtn
+p_mouse_key_release:
+	jam 0,mem_dpi_another_button_down_enable
+	rtn
+endif
+
+p_mouse_dpi_process:
+	call mouse_dpi_ghost_check
+	rtn user
+p_mouse_dpi_process_next:
+	fetch 1,mem_mouse_dpi
+ifdef DOUBLE_DPI_KEY
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,p_mouse_double_dpi_check
+	copy temp,pdata
+endif
+	increase 1,pdata
+	and pdata,0x03,pdata
+p_mouse_dpi_store:
+	store 1,mem_mouse_dpi
+	call p_mouse_seting_dpi
+	branch mouse_store_eerpom_dpi
+
+ifdef DOUBLE_DPI_KEY
+p_mouse_double_dpi_check:
+	fetch 1,mem_dpi_another_button_down_enable
+	nbranch p_mouse_another_dpi_button_down,blank
+p_mouse_dpi_increase:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_increase_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL2
+p_mouse_dpi_increase_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3	//1600
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_2 	//1200
+	rtn
+
+p_mouse_dpi_level_1:		//800
+	setarg 2
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_2:		//1200
+	setarg 0
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_3:		//1600
+	setarg 1
+	branch p_mouse_dpi_store
+p_mouse_dpi_level_4:		//1000
+	setarg 3
+	branch p_mouse_dpi_store
+
+p_mouse_dpi_increase_level_4:
+	copy temp,pdata			//0->1,2->3,3->0
+	rtneq MOUSE_DPI_LEVEL2
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_3
+	beq MOUSE_DPI_LEVEL3,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_2
+	rtn
+p_mouse_dpi_decrease_level_4:
+	copy temp,pdata			//0->3,1->0,3->2
+	rtneq MOUSE_DPI_LEVEL3
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	beq MOUSE_DPI_LEVEL4,p_mouse_dpi_level_1
+	rtn
+
+p_mouse_another_dpi_button_down:
+p_mouse_dpi_decrease:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,p_mouse_dpi_decrease_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL3
+p_mouse_dpi_decrease_level:
+	beq MOUSE_DPI_LEVEL1,p_mouse_dpi_level_1
+	beq MOUSE_DPI_LEVEL2,p_mouse_dpi_level_2
+	rtn
+endif
+//////////////////////////////modify key end///////////////////////////////////////////////
+
+
+///////////////////////////// 2.4g ota start ///////////////////////////////////////////////////////////	
+ifdef G24_OTA
+
+p_g24_load_ota_config_poweron:
+	call iicd_load_gpio_init
+	call p_g24_check_ota_data
+	branch p_g24_load_ota_config,user
+	rtn
+
+p_g24_load_ota_config:	
+	arg iicd_read_eep,regc
+	fetch 2,mem_g24_ota_config_addr
+	increase 3,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	branch load_storage_loop
+
+p_mouse_g24_ota_reset_timer:
+	arg mem_g24_ota_reset_timer,regc
+	arg soft_reset_chip,regb
+	branch timer_single_step
+
+p_g24_parse_rx_ota_sm:
+	fetch 1,mem_g24_ota_mode
+	rtn blank
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_TX_VERSION,p_g24_ota_sm_tx_version
+	beq G24_OTA_SM_TX_INFO,p_g24_ota_sm_tx_info
+	beq G24_OTA_SM_TX_CONFIG,p_g24_ota_sm_tx_config
+	beq G24_OTA_SM_TX_SET_CONFIG_END,p_g24_ota_sm_tx_config_end
+	beq G24_OTA_SM_TX_DATA,p_g24_ota_sm_tx_data
+	beq G24_OTA_SM_TX_RESET,p_g24_ota_sm_tx_reset
+	rtn
+
+p_g24_ota_sm_tx_reset:
+	jam G24_OTA_SM_TX_RESET_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_version:
+	jam G24_OTA_SM_TX_VERSION_OK,mem_g24_ota_sm
+	rtn
+	
+p_g24_ota_sm_tx_info:
+	jam G24_OTA_SM_TX_INFO_OK,mem_g24_ota_sm
+	rtn	
+
+p_g24_ota_sm_tx_config:
+	jam G24_OTA_SM_TX_CONFIG_OK,mem_g24_ota_sm
+	rtn	
+	
+p_g24_ota_sm_tx_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	rtn		
+
+p_g24_ota_sm_tx_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	rtn		
+
+p_g24_mouse_parse_rx:
+	fetch 1,mem_24g_rxdata_length
+	branch  p_g24_parse_rx_ota_sm, blank
+	copy pdata,regb //len
+//	fetch 1,mem_g24_ota_mode
+//	nbranch p_g24_mouse_parse_rx_mode_ota,blank
+	jam 0,mem_24g_rxdata_length
+	fetch 1,mem_24g_rxpayload
+	beq DATATYPE_OTA,p_g24_rx_ota	//mouse
+	rtn
+
+p_g24_ota_mode_enable:
+	jam 1,mem_g24_ota_mode
+//	jam CLEAR_INIT,mem_24g_mode_init
+	jam 0,mem_lpm_mode
+	branch p_ota_init
+
+p_g24_ota_dispatch:
+	rtn
+
+p_g24_ota_transmit:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	call g24_transmit_prep
+	call g24_transmit_receive_ack
+	nrtn sync
+	nrtn user3
+	call g24_txbuf_clear
+	branch g24_ackpayload_parse
+
+p_g24_rx_ota:
+	fetch 1,mem_24g_rxpayload
+	rtnne DATATYPE_OTA
+	ifetch 1,contr
+//	store 1,mem_g24_ota_tx_opcode
+	ifetcht 1,contr
+	sub temp,G24_OTA_TARGET_MOUSE,null
+	nbranch assert,zero
+	beq G24_OTA_CMD_VERSION,p_g24_mouse_ota_process_version
+	beq  G24_OTA_CMD_INFO,p_g24_mouse_ota_process_info
+	beq  G24_OTA_CMD_CONFIG,p_g24_mouse_ota_process_config
+	beq G24_OTA_CMD_SET_CONFIG_END,p_g24_mouse_ota_process_set_config_end
+	beq G24_OTA_CMD_DATA,p_g24_mouse_ota_process_data
+	beq G24_OTA_CMD_RESET,p_g24_mouse_ota_process_reset
+	beq G24_OTA_CMD_PING,p_g24_mouse_ota_process_ping
+	branch assert
+
+p_g24_mouse_ota_process_ping:
+	rtn
+
+p_g24_mouse_ota_process_version:
+//	call  g24_transmit_prep
+	call p_g24_ota_mode_enable 
+	jam G24_OTA_SM_RX_VERSION,mem_g24_ota_sm	
+	rtn
+	
+p_g24_mouse_ota_process_info:
+	jam G24_OTA_SM_RX_INFO,mem_g24_ota_sm
+	rtn
+	
+p_g24_mouse_ota_process_config:
+	jam G24_OTA_SM_RX_CONFIG,mem_g24_ota_sm
+	rtn
+
+p_g24_mouse_ota_process_set_config_end:
+	jam G24_OTA_SM_RX_SET_CONFIG_END,mem_g24_ota_sm
+	ifetch 2,contr
+	ifetcht 2,contr
+	fetchr rega, 2,mem_g24_ota_rx_alllen
+	isub rega,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	fetch 2,mem_g24_ota_rx_sum
+	isub temp,null
+	nbranch p_g24_mouse_ota_process_fail,zero
+	call p_g24_check_ota_data_all
+	nbranch p_g24_mouse_ota_process_fail,user
+	branch p_g24_mouse_ota_process_ok	
+
+p_g24_check_ota_data_all:
+	call p_g24_check_ota_data
+	nrtn user	
+	fetch 2,mem_g24_ota_rx_sum
+	isub alarm,null
+	nbranch disable_user,zero	
+	fetcht 2,mem_temp_block6
+	fetch 2,mem_g24_ota_rx_alllen
+	increase -5,pdata
+	isub temp,null
+	nbranch disable_user,zero
+	branch enable_user
+
+p_g24_check_ota_data:
+	fetch 2,mem_g24_ota_config_addr
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg 3,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+
+	fetch 1,mem_temp_block5
+	bne  G24_OTA_DATA_HEADER,disable_user
+	ifetcht 2,contr
+//	fetch 2,mem_g24_ota_rx_alllen
+//	increase -5,pdata
+//	isub temp,null
+//	nbranch disable_user,zero
+	storet 2,mem_pdatatemp //len
+	storet 2,mem_temp_block6 //len
+	
+	fetch 1,mem_temp_block5
+	arg 0xffff,rege //crc
+	arg 0,temp
+	arg mem_temp_block5,contr
+	arg 3,loopcnt
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	
+	fetch 2,mem_g24_ota_config_addr
+	add pdata,3,regf
+	call p_g24_check_ota_data_loop
+
+	byteswap regf,pdata
+	store 2,mem_addr_mi
+	arg 2,temp
+	arg mem_temp_block5,rega
+	call iicd_read_eep	
+	fetch 2,mem_temp_block5
+	isub rege, null
+	nbranch disable_user,zero
+	fetch 1,mem_temp_block5
+	iadd alarm,alarm
+	ifetch 1,contr
+	iadd alarm,alarm
+	setarg 0xffff
+	iand alarm,alarm
+	branch enable_user
+
+p_g24_check_ota_data_loop:
+	fetch 2,mem_pdatatemp
+	rtn blank
+	copy pdata,temp
+	sub pdata,16,null
+	branch p_g24_check_ota_data_loopend,positive
+	increase -16,pdata
+	arg 0x10,temp //len
+p_g24_check_ota_data_loop2:
+	store 2,mem_pdatatemp
+	copy temp,regext
+	copy regf,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	arg mem_temp_block5,rega
+	call iicd_read_eep
+	copy regf,pdata
+	iadd regext,regf
+	copy regext,loopcnt
+	copy rege,pdata
+	arg mem_temp_block5,contr
+	icrc contr
+	copy pdata,rege
+	copy regext,loopcnt
+	arg mem_temp_block5,contr
+	copy alarm,temp
+	call p_g24_mouse_data_sum
+	copy temp,alarm
+	branch p_g24_check_ota_data_loop
+
+p_g24_check_ota_data_loopend:
+	setarg 0
+	branch p_g24_check_ota_data_loop2	
+
+p_g24_mouse_ota_process_data:
+	jam G24_OTA_SM_RX_DATA,mem_g24_ota_sm
+	ifetch 1,contr
+	copy contr,rega
+	fetcht 1,mem_g24_ota_rx_data_count
+	isub temp,null
+	branch p_g24_mouse_ota_process_ok,zero //retrasmit
+	call p_g24_cmd_ota_data_check_count
+	nbranch p_g24_mouse_ota_process_fail,user
+	sub regb,4,null
+	branch p_g24_mouse_ota_process_fail,positive
+	increase -4,regb
+	
+	storer regb,2,mem_hold_contw
+	storer rega,2,mem_hold_contr
+	call iicd_eeprom_write_enable
+	call 	p_dongle_usb_cmd_ota_write_data
+	call iicd_eeprom_write_disable
+	fetchr regb,2,mem_hold_contw
+	fetchr rega,2,mem_hold_contr
+	
+	fetch 2,mem_g24_ota_rx_alllen
+	iadd regb,pdata
+	store 2,mem_g24_ota_rx_alllen
+	copy regb,loopcnt
+	arg 0,temp
+	copy rega,contr
+	call p_g24_mouse_data_sum	
+	fetch 2,mem_g24_ota_rx_sum
+	iadd temp,pdata
+	store 2,mem_g24_ota_rx_sum	
+p_g24_mouse_ota_process_ok:	
+	jam G24_OTA_STATUS_SUCCESS,mem_g24_ota_rtn_state
+	rtn
+	
+p_g24_mouse_ota_process_fail:	
+	jam G24_OTA_STATUS_FAIL,mem_g24_ota_rtn_state
+	rtn
+
+p_dongle_usb_cmd_ota_write_data:
+//	fetch 1,mem_g24_ota_config_type
+	fetch 2,mem_g24_ota_config_addr
+	rtn blank
+	fetcht 2,mem_g24_ota_rx_alllen
+	iadd temp,pdata
+	copy regb,temp
+	branch iicd_write_ota_data 
+
+p_g24_mouse_ota_process_reset:
+	fetch 1,mem_g24_ota_sm
+	rtneq G24_OTA_SM_RX_RESET
+	rtneq G24_OTA_SM_TX_RESET
+	rtneq G24_OTA_SM_TX_RESET_OK
+	jam 5,mem_g24_ota_reset_timer
+	jam G24_OTA_SM_RX_RESET,mem_g24_ota_sm
+	rtn
+	
+p_g24_cmd_ota_data_check_count:
+	fetcht 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_rx_data_count
+	beq 0,p_g24_cmd_ota_data_check_count_0
+	isub temp,pdata
+	beq  1,enable_user	
+	branch disable_user
+
+p_g24_cmd_ota_data_check_count_0:	
+	sub temp,0xff,null
+	branch enable_user,zero
+	branch disable_user
+
+p_g24_mouse_data_sum:
+	ifetch 1,contr
+	iadd temp,temp
+	loop p_g24_mouse_data_sum
+	rtn
+	
+//input loopcnt :len ; contr :data ptr 
+//ouput pdata :crc
+p_g24_mouse_ota_crc:
+	setarg 0xffff
+	icrc contr
+	rtn
+	
+p_g24_mouse_ota_check_crc:
+	fetchr loopcnt, 1,mem_24g_rxdata_length
+	sub loopcnt,2,null
+	branch disable_user,positive
+	arg mem_24g_rxpayload,pdata
+	iadd loopcnt,contr
+	increase -2,contr
+	ifetcht 2,contr // rx crc
+	arg mem_24g_rxpayload,contr	
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	branch enable_user,zero
+	branch disable_user
+
+p_g24_mouse_ota_check_data:
+	ifetch 1,contr
+	bne 0x5a,p_g24_mouse_ota_load_fail
+	copy rega,1,contr
+	fetcht  2,contr
+p_g24_mouse_ota_check_data_loop:
+	sub temp,3,null
+	branch p_g24_mouse_ota_load_fail,positive
+	increase 2,contr
+	ifetchr loopcnt, 1,contr
+	sub loopcnt,0,null
+	nbranch p_g24_mouse_ota_load_fail,zero
+	copy loopcnt,pdata
+	iadd contr,contr
+	copy temp,pdata
+	increase 3,loopcnt
+	isub loopcnt,temp
+	nbranch p_g24_mouse_ota_check_data_loop,zero
+	ifetcht 2,contr //crc
+	add rega,1,contr
+	ifetch 2,contr 
+	add pdata,2,loopcnt
+	add rega,1,contr
+	call p_g24_mouse_ota_crc
+	isub temp,null
+	nbranch p_g24_mouse_ota_load_fail,zero	
+p_g24_mouse_ota_load_success:
+	branch enable_user	
+
+p_g24_mouse_ota_load_fail:
+	branch disable_user
+
+p_g24_mouse_ota_get_otaaddr:
+	fetch 2,mem_g24_ota_config_addr
+	copy pdata,contr
+	call p_g24_mouse_ota_check_data
+	nbranch p_g24_mouse_ota_config_end,user
+	fetchr rega, 2,mem_g24_ota_config_addr
+	add rega,1,contr
+	ifetch 2,contr
+	increase 5,pdata //header 1, len 2, crc 2
+	iadd rega,pdata
+	store 2,mem_g24_ota_config_addr
+	branch p_g24_mouse_ota_get_otaaddr
+
+p_g24_mouse_ota_config_end:
+	fetch 2,mem_g24_ota_storage_size
+	fetcht 2,mem_g24_ota_config_addr
+	isub temp,pdata	
+	rtn
+
+p_ota_init:
+	setarg 0
+	store 2,mem_g24_ota_rx_alllen
+	store 2,mem_g24_ota_rx_sum
+	store 1,mem_g24_ota_rx_data_count
+	store 1,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota:
+	call disable_user
+	fetch 1,mem_g24_ota_sm
+	beq G24_OTA_SM_RX_VERSION,p_mouse_24g_package_ota_version
+	beq G24_OTA_SM_RX_INFO,p_mouse_24g_package_ota_info
+	beq G24_OTA_SM_RX_CONFIG,p_mouse_24g_package_ota_config
+	beq G24_OTA_SM_RX_SET_CONFIG_END,p_mouse_24g_package_ota_set_config_end
+	beq G24_OTA_SM_RX_DATA,p_mouse_24g_package_ota_data
+	beq G24_OTA_SM_RX_RESET,p_mouse_24g_package_ota_reset
+	branch p_mouse_24g_package_ping
+	
+p_mouse_24g_package_ota_version:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_VERSION,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	setarg G24_OTA_VERSION
+	store 2,mem_24g_txbuf+4
+	jam TYPE_MS,mem_24g_data_type
+	jam 6,mem_24g_datalen
+//	arg 6,rega	//length
+//	arg mem_g24_ota_txbuf,regb //tx buff	
+//	branch enable_user
+	jam G24_OTA_SM_TX_VERSION,mem_g24_ota_sm
+	rtn
+
+p_mouse_24g_package_ota_info:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_INFO,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	fetch 2,core_chipid
+	store 2,mem_24g_txbuf+4
+	setarg 0x6661
+	istore 2,contw
+	setarg 1
+	istore 6,contw
+	setarg 0
+	istore 2,contw
+	istore 2,contw
+	call p_mouse_24g_storage_type
+	istore 1,contw
+	setarg 0
+	istore 1,contw
+	fetcht 2,mem_g24_ota_config_addr
+	istoret 2,contw
+	fetch 2,mem_g24_ota_storage_size
+	lshift8 pdata,pdata
+	rshift  pdata,pdata 
+	isub temp,pdata
+	nbranch  p_dongle_usb_cmd_ota_info_dongle_empty,positive
+p_dongle_usb_cmd_ota_info_dongle_common:	
+	istore 2,contw	
+	jam 24,mem_24g_datalen	
+	jam TYPE_MS,mem_24g_data_type
+	jam G24_OTA_SM_TX_INFO,mem_g24_ota_sm
+	rtn	
+
+p_dongle_usb_cmd_ota_info_dongle_empty:
+	setarg 0
+	branch p_dongle_usb_cmd_ota_info_dongle_common
+	
+p_mouse_24g_package_ota_config:
+	jam G24_OTA_SM_TX_CONFIG,mem_g24_ota_sm
+	jam G24_OTA_CMD_CONFIG,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok
+
+p_mouse_24g_package_ota_reset:
+	jam G24_OTA_SM_TX_RESET,mem_g24_ota_sm
+	jam G24_OTA_CMD_RESET,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	branch p_mouse_24g_package_ota_common_ok	
+
+p_mouse_24g_storage_type:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_24g_storage_type_eeprom
+	bbit1 MOUSE_ENABLE_FLASH,p_mouse_24g_storage_type_flash
+	setarg G24_OTA_STORAGE_ERROR
+	rtn
+	
+p_mouse_24g_storage_type_eeprom:
+	setarg G24_OTA_STORAGE_EEPROM
+	rtn
+	
+p_mouse_24g_storage_type_flash:
+	setarg G24_OTA_STORAGE_FLASH
+	rtn
+	
+p_mouse_24g_package_ota_common_ok:
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ota_common_fail:
+	jam G24_OTA_STATUS_FAIL,mem_24g_txbuf+2
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ota_data:
+	jam G24_OTA_SM_TX_DATA_OK,mem_g24_ota_sm
+	jam G24_OTA_CMD_DATA,mem_24g_txbuf+1
+	fetch 1,mem_g24_ota_rx_data_count
+	store 1,mem_24g_txbuf+4	
+	jam 5,mem_24g_datalen
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ota_set_config_end:
+	jam G24_OTA_SM_TX_SET_CONFIG_END_OK,mem_g24_ota_sm
+	jam G24_OTA_CMD_SET_CONFIG_END,mem_24g_txbuf+1
+	jam 4,mem_24g_datalen
+	jam TYPE_MS,mem_24g_data_type
+	jam DATATYPE_OTA,mem_24g_txbuf
+	fetch 1,mem_g24_ota_rtn_state
+	store 1,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+	rtn
+
+p_mouse_24g_package_ping:
+	jam DATATYPE_OTA,mem_24g_txbuf
+	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam G24_OTA_STATUS_SUCCESS,mem_24g_txbuf+2
+	jam G24_OTA_TARGET_MOUSE,mem_24g_txbuf+3
+//	jam DATATYPE_OTA,mem_24g_txbuf
+//	jam G24_OTA_CMD_PING,mem_24g_txbuf+1
+	jam TYPE_MS,mem_24g_data_type
+	jam 4,mem_24g_datalen
+	rtn
+
+p_mouse_24g_package_data_ota:
+	copy pdata,rega //length
+	jam 0,mem_g24_ota_prepare_send_len
+	jam TYPE_MS,mem_24g_data_type
+	arg mem_g24_ota_txbuf,regb //tx buff		
+	rtn
+
+///////////////////////////// 2.4g ota  ///////////////////////////////////////////////////////////	
+endif
+
+
+p_power_ctrl_start:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	rtnbit1 UI_STATE_BT_RECONNECT
+	rtnbit1 UI_STATE_BT_DISCOVERY	
+ifdef RSSI_SORT
+	call p_rssi_sort
+	call p_rssi_average
+else
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+endif
+	storet 1,mem_rssi_avg_received
+
+ifndef DISTANCE_DISCON
+	branch power_ctrl_rssi_avg_compare
+else
+
+	fetch 1,mem_rssi_dis_max_24g
+	bmark1 mark_24g,p_power_ctrl_start_next
+	fetch 1,mem_rssi_dis_max_ble
+p_power_ctrl_start_next:
+	isub temp,null
+	nbranch p_power_ctrl_txpower_incrs_force,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch p_power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,p_power_ctrl_txpower_incrs
+	rtn
+
+p_power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	fetcht 1,mem_power_ctrl_pac_succ_cnt_init
+	isub temp,null
+	nrtn zero
+	jam 0,mem_power_ctrl_pac_succ_cnt
+p_power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_min_24g
+	bmark1 mark_24g,p_power_ctrl_txpower_decrs_next
+	fetch 1,mem_rssi_dis_min_ble
+p_power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+	beq 2,p_power_ctrl_decrs_level2				//3-->0-->-5
+	beq 1,power_ctrl_decrs_level1	//0dBm
+	branch power_ctrl_decrs_level0 //-5dBm
+
+p_power_ctrl_txpower_incrs_force:		//0-->3-->5
+	jam 0,mem_power_ctrl_pac_succ_cnt
+p_power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+	beq 3,p_power_ctrl_incrs_level3
+	increase 1,pdata
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1	//0dBm
+	beq 2,p_power_ctrl_incrs_level2
+p_power_ctrl_incrs_level3:	//+5dBm
+	branch p_power_ctrl_incrs_level2	//+3db
+//	jam TX_POWER_5DB,mem_tx_power
+//	rtn	
+p_power_ctrl_decrs_level2:	
+p_power_ctrl_incrs_level2:	//+3dBm
+	jam TX_POWER_3DB,mem_tx_power
+	rtn
+endif
+
+ifdef RSSI_SORT
+p_rssi_average:
+	arg mem_mouse_rssi_signal_buf_temp+6,rega
+	arg 10,pdata
+	branch rssi_average+2
+
+p_rssi_sort:
+	call p_memcpy16
+	arg mem_mouse_rssi_signal_buf_temp,regb
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	copy pdata,loopcnt
+	branch p_bubble_sort
+
+p_memcpy16:
+	arg mem_mouse_rssi_signal_buf_patch,contr
+	arg mem_mouse_rssi_signal_buf_temp,contw
+	branch memcpy16
+
+//input:regb buff ptr,pdata buff length
+p_bubble_sort:
+	increase -1,loopcnt
+	deposit loopcnt
+	rtn blank
+p_external_loop:
+	copy loopcnt,rega
+	increase -1,rega
+	copy regb,contr
+p_internal_loop:
+	ifetch 1,contr
+	copy contr,contw
+	ifetcht 1,contr
+	isub temp,null
+	call p_sort_up
+	increase -1,contr
+	increase -1,rega
+	branch p_internal_loop,positive
+	loop p_external_loop
+	rtn
+p_sort_up:
+	call p_exchange_data,positive
+	rtn
+p_exchange_data:
+	increase -1,contw
+	istoret 1,contw
+	istore 1,contw
+	rtn
+endif
+
+ifdef UART_LOG
+p_device_hardware_init:
+	fetch 1,core_uart_ctrl
+	set0 BIT_UART_CONTROL_ENABLE,pdata
+	store 1,core_uart_ctrl
+	fetch 8,mem_device_uart_rx_buffer
+	call uarta_init_dma_mem
+
+	fetch uart_baud_len,mem_device_uart_baud_rate
+	call uarta_init_baud_rate
+	call uart_clock_select_main_freq_crystal
+	fetch 1,mem_device_uart_tx_gpio
+	arg gpcfg_uart_txd,temp
+	call gpio_config_function_int
+	fetch 1,mem_device_uart_rx_gpio
+
+	arg gpcfg_uart_rxd|gpcfg_pullup,temp
+	call gpio_config_function_int
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	storet 1,core_uart_ctrl
+	rtn
+	
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii:
+	rshift4 pdata,rega  //high 4bit in rega
+	and_into 0x0f,pdata
+	call hex2ascii_half_byte
+	copy pdata,regb
+	copy rega,pdata
+	call hex2ascii_half_byte
+	lshift8 regb,regb
+	iadd regb,pdata
+//	lshift16 pdata,pdata
+//	arg 0x7830,regb   //0x
+//	iadd regb,pdata
+	rtn
+
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii_half_byte:
+	arg 0xa,temp
+	isub temp,temp
+	nbranch hex2ascii_half_byte_numberic,positive
+	setarg 0x41  // A
+	iadd temp,pdata
+	rtn
+hex2ascii_half_byte_numberic:
+	arg 0x30,temp
+	iadd temp,pdata
+	rtn
+
+//input: loopcnt--length,regc--data ptr	
+log_bytes:
+	copy loopcnt,pdata
+	branch log_len0,blank
+log_bytes_loop:
+	ifetch 1,regc
+	increase 1,regc
+	call log_byte
+	call log_space
+	loop log_bytes_loop
+uart_wait:
+	fetch 1,core_uart_status
+	bbit1 uart_status_tx_busy,uart_wait
+//	nop 12000
+	rtn
+
+log_len0:
+	call uarta_prepare_tx
+	setarg 0x656c
+	istore 2,contwu
+	setarg 0x306e
+	istore 2,contwu
+	call uarta_send
+	branch log_end
+
+//input 1byte @pdata
+log_byte:
+	call uarta_prepare_tx
+	call hex2ascii
+//	istore 4,contu	//0x
+	istore 2,contwu
+	branch uarta_send
+
+log_space:
+	call uarta_prepare_tx
+	setarg 0x20
+	istore 1,contwu
+	branch uarta_send
+
+log_end:
+	call uarta_prepare_tx
+	setarg 0x0a0d
+	istore 2,contwu
+	branch uarta_send
+
+log_colon:
+	call uarta_prepare_tx
+	setarg 0x3a
+	istore 1,contwu
+	branch uarta_send
+	
+//output:"sync_to"
+print_sync_timeout:
+	call uarta_prepare_tx
+	setarg 0x7973
+	istore 2,contu
+	setarg 0x636e
+	istore 2,contu
+	setarg 0x6f745f
+	istore 3,contu
+	call uarta_send
+	branch log_end
+	
+//output:"hec_error"
+print_hec_error:
+	call uarta_prepare_tx
+	setarg 0x636568
+	istore 3,contu
+print_error:
+	setarg 0x72655f
+	istore 3,contu
+	setarg 0x726f72
+	istore 3,contu
+	call uarta_send
+//	call log_space
+	branch log_end
+
+//output:"type_error"
+print_type_error:
+	call uarta_prepare_tx
+	setarg 0x707974
+	istore 3,contu
+	setarg 0x65
+	istore 1,contu
+	branch print_error
+
+//output:"rxlen_error"
+print_rxlen_error:
+	call uarta_prepare_tx
+	setarg 0x6c7872
+	istore 3,contu
+	setarg 0x6e65
+	istore 2,contu
+	branch print_error
+
+//output:"crc_error"
+print_crc_error:
+	call uarta_prepare_tx
+	setarg 0x637263
+	istore 3,contu
+	branch print_error
+
+//output:"rs_ms"
+print_rssi_mouse:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x736d5f
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_mouse
+	call log_byte
+	branch log_space
+
+//output:"rs_dg"
+print_rssi_dongle:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x67645f
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_hex_received
+	call bcd	
+	call log_byte
+	branch log_space
+	
+//output:"agc"
+print_agc:
+	call uarta_prepare_tx
+	setarg 0x636761
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,0x89a3	
+	call log_byte
+	branch log_space
+
+//output:"rs_avg-d"
+print_rssi_avg:
+	call uarta_prepare_tx
+	setarg 0x7372		
+	istore 2,contwu
+	setarg 0x76615f
+	istore 3,contwu
+	setarg 0x642d67
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_rssi_avg_received
+	call log_byte
+	branch log_space
+	
+//output:"pac"
+print_pac_succ_cnt:
+	call uarta_prepare_tx
+	setarg 0x636170		
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	call uarta_prepare_tx
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	call log_byte
+	branch log_end
+
+//output:"ms_pac"
+print_ms_pac:
+	call uarta_prepare_tx
+	setarg 0x5f736d
+	istore 2,contwu
+	setarg 0x636170
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_24g_paccnt
+	call log_byte
+	branch log_space
+
+//output:"ch"
+print_ch:
+	call uarta_prepare_tx
+	setarg 0x6863		
+	istore 2,contwu
+	call uarta_send
+	call log_colon
+	fetch 1,mem_24g_ch
+	call log_byte
+	branch log_space
+
+//output:"ct"
+print_clkn_bt:
+	call uarta_prepare_tx
+	setarg 0x7463		
+	istore 2,contwu
+	call uarta_send
+	call log_colon
+	deposit clke_bt
+	store 4,mem_clkn_bt_patch
+	arg 4,loopcnt
+	arg mem_clkn_bt_patch,regc
+	branch log_bytes
+
+//output:"txp"
+print_txpower:
+	call uarta_prepare_tx
+	setarg 0x707874		
+	istore 3,contwu
+	call uarta_send
+	call log_colon
+	call txpower_index_exchange
+	arg 2,loopcnt
+	arg mem_txpower_print,regc
+	branch log_bytes
+
+txpower_index_exchange:
+	fetch 1,mem_tx_power
+	beq TX_POWER_0DB,print_txpower_0
+	beq TX_POWER_3DB,print_txpower_3
+	beq TX_POWER_5DB,print_txpower_5
+	beq TX_POWER_6DB,print_txpower_6
+	beq TX_POWER_7DB,print_txpower_7
+	beq TX_POWER_10DB,print_txpower_10
+	beq TX_POWER_F3DB,print_txpower_f3
+	beq TX_POWER_F5DB,print_txpower_f5
+	rtn
+print_txpower_0:
+	setarg 0
+	store 2,mem_txpower_print
+	rtn
+print_txpower_3:
+	setarg 3
+	store 2,mem_txpower_print
+	rtn
+print_txpower_5:
+	setarg 5
+	store 2,mem_txpower_print
+	rtn
+print_txpower_6:
+	setarg 6
+	store 2,mem_txpower_print
+	rtn
+print_txpower_7:
+	setarg 7
+	store 2,mem_txpower_print
+	rtn
+print_txpower_10:
+	setarg 10
+	store 2,mem_txpower_print
+	rtn
+print_txpower_f3:
+	setarg 0xf3
+	store 2,mem_txpower_print
+	rtn
+print_txpower_f5:
+	setarg 0xf5
+	store 2,mem_txpower_print
+	rtn	
+endif
+
+	
Index: program/patch_sdk.prog
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/patch_sdk.prog	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/program/patch_sdk.prog	(working copy)
@@ -0,0 +1,15 @@
+define DEBUG_RF_INIT
+define SECURE_CONNECTION
+define SIMPLE_PAIRING
+define REVD
+define ROMCODE
+define PATCH
+define SDKCODE
+define COMPILE_MOUSE
+ifdef SDKCODE
+INCLUDE "bt_format"
+org 0x0000  // start from patch ram address start
+include patch.prog
+org 0x3bc1
+include app_mouse.prog
+endif
Index: readme.txt
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/readme.txt	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/readme.txt	(working copy)
@@ -0,0 +1,2 @@
+双击“do_sdk.bat”编译
+双击“YC_Download.bat”编译下载
Index: sched/mouse.dat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/sched/mouse.dat	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/sched/mouse.dat	(working copy)
@@ -0,0 +1,552 @@
+mem_device_option:08	#08 mouse
+
+mem_lpm_config:88 16 ce	#4khz
+mem_fcomp_div:18
+
+mem_rf_init_data:ff
+mem_rf_init_ptr:mem_rf_init_data
+mem_lpm_xtalcnt:70
+
+
+mem_dig_aon_vsel:00
+mem_gain_fix:ff
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#00-disbale,08-enable
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+04
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+19
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+5a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+00
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_POWER_ON_LED
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+22
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+82
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_DOUBLE_DPI_KEY
+1f
+
+mem_mouse_led_new_interface_config:
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+0f
+
+mem_mouse_discovery_timeout:b0 04	#2min
+mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
+mem_mouse_direct_timeout:64  #05s
+mem_mouse_24g_reconn_timeout_init:64 #10s
+
+mem_mouse_24g_pair_tx_power:94 #-20dBm
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_hex_received_max_value_init:63
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+
+mem_bk_button_gpio:ff#0b
+mem_fw_button_gpio:ff#0c
+mem_dpi_button_gpio:11
+mem_dpi_another_button_gpio:ff
+mem_matrix_public_gpio:ff
+mem_sensor_motion_gpio:ff
+mem_customer_key_gpio:ff
+mem_whee_a_data_gpio:08
+mem_whee_b_data_gpio:07
+mem_config_device_24g_led_gpio:ff
+mem_config_device_bt1_led_gpio:ff
+mem_select_sensor_angle_gpio:ff
+
+mem_lbutton_gpio:10
+mem_rbutton_gpio:11
+mem_mbutton_gpio:0f
+mem_config_select_device_button_gpio:0b
+mem_whee_ta_data_gpio:ff
+mem_whee_tb_data_gpio:ff
+mem_device_switch_gpio:ff
+mem_mouse_sensor_sclk_gpio:09
+mem_mouse_sensor_sdio_gpio:0a
+mem_config_low_voltage_alarm_gpio:ff
+mem_config_device_bt2_led_gpio:ff
+mem_dpi_led_gpio:ff #03
+mem_firebutton_gpio:ff
+
+mem_sensor_angle_default:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_sensor_angle_switch:00	#00--6CLK   01--9CLK   02--12CLK   03--3CLK
+mem_config_sensor_dpi:00		#00--1200   01--1600
+
+mem_mouse_logo_led_gpio:ff
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+
+#1io2led multi start
+#time parm
+mem_mouse_led_multi_type:02				#00:no multi	01:low+led	02:dpi+led	03:low+dpi_led
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:01		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:05	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+#io config
+mem_mouse_1io2led_multi_24gled:05
+mem_mouse_1io2led_multi_bt1led:04
+mem_mouse_1io2led_multi_bt2led:03
+mem_mouse_low_gpio:05
+mem_mouse_dpi_gpio:ff
+#1io2led multi end
+
+mem_usb_offline_check_gpio:ff
+
+
+mem_customer_key_press:
+#03 ea 00 00 00 00 00 00 00 #VOL DOWN
+#02 01 00 00 00 00 00 00 00 #POWERDOWN
+#00 05 00 04 00 00 00 00 00#CTRL+ALT+A
+#00 0a 00 72 00 00 00 00 00#copilot=win+shift+f23
+00 08 00 07 00 00 00 00 00#One-click desktop
+
+mem_customer_key_release:
+#03 00 00 00 00 00 00 00 00 #MEDIA RELEASE
+#02 00 00 00 00 00 00 00 00 #SYSTEM CRTL RELEASE
+#00 00 00 00 00 00 00 00 00#STANDARD KEY RELEASE
+#00 00 00 00 00 00 00 00 00#copilot
+00 00 00 00 00 00 00 00 00#One-click desktop
+
+mem_lpm_mode:01
+
+
+mem_mouse_bluetooth_type:02	#03 bt3.0+ble   #02 ble   #01 bt3.0
+mem_device_number:03  #max device number   value:01,02,03
+
+mem_device_flag:
+00
+34
+ff ff ff ff ff ff
+mem_device2_type:
+34
+ff ff ff ff ff ff
+mem_device3_type:
+33
+ff ff ff ff ff ff
+ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff	# 3.0 fast  conn
+
+
+mem_mouse_page_to:00 40		# 16384*0.625ms=10s
+mem_mouse_fast_direct_timeout:0a #1s
+mem_mouse_fast_page_to:60 06	# 1600*0.625ms = 1s
+mem_mouse_24g_power_on_fast_conn_timer:0a 00 #1s
+mem_mouse_24g_search_dongle_time_init: 64 00
+mem_mouse_no_data_timeout:70 17 #10min
+
+mem_mouse_device_poweron_timer_count_init:14	#2s
+mem_mouse_dpi_led_delay_count_init:05	#500ms
+mem_mouse_dpi_led_blink_time: 90 01		#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time: e8 03	#500ms on,500ms off
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_bt:07
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_dpi:ff
+
+mem_store_information_delay_timer_init:02
+
+#adc start
+mem_adc_config_flag_init:01 		#00-vinlpm   01-hvin   02-gpio
+mem_adc_channel:05 		#00-gpio4   01-gpio5   02-gpio6  03-gpio7    04-gpio9  05-gpio10  06-gpio11  07-gpio12
+# mem_mouse_vdd_full_vol:0f 01		#1.5V
+# a2 00#mem_mouse_vdd_empty_vol  :0.9V
+# b4 00#mem_mouse_vdd_low_vol   :1.0V
+mem_mouse_vdd_full_vol:4a 01		#3.3V
+36 01#mem_mouse_vdd_empty_vol  :3.0V
+4a 01#mem_mouse_vdd_low_vol   :3.2V
+mem_mouse_vdd_button_press_vol:10 00
+mem_mouse_vdd_switch_gnd_24g_vol:52 00
+mem_mouse_vdd_switch_gnd_full_vol:35 00
+mem_mouse_vdd_switch_gnd_shutdown_voltage:21 00
+mem_mouse_vdd_switch_gnd_low_voltage:25 00
+mem_adc_read_time_init:0a 	#1s
+mem_adc_low_volatage_led_blink_timer:64 00	#10s
+#adc end
+
+mem_mouse_set_high_impedance_bit_set:00 00  00
+mem_sensor_reset_gpio:ff
+
+mem_power_on_flag:01
+
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+
+mem_app_connection_options:06
+mem_lap:15 a3 c8 12 23 51
+mem_local_name_length:
+'Hama Travel
+mem_sniff_param_interval:
+0e 00 
+01 00 ##mem_sniff_param_attempt:01 00
+02##mem_sniff_param_timeout:00 00
+
+
+mem_unsniff2sniff_timer:0a
+mem_ssp_enable:01
+##mem_all_uuid_16bits:
+##06
+##03#Type: Complete list of 16-bit UUIDs
+##0011 0100 1002 1124  1200  0001
+mem_all_uuid_128bits:00
+mem_ptt:00
+
+
+mem_lmp_io_cap_payload_iocap:03 00 04
+mem_ui_profile_supported:01
+mem_eir_enable:01
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag 
+02 01 05
+
+#uuid
+03 03 12 18
+
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80
+#name
+'\09Hama Travel
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09Hama Travel
+
+
+mem_le_name_len:
+'Hama Travel
+
+mem_le_name_patch_len:	#max 18bytes
+'Hama Travel
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_le_adv_interval:00 00
+mem_le_adv_type:00 
+mem_le_adv_own_addr_type:00
+mem_le_adv_channel_map:07 
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+
+mem_le_lap:8e b1 3a 0e 8e ed
+
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_battery_level_handle:30 00
+mem_le_pairing_handle:2d 00
+
+mem_le_battery_level_updata_timer_init:96 #15s
+
+
+mem_spi_ncs_gpio:ff
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+
+
+mem_mouse_dpi_seting:
+03##mem_320x_dpi_0  	1200/1300
+04##mem_320x_dpi_1  	1600
+01##mem_320x_dpi_2   800
+02##mem_320x_dpi_3  	1000
+
+20##mem_3212_dpi_0	1200
+2a##mem_3212_dpi_1	1600
+3f ##mem_3212_dpi_2	2400
+15##mem_3212_dpi_3   800
+
+14##mem_ka8g2_dpi_0	1200
+1b##mem_ka8g2_dpi_1	1600
+11##mem_ka8g2_dpi_2	1000
+0e##mem_ka8g2_dpi_3	800
+
+mem_sensor_s201_dpi:
+8a  ##1200
+8b  ##1600
+83  ##2400
+84  ##3200
+88  ##800
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3204_init:
+09 5a
+0d f0
+1d e3
+7d d2
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_32xx_init:
+1b 35
+28 b4
+29 46
+2a 96
+2b 8c
+2c 6e
+2d 64
+38 5f
+39 0f
+3a 32
+3b 47
+42 10
+ff ff
+
+mem_sensor_32xx_init_1:
+54 2e
+55 f2
+61 f4
+63 70
+75 52 
+76 41
+77 ed
+78 23
+79 46
+7a e5
+7c 48
+7e 77
+7f 01
+0b 00
+7f 00
+09 00
+ff ff
+
+mem_sensor_8650_init_new:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a5 84
+a7 ff
+b5 d0
+b6 00
+ff 00
+35 c8
+25 af
+09 00
+ff ff
+
+mem_sensor_p6520_init:
+05 b9
+09 5a
+0b 72
+0c 52
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+19 04
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_ka8g2_sensor_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff	
+
+mem_ui_led_struct_ptr:mem_mouse_led_type
+mem_ui_led_struct_num:00
+
+  
+#24g init
+mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+mem_24g_data_type:01        #mouse 1,kb 2
+mem_24g_max_retry:06#max tx retry
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+mem_24g_interval:19
+mem_24g_interval_min:19
+mem_24g_interval_max:1c
+mem_24g_ch_map1:00 13 2c 42
+mem_24g_ch_map2:06 15 36 48
+mem_24g_ch_map3:0f 1a 3a 4c
+mem_24g_ch_map4:11 23 31 4d
+mem_24g_pair_switch:00
+mem_24g_pair_addr:20 15 10 05
+mem_24g_pair_ch:4e
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_short_sleep_set:0c f8 00
+mem_24g_long_sleep_set:00 77 01
+mem_24g_enter_hibernate:00 48 60
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_power_ctrl_pac_succ_cnt_init:80
+mem_24g_long_sleep_param_update_timer_init:14 00
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+
+mem_24g_long_sleep_set1:00 a6 0e
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+mem_tx_power:03#3dbm
+
+
+
+
+
+#log log log log log log log log log log log
+
+#uart config
+#mem_device_uart_tx_gpio:0c	#0c
+#mem_device_uart_rx_gpio:ff
+#mem_device_uart_baud_rate:1a 00	#921600
+#mem_device_uart_rx_buffer:00 1c
+#mem_device_uart_rx_buffer_end:ff 1f
+#mem_device_uart_tx_buffer:00 4f
+#mem_device_uart_tx_buffer_end:ff 4f
+
+
Index: util/crc16.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/crc16.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/crc16.pl
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/crc16.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/crc16.pl	(working copy)
@@ -0,0 +1,27 @@
+$debug = 0;
+$crc = 0xffff;
+$i = 0;
+$offset = 0xffff;
+$source_file = $ARGV[0];
+$offset = $ARGV[1];
+
+open(EEP,"$source_file") or die $!;
+
+while (<EEP>) {    
+	$c = hex();
+
+  if($i >= $offset){
+  	if($debug){printf "%02x\t", $c;}
+  	$crc  = ($crc >> 8) | ($crc << 8);
+		$crc ^= $c & 0xff;
+		$crc ^= ($crc & 0xff) >> 4;
+		$crc ^= $crc << 12;
+		$crc ^= ($crc & 0xff) << 5;
+		$crc &= 0xffff;
+  }
+  $i ++;
+  if($debug){printf "%02x\t", $crc;}
+  printf "%02x\n", $c;
+}
+
+printf "%02x\n%02x\n", (($crc >> 8) & 0xff),($crc & 0xff);
Index: util/eeprom2fulleeprom.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/eeprom2fulleeprom.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/eeprom2fulleeprom.pl
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/eeprom2fulleeprom.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/eeprom2fulleeprom.pl	(working copy)
@@ -0,0 +1,18 @@
+
+
+
+$source_file = $ARGV[0];
+$eeprom_size = $ARGV[1];
+
+open(EEP,"$source_file") or die("cannot open files");
+for ($i = 1 ;$i<=$eeprom_size*128-2;$i++)
+{
+
+    while (<EEP>) { 
+        $c = hex();
+        printf "%02x\n", $c;
+        $i++;
+    }
+
+	printf "FF\n";
+}
Index: util/mergepatch.pl
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/mergepatch.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/mergepatch.pl	(working copy)
@@ -0,0 +1,335 @@
+#!/usr/bin/perl
+$defs = "";
+
+sub alloc {
+	my($end, %mc) = @_;
+	my(%eadr) = ();
+	my($tstr, $str, $i, $j, $addr);
+	my($tstr) = "";
+	
+	foreach $i (sort keys %mc) {
+		if($i =~ /(.+)_(.+)/ && exists($eadr{$1})) {
+			$addr = $eadr{$1};
+		} else {
+			$addr = $end;
+		}
+		for($j = 0;$j <= $#{$mc{$i}};$j++) {
+			if($mc{$i}[$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$var{$2} = $addr;
+				$addr += $1;
+				$tstr .= $str;
+			}
+		}
+		$eadr{$i} = $addr;
+	}
+	if($addr > 0x4000) {
+		$xend = $addr if($addr > $xend);
+	} else {
+		$bend = $addr if($addr > $bend);
+	}
+	return $tstr . "\n";
+}
+
+
+sub malloc {
+	$path="output/bt_format.meta";
+	open file, $path;
+	@f = <file>;
+	close file;
+	open file, ">$path";
+	$path =~ s/\/.*//;
+	open file1, ">output/memmap.format";
+	$xaddr = 0x4000;
+	$addr = 0;
+	if($#ARGV == 1) {
+		$addr = hex($ARGV[0]);
+		$xaddr = hex($ARGV[1]);
+	}
+	for($i = 0, $ocnt = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		$start = 1 if(/^\s*memalloc\s*\(\s*$/);		# allocate from 0
+		$start = 2 if(/^\s*xmemalloc\s*\(\s*$/);	# allocate from 4000
+		$start = 3 if(/^\s*omemalloc\s*\(\s*$/);	# allocate after all xmemalloc, mutex from each other(obsolete, for compatibility)
+		if(/^\s*([ax]*)memalloc\s+([a-zA-Z_0-9]+)\s*\(\s*$/) {
+			$start = $1 eq 'a' ? 5 : $1 eq 'x' ? 6 : 7;
+			$basev = $2;
+		}
+		if($start) {
+			if(/^\s*([a-zA-Z0-9_]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/ && exists($def2{$1})) {		# macro for size
+				$_ = sprintf("%s %s %s", $def2{$1}, $2, $3);
+			}
+			if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				if($start == 1) {
+					$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+					$var{$2} = $addr;
+					$addr += $1;
+					$bstr .= $str;
+				} elsif($start == 2) {
+					$str = sprintf "0x%04x %s%s\n", $xaddr, $2, $3;
+					$var{$2} = $xaddr;
+					$xaddr += $1;
+					$xstr .= $str;
+				} else {
+					push @ostr, $_;
+				}
+			}
+			if(/^\s*\)\s*$/) {
+				if(@ostr > 0) {
+					if($start == 3) {
+						push @{$xmalloc{$ocnt}}, @ostr;
+						$ocnt++;
+					} elsif($start == 5) {
+						push @aaddr,$basev;
+						push @amalloc,[@ostr];
+					} elsif($start == 6) {
+						push @{$xmalloc{$basev}}, @ostr;
+					} elsif($start == 7) {
+						push @{$malloc{$basev}}, @ostr;
+					} 
+				}
+				$start = 0;
+				@ostr = ();
+			}
+		} else {
+			$def2{$2} = $1 if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/);
+			$sstr .= $_;
+		}
+	}
+	
+#--------------------- o/x/memalloc process -----------------------
+	$bend = $addr, $xend = $xaddr;
+	$bstr .= alloc($addr, %malloc);
+	$xstr .= alloc($xaddr, %xmalloc);
+
+#--------------------- amemalloc process -----------------------
+	for($i = 0;$i <= $#aaddr;$i++) {
+		for($j = 0, $addr = $aaddr[$i] =~ /^0x([0-9a-f]+)/ ? hex($1) : $var{$aaddr[$i]};$addr != 0 && $j <= $#{$amalloc[$i]};$j++) {
+			if($amalloc[$i][$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$addr += $1;
+				if($addr < 0x4000) {
+					$bstr .= $str;
+				} else  {
+					$xstr .= $str;
+				}
+			}
+		}
+	}
+
+	
+	print file $bstr, $xstr, $sstr;
+	print file1 $bstr, $xstr;
+	close file;
+	close file1;
+	printf "\nLast allocated address is %04x\n", $bend;
+	printf "\nLast allocated xmem address is %04x\n", $xend;
+}
+
+
+sub getdefs {
+	my($def) = @_;
+	my(@ifdefs) = split(/\s*\|\s*/, $def);
+	my $v = 0;
+	foreach (@ifdefs) {
+		s/\s//g;
+		$v = 1 if($defs =~ /(^|\s)$_(\s|$)/);
+	}
+	return $v;
+}
+
+sub parseif {
+	my($fname) = @_;
+	open file, $fname;
+	@f = <file>;
+	close file;
+	open file, ">$fname";
+	@valid = (1);
+	for($i = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		s/\/\*.*\*\///g;
+		$comment = 1 if(/\/\*/ && !/\/\//);
+		if($comment) {
+			$comment = 0 if(/\*\//);
+			next;
+		}
+		if(/^\s*ifdef\s+(.+)$/) {
+			$v = getdefs($1) ? 1 : 0;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*ifndef\s+(.+)$/) {
+			$v = getdefs($1) ? 0 : 1;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*else/) {
+			printf "%s\nelse without if at line %d\n", $f[$i - 3], $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			$valid[$#valid] = (1 - $valid[$#valid]) & $valid[$#valid - 1];
+		} elsif(/^\s*endif/) {
+			printf "%s\nendif without if at line %d\n", $_, $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			pop @valid;
+		} elsif($valid[$#valid]) {
+			if(/^include\s+(.+)\s*/) {
+				open file2, "program/$1";
+				@f2 = <file2>;
+				close file2;
+				splice(@f, $i + 1, 0, @f2);
+			} else {
+			if(/^define\s+(\w+)\s*/) {
+				$defs .= $1 . " " 
+			}
+				print file $_;
+			}
+		}
+	}
+	close file;
+}
+
+sub genpatch
+{
+	print "genpatch\n";
+	$patched = 0;
+	open file,"output/bt_program23.meta";
+	while(<file>) {
+		if(/^\s*beq\s+patch([0-9a-f]+)_([0-7]),/) {
+			$a = hex($1), $b = hex($2);
+			$bits[$a] |= 1 << $b;
+			$patched = 1;
+		}
+	}
+	close file;
+	return if(!$patched);
+	open file,"output/sched.rom";
+	@sched = <file>;
+	close file;
+	for($j = 0;$j < 0x40;$j++) { 
+		$s .= sprintf ("%02x   #mem_patch%02x\n", $bits[$j], $j);
+	}
+	$s .= "\n\n";
+	for($i = $skip = 0;$i < @sched;$i++) {
+		$_ = $sched[$i];
+		if($skip > 0 && /:/) {
+			splice(@sched, $skip, $i - $skip, $s);
+			last;
+		}
+		$skip = $i + 1 if(/^mem_patch00:\s*$/);
+	}
+	if($skip == 0) {
+		$s = "mem_patch00:\n" . $s;
+		splice(@sched, 0, 0, $s);
+	}
+	open file,">output/sched.rom";
+	for($i = 0;$i < @sched;$i++) { print file $sched[$i]; }
+	close file;
+}
+
+sub zcode {
+	open file, "output/bt_program23.meta";
+	@f = <file>;
+	close file;
+	for($i = $label = $line[0] = 0, $z = 1;$i < @f;$i++) {
+		$_ = $f[$i];
+		$line[0] = $i - 1 if(/^org\s+0x([23]000|800)/ && $line[0] == 0);
+		if(/^org z\s*$/) {
+			$line[$z/0x10000 + 1] = $i - 1;
+			$z += 0x10000;
+			$f[$i] = sprintf("org 0x%x\n", $z);
+			$label = 1;
+		}
+		if(/^(\w+):\s*$/ && $label == 1) {
+			$lab{$1} = $z;
+			$label = 2;
+		}
+	}
+	return if($z == 1);
+	$line[$z/0x10000 + 1] = $i - 1;
+	for($i = 0;$i < @f;$i++) {
+		$_ = $f[$i];
+		$label = "";
+		if(/^\s*(branch|nbranch|call|ncall|setarg)\s+(\w+)\s*$/ || /^\s*(branch|nbranch|call|ncall|arg)\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $2;
+		}
+		if(/^\s*(bmark|beq|bne|bbit[01])\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $3;
+		}
+		$branch = /^\s+branch\s+$label\s*$/ ? 1 : 0;
+		if(exists($lab{$label})) {
+			$nlabel = "jmpz_" . $label;
+			$f[$i] =~ s/$label/eval "$nlabel"/e;
+			if($lab{$label} > 100) {
+				$z = int($lab{$label}/0x1000);
+				$l = $i < $line[1] ? $line[0] : $line[$z/10 - 1];
+				if($branch && $i >= $line[1]) {
+					$f[$i] = sprintf("\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $z);
+				} else {
+					$f[$l] .= sprintf("%s:\n\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $nlabel, $z);
+				}
+				$lab{$label} = 1;
+			}
+		}
+	}
+	open file, ">output/bt_program23.meta";
+	for($i = 0;$i < @f;$i++) {
+		if($f[$i] =~ /^\s*bbit1 8,pf_patch_ext\s*$/) {
+			printf file ("p_start:\n\tbranch p_patch_array\n\np_zcode:\n");
+			for($j = 0;$j < 63;$j++) {
+				printf file "\tnop %d\n", $j + 1;
+			}
+			printf file "p_patch_array:\n";
+		}
+		print file $f[$i];
+	}
+	close file;
+}
+
+sub authrom {
+	$addr = 0x9000;
+	foreach $s (@ARGV) {
+		open f, "../sched/" . $s . ".dat" or die "cannot open dat file $s";
+		@ff = <f>;
+		close f;
+		foreach (@ff) { $_ =~ s/\s//g;push @auth, $_ . "\n"; }
+		printf "0x%x %s_ADDR\n", $addr, uc($s);
+		$addr += $#ff + 1;
+	}
+	open f,">auth.rom";
+	print f @auth;
+	close f;
+	open f,"romcode.rom" or return;
+	@rom = <f>;
+	close f;
+	for($i = 0, $j = $#rom - 0x1ff;$i < 0x200;$i++,$j++) {
+		for($k = 0, $l = "";$k < 4;$k++) {
+			$_ = $auth[$i*4 + $k];
+			s/\s//g;
+			$_ = "00" if(/^$/);
+			$l =  $_ . $l;
+		}
+		$rom[$j] = $l . "\n";
+	}
+	open f,">romcode.rom";
+	print f @rom;
+	close f;
+}
+
+if(@ARGV > 0) {
+	authrom();
+	exit;
+}
+
+parseif("output/bt_program23.meta");
+parseif("output/bt_format.meta");
+genpatch() if($defs !~ / SIM /);
+malloc();
+zcode();
Index: util/patch.pl
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/patch.pl	(nonexistent)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/PBSwitch_3mode_2ch_8408/util/patch.pl	(working copy)
@@ -0,0 +1,49 @@
+#!/usr/bin/perl
+
+
+
+@dirs = (".");
+while(@dirs){
+   $d = $dirs[0];
+   opendir folder, $d || die "Can not open this directory";
+   @filelist = readdir folder; 
+   closedir folder;
+   foreach (@filelist) {
+      $f = $d . "/" . $_;
+      next if($_ eq "." || $_ eq "..");
+      push(@dirs, $f) if(-d $f) ;
+      push(@files,$f) if(-f $f);
+    }
+   shift @dirs;
+}
+
+for($i = 0;$i < @files;$i++) {
+	if($files[$i] =~ /bt\.prog/) {
+		($files[$i],$files[0]) = ($files[0],$files[$i]);
+		last;
+	}
+}
+
+
+for($i = $byte = $bit = 0;$i < @files;$i++) {
+	next if($files[$i] =~ /patch\.prog|sim\.prog/ || $files[$i] !~ /\.prog/);
+	open(FILE, $files[$i]) or next;
+	@file = <FILE>;
+	close FILE;
+	open(FILE, "> $files[$i]");
+	for($j = 0;$j < @file;$j++) {
+		$_ = $file[$j];
+		if(/bpatch.*,.*/) {
+			printf FILE "\t%s patch%02x_%d,mem_patch%02x\n", $byte > 31 ? "bpatchx" : "bpatch" , $byte, $bit, $byte;
+			if(++$bit > 7)
+			{
+				$bit = 0;
+				$byte++;
+			}
+		} else {
+			print FILE $_;
+		}
+	}
+	close(FILE);
+}
+printf "Total patches : %d, last patch number is:%02x bit %d\n", $byte*8+$bit, $byte, $bit;
