Rahul Tank
|
30d5bd0bdc
|
Merge branch 'backport/nimble_support_cte_release_5_3' into 'release/v5.3'
Backport Bluetooth LE 5.1 direction finding host support (Backport v5.3)
See merge request espressif/esp-idf!33222
|
2024-09-04 15:45:07 +08:00 |
|
Jiang Jiang Jian
|
90f1111868
|
Merge branch 'contrib/github_pr_14286_v5.3' into 'release/v5.3'
fix(bt): Add a parameter in the two least significant bits of Class of Device (backport v5.3)
See merge request espressif/esp-idf!33164
|
2024-09-04 14:01:00 +08:00 |
|
Geng Yuchao
|
42a5118974
|
feat: Add support for BLE 5.1 Direction Finding feature
|
2024-09-04 09:38:00 +05:30 |
|
Geng Yuchao
|
be33558164
|
feat: Add direction finding relate defines and kconfig and CMakeLists
|
2024-09-04 09:38:00 +05:30 |
|
zhanghaipeng
|
01f46017d9
|
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
|
2024-08-29 16:38:17 +08:00 |
|
zhanghaipeng
|
d02df53fd8
|
feat(ble/bluedroid): Support getting BLE address type in bond list
|
2024-08-29 16:37:15 +08:00 |
|
Nebojša Cvetković
|
c100af18e6
|
fix(bt/bluedroid): Resolve warning: unused variable 'pp'
|
2024-08-29 16:17:39 +08:00 |
|
chenqingqing
|
020276b94a
|
fix(bt): Add a parameter in the two least significant bits of Class of Device
|
2024-08-28 16:46:31 +08:00 |
|
WebDust21
|
4d8825dfa6
|
fix(bt): Enable use of RESERVED bits in COD (GitHub PR)
|
2024-08-28 16:46:21 +08:00 |
|
chenjianhua
|
cbefea95e4
|
feat(bt/bluedroid): Report HCI error code to app when command fails
|
2024-08-26 12:12:43 +08:00 |
|
chenjianhua
|
f199eeee90
|
fix(bt/bluedroid): Fixed BLE create conn cancel when conn already exist
|
2024-08-26 12:12:43 +08:00 |
|
chenjianhua
|
7096ac8c29
|
feat(bt/bluedroid): Add print and assert when failed to alloc memory
|
2024-08-26 12:12:43 +08:00 |
|
zhanghaipeng
|
7741d58b7f
|
feat(ble/bluedroid): Support getting BLE address type in bond list
|
2024-08-09 20:21:04 +08:00 |
|
zhanghaipeng
|
2e0c01b1c5
|
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
|
2024-08-09 20:21:04 +08:00 |
|
Rahul Tank
|
b7513a2d1e
|
feat(nimble): Add extra handling for set data len packet event
|
2024-08-05 16:42:55 +05:30 |
|
Rahul Tank
|
01f0fd4158
|
fix(nimble): Modify Advertising Tx power levels
|
2024-08-03 14:42:10 +05:30 |
|
Island
|
883ee8b0a0
|
Merge branch 'bugfix/fix_ble_security_param_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization (v5.3)
See merge request espressif/esp-idf!32505
|
2024-08-02 17:38:40 +08:00 |
|
Island
|
530f10f261
|
Merge branch 'bugfix/fix_ble_gattc_app_unregister_v5.3' into 'release/v5.3'
Bugfix/fix ble gattc app unregister (v5.3)
See merge request espressif/esp-idf!32438
|
2024-08-02 17:30:29 +08:00 |
|
zhanghaipeng
|
1df847e2a0
|
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
|
2024-08-01 16:17:53 +08:00 |
|
Rahul Tank
|
7be0bf12af
|
fix(nimble): Add return value to RPA Timeout API
|
2024-08-01 09:23:24 +05:30 |
|
zhanghaipeng
|
18a4191adf
|
fix(ble/bluedroid): Fix incorrect state issue when unregistering BLE GATTC application
|
2024-07-30 18:03:37 +08:00 |
|
Jiang Jiang Jian
|
0ac440afcc
|
Merge branch 'bugfix/split_hci_log_in_nimble_v5.3' into 'release/v5.3'
fix(bt/nimble): split hci log in nimble (backport v5.3)
See merge request espressif/esp-idf!32383
|
2024-07-30 10:33:16 +08:00 |
|
zhiweijian
|
917bcc2cd8
|
fix(bt/nimble): split hci log in nimble
|
2024-07-29 09:46:13 +08:00 |
|
Rahul Tank
|
3469d50a8b
|
fix(nimble): Zero initialize variable to avoid garbage value
|
2024-07-26 21:29:00 +05:30 |
|
Rahul Tank
|
01086e0307
|
fix(nimble): Add host callback to provide security key
|
2024-07-26 11:34:40 +05:30 |
|
Rahul Tank
|
9f7f1f3bf2
|
Merge branch 'bugfix/reset_irk_when_all_unpair_v5.3' into 'release/v5.3'
fix(nimble): Fixed BLE security vulnerability when using fixed IRK (v5.3)
See merge request espressif/esp-idf!32156
|
2024-07-26 14:03:09 +08:00 |
|
Jiang Jiang Jian
|
b81f35157b
|
Merge branch 'bugfix/fix_ble_cannot_create_conn_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE cannot create connection(v5.3)
See merge request espressif/esp-idf!32306
|
2024-07-26 11:54:58 +08:00 |
|
Jiang Jiang Jian
|
1fa25ff842
|
Merge branch 'feat/add_ble50_instant_v5.3' into 'release/v5.3'
Add support for BLE 5.0 instances in related events (v5.3)
See merge request espressif/esp-idf!31990
|
2024-07-26 11:53:08 +08:00 |
|
Jiang Jiang Jian
|
67b0e9bd09
|
Merge branch 'bugfix/fix_ble_connect_fail_report_time_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE report event when connection fails (v5.3)
See merge request espressif/esp-idf!31781
|
2024-07-26 11:49:19 +08:00 |
|
Jiang Jiang Jian
|
35e9a119da
|
Merge branch 'bugfix/l2cap_use_wrong_handle_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event(v5.3)
See merge request espressif/esp-idf!31278
|
2024-07-26 11:39:25 +08:00 |
|
Rahul Tank
|
e5c1a03e52
|
fix(nimble): Fixed BLE security vulnerability when using fixed IRK
|
2024-07-25 15:11:59 +05:30 |
|
Island
|
638577b0bf
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
Fixed some BLE bugs 240620 (backport v5.3)
See merge request espressif/esp-idf!31646
|
2024-07-25 16:54:55 +08:00 |
|
zhanghaipeng
|
d8798c4bd5
|
fix(ble/bluedroid): Fixed BLE cannot create connection
|
2024-07-24 10:51:08 +08:00 |
|
zwl
|
52c9d724bc
|
feat(bluetooth/controller): update nimble host to adapt hci layer
|
2024-07-17 19:32:22 +08:00 |
|
zwl
|
6089f84653
|
feat(bluetooth/controller): optimize bt hci layer code
|
2024-07-17 19:32:22 +08:00 |
|
zhanghaipeng
|
c3af6db044
|
fix(ble/bluedroid): Fixed BLE set adv param check
|
2024-07-10 12:25:39 +08:00 |
|
zhanghaipeng
|
095a0dd85f
|
feat(ble/bluedroid): Support BLE50 instance in related event
|
2024-07-09 15:23:46 +08:00 |
|
zhanghaipeng
|
429eb0952c
|
fix(ble/bluedroid): Fixed BLE report event when connection fails
|
2024-06-28 12:00:33 +08:00 |
|
chenjianhua
|
2845990aff
|
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
|
2024-06-26 17:25:39 +08:00 |
|
chenjianhua
|
14b64bfede
|
fix(bt/bluedroid): Fixed BLE security vulnerability when using fixed IRK
|
2024-06-26 17:25:24 +08:00 |
|
xiongweichao
|
4a919356ba
|
fix(bt/bluedroid): Fixed deadlock caused by not unlocking
|
2024-06-25 00:59:25 +08:00 |
|
xiongweichao
|
6c01ce3ae2
|
fix(bt/bluedroid): Fixed L2CAP using wrong handle
- Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event.
- Closes https://github.com/espressif/esp-idf/issues/13847
|
2024-06-25 00:59:25 +08:00 |
|
zwl
|
a21f65cb5b
|
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
|
2024-06-24 10:40:33 +08:00 |
|
Rahul Tank
|
81b43829a2
|
fix(nimble): Clear resource before re-starting advertising
|
2024-06-18 11:11:29 +05:30 |
|
zhiweijian
|
679df9ec6f
|
feat(bt/nimble): support hci log for nimble
|
2024-06-12 19:24:36 +08:00 |
|
Island
|
b4dc51b873
|
Merge branch 'bugfix/fix_no_mem_coex_issue_v5.3' into 'release/v5.3'
fix(nimble): Added change to handle extra memory for ext adv reattempt (v5.3)
See merge request espressif/esp-idf!31444
|
2024-06-12 14:10:14 +08:00 |
|
Island
|
46677555ed
|
Merge branch 'bugfix/fix_ble_pktlen_change_v5.3' into 'release/v5.3'
Bugfix/fix ble pktlen change (v5.3)
See merge request espressif/esp-idf!31250
|
2024-06-12 14:06:39 +08:00 |
|
Rahul Tank
|
32a2ddceaa
|
fix(nimble): Added change to handle extra memory for ext adv reattempt
|
2024-06-11 17:43:32 +05:30 |
|
Island
|
bee6044a24
|
Merge branch 'doc/update_readme_enc_adv_v5.3' into 'release/v5.3'
docs(nimble): Added chip information in enc_adv example README file (v5.3)
See merge request espressif/esp-idf!30773
|
2024-06-11 11:01:02 +08:00 |
|
Island
|
84660a822a
|
Merge branch 'bugfix/ble_gap_unpair_error_code_v5.3' into 'release/v5.3'
fix(nimble): Added return code in ble_gap_unpair error logs (v5.3)
See merge request espressif/esp-idf!31307
|
2024-06-11 11:00:49 +08:00 |
|