controller lib release notes.txt 1.8 KB
controller Lib release notes

V 1.53 on May 19 2021
	support hfp in optek link slave

V 1.52 on December 8 2020
	add function uint8_t ld_acl_get_slave_time_sync_init (void)

V 1.51 on November 30 2020
	fixed  ble_per_adv_enable command issue

V 1.50 on November 6 2020
	add classical bt clk adj

V 1.48 on September 8 2020
	disable myprintf

V 1.47 on September 7 2020
	disable RF Dynamic priority(for optek link when in bt source)

V 1.46 on September 3 2020
	fixed an other a2dp rx  link lost issue 

V 1.45 on September 1 2020
	fixed a a2dp rx  link lost issue 

V 1.44 on August 26 2020
	fixed a2dp tx link lost issue 

V 1.43 on August 24 2020
	lock tx packet type 2M_DH1(3,5),so that can not disable it.
	switch role not reset packet type

V 1.42A on August 8 2020
	fixed issue that optek link RX sometime can not connect to TX 

V1.42 on August 4 2020
	fixed issue that bt crash when connecting with mobile phone
	fixed a problem about inquiry scan (can't discovery)
	modified max rand of iscan time
	fixed issue about reconnecting (disable PCA)
	enable power control feature
	modified csb tx power set funciton

V1.29 on April 1 2020
	uint16_t csbm_get_data (uint8_t *ptr);	
	->uint16_t csbm_get_data (uint8_t *ptr, uint8_t dynamic_index);

V1.26 on March 19, 2020
	->bc_num == 5 -> ->bc_num >= 5
	
        else if (csbm_par->bc_num >= 5)
        	csbm_par->slot = 2;                 //mp3 only support 2 slots  

V1.25 on March 18, 2020
	added csbm_par->slave_bc_index in the following
	csbm_rx_data (em_get_addr(*buf_ptr + 0), csbm_par->slave_bc_index, 0, (*length - STP_LEN), 0); 

V1.23 on March 14, 2020
	CSB_INTV->dynamic tx slots

V1.22 on March 14, 2020
	CSB_INTV->dynamic tx slots

V1.21 on March 13, 2020
	support both csbs_par->dynamic_intv_index and csbs_par->slave_bc_index


V1.20 on March 12, 2020
Init Relase