Jiang Jiang Jian
|
84aebc6a78
|
Merge branch 'feature/bluedroid_link_based_dynamic_allocation' into 'master'
Bluedroid stack dynamic allocation changes to optimise DRAM usage
See merge request espressif/esp-idf!9461
|
2020-07-16 00:06:10 +08:00 |
sushant.chougule
|
0583a04969
|
Bluedroid stack dynamic allocation changes to optimise DRAM usage
Structures allocated dynamically:
tACL_CONN, tBTM_PM_MCB, tBTM_SEC_DEV_REC, tGATT_TCB, tGATT_CLCB, tL2C_LCB, tL2C_CCB, tSDP_RECORD
Total dynamic allocation size ~19KB.
Peak dram usage reduced by ~12KB when in BT classic + BLE scenario(1 a2dp sink + 1 BLE gatt server)
|
2020-07-15 14:44:10 +05:30 |
boblane
|
4293f0320f
|
fix esp_bt_gap_get_bond_device_list bug
Closes https://github.com/espressif/esp-idf/issues/5395
|
2020-07-09 11:58:10 +08:00 |
Tian Hao
|
f351effdb2
|
fix Kconfig use mistake cause some config not effect
1. Fix bluedroid task pinned_to_core un-effected
2. other minor sdkconfig bugs
|
2020-01-20 17:43:36 +08:00 |
gengyuchao
|
8e1a28940c
|
ble:config.c remove the error code when there is no file in the nvs because it is not an error.
|
2020-01-10 20:04:10 +08:00 |
gengyuchao
|
8a687d46ad
|
reduce useless calloc size
|
2020-01-09 21:12:48 +08:00 |
gengyuchao
|
945e4f7162
|
bugfix:Fix length check for snprintf in osi config
|
2020-01-09 21:12:48 +08:00 |
Geng Yu Chao
|
46c53ab8c8
|
btdm:fix the problem that Not getting complete Identity Address (Public Address) of the Privacy-enabled Bonded Device after bonding. beacuse of the wrong memcpy in LE_KEY callback handler.
|
2019-12-09 15:21:49 +08:00 |
weitianhua
|
f1116be195
|
bugfix for osi_fixed_queue pointer type
|
2019-11-26 21:16:47 +08:00 |
lly
|
f906b7caf3
|
ble_mesh: add Generic/Sensor/Time and Scenes/Lighting Server models
|
2019-11-08 11:10:52 +08:00 |
baohongde
|
90b18dd4f6
|
components/bt: Not post message to a2dp ctrl queue from btc queue, just call it.
|
2019-11-01 14:12:25 +08:00 |
Jiang Jiang Jian
|
f974811150
|
Merge branch 'feature/hf_ag' into 'master'
Feature: BT/HFP AG.
Closes BT-346 and BT-428
See merge request espressif/esp-idf!6306
|
2019-10-25 10:57:43 +08:00 |
Hrishikesh Dhayagude
|
f58d7d14c7
|
components/bt: Add support of NimBLE host in ESP BLE Mesh
|
2019-10-21 20:18:21 +08:00 |
Jiang Jiang Jian
|
bf87d0949b
|
Merge branch 'bugfix/btdm_osi_queue_gycfix_master' into 'master'
Component/bt : Added handling of osi memory calloc failure
See merge request espressif/esp-idf!6140
|
2019-10-14 21:35:41 +08:00 |
weitianhua
|
26b69f1363
|
New Clean Commit for AG.
Only Support single AG control block.
|
2019-10-14 07:54:09 +00:00 |
gengyuchao
|
87995c5f75
|
bugfix:btmd fix the problem that fixed_queue_enqueue may give the wrong semaphore if list_append fail to calloc a new node
|
2019-09-18 17:43:35 +08:00 |
lly
|
624bf7e3a0
|
ble_mesh: ble mesh btc miscellaneous modifications
|
2019-09-09 17:15:16 +08:00 |
baohongde
|
f048be924c
|
components/bt: Fix AVRCP command will not be executed while playing music
|
2019-07-16 08:50:36 +00:00 |
baohongde
|
f8c107fbe3
|
components/bt: Fix compile error with new toolchain
Closes https://github.com/espressif/esp-idf/issues/3331
Closes https://github.com/espressif/esp-idf/issues/3734
|
2019-07-09 17:50:43 +08:00 |
Hrishikesh Dhayagude
|
daa71d5e18
|
Fix the irrelevant characters added to test the config options
|
2019-07-03 17:17:14 +08:00 |
Hrishikesh Dhayagude
|
21165edf41
|
Bluetooth component refactoring
|
2019-06-30 16:39:00 +08:00 |