zephyr/subsys/bluetooth/mesh
Krzysztof Chruscinski b3c5496159 bluetooth: Add cast to forward declared struct
Logging v2 is using _Generic keyword for detecting type of
log message arguments. Apparently, it does not support handling
of pointers to forward declared structures. Added casting to void *.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-04-19 10:59:23 -04:00
..
access.c Bluetooth: Mesh: Rework publication timer 2021-04-15 20:31:44 +02:00
access.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
adv_ext.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv_legacy.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
app_keys.c Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
app_keys.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
beacon.c Bluetooth: Mesh: Convert beacon timer to delayable work 2021-04-16 15:34:30 -04:00
beacon.h Bluetooth: Mesh: Isolate cryptographic material 2020-10-22 14:36:02 +03:00
cdb.c Bluetooth: Mesh: Add CDB handle key refresh phase 2021-03-04 14:10:56 +02:00
cdb.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
cfg_cli.c Bluetooth: Mesh: Introduce acknowledged message API 2021-04-08 13:44:24 +02:00
cfg_srv.c Bluetooth: Mesh: Report configured LPNTimeout in cfg_srv 2021-04-16 15:31:38 -04:00
cfg.c Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
cfg.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
CMakeLists.txt Bluetooth: Mesh: Introduce acknowledged message API 2021-04-08 13:44:24 +02:00
crypto.c Bluetooth: Mesh: Isolate cryptographic material 2020-10-22 14:36:02 +03:00
crypto.h Bluetooth: Mesh: Isolate cryptographic material 2020-10-22 14:36:02 +03:00
foundation.h Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
friend.c Bluetooth: Mesh: Add poll callback for friend role 2021-03-12 16:14:58 +02:00
friend.h Bluetooth: Mesh: Isolate cryptographic material 2020-10-22 14:36:02 +03:00
health_cli.c Bluetooth: Mesh: Introduce acknowledged message API 2021-04-08 13:44:24 +02:00
health_srv.c bluetooth: mesh: health_srv: update k_work API 2021-03-10 15:18:10 +02:00
heartbeat.c bluetooth: mesh: update heartbeat subscription work API 2021-03-10 20:47:02 +02:00
heartbeat.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
Kconfig Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
lpn.c Bluetooth: Mesh: move lpn logic for msg_received inside lpn.c 2021-04-16 15:33:09 -04:00
lpn.h Bluetooth: Mesh: move lpn logic for msg_received inside lpn.c 2021-04-16 15:33:09 -04:00
main.c Bluetooth: Mesh: Rework publication timer 2021-04-15 20:31:44 +02:00
mesh.h Bluetooth: Mesh: Make address defines public 2020-12-12 14:15:47 +02:00
msg.c Bluetooth: Mesh: Introduce acknowledged message API 2021-04-08 13:44:24 +02:00
net.c Bluetooth: Mesh: Resolve dead code in store_seg 2021-03-08 16:18:10 -05:00
net.h Bluetooth: Mesh: LPN: Rework poll timeout scheduling 2021-04-16 15:33:09 -04:00
pb_adv.c Bluetooth: Mesh: Send Link Close message when closing link 2021-03-15 16:54:44 +02:00
pb_gatt.c bluetooth: Add cast to forward declared struct 2021-04-19 10:59:23 -04:00
prov_bearer.h
prov_device.c Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
prov.c Bluetooth: Mesh: Fix provisioner provisioning 2021-03-04 14:10:56 +02:00
prov.h Bluetooth: Mesh: Fixes wrong prov pointer clear 2020-11-19 13:28:28 +02:00
provisioner.c Bluetooth: Mesh: Add CDB handle key refresh phase 2021-03-04 14:10:56 +02:00
provisioner.h Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
proxy.c bluetooth: Add cast to forward declared struct 2021-04-19 10:59:23 -04:00
proxy.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
rpl.c Bluetooth: Mesh: Perform replay check on SeqAuth 2021-03-11 12:36:04 +02:00
rpl.h Bluetooth: Mesh: Perform replay check on SeqAuth 2021-03-11 12:36:04 +02:00
settings.c bluetooth: mesh: settings: update k_work API 2021-03-10 20:45:13 +02:00
settings.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
shell.c Bluetooth: Mesh: Composition data page 0 traversal 2021-04-06 16:19:13 +03:00
subnet.c Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
subnet.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
test.c
test.h
TODO
transport.c Bluetooth: Mesh: move lpn logic for msg_received inside lpn.c 2021-04-16 15:33:09 -04:00
transport.h Bluetooth: Mesh: Make internal virtual addr pointers const 2021-03-12 16:17:27 +02:00