Wang Meng Yang
|
40cc53b0e0
|
Merge branch 'bugfix/a2dp_can_not_connect_after_ble_connected_v4.1' into 'release/v4.1'
fixed the issue iOS devices cannot initiate connection (v4.1)
See merge request espressif/esp-idf!20407
|
2022-10-10 17:25:46 +08:00 |
|
Jin Cheng
|
11bd663e9e
|
fixed the issue iOS devices cannot initiate connection
to ESP32 while there is a BLE connection to this ESP32
Closes https://github.com/espressif/esp-idf/issues/6557
|
2022-09-28 16:16:45 +08:00 |
|
cjin
|
b70ffe519f
|
fix on data len change cmd malfunction
|
2022-09-27 21:53:50 +08:00 |
|
cjin
|
284b77e6a5
|
fix err using rpa for confirmation calculation
|
2022-09-27 21:53:36 +08:00 |
|
zwj
|
615dcb4115
|
fix calling esp_ble_get_cur_sendable_packets_num() sometimes crashes when bluetooth is disconnecting
|
2022-09-27 21:53:23 +08:00 |
|
wangjialiang
|
d2fcb15610
|
ble_mesh: stack: Fix friend relay lpn message when relay disable.
|
2022-09-21 03:37:41 +00:00 |
|
Island
|
26c7df9857
|
Merge branch 'bugfix/lpn_not_recv_message_to_all_node_4.1' into 'release/v4.1'
ble_mesh: stack: Add option for lpn auto sub all-nodes(v4.1)
See merge request espressif/esp-idf!20261
|
2022-09-21 11:31:17 +08:00 |
|
wangjialiang
|
ef45e12a40
|
ble_mesh: stack: Add option for lpn auto sub all-nodes.
|
2022-09-20 20:33:13 +08:00 |
|
Island
|
0bb4b995be
|
Merge branch 'bugfix/adapt_new_btc_v4.1' into 'release/v4.1'
ble_mesh: stack: Corrected parameter size when the btc_transfer_context is used (v4.1)
See merge request espressif/esp-idf!20169
|
2022-09-18 14:36:02 +08:00 |
|
wangjialiang
|
6160cedbdc
|
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:03:22 +08:00 |
|
Jiang Jiang Jian
|
b4878a0f09
|
Merge branch 'bugfix/stack_init_changes_v4.1' into 'release/v4.1'
Nimble: Check stack initialization status before executing stack command (v4.1)
See merge request espressif/esp-idf!19946
|
2022-09-14 16:13:32 +08:00 |
|
xiongweichao
|
c2411837d1
|
bt:Fixed sink not being able to output mono audio because it can only decode dual channel audio data
|
2022-09-09 17:49:00 +08:00 |
|
Wang Meng Yang
|
771e1cb020
|
Merge branch 'bugfix/remove_bt_dft_init_semicolon_v41' into 'release/v4.1'
bt: Remove trailing semicolon from bt dft initializer(v4.1)
See merge request espressif/esp-idf!19918
|
2022-09-07 12:00:48 +08:00 |
|
Rahul Tank
|
0c7f0058f2
|
Nimble: Check stack initialization status before executing stack command
|
2022-09-06 10:15:42 +05:30 |
|
xiongweichao
|
2df7bcbe0f
|
Fixed deadlock due to wrong parameter when calling btc_transfer_context() after calling esp_bluedroid_disable()
Closes https://github.com/espressif/esp-idf/issues/9672
|
2022-09-05 14:31:10 +08:00 |
|
Pedro
|
62f89a3303
|
Remove trailing semicolon from bt dft initializer
Similar to espressif#6554
|
2022-09-02 11:16:52 +08:00 |
|
tgotic
|
ccb8b03ca5
|
update code to use osi_free()
|
2022-08-22 16:10:25 +08:00 |
|
tgotic
|
71c8b2ba80
|
local copy of btc_msg_t
No need to use local copy of btc_msg_t in btc_transfer_context, create it on heap and pass to osi_thread_post().
|
2022-08-22 16:10:25 +08:00 |
|
Jiang Jiang Jian
|
e072b09196
|
Merge branch 'bugfix/fix_bluedroid_host_memory_overflow_v4.1' into 'release/v4.1'
Fixed bluedroid host memory overflow for v4.1
See merge request espressif/esp-idf!18906
|
2022-08-16 17:48:11 +08:00 |
|
wangjialiang
|
e446ee2ea2
|
ble_mesh: stack: Fix kr from non-primary subnet shouldn't ignore
For case MESH/NODE/KR/BV-02-C
|
2022-08-11 14:19:20 +08:00 |
|
wangjialiang
|
6b3c88873e
|
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:19:15 +08:00 |
|
wangjialiang
|
a53ebdf8a3
|
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:19:09 +08:00 |
|
wangjialiang
|
8a1325dab8
|
ble_mesh: stack: The Heartbeat Publication Period Log value can set to 0x11, range: [0, 0x11]
|
2022-08-11 14:19:04 +08:00 |
|
wangjialiang
|
d3f6770665
|
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:18:58 +08:00 |
|
wangjialiang
|
0a39d9e154
|
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:18:54 +08:00 |
|
wangjialiang
|
9f073021da
|
ble_mesh: stack: Fix PB-GATT not check invalid link flag
For case MESH/NODE/PROV/BI-03-C
|
2022-08-11 14:18:48 +08:00 |
|
wangjialiang
|
96ecfa677e
|
ble_mesh: stack: Fix invalid provisioning pdu type check
For case MESH/NODE/PROV/BI-15-C
|
2022-08-11 14:18:43 +08:00 |
|
wangjialiang
|
3fa1f36fbc
|
ble_mesh: stack: Fix add continuously secure update into friend queue.
For MESH/NODE/FRND/FN/BV-20-C
|
2022-08-09 21:51:39 +08:00 |
|
wangjialiang
|
d024b4aafa
|
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:51:31 +08:00 |
|
Jiang Jiang Jian
|
1a2ebc538c
|
Merge branch 'bugfix/memory_debug_not_work_v4.1' into 'release/v4.1'
bugfix/fix the dependency error of macro for memory debug (v4.1)
See merge request espressif/esp-idf!19235
|
2022-08-02 15:49:55 +08:00 |
|
baohongde
|
07397b566b
|
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:51:25 +08:00 |
|
baohongde
|
d290e77657
|
components/bt: Make sure sempher and queue used in isr is in DRAM
|
2022-07-25 11:48:43 +08:00 |
|
jincheng
|
41775cbdf5
|
fix the dependency error of macro for memory debug
|
2022-07-22 16:23:55 +08:00 |
|
xiongweichao
|
d77f7687f5
|
coex: fixed crash when calculating end transfer time
|
2022-07-22 16:18:24 +08:00 |
|
zhiweijian@espressif.com
|
c6e504da19
|
Fixed bluedroid host memory overflow
|
2022-07-15 14:28:51 +08:00 |
|
zwj
|
9d93420d6a
|
Fixed ESP32 BLE ke_mem.c assert
|
2022-07-13 03:08:18 +00:00 |
|
Island
|
207ccea3c8
|
Merge branch 'bugfix/no_proxy_beacon_send_after_deinit_v4.1' into 'release/v4.1'
ble_mesh: stack: Bugfix for proxy beacon send after reinit mesh(v4.1)
See merge request espressif/esp-idf!18794
|
2022-07-12 17:36:52 +08:00 |
|
Jiang Jiang Jian
|
e5e7cb4654
|
Merge branch 'bugfix/not_use_malloc_in_bluedroid_v4.1' into 'release/v4.1'
component/bt: use osi_malloc instead of malloc in bluedroid
See merge request espressif/esp-idf!18846
|
2022-07-11 16:32:14 +08:00 |
|
Wang Meng Yang
|
85c5f17e0c
|
Merge branch 'bugfix/fix_osi_men_dbg_xxx_not_defined_when_enable_mem_dbg_v4.1' into 'release/v4.1'
bugfix/fix the issue of functions not defined when enable memory debug (v4.1)
See merge request espressif/esp-idf!18818
|
2022-07-11 15:38:06 +08:00 |
|
Jiang Jiang Jian
|
2889ba8ff8
|
Merge branch 'bugfix/restore_edr_en_and_protect_for_vhci_env_v4.1' into 'release/v4.1'
bugfix/restore edr_en and add protect for vhci_env (v4.1)
See merge request espressif/esp-idf!18814
|
2022-07-10 15:49:03 +08:00 |
|
jincheng
|
528a65a4a9
|
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:25:24 +08:00 |
|
jincheng
|
42695fb59c
|
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:14:19 +08:00 |
|
jincheng
|
52f1688e6b
|
fix the issue of functions not defined when enable memory debug
|
2022-07-08 10:59:49 +08:00 |
|
baohongde
|
0f2bf37b23
|
component/bt: use osi_malloc instead of malloc in bluedroid
|
2022-07-04 16:35:23 +08:00 |
|
wangjialiang
|
ba6bf196a3
|
ble_mesh: stack: Bugfix for proxy beacon send after reinit mesh
|
2022-07-01 11:57:48 +08:00 |
|
wangjialiang
|
b5c554b632
|
ble_mesh: stack: Add filter old seq_auth packet menuconfig
|
2022-06-23 16:23:48 +08:00 |
|
xiongweichao
|
e59ce80147
|
Fix AVDTP general reject format error.
|
2022-06-17 10:32:56 +08:00 |
|
xiongweichao
|
2873c46122
|
Bluetooth build fail when power management is enabled
|
2022-06-06 20:44:13 +08:00 |
|
keymoon
|
e8ee4c05e6
|
assign value to uninitialized bt_addr field
|
2022-05-29 18:01:21 -07:00 |
|
keymoon
|
3c79eccc66
|
add address field to read_rmt_name_param
|
2022-05-29 18:01:11 -07:00 |
|