Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_pubulic/program/patch.prog	(revision 1671)
+++ /YC1308AC/branch/mouse_project/mouse_pubulic/program/patch.prog	(working copy)
@@ -61,6 +61,7 @@
 //	beq patch23_2,p_send_lmp		/**CLASSIC PATCH**/
 //	beq patch34_1,p_le_slave_match	/**BLE PATCH**/
 //	beq patch34_3,p_le_slave_unsync	/**BLE PATCH**/
+//	beq patch36_5,p_le_transmit		/**BLE PATCH**/
 //	beq patch38_0,p_le_parse_l2cap	/**BLE PATCH**/
 	branch loop
 
@@ -1627,6 +1628,20 @@
 	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
+	
+
 endif
 
 
Index: program_patch/main_patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_pubulic/program_patch/main_patch.prog	(revision 1671)
+++ /YC1308AC/branch/mouse_project/mouse_pubulic/program_patch/main_patch.prog	(working copy)
@@ -61,6 +61,7 @@
 //	beq patch23_2,p_send_lmp		/**CLASSIC PATCH**/
 //	beq patch34_1,p_le_slave_match	/**BLE PATCH**/
 //	beq patch34_3,p_le_slave_unsync	/**BLE PATCH**/
+//	beq patch36_5,p_le_transmit		/**BLE PATCH**/
 //	beq patch38_0,p_le_parse_l2cap	/**BLE PATCH**/
 	branch loop
 
Index: program_patch/patch_chip_common_bugfix.prog
===================================================================
--- /YC1308AC/branch/mouse_project/mouse_pubulic/program_patch/patch_chip_common_bugfix.prog	(revision 1654)
+++ /YC1308AC/branch/mouse_project/mouse_pubulic/program_patch/patch_chip_common_bugfix.prog	(working copy)
@@ -321,6 +321,20 @@
 	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
+	
+
 endif
 
 
