zephyr/subsys/bluetooth/shell
Henrik Brix Andersen 69fe9b0c50 net: buf: remove use of special putter and getter functions
Convert users of net_buf_put() and net_buf_get() functions to use
non-wrapped putters and getters k_fifo_put() and k_fifo_get().

Special handling of net_bufs in k_fifos is no longer needed after commit
3d306c181f, since these actions are now
atomic regardless of any net_buf fragments.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-08-16 09:55:11 +02:00
..
a2dp.c Bluetooth: fix compiling issue when either A2DP SRC or SNK are not enabled 2024-07-09 14:03:07 +02:00
bredr.c Bluetooth: Host: Move BR headers to subfolder classic 2024-03-07 11:26:45 +02:00
bt.c bluetooth: shell: Add shell commands for LE Connection Subrating 2024-08-05 10:16:27 +02:00
bt.h bluetooth: fix typo in (include/zephyr/bluetooth, subsys/bluetooth/) 2024-07-09 17:20:38 +02:00
CMakeLists.txt tests: bluetooth: shell: add a2dp shell test 2024-05-28 12:56:42 +02:00
gatt.c Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
hci.c
hci.h
ias_client.c
ias.c
iso.c Bluetooth: ISO/BAP: Refactor BIS bitfield 2024-07-27 15:19:46 +03:00
Kconfig
l2cap.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
ll.c
ll.h
rfcomm.c Bluetooth: Host: Move BR headers to subfolder classic 2024-03-07 11:26:45 +02:00
ticker.c