wangjialiang
5aa6fa39ea
ble_mesh: stack: Bugfix for oversized SegN as valid
2022-04-25 11:54:37 +08:00
Wang Meng Yang
a808f59991
Merge branch 'bugfix/bt_add_some_debug_log_v4.1' into 'release/v4.1'
...
component_bt: Add some bluetooth debug log(v4.1)
See merge request espressif/esp-idf!17619
2022-04-19 20:12:25 +08:00
Wang Meng Yang
5f95be7703
Merge branch 'feature/update_hfp_hf_version_v4.1' into 'release/v4.1'
...
component_bt: Update HFP_HF version to 1.7.2(v4.1)
See merge request espressif/esp-idf!17394
2022-04-19 20:10:38 +08:00
liqigan
a7f2510423
add missing unlock in btc_spp_cb_handler of BTA_JV_RFCOMM_WRITE_EVT
2022-04-12 15:41:44 +08:00
liqigan
baf89cb3bd
fix SPP initiator can not free resource when connection is failed
2022-04-12 15:41:06 +08:00
xiongweichao
6d9d5b4cde
Add some bluetooth debug log
2022-03-28 14:06:49 +08:00
xiongweichao
9f80c20181
Update HFP_HF version to 1.7.2
2022-03-08 11:21:00 +08:00
Jiang Jiang Jian
c757427617
Merge branch 'bugfix/a2dp_sniff_v4.1' into 'release/v4.1'
...
Fix crash when host exit sniff mode(v4.1)
See merge request espressif/esp-idf!17344
2022-03-03 22:28:40 +08:00
xiongweichao
47f9da2cec
Fix crash when host exit sniff mode
2022-03-03 17:00:02 +08:00
Xia Xiaotian
89c036498e
esp_wifi: refactor PHY access
...
- Simplify PHY access API
- Move coexist initializing and deinitializing out from PHY API
to Wi-Fi and Bluetooth
- Remove coexist pause and resume for they are no longer needed.
2022-02-24 14:35:48 +08:00
Wang Meng Yang
605fb98948
Merge branch 'bugfix/config_parse_crash_after_flash_erase_v4.1' into 'release/v4.1'
...
component_bt: fixed config parse crash after flash_erase(v4.1)
See merge request espressif/esp-idf!16732
2022-02-18 05:01:40 +00:00
xiewenxiang
abcd2a7c9e
components/bt: Fix ble adv_underrun issue
...
components/bt: Fix LLCP collision for channel map update
2022-02-16 00:30:05 +08:00
xiongweichao
52f6ed8646
btc_a2dp_control_set_datachnl_stat is only used by a2dp sink
2022-02-15 11:56:45 +08:00
xiongweichao
b432340266
remove btc_a2dp_dispatch_datapath_evt and event
2022-02-15 11:56:45 +08:00
xiongweichao
cd05f5252a
Fixed the crash caused by calling esp_a2d_media_ctrl(ESP_A2D_MEDIA_CTRL_START) after stream started
2022-02-15 11:56:45 +08:00
xiongweichao
b29ec46c88
Fixed a2dp source audio data packet congestion causing choppy audio in a2dp sink
2022-02-15 11:56:44 +08:00
Rahul Tank
eee592d809
Nimble : Modify ble_gap_wl_set
to support clearing complete whitelist
2022-02-14 16:44:57 +05:30
Wang Meng Yang
5ea980e80c
Merge branch 'bugfix/rd_rem_ext_feats_delayed_cs_v4.1' into 'release/v4.1'
...
bugfix/fix cs event for rd_rem_ext_feats delayed issue (v4.1)
See merge request espressif/esp-idf!16816
2022-02-10 09:46:44 +00:00
jincheng
c726a25d98
fix cs event for rd_rem_ext_feats delayed issue
2022-02-10 15:40:41 +08:00
xiongweichao
f5516d661c
fixed config parse crash after flash_erase
...
Closes https://github.com/espressif/esp-idf/issues/6170
2022-02-09 19:20:20 +08:00
liqigan
09d97a007b
fix SPP open with wrong remote bd_addr
2021-12-31 15:48:48 +08:00
Jiang Jiang Jian
ebf628e4ae
Merge branch 'feature/support_ble_direct_ind_low_adv_v4.1' into 'release/v4.1'
...
components/bt: Support low duty cycle directed advertising(backport release/v4.1)
See merge request espressif/esp-idf!16380
2021-12-29 06:09:51 +00:00
Wang Meng Yang
284fa65271
Merge branch 'bugfix/fix_spp_listen_err_v4.1' into 'release/v4.1'
...
Component_bt/Fix SPP cannot malloc slot bugs[backport v4.1]
See merge request espressif/esp-idf!16386
2021-12-21 08:01:18 +00:00
Jiang Jiang Jian
7e7ea6c779
Merge branch 'feature/add_coex_hci_command_v4.1' into 'release/v4.1'
...
Add hci command to set coexistence status (v4.1)
See merge request espressif/esp-idf!16056
2021-12-21 03:31:57 +00:00
Jiang Jiang Jian
6f737fdca8
Merge branch 'bugfix/leedarson_v4.1' into 'release/v4.1'
...
component_bt: Fix some code logic errors (v4.1)
See merge request espressif/esp-idf!16039
2021-12-21 03:31:43 +00:00
xiewenxiang
e4d61c3d85
components/bt: fix blufi encryption fail
2021-12-16 16:22:23 +08:00
xiewenxiang
554b71c541
components/bt: Fix high duty cycle directed advertising will not be stopped when timeout
2021-12-16 16:21:52 +08:00
xiewenxiang
2aa8b8794c
components/bt: Support low duty cycle directed advertising
2021-12-16 16:21:52 +08:00
liqigan
70375166ba
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
2021-12-14 11:22:53 +08:00
Wang Meng Yang
22d127ecc1
Merge branch 'bugfix/fix_memory_leak_controller_deinit_v4.1' into 'release/v4.1'
...
ESP32: Fix memory leak in controller deinit function v4.1
See merge request espressif/esp-idf!15971
2021-12-09 02:36:52 +00:00
xiongweichao
edd24b518b
Add hci command to set coexistence status
2021-12-07 17:41:59 +08:00
Rahul Tank
ecbf1e398a
ESP32: Fix memory leak in controller deinit function
...
Added change to dealloc s_pm_lock in controller deinit as it gets allocated
during init procedure.
2021-12-07 11:34:37 +05:30
xiongweichao
b01ea3e2c7
Missing break in switch
2021-12-07 12:11:33 +08:00
xiongweichao
b37e2553aa
already defined in bt_target.h
2021-12-07 12:11:33 +08:00
xiongweichao
33fd228c9d
Dereference after null check
2021-12-07 12:11:33 +08:00
xiongweichao
01a7b1de70
Dereference before null check
2021-12-07 12:11:33 +08:00
xiongweichao
92f258e927
Logically dead code
2021-12-07 12:11:33 +08:00
Jiang Jiang Jian
9fe266f18e
Merge branch 'bugfix/fix_modem_sleep_hw_error_mr_4.1' into 'release/v4.1'
...
fix modem sleep hw error
See merge request espressif/esp-idf!16020
2021-12-07 03:32:50 +00:00
Yang Zhao
22096945d8
1.fix the issue create Connection request is not properly terminated
...
which blocks BlueZ from reconnecting
2.fix the issue bt_spp_acceptor example fails when SPP is initiated
on a windows machine using Realtek Bluetooth adapter
3.fix the issue HCI_Read_Clock failed read local Bluetooth Clock
4.It is abnormal when getting the deep sleep state bit. So we need to
check the state again and run the "ble_master_soft_rst()" if neesed.
2021-12-06 17:37:49 +08:00
“YangZhao”
dea009aa62
Fix the high-impact issues from the code analysis report from customer.
...
For the CID10564,10384,10280,10098,10038,The memory was released in other place.
For the CID10365,it release the memory in the function when sent successfully.
For the CID10268,10011, we need not change the code.
2021-12-06 14:04:05 +08:00
xiewenxiang
7b18c32ad2
component/bt: fix crash when shutdown bt(backport v4.1)
2021-11-08 10:43:15 +08:00
Island
25ce06d32e
Merge branch 'bugfix/ble_mesh_host_init_v4.1' into 'release/v4.1'
...
ble_mesh: nimble: return error if init host twice (v4.1)
See merge request espressif/esp-idf!15790
2021-11-05 03:12:34 +00:00
Island
30450b456f
Merge branch 'bugfix/sig_ble_mesh_errata_e16350_v4.1' into 'release/v4.1'
...
ble_mesh: stack: Apply the errata E16350 from Bluetooth SIG (v4.1)
See merge request espressif/esp-idf!15786
2021-11-05 03:09:32 +00:00
lly
2f0fbfa3ef
ble_mesh: nimble: return error if init host twice
2021-11-03 19:22:00 +08:00
lly
68d902e9c8
ble_mesh: stack: Apply the errata E16350 from Bluetooth SIG
2021-11-03 19:07:08 +08:00
Chinmay Chhajed
5bf675ea4f
BLE: Set connection max latency value to 499.
2021-11-01 16:39:13 +05:30
Island
2a455d7d5e
Merge branch 'bugfix/heartbeat_filter_with_acceptlist_v4.1' into 'release/v4.1'
...
ble_mesh: stack: Fix heartbeat filter with accept list (v4.1)
See merge request espressif/esp-idf!15678
2021-10-28 02:58:47 +00:00
wangjialiang
661528d4f7
ble_mesh: stack: Fix heartbeat filter with accept list
2021-10-27 16:47:17 +08:00
xiongweichao
8656b9f088
Remove assert when inq done
...
Closes https://github.com/espressif/esp-idf/issues/6759
2021-10-27 14:36:37 +08:00
Yang Zhao
e14327fa02
1.Fix the ble scan failed issue, this may happen in coexit environment
...
2.Fix connection failed with LG 5.0 phone
3.Check only for same X component of public key in BR/EDR
2021-10-21 11:08:46 +08:00