zephyr/subsys/bluetooth
Théo Battrel 77bdc8a435 Bluetooth: Add usage of util_eq and util_memeq
Update `bt_irk_eq` to use `util_memeq` instead of `memcmp` and the
"disconnect" BabbleSim test to use `util_eq` instead of a first
assertion on the size followed by a `memcmp`.

This is done as an example usage of the two new functions.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2025-04-14 16:06:38 +02:00
..
audio Bluetooth: BAP: Release read_buf_sem in receive_state_updated earlier 2025-04-11 22:06:44 +02:00
common subsys/bluetooth: Misc native_posix cleanup 2025-03-12 02:27:36 +01:00
controller Bluetooth: Controller: Add validation of received LL_CIS_REQ 2025-04-10 15:51:54 +02:00
crypto Bluetooth: crypto: add select PSA_WANT_ALG_ECB_NO_PADDING 2025-01-15 22:57:20 +01:00
host Bluetooth: Add usage of util_eq and util_memeq 2025-04-14 16:06:38 +02:00
lib
mesh Bluetooth: Mesh: Stop Private NID advs upon subnet removal 2025-04-09 11:43:29 +02:00
services Bluetooth: Fixed null byte check in DIS UDI 2025-03-31 19:50:12 -04:00
CMakeLists.txt
Kconfig bluetooth: host: Remove experimental flag from LE Connection Subrating 2025-03-17 13:57:03 +01:00
Kconfig.adv Bluetooth: Host: Remove experimental label from PAwR 2025-03-14 17:56:18 +01:00
Kconfig.logging