zephyr/subsys/bluetooth/mesh
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
access.c Bluetooth: Mesh: Fix publication period measurement 2021-12-23 14:57:54 +01:00
access.h
adv_ext.c Bluetooth: Mesh: Replace macro as inline 2021-12-02 09:23:54 +02:00
adv_legacy.c Bluetooth: Mesh: Move common gatt adv to adv.c 2021-12-02 09:23:54 +02:00
adv.c Bluetooth: Mesh: Introduce tag field 2021-12-02 09:23:54 +02:00
adv.h Bluetooth: Mesh: Introduce tag field 2021-12-02 09:23:54 +02:00
app_keys.c Bluetooth: Mesh: Use double pointer in bt_mesh_app_key_resolve 2022-01-05 14:40:06 +01:00
app_keys.h Bluetooth: Mesh: Use double pointer in bt_mesh_app_key_resolve 2022-01-05 14:40:06 +01:00
beacon.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
beacon.h
cdb.c
cdb.h
cfg_cli.c Bluetooth: Mesh: Fix Config/Health Client async API 2021-12-16 10:15:36 +01:00
cfg_srv.c
cfg.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
cfg.h
CMakeLists.txt
crypto.c
crypto.h Bluetooth: Mesh: Fix beacon_auth header net_id size 2022-01-05 14:40:06 +01:00
foundation.h
friend.c Bluetooth: Mesh: Introduce adv tag field when create buf 2021-12-02 09:23:54 +02:00
friend.h
health_cli.c Bluetooth: Mesh: Fix Config/Health Client async API 2021-12-16 10:15:36 +01:00
health_srv.c
heartbeat.c
heartbeat.h
Kconfig Bluetooth: Mesh: Add Multi Advertising Sets Support 2021-12-02 09:23:54 +02:00
lpn.c Bluetooth: Mesh: LPN teminate cb establish clause 2022-01-18 10:41:18 -05:00
lpn.h
main.c Bluetooth: Mesh: Rename gatt adv func 2021-12-02 09:23:54 +02:00
mesh.h
msg.c
net.c Bluetooth: Mesh: Replace net_buf with mem_slabs 2021-12-20 17:43:06 +01:00
net.h
pb_adv.c Bluetooth: Mesh: Introduce adv tag field when create buf 2021-12-02 09:23:54 +02:00
pb_gatt_srv.c Bluetooth: Mesh: Rename gatt adv func 2021-12-02 09:23:54 +02:00
pb_gatt_srv.h
pb_gatt.c Bluetooth: Mesh: Rename gatt adv func 2021-12-02 09:23:54 +02:00
prov_bearer.h
prov_device.c
prov.c
prov.h
provisioner.c
provisioner.h
proxy_msg.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
proxy_msg.h Bluetooth: Mesh: Fix crash on disconnect 2021-10-04 18:52:08 +02:00
proxy_srv.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
proxy.h
rpl.c
rpl.h
settings.c
settings.h
shell.c Bluetooth: Mesh: Update Health Client API use 2021-12-16 10:15:36 +01:00
subnet.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
subnet.h Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
test.c
test.h
TODO
transport.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
transport.h