Rahul Tank
7a876031e1
Merge branch 'bugfix/re_organize_nimble_kconfig' into 'master'
...
fix(nimble): Declutter the nimble menu config options
Closes BLERP-2227
See merge request espressif/esp-idf!41829
2025-10-01 16:28:31 +05:30
Rahul Tank
9ba0b373bd
Merge branch 'bugfix/fix_ext_adv_data_reattempt' into 'master'
...
fix(nimble): Avoid ext adv data in reattempt advertising
Closes BLERP-2234
See merge request espressif/esp-idf!41789
2025-10-01 09:32:41 +05:30
Rahul Tank
303d9b0624
fix(nimble): Declutter the nimble menu config options
2025-09-30 14:38:31 +05:30
Island
33321e59b1
Merge branch 'opt/opt_ble_log' into 'master'
...
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
Closes BLERP-2258
See merge request espressif/esp-idf!41567
2025-09-28 19:18:03 +08:00
JinCheng
5a6193ae14
fix(bluedroid): removed the code relying on compiler-specific extension for FAM in union
2025-09-27 11:28:54 +08:00
zhanghaipeng
45775a3e35
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
2025-09-26 20:10:32 +08:00
Island
76b28d8257
Merge branch 'feat/support_blecrt_489' into 'master'
...
feat(ble/bluedroid): Added API to set channel map for scanning
Closes BLERP-2204
See merge request espressif/esp-idf!41681
2025-09-26 14:36:58 +08:00
JinCheng
075ed218ca
fix(bt/bluedroid): fixed potential OOB in Bluedroid
2025-09-25 10:20:10 +08:00
Rahul Tank
19176ee11d
fix(nimble): Avoid ext adv data in reattempt advertising
2025-09-24 09:28:21 +05:30
Rahul Tank
b722615489
Merge branch 'feat/separate_indicate' into 'master'
...
fix(nimble): Added code to handle sending indicate
See merge request espressif/esp-idf!41632
2025-09-24 09:08:56 +05:30
Rahul Tank
4e8b48e677
fix(nimble): Added code to handle sending indicate
2025-09-22 21:48:51 +05:30
chenjianhua
fd4bb69357
feat(ble/bluedroid): Added API to set channel map for scanning
2025-09-23 00:05:48 +08:00
luoxu
eece778e55
feat(ble): Support ble log compression(draft)
2025-09-22 17:09:58 +08:00
Marius Vikhammer
484d2c5c2f
fix(system): fixed issues with unused variable warnings when compiling with NDEBUG
2025-09-19 15:42:07 +08:00
Astha Verma
e25ae45614
fix(nimble): Fixed incorrect HCI status in connect event
2025-09-15 10:54:46 +05:30
Rahul Tank
0c9e215685
fix(nimble): Fixed reattempt count handling for perdiodic adv
2025-09-11 12:46:54 +05:30
Rahul Tank
e6456654de
fix(nimble): Add code to post connection failure
...
In event of a corner case, where connection is not completed,
connection reattempt is disabled, so need to post connection
failure event to application to make it aware of the failure
2025-08-22 14:22:56 +05:30
Shen Weilong
c3f42161a1
fix(ble): Invoke ble_transport_ll_init after ble_transport_hs_init for nimble
2025-08-21 06:50:57 +00:00
Wang Meng Yang
7cac735da0
Merge branch 'feat/remove_the_deprecated_api_and_parameter' into 'master'
...
feat(bt): remove the deprecated functions and parameters
Closes BT-4042
See merge request espressif/esp-idf!40435
2025-08-20 19:36:37 +08:00
Rahul Tank
a3808c928a
Merge branch 'fix/adding_missing_apis_nimble' into 'master'
...
fix(nimble): Added helper APIs in NimBLE
Closes BLERP-2126 and BLERP-2138
See merge request espressif/esp-idf!40223
2025-08-20 16:01:46 +05:30
Island
3216dfa3b3
Merge branch 'bugfix/fix_bleqabr25_1004' into 'master'
...
fix(ble/bluedroid): Fixed the status setting in the HCI event
Closes BLERP-2020
See merge request espressif/esp-idf!40055
2025-08-19 21:10:46 +08:00
gongyantao
179a730a03
feat(bt): remove the deprecated functions and parametes
2025-08-19 16:07:05 +08:00
Astha Verma
3c579545a4
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-19 12:21:04 +05:30
Island
74bb9f6563
Merge branch 'feat/ble_iso_nimble_support' into 'master'
...
feat(ble): ISO minor support for NimBLE Host
See merge request espressif/esp-idf!40268
2025-08-19 14:25:15 +08:00
Wang Meng Yang
892ec6a114
Merge branch 'bugfix/fix_bt_security' into 'master'
...
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data
Closes BT-4071
See merge request espressif/esp-idf!41167
2025-08-19 11:54:10 +08:00
chenjianhua
4ae438cca2
fix(ble/bluedroid): Fixed the status setting in the HCI event
2025-08-18 14:40:36 +08:00
Liu Linyan
77c51051b9
feat(ble): ISO minor support for NimBLE Host
2025-08-18 12:02:19 +08:00
Shen Weilong
61c13ef849
fix(bt): check bd address only for bredr in bluedroid host l2cu_allocate_lcb()
2025-08-18 10:44:22 +08:00
yangfeng
a0fe68ce45
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data
2025-08-18 09:20:05 +08:00
Wang Meng Yang
1979646199
Merge branch 'bugfix/epr_collision' into 'master'
...
fix(bt/controller): fixed some controller bugs
Closes BT-4034
See merge request espressif/esp-idf!40775
2025-08-15 09:38:08 +08:00
Island
c6923d2a26
Merge branch 'bugfix/ble_enhanced_security_v2' into 'master'
...
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data
Closes BLERP-2149
See merge request espressif/esp-idf!41160
2025-08-14 17:28:13 +08:00
JinCheng
81d7ce47db
fix(bt/bluedroid): correct a description error in the GAP header file
2025-08-13 19:27:35 +08:00
Island
fbea0c641f
Merge branch 'feat/support_cble50y24_108' into 'master'
...
Support multi-connection optimization and examples on Bluedroid
Closes BLERP-2088 and BLERP-2089
See merge request espressif/esp-idf!40487
2025-08-12 20:21:12 +08:00
chenjianhua
f0cfb6e33c
feat(ble/bluedroid): Support multi-connection optimization vendor hci command
2025-08-12 12:14:51 +08:00
chenjianhua
437aba1653
fix(ble/bluedroid): Fixed the connection count limit in multi-connection
2025-08-12 11:02:38 +08:00
xuzhekai
2ccae5330e
fix(bt/bluedroid): adjust L2CAP round robin msg send strategy
2025-08-12 11:02:38 +08:00
Sumeet Singh
1fb909466a
fix(nimble): Update ble_gatts_show_local with CPFDs and CAFDs
2025-08-11 17:30:24 +05:30
zhanghaipeng
12df54e8d1
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data
2025-08-11 13:08:14 +08:00
Rahul Tank
b821dfabaa
fix(nimble): Add VSC for Set Scan Channel Bitmap
2025-08-08 11:27:59 +05:30
Astha Verma
7f7aedbae5
fix(nimble): Handle count correctly by considering offset.
2025-08-05 14:25:51 +05:30
Astha Verma
6a2d105bf0
fix(nimble): Updating the count parameter when fetching the gatt db
2025-08-05 14:14:53 +05:30
Rahul Tank
b9659277c9
fix(nimble): Added code under correct flags to fix compilation warnings
2025-07-28 10:20:02 +05:30
Island
a8d3b4808b
Merge branch 'bugfix/fix_find_the_oldest_device' into 'master'
...
Bugfix/fix find the oldest device
Closes BCI-542
See merge request espressif/esp-idf!40464
2025-07-25 19:50:33 +08:00
Rahul Tank
d1ea45202e
Merge branch 'fix/clear_gatt_svc_len' into 'master'
...
fix(nimble): Clear GATT service entries counter upon GATT deinit
Closes BLERP-2063
See merge request espressif/esp-idf!40351
2025-07-25 16:32:34 +05:30
zhanghaipeng
b6dc79af47
fix(ble/bluedroid): Fixed fail to disconnect when device record is cleared
2025-07-25 10:30:11 +08:00
zhanghaipeng
ac385530af
fix(ble/bluedroid): fix incorrect resolving_list_avail_size update
2025-07-25 10:27:53 +08:00
zhanghaipeng
61606a6f95
fix(ble/bluedroid): ensure resolving list is updated when the oldest device is removed
2025-07-24 21:29:27 +08:00
Rahul Tank
d2799fa657
fix(nimble): Add packet allocation retry for limited iteration
2025-07-22 11:47:41 +05:30
Sumeet Singh
651c6d8128
fix(nimble): Clear GATT service entries counter upon GATT deinit
2025-07-11 17:46:37 +05:30
Wang Meng Yang
706b7c8629
Merge branch 'feat/add_handl_in_sdp_evt' into 'master'
...
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT
Closes BTQABR2023-537
See merge request espressif/esp-idf!40409
2025-07-11 19:29:48 +08:00