Island
|
7452f30907
|
Merge branch 'bugfix/struct_init_order_blemesh_v5.1' into 'release/v5.1'
ble_mesh: example: fix the structure init order to meet C++ requirements(backport v5.1)
See merge request espressif/esp-idf!28927
|
2024-03-06 14:09:50 +08:00 |
|
Jiang Jiang Jian
|
d1ad4b57de
|
Merge branch 'bugfix/ble_mesh_ble_advtype_v5.1' into 'release/v5.1'
ble_mesh: update ble mesh ble adv type(backport v5.1)
See merge request espressif/esp-idf!28917
|
2024-02-28 11:13:18 +08:00 |
|
Jiang Jiang Jian
|
eca249f41a
|
Merge branch 'bugfix/ble_mesh_deinit_reinit_v5.1' into 'release/v5.1'
feat: ble mesh: improve ble mesh deinit when nimble enable(backport v5.1)
See merge request espressif/esp-idf!28925
|
2024-02-28 11:12:53 +08:00 |
|
Jiang Jiang Jian
|
88b8f533cd
|
Merge branch 'bugfix/BLEQABR23-577' into 'release/v5.1'
Resolve BLEQABR23-577 "Bugfix/" Prevent the generation of link ID as 0.
See merge request espressif/esp-idf!28185
|
2024-02-28 10:40:26 +08:00 |
|
InfiniteYuan
|
88fc51f107
|
ble_mesh: stack: fix the structure init order to meet C++ requirements
|
2024-02-07 10:21:31 +08:00 |
|
InfiniteYuan
|
4a2290fce0
|
feat: ble mesh: improve ble mesh deinit when nimble enable
|
2024-02-06 14:44:32 +08:00 |
|
InfiniteYuan
|
31ca7c9a8c
|
ble_mesh: update ble mesh ble adv type
|
2024-02-06 14:15:53 +08:00 |
|
Island
|
04d624c50a
|
Merge branch 'feat/ble_mesh_miscellaneous_update_v5.1' into 'release/v5.1'
feat(ble_mesh): Miscellaneous updates for mesh kconfig, relay related(v5.1)
See merge request espressif/esp-idf!28033
|
2024-01-03 15:42:15 +08:00 |
|
Island
|
8d3170e044
|
Merge branch 'bugfix/BLEQABR23-35_v5.1' into 'release/v5.1'
fix(ble_mesh): avoid ble_mesh packet collision by using random adv interval(v5.1)
See merge request espressif/esp-idf!27487
|
2024-01-03 10:44:37 +08:00 |
|
Jiang Jiang Jian
|
29803d93b5
|
Merge branch 'bigfix/BLEQABR23-503_v51' into 'release/v5.1'
fix(ble_mesh): reject node-reseting when provision link is active (V5.1)
See merge request espressif/esp-idf!25849
|
2024-01-02 15:38:12 +08:00 |
|
Wu Meng Shi
|
53b013f041
|
fix(ble_mesh): reject node-reseting when provision link is active (V5.1)
|
2024-01-02 15:38:11 +08:00 |
|
luoxu
|
268fbf83c1
|
bugfix(ble_mesh): add duplicate scan config for esp32s3
|
2024-01-02 15:35:11 +08:00 |
|
luoxu
|
fa85443a44
|
feat(ble_mesh): Miscellaneous updates for mesh kconfig, relay related
|
2024-01-02 15:34:27 +08:00 |
|
luoxu
|
4fe0523a5f
|
bugfix(ble_mesh): Prevent the generation of link ID as 0.
|
2024-01-02 15:24:15 +08:00 |
|
luoxu
|
5fd7c865c7
|
bugfix(ble_mesh): Supplementary configuration options that should be enabled.
|
2023-12-29 11:11:21 +08:00 |
|
Liu Linyan
|
a4635d75ca
|
fix(ble_mesh): Support using random adv interval for mesh packets
|
2023-12-29 11:11:21 +08:00 |
|
luoxu
|
b37d4079ff
|
bugfix(ble_mesh): Enable CONFIG_BT_NIMBLE_VS_SUPPORT when using the duplicate scan feature on the NimBLE host.
|
2023-12-20 11:18:36 +08:00 |
|
Rahul Tank
|
d300f91b4e
|
fix(nimble): Fix the parameters in duplicate exception list vsc command
|
2023-11-27 09:22:07 +05:30 |
|
Jiang Jiang Jian
|
9e2a1b3109
|
Merge branch 'bugfix/deepfree' into 'release/v5.1'
fix(ble_mesh): fix compilation failure on using scene model.
See merge request espressif/esp-idf!26356
|
2023-10-20 08:15:20 +08:00 |
|
Wu Meng Shi
|
b7d403ddfe
|
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble (v5.1)
|
2023-10-16 12:01:28 +08:00 |
|
Wu Meng Shi
|
f75474f359
|
fix(ble_mesh): fix compilation failure on using scene model.
|
2023-10-08 16:37:00 +08:00 |
|
Wu Meng Shi
|
d21aa2330a
|
Fix PB-GATT adv is reported to the app layer too frequently (v5.1)
|
2023-09-26 10:26:30 +08:00 |
|
zhanghaipeng
|
03be63636a
|
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
|
2023-09-08 10:33:42 +08:00 |
|
Rahul Tank
|
acc08b9421
|
feat(mesh): Add support for Duplicate Exception list update VSC for
Nimble
|
2023-08-23 17:41:18 +05:30 |
|
Wu Meng Shi
|
d6c18ad4c5
|
ble mesh: stack: return error when scanning failed to be enabled(v5.1)
|
2023-08-03 11:15:41 +08:00 |
|
Liu Linyan
|
f718d26d31
|
update(ble_mesh: stack): Update provisioning bearer check debug log to INFO level
|
2023-07-13 14:38:23 +08:00 |
|
wangjialiang
|
573755a8d2
|
feat(ble_mesh: stack: esp32c6/h2): update Kconfig file to support duplicate scan.
|
2023-07-11 15:54:48 +08:00 |
|
wangjialiang
|
e121775d6c
|
ble_mesh: stack: Update the heartbeat filter entry add/remove handling
|
2023-04-26 14:17:11 +08:00 |
|
chenjianhua
|
d0011b778a
|
bluedroid: report status after clearing the BLE white list
|
2023-04-20 18:58:38 +08:00 |
|
wangjialiang
|
bb316f96f2
|
ble_mesh: stack: add description of internal BQB Test
|
2023-03-23 11:10:08 +08:00 |
|
lly
|
43c9814387
|
ble_mesh: stack: Minor fix for provisioner provisioning timeout
|
2023-03-23 10:26:23 +08:00 |
|
wangjialiang
|
c266dedb1f
|
ble_mesh: stack: bug fix in bqb
|
2023-03-22 11:28:29 +08:00 |
|
wangjialiang
|
45015940eb
|
ble_mesh: add BQB LOG
|
2023-03-22 11:27:09 +08:00 |
|
luoxu
|
f4f192ed70
|
ble_mesh: stack: forward rfu dst for the case NODE/RLY/BV-01
|
2023-03-22 11:27:09 +08:00 |
|
luoxu
|
a7d8caf7c6
|
ble_mesh: stack: add send transaction ack befor provisioner send prov failed msg
|
2023-03-22 11:27:09 +08:00 |
|
luoxu
|
c159572004
|
ble_mesh: stack: for the case MESH/PVNR/PBADV/BV-01, add the close link reason before reset link
|
2023-03-22 11:27:09 +08:00 |
|
lly
|
fd799153cf
|
ble_mesh: stack: Minor updates for BQB test log
|
2023-03-16 14:23:22 +08:00 |
|
wangjialiang
|
87c694f44c
|
ble_mesh: stack: Add a BQB macro for BQB test to enable some internal function or log
|
2023-03-16 12:29:44 +08:00 |
|
Chen Yudong
|
d352fb2411
|
ble_mesh: fix gcc-12 compile errors
|
2023-02-23 22:46:16 +08:00 |
|
Alexey Lapshin
|
d4b7be4a73
|
bt: fix gcc-12 compile errors
|
2023-02-22 05:33:03 +00:00 |
|
xiongweichao
|
40f6239fd7
|
bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
|
2022-11-30 10:41:52 +08:00 |
|
wangjialiang
|
766d1d1b66
|
ble_mesh: stack: Fix exceptional list parameters check issue
|
2022-11-23 19:46:20 +08:00 |
|
lly
|
279ddd2ee9
|
ble_mesh: stack: Fix typo in directly erase settings event
|
2022-11-10 06:44:51 +00:00 |
|
isha.pardikar@espressif.com
|
b950ddb0fd
|
NimBLE : Change GATT notify/indicate from gattc to gatts
|
2022-11-08 14:02:54 +05:30 |
|
wangjialiang
|
7e0b57f9ef
|
ble_mesh: stack: Fix can't trans optional info to group address
|
2022-10-21 12:07:53 +08:00 |
|
Island
|
7ddbaae318
|
Merge branch 'feature/Add_IVI_recovery_option' into 'master'
ble_mesh: stack: Add IV index recovery option when device missed the whole IV update
See merge request espressif/esp-idf!20500
|
2022-10-14 17:21:25 +08:00 |
|
wangjialiang
|
50790f88d3
|
ble_mesh: stack: Add IV index recovery option when device missed the whole IV update
|
2022-10-12 07:53:15 +00:00 |
|
wangjialiang
|
a6bb092450
|
ble_mesh: stack: Fix send fast interval prov_adv failed when PB-ADV and PB-GATT enable simultaneously
|
2022-10-12 07:38:19 +00:00 |
|
Island
|
cfbdc55717
|
Merge branch 'bugfix/lpn_not_recv_message_to_all_node' into 'master'
ble_mesh: stack: Add option for lpn auto sub all-nodes
See merge request espressif/esp-idf!19711
|
2022-09-20 20:03:08 +08:00 |
|
wangjialiang
|
5242f63080
|
ble_mesh: stack: Add option for lpn auto sub all-nodes.
|
2022-09-15 09:34:13 +00:00 |
|