zhanghaipeng
|
2e34e6c02c
|
fix(ble/bluedroid): Fixed BLE crash when repeatedly initialize and deinitialize host
|
2024-03-11 18:01:27 +08:00 |
|
Jiang Jiang Jian
|
603268efe1
|
Merge branch 'bugfix/update_spp_doc_v5.1' into 'release/v5.1'
docs(bt/bluedroid): update API documents of SPP (v5.1)
See merge request espressif/esp-idf!29171
|
2024-03-05 10:49:24 +08:00 |
|
Rahul Tank
|
c1f26cca62
|
Merge branch 'bugfix/increase_reattempt_conn_count_v5.1' into 'release/v5.1'
fix(nimble): Increase range of reattempt connection count (v5.1)
See merge request espressif/esp-idf!29341
|
2024-03-04 19:44:11 +08:00 |
|
Roshan Bangar
|
86aaec48a0
|
fix(nimble): fixed missing controller disabled guard in esp_nimble_deinit
|
2024-03-01 12:54:53 +05:30 |
|
Rahul Tank
|
fbbf6d2708
|
fix(nimble): Merge hci_common.h file for all chips
|
2024-03-01 12:54:53 +05:30 |
|
Roshan Bangar
|
39c27275c8
|
feat(nimble): Nimble Host only mode over uart
|
2024-03-01 12:54:53 +05:30 |
|
SumeetSingh19
|
85befcc45d
|
feat(nimble): client presentation and aggregate format descriptor support
|
2024-03-01 12:54:53 +05:30 |
|
SumeetSingh19
|
90c029494f
|
feat(nimble): signed write support
|
2024-03-01 12:54:53 +05:30 |
|
SumeetSingh19
|
0dbfe37505
|
feat(nimble): additional AD types for advertisements
|
2024-03-01 12:54:53 +05:30 |
|
SumeetSingh19
|
5b0c32e37f
|
feat(nimble): authorization permission on gatt read and write
|
2024-03-01 12:54:53 +05:30 |
|
SumeetSingh19
|
b62d94b2a4
|
fix(nimble): allow auto connection and observer role
|
2024-03-01 12:54:53 +05:30 |
|
Rahul Tank
|
d771840189
|
fix(nimble): Increase range of reattempt connection count
|
2024-02-29 15:57:46 +05:30 |
|
Jin Cheng
|
cc9932c7ef
|
docs(bt/bluedroid): update API documents of SPP
|
2024-02-28 16:22:15 +08:00 |
|
Island
|
7cfe2274d2
|
Merge branch 'bugfix/fix_ble_max_reconnect_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration(backport v5.1)
See merge request espressif/esp-idf!29223
|
2024-02-28 15:41:08 +08:00 |
|
Jiang Jiang Jian
|
2e9916bf7c
|
Merge branch 'feat/support_get_bluedroid_status_v5.1' into 'release/v5.1'
Support get status of bluedroid host (backport v5.1)
See merge request espressif/esp-idf!28882
|
2024-02-28 11:14:10 +08:00 |
|
Jiang Jiang Jian
|
956797efbd
|
Merge branch 'feature/gatt_caching_support_v5.1' into 'release/v5.1'
feat(nimble): Gatt caching support (v5.1)
See merge request espressif/esp-idf!28512
|
2024-02-28 10:44:38 +08:00 |
|
Jiang Jiang Jian
|
f9db462a46
|
Merge branch 'bugfix/fix_dangling_pointer_in_remove_bond_list_section_v5.1' into 'release/v5.1'
fix(bt/bluedroid): fix dangling pointer issue when logging removed section (backport v5.1)
See merge request espressif/esp-idf!28962
|
2024-02-27 20:01:11 +08:00 |
|
Jiang Jiang Jian
|
69900de25d
|
Merge branch 'bugfix/ble_bug_backport_20240205_v5.1' into 'release/v5.1'
Bugfix/ble bug backport 20240205 v5.1 (backport v5.1)
See merge request espressif/esp-idf!28900
|
2024-02-27 20:00:24 +08:00 |
|
zhanghaipeng
|
12131f4b8a
|
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration
|
2024-02-23 15:51:05 +08:00 |
|
gongyantao
|
aad082a795
|
fix(bt/bluedroid): fix dangling pointer issue when logging remove section
|
2024-02-07 14:58:08 +08:00 |
|
zhiweijian
|
fd8bfba10a
|
Fixed xQueueSemaphoreTask assert when deinit host during scan
|
2024-02-05 16:06:37 +08:00 |
|
chenjianhua
|
4e4f494ca7
|
feat(bt/bluedroid): Support get status of bluedroid host
|
2024-02-04 16:50:36 +08:00 |
|
chenjianhua
|
ad7a2831b2
|
feat(bt/bluedroid): Make the max number of bond device to be configurable
|
2024-02-04 16:50:18 +08:00 |
|
xiongweichao
|
05d196938d
|
fix(bt/bluedroid): Fixed SPP connection failure
The connection failure is caused by the BTU and application layer status being out of sync.
|
2024-01-30 15:42:39 +08:00 |
|
Roshan Bangar
|
30f01c33e1
|
feat(nimble): Gatt caching support
|
2024-01-25 09:59:03 +05:30 |
|
Island
|
e4ae078224
|
Merge branch 'bugfix/ble_check_adv_data_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow(backport v5.1)
See merge request espressif/esp-idf!28406
|
2024-01-25 12:06:02 +08:00 |
|
Island
|
7d45bbef63
|
Merge branch 'bugfix/fix_ble_memory_leak_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Fix ble memory leak when gattc config off(backport v5.1)
See merge request espressif/esp-idf!28496
|
2024-01-25 11:59:13 +08:00 |
|
Island
|
4fd3de1ce8
|
Merge branch 'bugfix/fix_some_ble_issue_v5.1' into 'release/v5.1'
Bugfix/fix some ble issue v5.1(backport v5.1)
See merge request espressif/esp-idf!28616
|
2024-01-25 11:59:02 +08:00 |
|
Zeke Gustafson
|
5fa653771f
|
feat(ble/bluedroid): Add getter for BLE GAP callback
|
2024-01-22 20:56:03 +08:00 |
|
Zeke Gustafson
|
8dbfff100e
|
feat(ble/bluedroid): Add getter for BLE GATTS callback
|
2024-01-22 20:55:56 +08:00 |
|
zhanghaipeng
|
77ca6c58c1
|
feat(ble/bluedroid): Add getter for BLE GATTC calllback
|
2024-01-22 20:55:49 +08:00 |
|
zhanghaipeng
|
cc78bb61b5
|
docs(ble/bluedroid): Optimize documentation for BLE duplicate scan
|
2024-01-22 20:55:42 +08:00 |
|
zhanghaipeng
|
9c93c54d81
|
fix(ble/bluedroid): Fix dangling pointer issue in deletion of bonded devices
|
2024-01-22 20:55:31 +08:00 |
|
zhanghaipeng
|
22bdd07668
|
fix(ble/bluedroid): Fix BLE background connection log level
|
2024-01-22 20:55:23 +08:00 |
|
Darshan Dobariya
|
95e0a1d1b6
|
fix(nimble): Added support for address resolution during inquiry.
|
2024-01-22 09:42:22 +08:00 |
|
zhanghaipeng
|
b59aeaa192
|
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow
|
2024-01-19 10:52:34 +08:00 |
|
zhanghaipeng
|
6a81c1fcce
|
fix(ble/bluedroid): Fix ble memory leak when gattc config off
|
2024-01-19 10:52:20 +08:00 |
|
linruihao
|
2fa19aab7a
|
fix(bt/bludroid): Increase BTU task stack size
|
2024-01-08 11:36:07 +08:00 |
|
Rahul Tank
|
d2c1fcf56e
|
Merge branch 'bugfix/enable_addr_resol_across_reboot_v5.1' into 'release/v5.1'
fix(nimble): Enable address resolution across reboot (v5.1)
See merge request espressif/esp-idf!28215
|
2024-01-03 20:10:00 +08:00 |
|
Rahul Tank
|
c6946cb2fd
|
fix(nimble): Enable address resolution across reboot
|
2024-01-02 14:04:44 +05:30 |
|
zhanghaipeng
|
3241fd237b
|
fix(bt/bluedroid): Fix BLE robost cashing config
|
2023-12-30 20:14:19 +08:00 |
|
Jiang Jiang Jian
|
bc2389029c
|
Merge branch 'bugfix/fix_ble_app_unregister_no_event_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Fix ble app unregister no event(backport v5.1)
See merge request espressif/esp-idf!28175
|
2023-12-29 16:03:39 +08:00 |
|
Jiang Jiang Jian
|
b929a149db
|
Merge branch 'bugfix/fix_gatts_stop_race_condition_v5.1' into 'release/v5.1'
fix(nimble): Handled race condition for conn variables being set to NULL (v5.1)
See merge request espressif/esp-idf!28169
|
2023-12-29 16:02:17 +08:00 |
|
Jiang Jiang Jian
|
82bfc1de86
|
Merge branch 'bugfix/crash_in_btc_hf_init_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Avoided crash of LoadProhibited during HFP AG deinitialization (v5.1)
See merge request espressif/esp-idf!28117
|
2023-12-29 12:01:51 +08:00 |
|
Jiang Jiang Jian
|
8b84071f6a
|
Merge branch 'backport/fix_ble_prepare_write_v5.1' into 'release/v5.1'
Backport/fix ble prepare write v5.1
See merge request espressif/esp-idf!27909
|
2023-12-29 12:01:01 +08:00 |
|
zhanghaipeng
|
7755e6190c
|
fix(bt/bluedroid): Fix ble app unregister no event
|
2023-12-28 19:10:10 +08:00 |
|
Rahul Tank
|
aa2c91072d
|
fix(nimble): Handled race condition for conn variables being set to NULL
|
2023-12-28 15:13:09 +05:30 |
|
Roshan Bangar
|
dc9d9b41f2
|
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
|
2023-12-27 15:03:17 +05:30 |
|
Jin Cheng
|
9d41ed6546
|
feat(bt/bluedroid): Added an API to specify data types for ACL-U traffic
|
2023-12-26 20:21:15 +08:00 |
|
Jin Cheng
|
f7cfcebe69
|
fix(bt/bluedroid): Disabled Sniff Subrating temporarily as it did not work well
|
2023-12-26 11:51:32 +08:00 |
|