Rahul Tank
|
75e4f8dbb4
|
Merge branch 'bugfix/retry_packet_alloc_v5.5' into 'release/v5.5'
fix(nimble): Add packet allocation retry for limited iteration (v5.5)
See merge request espressif/esp-idf!40683
|
2025-07-24 10:13:08 +05:30 |
|
Jiang Jiang Jian
|
050ca52e1c
|
Merge branch 'bugfix/fix_kconfig_names_v5.5' into 'release/v5.5'
fix(nimble): Modified Kconfig information to make it more user friendly (v5.5)
See merge request espressif/esp-idf!39628
|
2025-07-23 10:51:01 +08:00 |
|
Island
|
338dc154dc
|
Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.5' into 'release/v5.5'
BLE Log SPI Out Dev Phase 4 (v5.5)
See merge request espressif/esp-idf!40426
|
2025-07-22 15:16:00 +08:00 |
|
Rahul Tank
|
8b0ce97f4e
|
fix(nimble): Modified Kconfig information to make it more user friendly
|
2025-07-22 12:04:07 +05:30 |
|
Rahul Tank
|
51b3ff46f9
|
fix(nimble): Add packet allocation retry for limited iteration
|
2025-07-18 10:56:49 +05:30 |
|
Rahul Tank
|
50fd0a7006
|
fix(nimble): Fix compilation issues when gatt caching is enabled in server only mode
|
2025-07-08 17:11:03 +05:30 |
|
Rahul Tank
|
ccf23d3da7
|
fix(nimble): Handle 0x3e disconnect during rem feat/ read version
|
2025-07-08 11:50:56 +05:30 |
|
Rahul Tank
|
1b98cf48b1
|
fix(nimble): Add missing ble_hs_unlock() call
|
2025-07-08 11:50:26 +05:30 |
|
Astha Verma
|
0582ee32dc
|
fix(nimble): Added parameter in peer_init for included service allocation
|
2025-07-08 11:49:20 +05:30 |
|
Sumeet Singh
|
557308bf3a
|
feat(nimble): Added two GATT features:
1. Automatically initiate security if a GATT service request fails
2. Encryption, Authentication, and Authorization requirement on CCCD
|
2025-07-08 11:48:01 +05:30 |
|
Zhou Xiao
|
be801fab66
|
change(ble): enable hci log spi out for ESP chips
(cherry picked from commit c60dd1a10ed89cacf6e5bf703bf63b94f20f9cb9)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-07-08 13:15:54 +08:00 |
|
Zhou Xiao
|
3d99a1d8b1
|
feat(ble): support host & hci log module
(cherry picked from commit dd4cbe5e001aa9c89d45ce6bd72822f80f220e89)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-07-08 13:15:47 +08:00 |
|
Rahul Tank
|
59434db045
|
fix(nimble): Add fixes for compilation issues in nimble
1. Fix compile failures when CSFCS is 0
2. Wrap BLE service API with extern "C"
|
2025-06-16 12:57:36 +05:30 |
|
Rahul Tank
|
7cf59adc0c
|
fix(nimble): Add invocation for mempool_deinit
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
96b43c9797
|
fix(nimble): Added CI files for various configurations
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
168808248d
|
fix(nimble): Add chip dependancy flag for Flow control feature
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
fc72303490
|
fix(nimble): Add changes for coverity reported issue
|
2025-06-11 10:51:44 +05:30 |
|
Rahul Tank
|
6b74032d2e
|
fix(nimble): Add support for minimilistic builds
|
2025-06-11 10:51:44 +05:30 |
|
Sumeet Singh
|
084dfefd6f
|
fix(nimble): Fix proc rx entry comparison (v5.5)
|
2025-05-15 19:48:34 +05:30 |
|
Sumeet Singh
|
81f5d899f6
|
fix(nimble): Fixed async race condition with HCI outstanding packets counter
|
2025-05-15 09:13:16 +05:30 |
|
Rahul Tank
|
2eac57a1da
|
fix(nimble): Extend support for allow connect during scan for more chips
|
2025-05-15 09:13:12 +05:30 |
|
Rahul Tank
|
2fd71413f0
|
fix(nimble): Add support for anonymous address type for whitelist
|
2025-05-15 09:13:08 +05:30 |
|
Rahul Tank
|
b8badb85d1
|
fix(nimble): Add configurable option to select ext adv v2 command
|
2025-05-15 09:13:04 +05:30 |
|
Astha Verma
|
8ea6b3170b
|
fix(nimble): Added APIs to fetch GATT cache info and discover included services
|
2025-05-14 10:26:25 +05:30 |
|
Rahul Tank
|
3e99f2f26c
|
fix(nimble): Added option to stack to handle repeat pairing internally
|
2025-05-08 15:31:47 +05:30 |
|
Rahul Tank
|
386a3905b5
|
Merge branch 'feat/autopts_and_ssc_fixes' into 'master'
feat(nimble): Added fixes related to SSC and AutoPTS testing
See merge request espressif/esp-idf!36913
|
2025-05-08 17:58:55 +08:00 |
|
Rahul Tank
|
f809c1125a
|
Merge branch 'bugfix/conn_with_scan_c6_h2' into 'master'
fix(nimble): Enable support for Connect with scan for 32/ c6/ h2 chip
Closes BLERP-1822
See merge request espressif/esp-idf!38826
|
2025-05-08 00:27:50 +08:00 |
|
Sumeet Singh
|
12639efed5
|
feat(nimble): Added some fixes for autopts testing
|
2025-05-07 15:27:08 +05:30 |
|
Rahul Tank
|
1c9d07b7ac
|
fix(nimble): Expose API to parse adv report for specific AD flags
|
2025-05-06 11:39:33 +05:30 |
|
Rahul Tank
|
d2cbc938ae
|
fix(nimble): Enable support for Connect with scan for c6/ h2 chip
|
2025-04-29 13:48:41 +05:30 |
|
Abhinav Kudnar
|
99909899ea
|
fix(nimble): Fix sync handle assignment for pawr connection
|
2025-04-17 14:05:57 +08:00 |
|
Shreeyash
|
d4b60bbe3a
|
fix(nimble): Fix incorrect OTA address assignment
|
2025-04-10 16:50:45 +05:30 |
|
Rahul Tank
|
49a35ff0b7
|
fix(nimble): Fixed one missing ble_hs_unlock()
|
2025-04-07 09:37:38 +05:30 |
|
Rahul Tank
|
88cb3f7e7a
|
fix(nimble): Handle connection posting condition
|
2025-04-02 21:33:52 +05:30 |
|
Astha Verma
|
31550bb7db
|
fix(nimble): Added ble_hs_unlock for resync failed
|
2025-03-27 18:22:17 +05:30 |
|
Island
|
6d3bd5df3b
|
Merge branch 'feat/support_bluedroid_host_iso_feature_master' into 'master'
Support bluedroid host new features
Closes BLERP-1587, BLERP-1588, BLERP-1589, and BLERP-1596
See merge request espressif/esp-idf!37096
|
2025-03-27 16:44:48 +08:00 |
|
Geng Yuchao
|
815e89d8c8
|
fix(nimble): Fix variable type conversion compile errors
|
2025-03-21 16:34:31 +08:00 |
|
Rahul Tank
|
e2917ff160
|
fix(nimble): Fix SMP command allocation
|
2025-03-19 20:28:27 +05:30 |
|
zhiweijian
|
7128087646
|
feat(bt/bluedroid): Support BLE iso in bluedroid host
|
2025-03-19 14:53:13 +08:00 |
|
Shreeyash
|
74157e04b7
|
feat(nimble): support vendor event mask set and vendor HCI event on nimble host
|
2025-03-19 10:09:02 +05:30 |
|
zwl
|
93357e8613
|
feat(ble): change nimble whitelist max size to 31
|
2025-03-18 11:58:53 +08:00 |
|
Rahul Tank
|
8c69dfa101
|
fix(nimble): Fix incorrect event deinit in gatt caching discovery
|
2025-03-12 18:13:40 +05:30 |
|
Abhinav Kudnar
|
3758eb8c2e
|
fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist
|
2025-03-07 17:14:37 +05:30 |
|
Shen Weilong
|
424d4b8938
|
change(bt): moved porting/ext/tinycrypt into common
|
2025-03-06 16:20:12 +08:00 |
|
Rahul Tank
|
df9664d4b0
|
fix(nimble): Fix SC only pairing failure
|
2025-03-06 09:20:05 +05:30 |
|
Rahul Tank
|
b11fa82eb6
|
fix(nimble): Handle probable release breaking change
link_estab event may be handled by customers in application and the previous would break it.
Revert few changes so as to not break the customer's code
|
2025-03-03 12:34:39 +05:30 |
|
Rahul Tank
|
44d9cb3ae5
|
fix(nimble): update data length after connection for all chips
|
2025-02-27 20:55:00 +05:30 |
|
Rahul Tank
|
891f86d649
|
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
|
2025-02-27 16:21:31 +05:30 |
|
zhanghaipeng
|
e00ba3cbd1
|
fix(ble/bluedroid): Support SPI log output options for HCI
|
2025-02-23 11:46:47 +08:00 |
|
Rahul Tank
|
35bd4605f8
|
fix(nimble): Handle not sending disconnect event if connect was not sent
|
2025-02-15 09:21:41 +05:30 |
|