OVMS3-idf/components/bt/esp_ble_mesh/mesh_core
lly 6f715c4472 ble_mesh: Check if subnet exists before updating beacon_sent
- Before updating the "beacon_sent" of a subnet, we need to check
  if the subnet still exists, especially for a Provisioner.
- Fix a bug which will cause Provisioner failed to send Secure
  Network Beacon if no device is provisioned
2020-06-30 09:22:21 +08:00
..
bluedroid_host ble_mesh: Not using pre-initialized private key 2020-05-26 10:46:22 +08:00
include ble_mesh: Define a macro for invalid company id 2020-06-01 09:10:17 +08:00
nimble_host ble_mesh: Not using pre-initialized private key 2020-05-26 10:46:22 +08:00
storage ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
access.c Merge branch 'bugfix/ble_mesh_example_nvs_store_v4.2' into 'release/v4.2' 2020-06-03 15:11:54 +08:00
access.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
adv.c ble_mesh: Check the result of creating timer 2020-05-27 09:30:34 +00:00
adv.h ble_mesh: Segmented TX to groups [Zephyr] 2020-05-11 02:29:18 +00:00
beacon.c ble_mesh: Check if subnet exists before updating beacon_sent 2020-06-30 09:22:21 +08:00
beacon.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
cfg_cli.c ble_mesh: Define a macro for invalid company id 2020-06-01 09:10:17 +08:00
cfg_srv.c ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
crypto.c ble_mesh: Spit mesh_util.h into different header files 2020-05-11 02:29:18 +00:00
crypto.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
foundation.h ble_mesh: Spit mesh_util.h into different header files 2020-05-11 02:29:18 +00:00
friend.c ble_mesh: Add init flag for friend init/deinit 2020-05-20 11:35:26 +00:00
friend.h ble_mesh: Friend SeqAuth cleanup [Zephyr] 2020-05-11 02:29:18 +00:00
health_cli.c ble_mesh: Spit mesh_util.h into different header files 2020-05-11 02:29:18 +00:00
health_srv.c ble_mesh: Spit mesh_util.h into different header files 2020-05-11 02:29:18 +00:00
local_operation.c ble_mesh: Local model (un)subscribes group address 2020-06-01 09:10:17 +08:00
local_operation.h ble_mesh: Local model (un)subscribes group address 2020-06-01 09:10:17 +08:00
lpn.c ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
lpn.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
main.c ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
mesh.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
net.c ble_mesh: Remove relay option dependency 2020-06-02 19:18:18 +08:00
net.h ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
prov.c ble_mesh: Rework prov pdu length check 2020-06-02 10:13:21 +08:00
prov.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
provisioner_main.c ble_mesh: Get node info with pre-configured node name 2020-06-24 10:58:36 +08:00
provisioner_main.h ble_mesh: Get node info with pre-configured node name 2020-06-24 10:58:36 +08:00
provisioner_prov.c ble_mesh: Rework prov pdu length check 2020-06-02 10:13:21 +08:00
provisioner_prov.h ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
proxy_client.c ble_mesh: Fix typos 2020-05-12 16:23:13 +08:00
proxy_client.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
proxy_server.c ble_mesh: Clear two more vars during proxy server deinit 2020-05-20 11:35:26 +00:00
proxy_server.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
settings.c Merge branch 'bugfix/ble_mesh_node_old_version_to_new' into 'master' 2020-05-12 20:36:55 +08:00
settings.h Merge branch 'bugfix/ble_mesh_add_missing_cpp' into 'master' 2020-04-27 11:47:44 +08:00
test.c ble_mesh: Add ble mesh white list test function 2020-03-25 11:30:08 +08:00
test.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
transport.c ble_mesh: Optimize some send & recv logs 2020-06-02 14:02:53 +08:00
transport.h ble_mesh: Add and use transport macro definitions [Zephyr] 2020-05-11 02:29:18 +00:00