wangjialiang
|
514e896462
|
ble_mesh: stack: Add option for lpn auto sub all-nodes.
|
2022-09-20 20:32:37 +08:00 |
|
wangjialiang
|
c78efa5fa4
|
ble_mesh: stack: Fix friend relay lpn message when relay disable.
|
2022-09-18 09:51:31 +00:00 |
|
Island
|
13b05ca6ba
|
Merge branch 'bugfix/adapt_new_btc_v4.2' into 'release/v4.2'
ble_mesh: stack: Corrected parameter size when the btc_transfer_context is used (v4.2)
See merge request espressif/esp-idf!20168
|
2022-09-18 14:35:49 +08:00 |
|
Island
|
98d90cd216
|
Merge branch 'bugfix/friend_and_lpn_issues_v4.2' into 'release/v4.2'
ble_mesh: stack: Fix friend and lpn issues(v4.2)
See merge request espressif/esp-idf!19477
|
2022-09-15 18:42:41 +08:00 |
|
wangjialiang
|
3052096ab1
|
ble_mesh: stack: added the judgment that the parameter is NULL but the parameter len is not zero to avoid btc_transfer_context failed
|
2022-09-15 17:02:24 +08:00 |
|
xiongweichao
|
7f0c35dd32
|
bt:Fixed sink not being able to output mono audio because it can only decode dual channel audio data
|
2022-09-09 17:45:03 +08:00 |
|
Pedro
|
ef23935993
|
Remove trailing semicolon from bt dft initializer
Similar to espressif#6554
|
2022-09-02 11:14:16 +08:00 |
|
wangjialiang
|
2850d7ca59
|
ble_mesh: stack: Fix kr from non-primary subnet shouldn't ignore
For case MESH/NODE/KR/BV-02-C
|
2022-08-11 14:17:46 +08:00 |
|
wangjialiang
|
f14a13b887
|
ble_mesh: stack: Add a check if the appkey is bound to the model.
For case MESH/NODE/CFG/MP/BI-03-C
|
2022-08-11 14:17:41 +08:00 |
|
wangjialiang
|
5df2e036df
|
ble_mesh: stack: the count_log field should be set to 0 when HBS is sent.
For MESH/NODE/CFG/HBS/BV-02-C
|
2022-08-11 14:17:35 +08:00 |
|
wangjialiang
|
929f931b88
|
ble_mesh: stack: The Heartbeat Publication Period Log value can set to 0x11, range: [0, 0x11]
|
2022-08-11 14:17:29 +08:00 |
|
wangjialiang
|
892b9b9def
|
ble_mesh: stack: The value of expect_ack_for will be rewrited after send_pub_key().
For case MESH/PVNR/PROV/BV-04-C
|
2022-08-11 14:17:22 +08:00 |
|
wangjialiang
|
6a88790a74
|
ble_mesh: stack: Fix ignore connectable PB-ADV PDU containing a Link Open message.
For case MESH/NODE/PBADV/BI-04-C
|
2022-08-11 14:17:13 +08:00 |
|
wangjialiang
|
80630b1e6a
|
ble_mesh: stack: Fix PB-GATT not check invalid link flag
For case MESH/NODE/PROV/BI-03-C
|
2022-08-11 14:17:05 +08:00 |
|
wangjialiang
|
386da9df0c
|
ble_mesh: stack: Fix invalid provisioning pdu type check
For case MESH/NODE/PROV/BI-15-C
|
2022-08-11 14:17:01 +08:00 |
|
wangjialiang
|
2e190452b8
|
ble_mesh: stack: Fix add continuously secure update into friend queue.
For MESH/NODE/FRND/FN/BV-20-C
|
2022-08-09 21:50:24 +08:00 |
|
wangjialiang
|
a6b2103948
|
ble_mesh: stack: Fix friend relay lpn message when relay feature is disable
For MESH/NODE/FRND/FN/BV-23-C
|
2022-08-09 21:50:20 +08:00 |
|
Jiang Jiang Jian
|
eddee33f98
|
Merge branch 'bugfix/fix_bluedroid_host_memory_overflow_v4.2' into 'release/v4.2'
Fixed bluedroid host memory overflow for v4.2
See merge request espressif/esp-idf!18905
|
2022-08-02 19:47:41 +08:00 |
|
Jiang Jiang Jian
|
510f86d451
|
Merge branch 'bugfix/memory_debug_not_work_v4.2' into 'release/v4.2'
bugfix/fix the dependency error of macro for memory debug (v4.2)
See merge request espressif/esp-idf!19234
|
2022-08-02 15:49:36 +08:00 |
|
zhiweijian@espressif.com
|
029ed39579
|
Fixed bluedroid host memory overflow
|
2022-07-28 09:47:03 +00:00 |
|
baohongde
|
1af2a470dc
|
components/coex: Make sure sempher and queue used in isr is in DRAM
Closes https://github.com/espressif/esp-idf/issues/9032
Closes https://github.com/espressif/esp-idf/issues/8928
Closes https://github.com/espressif/esp-idf/issues/9129
|
2022-07-25 13:50:43 +08:00 |
|
baohongde
|
6842dc1d2d
|
components/bt: Make sure sempher and queue used in isr is in DRAM
|
2022-07-25 11:45:45 +08:00 |
|
jincheng
|
b7fe47292f
|
fix the dependency error of macro for memory debug
|
2022-07-22 16:21:57 +08:00 |
|
xiongweichao
|
61af5f66a4
|
coex: fixed crash when calculating end transfer time
|
2022-07-22 16:15:58 +08:00 |
|
zwj
|
6c4351908c
|
Fixed ESP32 BLE ke_mem.c assert
|
2022-07-13 03:08:09 +00:00 |
|
Island
|
d69e42348f
|
Merge branch 'bugfix/no_proxy_beacon_send_after_deinit_v4.2' into 'release/v4.2'
ble_mesh: stack: Bugfix for proxy beacon send after reinit mesh(v4.2)
See merge request espressif/esp-idf!18793
|
2022-07-13 10:51:36 +08:00 |
|
Jiang Jiang Jian
|
221993edd4
|
Merge branch 'bugfix/not_use_malloc_in_bluedroid_v4.2' into 'release/v4.2'
component/bt: use osi_malloc instead of malloc in bluedroid
See merge request espressif/esp-idf!18845
|
2022-07-12 10:43:44 +08:00 |
|
Wang Meng Yang
|
94fd4ffa2e
|
Merge branch 'bugfix/fix_osi_men_dbg_xxx_not_defined_when_enable_mem_dbg_v4.2' into 'release/v4.2'
bugfix/fix the issue of functions not defined when enable memory debug (v4.2)
See merge request espressif/esp-idf!18817
|
2022-07-11 15:37:54 +08:00 |
|
baohongde
|
68612afa09
|
component/bt: use osi_malloc instead of malloc in bluedroid
|
2022-07-11 02:48:10 +00:00 |
|
Jiang Jiang Jian
|
c811a2c2f4
|
Merge branch 'bugfix/restore_edr_en_and_protect_for_vhci_env_v4.2' into 'release/v4.2'
bugfix/restore edr_en and add protect for vhci_env (v4.2)
See merge request espressif/esp-idf!18813
|
2022-07-10 15:49:27 +08:00 |
|
jincheng
|
aeeb255d35
|
resolve redefinition in btc_spp.h and btc_hd.h/btc_hh.h
Closes https://github.com/espressif/esp-idf/issues/9199
|
2022-07-08 14:23:09 +08:00 |
|
jincheng
|
aae7b6e1ae
|
restore edr_en which wrongly cleared by rsw
add critical protection for vhci_env_p->vhci_intr_st
ignore max_page when handle remote features
|
2022-07-08 14:13:08 +08:00 |
|
jincheng
|
24fc73c4e0
|
fix the issue of functions not defined when enable memory debug
|
2022-07-08 11:00:59 +08:00 |
|
wangjialiang
|
3facb2dcfa
|
ble_mesh: stack: Bugfix for proxy beacon send after reinit mesh
|
2022-07-01 11:50:43 +08:00 |
|
wangjialiang
|
aa42bb3355
|
ble_mesh: stack: Add filter old seq_auth packet menuconfig
|
2022-06-23 16:22:08 +08:00 |
|
Jiang Jiang Jian
|
372ae83fde
|
Merge branch 'bugfix/avdtp_genreal_reject_format_error_v4.2' into 'release/v4.2'
component_bt: Fix AVDTP general reject format error(v4.2)
See merge request espressif/esp-idf!18558
|
2022-06-21 20:54:34 +08:00 |
|
xiongweichao
|
90f464c671
|
update hfp_ag version to 1.7.2
|
2022-06-21 14:50:44 +08:00 |
|
xiongweichao
|
cec2713416
|
Fix AVDTP general reject format error.
|
2022-06-17 10:28:50 +08:00 |
|
xiongweichao
|
0cb13d47cc
|
Bluetooth build fail when power management is enabled
|
2022-06-06 20:28:25 +08:00 |
|
keymoon
|
c670dc6d14
|
assign value to uninitialized bt_addr field
|
2022-05-29 18:04:53 -07:00 |
|
keymoon
|
2bf87b0a53
|
add address field to read_rmt_name_param
|
2022-05-29 18:04:41 -07:00 |
|
Jiang Jiang Jian
|
00d2c3037a
|
Merge branch 'bugfix/fix_disable_bt_log_ci_fail_v4.2' into 'release/v4.2'
component_bt: Fix CI failure when disable bluetooth debug log(v4.2)
See merge request espressif/esp-idf!17905
|
2022-04-27 18:20:27 +08:00 |
|
xiongweichao
|
d59d373edc
|
Fix spp initialization failure without free mutex
|
2022-04-27 14:49:39 +08:00 |
|
xiongweichao
|
9e2ae1271d
|
Fix spp crash after calling esp_spp_deinit
|
2022-04-27 14:43:42 +08:00 |
|
xiongweichao
|
0825981026
|
Fix CI failure when disable bluetooth debug log
|
2022-04-26 15:06:50 +08:00 |
|
wangjialiang
|
7691b8effb
|
ble_mesh: stack: Bugfix for oversized SegN as valid
|
2022-04-25 11:53:35 +08:00 |
|
liqigan
|
0c2c192013
|
add missing unlock in btc_spp_cb_handler of BTA_JV_RFCOMM_WRITE_EVT
|
2022-04-12 15:37:07 +08:00 |
|
liqigan
|
95ad53153f
|
fix SPP initiator can not free resource when connection is failed
|
2022-04-12 15:36:47 +08:00 |
|
xiongweichao
|
b8c9bb4247
|
Add some bluetooth debug log
|
2022-03-28 11:28:50 +08:00 |
|
Wang Meng Yang
|
09a8221d31
|
Merge branch 'feature/update_hfp_hf_version_v4.2' into 'release/v4.2'
component_bt: Update HFP_HF version to 1.7.2(v4.2)
See merge request espressif/esp-idf!17393
|
2022-03-10 20:20:08 +08:00 |
|