19559 Commits

Author SHA1 Message Date
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
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
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
Wang Meng Yang
5ecd048c76 Merge branch 'bugfix/fix_some_hci_cmd_param_check_v4.3' into 'release/v4.3'
fix(bt/controller): Fixed some HCI commands parameter check (Backport v4.3)

See merge request espressif/esp-idf!25716
2023-09-07 07:41:18 +08:00
chenjianhua
786a4ce286 bluedroid: add GATT read multi variable API and evt 2023-09-06 21:02:21 +08:00
chenjianhua
281af95160 bluedroid: add periodic adv sync transfer API and EVT 2023-09-06 21:02:21 +08:00
chenjianhua
5714b64bc3 bluedroid: support gatts show local database 2023-09-06 21:02:21 +08:00
chenjianhua
91e6ab313d bluedroid: fixed GATT multi notify and robust caching 2023-09-06 21:02:21 +08:00
chenjianhua
14c2f27f3e bluedroid: add config for GAP service and periodic adv sync transfer 2023-09-06 21:02:21 +08:00
chenjianhua
c479918f2b bluedroid: add internal GATT API for PTS 2023-09-06 21:02:21 +08:00
chenjianhua
019e1aef99 bluedroid: add config for robust caching and RPA timeout 2023-09-06 21:02:21 +08:00
chenjianhua
9dd01968c9 bluedroid: support GATT robust caching feature 2023-09-06 21:02:21 +08:00
chenjianhua
40080c6957 bluedroid: support GATT services database hash calculate 2023-09-06 21:02:21 +08:00
chenjianhua
50496e15fc bluedroid: support periodic advertising sync transfer cmd 2023-09-06 21:02:21 +08:00
chenjianhua
0f46fad2c7 bluedroid: support LE L2CAP credit based connection 2023-09-06 21:02:21 +08:00
chenjianhua
ec5a7d1e74 bluedroid: support oob pairing for smp secure connection 2023-09-06 21:02:21 +08:00
satish.solanke
7393a3ed78 Support of Micro defination in header file 2023-09-06 21:02:21 +08:00
linruihao
c6d7c1687f fix(bt/controller): Fixed some HCI commands parameter check
Fixed HCI_Change_Connection_Packet_Type Command parameter check
Fixed HCI_Accpet_Synchronous_Connection_Request Command parameter check
Fixed HCI_Set_Connectionless_Peripheral_Broadcast_Data Command parameter check
2023-09-06 06:23:17 +00:00
gongyantao
83462ce916 fix(bt/bluedroid): Reject SET CONFIGURATION command with error code INVALID_CODEC_TYPE
1: reset p_scb->avdt_handle in cleanup function.
2: cancel comparing p_scb->codec_type and p_scb->seps[xx].codec_type to
send the error INVALID_CODEC_TYPE.
2023-09-06 03:07:26 +00:00
Jiang Jiang Jian
813a9bf38f Merge branch 'bugfix/fix_espnow_set_lr_rate_fail_v4.3' into 'release/v4.3'
fix(wifi/vendor): fix some bugs in LR and ESP-NOW (backport v4.3)

See merge request espressif/esp-idf!25413
2023-09-05 21:00:18 +08:00
Linda
c8be48f633 docs: synchronize CN version with EN version of api-guides/jtag-debugging/esp32c3.inc 2023-09-05 10:17:23 +00:00
Roland Dobai
d7a2c25acc Merge branch 'version_check_fix_dev_4.3' into 'release/v4.3'
fix(tools): check_python_version accept dev releases as requirement (v4.3)

See merge request espressif/esp-idf!25190
2023-09-05 16:27:27 +08:00
Roland Dobai
6f147b97d4 Merge branch 'component_manager_bump4.3' into 'release/v4.3'
tools(component-manager): bump version to avoid failures in dependency_check script (v4.3)

See merge request espressif/esp-idf!25069
2023-09-05 16:27:09 +08:00
Roland Dobai
d18aac6941 Merge branch 'bugfix/sbom_hash_check_v4.3' into 'release/v4.3'
fix(test_submodules.py): don't rely on submodule init (v4.3)

See merge request espressif/esp-idf!25063
2023-09-05 16:26:47 +08:00