esp-idf/components
lly 362e8e0a1f ble_mesh: Friend SeqAuth cleanup [Zephyr]
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.
2020-05-11 15:42:52 +08:00
..
2019-12-10 10:23:00 +08:00
2020-04-29 12:20:46 +08:00
2020-04-15 19:43:07 +08:00
2020-04-29 17:27:00 +08:00
2019-12-10 14:30:25 +08:00
2019-11-29 18:05:24 +08:00
2020-04-23 15:58:29 +08:00
2019-12-09 09:44:56 +08:00
2020-03-22 20:00:21 +08:00