Rahul Tank
|
cabaf74249
|
fix(nimble): Adjust Data len time in case BLE 5.0 support is not present
|
2024-11-04 11:33:10 +05:30 |
|
Abhinav Kudnar
|
deed739453
|
fix(nimble): Fix the sequence of ll and host transport init
|
2024-10-03 17:01:37 +08:00 |
|
Rahul Tank
|
8e0739ccd5
|
fix(nimble): Fix clang compilation issue
|
2024-09-24 12:15:59 +05:30 |
|
Rahul Tank
|
2e7caef119
|
feat(nimble): Set data length after connection
|
2024-09-19 20:24:29 +05:30 |
|
Rahul Tank
|
f6b08fb2e9
|
fix(nimble): De-register host cb in stack deinit
|
2024-09-16 14:22:47 +05:30 |
|
shreeyash
|
81752a8f5f
|
fix(nimble): Make CCCD flags configurable
|
2024-09-04 14:13:19 +05:30 |
|
Astha Verma
|
20c2a13767
|
fix(nimble): Added BT_HCI_LOG_INCLUDED macro according to nimble nomenclature
|
2024-08-24 11:04:38 +05:30 |
|
shreeyash
|
c8f50920b2
|
fix(nimble): Fixed blesmp getbondlist issue
|
2024-08-22 21:33:59 +05:30 |
|
Rahul Tank
|
071fed2d6f
|
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
|
2024-08-20 14:56:13 +05:30 |
|
Rahul Tank
|
61edc67100
|
feat(nimble): Add support to allow connection during scanning
|
2024-08-16 15:05:39 +05:30 |
|
Rahul Tank
|
5af88badfa
|
feat(nimble): Add extra handling for set data len packet event
|
2024-08-08 12:03:36 +05:30 |
|
Rahul Tank
|
a367c5da00
|
fix(nimble): Modify Advertising Tx power levels
|
2024-08-05 10:57:48 +05:30 |
|
Rahul Tank
|
966988af45
|
fix(nimble): Add return value to RPA Timeout API
|
2024-07-31 14:46:33 +05:30 |
|
Rahul Tank
|
1d23173715
|
fix(nimble): Zero initialize variable to avoid garbage value
|
2024-07-26 21:33:00 +05:30 |
|
Rahul Tank
|
0095bc4b7f
|
fix(nimble): Fixed BLE security vulnerability when using fixed IRK
|
2024-07-18 09:55:33 +05:30 |
|
zwl
|
c2bf1ff2b5
|
feat(bluetooth/controller): update nimble host to adapt hci layer
|
2024-07-16 13:23:41 +08:00 |
|
zhiweijian
|
3cac5c4fdd
|
fix(bt/nimble): split hci log in nimble
|
2024-07-09 16:40:06 +08:00 |
|
Rahul Tank
|
e922e49f85
|
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit 634412e20c7e7691522b6ff465e86c1d6b6709c8.
|
2024-07-05 18:09:25 +05:30 |
|
Rahul Tank
|
634412e20c
|
fix(nimble): Added debug print to check for skipped adv report
|
2024-07-01 15:33:53 +05:30 |
|
Rahul Tank
|
0edef52a67
|
fix(nimble): Pass the correct cb arg during reconnection attempt
|
2024-06-25 08:32:14 +05:30 |
|
Rahul Tank
|
b482d04fb6
|
fix(nimble): Clear resource before re-starting advertising
|
2024-06-20 11:02:46 +05:30 |
|
Rahul Tank
|
d5c4973bd3
|
fix(nimble): Added change to handle extra memory for ext adv reattempt
|
2024-06-14 12:05:09 +05:30 |
|
Abhinav Kudnar
|
5694eb354f
|
fix(nimble): Added return code in ble_gap_unpair error logs
|
2024-06-05 12:10:41 +05:30 |
|
Rahul Tank
|
6ab57bbcc4
|
fix(nimble): Explicitly NULL assign adv data
|
2024-06-04 12:16:12 +05:30 |
|
zhiweijian
|
42aa1be457
|
feat(bt/nimble): support hci log for nimble
|
2024-06-03 09:48:51 +08:00 |
|
Rahul Tank
|
3b5c0b7d73
|
fix(nimble): Added change to free memory in case of failure
|
2024-05-31 12:09:32 +05:30 |
|
Abhinav Kudnar
|
8df917bde9
|
feat(nimble): Added API to get resolve ADV data
|
2024-05-24 11:56:21 +05:30 |
|
Rahul Tank
|
29dcca6c7c
|
fix(nimble): start advertising if disconnect due to 0x3E in slave
|
2024-05-22 12:58:27 +05:30 |
|
Abhinav Kudnar
|
7a7aeff0c9
|
feat(nimble): Added API to get local used address
|
2024-05-16 09:50:04 +05:30 |
|
Rahul Tank
|
a86e6ea6e9
|
Merge branch 'doc/update_readme_enc_adv_v5.1' into 'release/v5.1'
docs(nimble): Added chip information in enc_adv example README file (v5.1)
See merge request espressif/esp-idf!30775
|
2024-05-16 12:12:02 +08:00 |
|
Rahul Tank
|
82b9984816
|
Merge branch 'bugix/avoid_reset_extract_cb_v5.1' into 'release/v5.1'
fix(nimble): Avoid slave instance reset inside extract_cb (v5.1)
See merge request espressif/esp-idf!30489
|
2024-05-16 12:01:57 +08:00 |
|
Rahul Tank
|
8abb343778
|
docs(nimble): Added chip information in ble_enc_adv README file
|
2024-05-15 15:32:55 +05:30 |
|
Rahul Tank
|
8cf7043e28
|
Merge branch 'bugfix/disable_mbedtls_options_v5.1' into 'release/v5.1'
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used (v5.1)
See merge request espressif/esp-idf!30620
|
2024-05-15 14:17:56 +08:00 |
|
Rahul Tank
|
d72ba104ca
|
fix(nimble): Create separate API to only extract cb info
|
2024-05-15 11:06:10 +05:30 |
|
Rahul Tank
|
9ac8768650
|
fix(nimble): Free controller memory if init fails
|
2024-05-13 12:00:16 +05:30 |
|
Rahul Tank
|
7ad7f84f0f
|
Merge branch 'bugfix/fix_ble_issues_5.1' into 'release/v5.1'
fix(nimble): Bugfix/fix ble issues 5.1
See merge request espressif/esp-idf!30246
|
2024-05-13 13:55:15 +08:00 |
|
Rahul Tank
|
12fd2435ea
|
fix(nimble): Expose API to set RPA Timeout
|
2024-05-12 13:50:14 +05:30 |
|
Sumeet Singh
|
bce9b7ad4b
|
fix(nimble): Removed code for termination upon signed write operation failure
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
e4083fd321
|
fix(nimble): Fix compilation issues when CCCD is set to 0
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
d7bfdee87b
|
fix(nimble): Fix for Vulnerability CVE_2024_24746
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
fec0bb07f6
|
fix(nimble): Add support for data length change evt
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
28f8c9d228
|
fix(nimble): Fix the size of num_packets in dtm event
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
0bda7fb520
|
fix(nimble): Remove extra code in reattempt connection
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
d8e072fd8a
|
fix(nimble): Change reconnection scheme
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
7ff783db6a
|
fix(nimble): Handle auto connection flag for extended connect
|
2024-05-12 13:50:14 +05:30 |
|
Darshan Dobariya
|
26eb624879
|
fix(nimble): Added support for deleting the oldest bonded device across reboot
|
2024-05-12 13:50:14 +05:30 |
|
Roshan Bangar
|
a51364c76f
|
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
|
2024-05-12 13:50:14 +05:30 |
|
Roshan Bangar
|
0e0ac035dd
|
fix(nimble): Fixed compilation issues on disabling security
|
2024-05-12 13:50:14 +05:30 |
|
Rahul Tank
|
63ae667750
|
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
|
2024-05-06 15:21:05 +05:30 |
|
zhiweijian
|
cc2e293d7c
|
feat(bt/common): Add bluerooth hci layer data stream record
|
2024-04-13 15:41:15 +08:00 |
|