bt lmp and hci release.txt
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
BT LMP Lib release
V1.20 on March 12, 2020
Init Relase
V1.21 on March 13, 2020
support both csbs_par->dynamic_intv_index and csbs_par->slave_bc_index
V1.22 on March 14, 2020
CSB_INTV->dynamic tx slots
V1.23 on March 14, 2020
CSB_INTV->dynamic tx 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.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.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);
BT HCI Lib release
V1.20 on March 3 12, 2020
Init release
V1.21 on March 3 14, 2020
change max bitpool from 48 to 53
chage the internal mem to bt_host_internal_ram_text
V1.22 on March 3 19, 2020
sdk compiler successfully
V1.25 on March 3 27, 2020
//cp.retrans_effort = 0xff; //don't care
->cp.retrans_effort = 0x02;