OVMS3-idf/components/bt/esp_ble_mesh/mesh_core
lly f781c6edac ble_mesh: Friend with unknown appkey [Zephyr]
Ensures that friend messages are enqueued, even if the packet is
received with an appkey is unknown to the friend. Previously, sdu_recv
would return EINVAL if the appkey was unknown, which would prevent the
lower transport layer from adding the packet to the friend queue. This
is irrelevant for the logic in lower transport, and should not be
returned as an error.
2020-05-27 17:45:49 +08:00
..
bluedroid_host ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
include Merge branch 'bugfix/ble_mesh_friend_init_flag_v4.0' into 'release/v4.0' 2020-05-22 19:13:42 +08:00
nimble_host ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
storage ble_mesh: Miscellaneous modifications 2020-02-27 14:42:25 +08:00
access.c ble_mesh: Fix Provisioner failed to publish 2020-05-22 15:48:49 +08:00
access.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
adv.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
adv.h ble_mesh: Segmented TX to groups [Zephyr] 2020-05-21 15:19:49 +08:00
beacon.c ble_mesh: Optimize some mesh log output 2020-05-21 15:22:18 +08:00
beacon.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
cfg_cli.c ble_mesh: net_key_status only pull one key idx [Zephyr] 2020-05-21 15:22:21 +08:00
cfg_srv.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
crypto.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
crypto.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
foundation.h ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
friend.c Merge branch 'bugfix/ble_mesh_friend_init_flag_v4.0' into 'release/v4.0' 2020-05-22 19:13:42 +08:00
friend.h ble_mesh: Friend SeqAuth cleanup [Zephyr] 2020-05-21 15:19:50 +08:00
health_cli.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
health_srv.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
lpn.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
lpn.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
main.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
mesh.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
net.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
net.h ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
prov.c ble_mesh: Check device uuid when init provisioning 2020-05-21 15:19:38 +08:00
prov.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
provisioner_main.c ble_mesh: Optimize some mesh log output 2020-05-21 15:22:18 +08:00
provisioner_main.h ble_mesh: Fix compile error when -O2 (performance) is chosen 2020-05-07 09:18:15 +00:00
provisioner_prov.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
provisioner_prov.h ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
proxy_client.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
proxy_client.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
proxy_server.c ble_mesh: Clear two more vars during proxy server deinit 2020-05-22 11:39:51 +08:00
proxy_server.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
settings.c ble_mesh: Fix typos 2020-05-22 11:34:07 +08:00
settings.h Merge branch 'bugfix/ble_mesh_rpl_list_size_v4.0' into 'release/v4.0' 2020-05-06 11:14:21 +08:00
test.c ble_mesh: Add ble mesh white list test function 2020-03-30 11:03:00 +08:00
test.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-27 15:34:14 +08:00
transport.c ble_mesh: Friend with unknown appkey [Zephyr] 2020-05-27 17:45:49 +08:00
transport.h ble_mesh: Add and use transport macro definitions [Zephyr] 2020-05-21 15:19:51 +08:00