zephyr/subsys
Trond Einar Snekvik ca2f5c3f91 Bluetooth: Mesh: Friend SeqAuth cleanup
The Friend queue uses the message SeqAuth to determine whether the
message is already in the queue. To facilitate this, the SeqAuth is
passed around as a pointer throughout the transport modules. In the
bt_mesh_ctl_send functions, this parameter is also exposed in the API,
but the internal usage is inconsistent and buggy. Also, no one actually
uses this parameter.

- Removes seq_auth param from bt_mesh_ctl_send, instead passing NULL
  directly to the friend module, to enforce its addition to the queue.
- Makes the seq_auth pointer const throughout the friend module.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-03-19 15:54:26 +02:00
..
bluetooth Bluetooth: Mesh: Friend SeqAuth cleanup 2020-03-19 15:54:26 +02:00
canbus
console
cpp
debug
dfu DFU: add init function with area id as parameter 2020-03-10 15:07:27 +02:00
disk
fb fb: Fix possible NULL pointer de-reference 2020-03-17 17:03:19 -05:00
fs
jwt
logging logging: log_backend_rb: Use int for memory area size 2020-03-12 13:31:24 +02:00
mgmt subsys/mgmt: Enabling mynewt-core version of tinycbor 2020-03-17 11:58:18 +01:00
net net: ieee802154: Fix possible null pointer de-reference 2020-03-17 17:03:19 -05:00
power power: device: fix name for Nordic clock driver 2020-03-16 15:54:36 +01:00
random random: remove rand32_timestamp.c 2020-03-10 10:40:13 -04:00
settings
shell kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
stats
storage
testsuite
tracing tracing: fixes C++ compilation issue 2020-02-26 14:13:22 +02:00
usb usb: mass_storage: fix API usage by using memmove 2020-03-17 10:18:42 -04:00
CMakeLists.txt
Kconfig