zephyr/subsys/bluetooth/common
Aleksander Wasaznik 5dd1cdda3b Bluetooth: Remove rx < tx prio check
The comment states the reason for this requirement is to detect
violations by a remote peer. The ATT version of this was removed in
ea04fd95f9. TLDR: It's neither possible
for, nor the job of the host to police the remote device.

We remove this requirement to be more flexible about the number of
priority levels in the system, and to avoid the temptation of using
priorities as a synchronization mechanism.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2024-04-18 14:56:42 +02:00
..
CMakeLists.txt Bluetooth: Use Zephyr standard log system instead of `bluetooth/common/log` 2022-11-25 17:08:36 +01:00
Kconfig Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
Kconfig.template.log_config_bt Bluetooth: Update Bluetooth legacy logging Kconfig 2022-11-30 14:37:58 +01:00
addr.c Bluetooth: Define global Bluetooth address constants 2022-08-25 12:18:09 +02:00
assert.h Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
bt_str.c Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
bt_str.h Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
dummy.c Bluetooth: Remove rx < tx prio check 2024-04-18 14:56:42 +02:00
rpa.c Bluetooth: Use Zephyr standard log system instead of `bluetooth/common/log` 2022-11-25 17:08:36 +01:00
rpa.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00