esp-idf/components/bt/bluedroid
Tian Hao ee787085f9 component/bt : decrease memory consumption by conn number
1. BLE only with 9(max) connection will decrease 3K DRAM
2. BR/EDR only with 7(max) connection will decrease 16K DRAM
3. Any of BLE or BR/EDR connection number decrease will also decrease DRAM consumption
4. Decrease one BLE connection will save about 1KB DRAM
5. Decrease one BR/EDR ACL connection will save about 1.2KB DRAM
6. Decrease one BR/EDR SCO/eSCO will save 2KB DRAM.
7. fix some definition and kconfig
8. remove 1.2k of vhci tx cache and make .bss & .data to heap about 1.4K
9. modify BT Reserved Memory size and modify example to support new bt kconfig
2018-08-14 02:29:17 +00:00
..
api Component/bt: fix gattc get count invalid 2018-07-31 02:36:46 +00:00
bta component/bt: modify the invalid retransmission setting for SCO link in HFP 2018-08-06 06:20:51 +00:00
btc Component/bt: fix get bond list error when connection with no bond 2018-08-08 14:44:22 +08:00
common/include/common Merge branch 'bugfix/btdm_fix_queue_block_when_scanning' into 'master' 2018-08-03 07:24:08 +08:00
device component/bt: bugfix for erroneous data reporting always enabled 2018-07-09 13:45:55 +08:00
external/sbc component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
hci component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
main component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
osi Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
stack Merge branch 'bugfix/btdm_ecdh_public_key_not_check' into 'master' 2018-08-13 15:44:13 +08:00