Wang Mengyang
0190ba0390
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
2025-06-16 16:55:09 +08:00
Zhou Xiao
1614e71eb6
fix(ble): set timer handle to null after deletion
2025-05-30 15:23:05 +08:00
Zhou Xiao
3ce7470434
change(ble): make falling edge when disabling ts sync
2025-05-26 15:33:47 +08:00
Zhou Xiao
f582bd9ed0
fix(ble): fixed ts sync sleep support trigger
2025-05-23 19:11:50 +08:00
Zhou Xiao
8184004a4e
fix(ble): fixed printf va list cross function pass failure
2025-05-23 12:32:26 +08:00
Zhou Xiao
1e6bc70837
fix(ble): fixed upper layer trans append failure bug
2025-05-21 11:06:12 +08:00
Zhou Xiao
e10460ce14
feat(ble): support ts sync for sleep app
2025-05-20 20:52:44 +08:00
Zhou Xiao
ed09e97c66
feat(ble): support controller raw log print out
2025-05-20 16:54:49 +08:00
Zhou Xiao
9800d715a5
feat(ble): refactored loss report module and represent frame using struct
2025-05-20 16:22:52 +08:00
Zhou Xiao
cd3aa6527c
feat(ble): support le audio log buffer separation
2025-05-20 16:09:25 +08:00
Zhou Xiao
e4be25ba63
feat(ble): optimized printf functions code size and speed
2025-05-20 15:50:13 +08:00
Zhou Xiao
70792443c7
feat(ble): refactored flush module and provided public flush api
2025-05-20 15:39:30 +08:00
Zhou Xiao
bba90309e7
feat(ble): refactored ll isr buffer append and buffer flush using event handler
2025-05-20 15:16:37 +08:00
Zhou Xiao
3568f19fef
feat(ble): provided dynamic spi enable/disable api
2025-05-20 14:22:42 +08:00
Zhou Xiao
16a3b2c71b
feat(ble): support hci log buffer separation
2025-05-20 14:11:18 +08:00
Zhou Xiao
f8699785e9
feat(ble): optimized macros readability
2025-05-20 12:54:41 +08:00
Rahul Tank
b20122ca4c
Merge branch 'bugfix/blufi_add_missing_adv_stop' into 'master'
...
fix(nimble): Added code for missing adv stop in blufi
Closes FCS-1701
See merge request espressif/esp-idf!38211
2025-04-28 19:19:06 +08:00
Rahul Tank
a13019bc94
fix(nimble): Added code for missing adv stop in blufi
2025-04-24 17:05:11 +08:00
Zhou Xiao
243705c143
feat(ble): Improved SPI BLE Log functionality
...
* Added checksum for every frame
* Added SPI slave transaction interval workaround
* Added SPI tx done isr issue workaround
* Turned buffer flush to a menuconfig and disabled by default
* Modified packet loss write operation and trigger condition
* Optimized buffer append efficiency for controller ISR
2025-04-24 12:21:59 +08:00
Zhou Xiao
7c3b9fa56f
change(ble): bugs fixed on spi ble log
...
* removed spi master in iram select for flash only firmware
* fixed memory issue in transaction init function
* fixed memory issue in transaction deinit function
2025-04-16 14:36:48 +08:00
xiongweichao
1a6c9d7c15
feat(bt): Add API to get profile status
2025-04-01 16:14:19 +08:00
zhanghaipeng
9dfa6ab0e9
fix(ble/bluedroid): Fixed BLE crash when disable bluedroid host
2025-03-27 16:59:12 +08:00
zhiweijian
fcad8b7ebd
feat(bt/bluedroid): Support BLE CTE in bluedroid host
2025-03-19 14:53:13 +08:00
zhiweijian
7128087646
feat(bt/bluedroid): Support BLE iso in bluedroid host
2025-03-19 14:53:13 +08:00
Zhou Xiao
5215284a9d
feat(ble): support ble log simple output via SPI interface
2025-03-17 10:44:21 +08:00
Shen Weilong
ca6211bb46
feat(bt): support hardware ecc acceleration for bt tinycrypt
2025-03-06 16:20:13 +08:00
Shen Weilong
424d4b8938
change(bt): moved porting/ext/tinycrypt into common
2025-03-06 16:20:12 +08:00
Island
371c7edb22
Merge branch 'dev/ble_log_spi_output' into 'master'
...
fix(ble): fix flushout and sync issues
See merge request espressif/esp-idf!37282
2025-02-26 23:00:40 +08:00
Zhou Xiao
b144337020
fix(ble): fix flushout and sync issues
2025-02-26 12:27:22 +08:00
zwl
5b8ac71ace
fix(ble): fixed common kconfig error when controller enable only
2025-02-26 10:37:35 +08:00
zhanghaipeng
b6903296ad
fix(ble/bluedroid): Added SPI output support for Bluedroid host log
2025-02-23 17:23:54 +08:00
zhanghaipeng
e00ba3cbd1
fix(ble/bluedroid): Support SPI log output options for HCI
2025-02-23 11:46:47 +08:00
Zhou Xiao
f8efa4cd80
feat(ble): add printf and write with timestamp interface for ble log spi out
2025-02-20 17:21:52 +08:00
Island
2c0381d23b
Merge branch 'feat/improve_bt_log_spi_output_interface' into 'master'
...
Feat/improve bt log spi output interface
See merge request espressif/esp-idf!36912
2025-02-19 10:55:25 +08:00
Zhou Xiao
2221133ba8
feat(ble): improved ble log spi output interface to support multisource log
2025-02-18 14:21:33 +08:00
zhiweijian
fb08e4eafe
feat(bt/bluedroid): optimize bluedroid menuconfig
2025-02-17 14:51:10 +08:00
zhiweijian
0959beef72
feat(bt/bluedroid): delete unused host congest check
2025-02-17 14:35:46 +08:00
Zhou Xiao
52106c9895
feat(ble): add spi output interface for esp ble controller log
2025-02-11 11:59:59 +08:00
akshat
d83f210228
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-10 17:56:52 +08:00
Rahul Tank
ebf591a9eb
fix(nimble): Address few coverity reported issues
...
1. Structurally dead code: Removed dead code
2. Resource leak: Added a free for allocated memory, in case of failure
3. too_few_printf_args: Corrected print statement to pass arguments
4. Fixed nesting levels
5. Fixed unused value warnings
6. Illegal memory access fix
2025-01-03 11:35:10 +05:30
Astha Verma
15631363c6
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:29:57 +05:30
zhanghaipeng
3cb2d9c3c6
fix(ble/blufi): Fixed blufi example security issue
2024-12-18 11:33:43 +08:00
Zhang Hai Peng
56696866ba
Merge branch 'bugfix/fix_blufi_prepare_write' into 'master'
...
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
Closes BLERP-1348
See merge request espressif/esp-idf!35506
2024-12-11 11:31:32 +08:00
zhanghaipeng
5acb9c9b5f
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
2024-12-09 17:04:05 +08:00
linruihao
42c0f17b7d
feat(bt/bluedroid): Support PBAP client role
...
Closes https://github.com/espressif/esp-idf/issues/11522
2024-12-06 15:31:57 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
luoxu
e3ebb84ede
feat(ble_mesh): Remote Provisioning Server UUID Matchs Supported
2024-11-29 19:32:40 +08:00
luoxu
a86bb375f7
feat(ble_mesh): Support BLE 5.0 for BLE Mesh
2024-11-08 14:17:52 +08:00
zhanghaipeng
94d1a4f1c0
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
2024-11-04 17:41:34 +08:00
Chen Jian Hua
cd21bdeb15
Merge branch 'bugfix/fix_mem_debug_on_bluedroid' into 'master'
...
fix(bt/bluedroid): Fixed error when memory debug enabled
Closes BLERP-1158
See merge request espressif/esp-idf!34351
2024-10-29 15:40:33 +08:00