jgujarathi
a2f24aabe9
fix(rrm) : Fix crash in RRM neighbour report requests.
...
Fix crash in sending new RRM neighbour report requests by removing
the call to neighbour report request timeout callback in case of
already ongoing neighbour report request timer.
2023-09-21 03:05:53 +00:00
Marius Vikhammer
f21cbb625f
Merge branch 'bugfix/pthread_cond_var_link_hook_v4.3' into 'release/v4.3'
...
bugfix(pthread): fixed pthread_condvar linker hook (v4.3)
See merge request espressif/esp-idf!26007
2023-09-19 15:46:16 +08:00
Wang Meng Yang
08991d3258
Merge branch 'bugfix/error_param_in_BTA_AG_WBS_EVT_v4.3' into 'release/v4.3'
...
Bugfix/error param in bta ag wbs evt (v4.3)
See merge request espressif/esp-idf!26003
2023-09-19 12:00:58 +08:00
Rahul Tank
5936402ff5
Merge branch 'bugfix/memmory_cleanup_optimizatoin_v4.3' into 'release/v4.3'
...
fix(nimble): Fix for memory leak/optimization(v4.3)
See merge request espressif/esp-idf!25983
2023-09-18 18:50:31 +08:00
Jakob Hasse
01ac40fd19
fix(pthread): fixed pthread_condvar linker hook
2023-09-18 12:31:52 +08:00
Jiang Jiang Jian
e9371ded86
Merge branch 'bugfix/fix_station_example_authmode_threshold_issue' into 'release/v4.3'
...
fix(wifi): fix station example authmode threshold issue
See merge request espressif/esp-idf!25985
2023-09-18 10:30:11 +08:00
muhaidong
f54957ce09
fix(wifi): fix station example authmode threshold issue
2023-09-15 16:34:29 +08:00
Rahul Tank
610472ac58
fix(nimble): Fix for memory leak/optimization
2023-09-15 13:18:33 +05:30
Mahavir Jain
a1aa516d25
Merge branch 'feature/freertos_add_sbom_file_v4.3' into 'release/v4.3'
...
feat(freertos): Added SBOM manifest file for SPDX file generation (v4.3)
See merge request espressif/esp-idf!25894
2023-09-14 23:53:25 +08:00
Island
fbd905aa52
Merge branch 'bugfix/fix_some_ble_bug_v4.3' into 'release/v4.3'
...
Fixed some BLE bugs (backport v4.3)
See merge request espressif/esp-idf!25916
2023-09-14 14:10:41 +08:00
Sudeep Mohanty
61b94e3758
feat(freertos): Added SBOM manifest file for SPDX file generation
...
This commit adds the SBOM manifest file for the FreeRTOS-Kernel to aid
SPDX file generation.
2023-09-12 15:28:05 +02:00
Rahul Tank
a4ac8a0adb
Merge branch 'bugfix/add_nimble_50_feature_support_flag_v4.3' into 'release/v4.3'
...
fix(nimble): add flag to indicate 5.0 feature support(v4.3)
See merge request espressif/esp-idf!25766
2023-09-12 19:22:28 +08:00
Rahul Tank
83778ad67a
Merge branch 'feat/add_high_duty_adv_interval_v4.3' into 'release/v4.3'
...
feat(nimble): Added support for high duty adv interval (v4.3)
See merge request espressif/esp-idf!25556
2023-09-11 22:14:38 +08:00
Jin Cheng
b519e684bd
fix(bt/bluedroid): Fixed incorrect arrangement in type esp_hf_dial_type_t
2023-09-11 19:53:03 +08:00
Jin Cheng
64f72c1e6a
change(bt/bluedroid): Added line information printing when error occurs CHECK_HF_IDX
2023-09-11 19:53:03 +08:00
Jin Cheng
7fce991d70
fix(bt/bluedroid): Fixed the issue of uninitialized parameters in event BTA_AG_WBS_EVT
2023-09-11 19:53:03 +08:00
chenjianhua
0d9bcc15b5
Update bt lib for ESP32-C3 and ESP32-S3(59725b5)
...
- Support BLE RX error packet count record
- Fixed adv random delay when adv interval is less than 20ms
- Fixed adv random address setting when owner address type is public
2023-09-11 19:21:22 +08:00
chenjianhua
592caca809
Update bt lib for ESP32-C3 and ESP32-S3(ff6efe7)
...
- fix(bt/controller): Fixed PHY enable and disable
- feat(bt/controller): Support DAA and LBT mode for BLE CCA
2023-09-11 19:10:36 +08:00
chenjianhua
e787278638
update esp32 bt-lib (7b24543)
...
- Support BLE RX error packet count record
- Fixed instant setting for LLC procedures with instants
- Fixed adv random delay when adv interval is less than 20ms
2023-09-11 17:16:01 +08:00
zhanghaipeng
fcafafb92a
fix(bt): Fix bugs about updating connect param
2023-09-11 17:15:03 +08:00
zhanghaipeng
04d6936ce1
fix(bt): Fix bug while calculating block cipher using aes-128
2023-09-11 17:14:57 +08:00
zhanghaipeng
0b2fc6b34f
docs(bt): Update comment in ble
2023-09-11 17:14:46 +08:00
zhanghaipeng
9c7626fab0
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-11 17:13:44 +08:00
chenjianhua
997c2fd59c
fix(bt/bluedroid): Fixed BLE disconnect event report when disconnecting
2023-09-11 16:47:29 +08:00
chenjianhua
afbc101fbf
fix(bt/bluedroid): Fixed GATTC cache address save when list is full
2023-09-11 16:47:22 +08:00
chenjianhua
9438aa85e1
feat(bt/bluedroid): Support high duty adv interval setting
2023-09-11 16:47:11 +08:00
chenjianhua
a4df2b6305
fix(bt/bluedroid): Fix address check when using NRPA as random device address
2023-09-11 16:47:00 +08:00
Rahul Tank
c8def29e41
fix(nimble): add flag to indicate 5.0 feature support
2023-09-11 09:47:59 +05:30
Jiang Jiang Jian
8560017efd
Merge branch 'feature/support_ble_53_host_feat_v4.3' into 'release/v4.3'
...
Support BLE host feature for PTS (backport v4.3)
See merge request espressif/esp-idf!25649
2023-09-11 12:00:05 +08:00
Rahul Tank
2accf6cf6e
feat(nimble): Added support for high duty adv interval
2023-09-11 09:29:35 +05:30
Jiang Jiang Jian
d832144fb7
Merge branch 'bugfix/hf_ag_report_event_with_null_bdaddr_v4.3' into 'release/v4.3'
...
Bugfix/fixed bugs of HFP in BlueDroid (v4.3)
See merge request espressif/esp-idf!25830
2023-09-11 10:15:09 +08:00
Wang Meng Yang
82f1755b54
Merge branch 'test/bqb_test_bt_classic_a2dp_v4.3' into 'release/v4.3'
...
fix(bt/bluedroid): Reject SET CONFIGURATION command with error code INVALID_CODEC_TYPE(backport v4.3)
See merge request espressif/esp-idf!25686
2023-09-11 07:36:40 +08:00
Roland Dobai
bfcba10ef2
Merge branch 'fix/click-port-compl_v4.3' into 'release/v4.3'
...
fix(tools): fix autocomplete for --port option (v4.3)
See merge request espressif/esp-idf!25877
2023-09-09 09:09:12 +08:00
Island
6cc40d5622
Merge branch 'backport_v4.3' into 'release/v4.3'
...
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh(backport v4.3)
See merge request espressif/esp-idf!25862
2023-09-08 21:41:22 +08:00
Peter Dragun
649abd203e
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-08 09:31:08 +02:00
Rahul Tank
d6d55aaf98
Merge branch 'bugfix/remove_global_min_max_def_v4.3' into 'release/v4.3'
...
fix(nimble): Removed global min/max definition causing problems with other libraries(v4.3)
See merge request espressif/esp-idf!25587
2023-09-08 14:39:33 +08:00
Wang Mengyang
1d70553ee6
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 11:52:26 +08:00
chenqingqing
79493578f2
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-08 11:52:13 +08:00
zhanghaipeng
3acf19d9f9
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
2023-09-08 10:36:03 +08:00
Rahul Tank
1d62bea80a
fix(nimble): Removed global min/max definition causing problems with other libraries
2023-09-07 19:16:29 +05:30
Jin Cheng
670e8f9049
fix(bt/bluedroid): Deleted the redundant 'memset' in btc_hf_cb_handler
2023-09-07 11:31:22 +08:00
Jin Cheng
812f919706
docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call
2023-09-07 11:31:22 +08:00
Jin Cheng
e4f65d9629
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-07 11:31:22 +08:00
Jin Cheng
a0c505d128
fix(bt/bluedroid): Fixed wrong indexes of HF-AG indicators
2023-09-07 11:31:22 +08:00
Jin Cheng
820e3263fb
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-07 11:31:22 +08:00
Jin Cheng
6ae76b7b69
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
2023-09-07 11:31:22 +08:00
Jin Cheng
37b8bc13d5
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
2023-09-07 11:31:22 +08:00
Jin Cheng
dec7165a8f
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-07 11:31:22 +08:00
Jin Cheng
0d75f97bf2
fix(bt/bluedroid): Fixed NULL Bluetooth device address in HF-AG events was reported to application layer
2023-09-07 11:31:22 +08:00
Anton Maklakov
7bc232a647
Merge branch 'docs/update_api-guides/jtag-debugging/esp32c3' into 'release/v4.3'
...
docs: synchronize CN version with EN version of api-guides/jtag-debugging/esp32c3.inc
See merge request espressif/esp-idf!25412
2023-09-07 09:25:07 +08:00