nuttx/wireless/bluetooth
zhangyuan29 dcea1b90e7 arch_atomic: only support atomic_xx and atomic64_xx function
Modify the kernel to use only atomic_xx and atomic64_xx interfaces,
avoiding the use of sizeof or typeof to determine the type of
atomic operations, thereby simplifying the kernel's atomic
interface operations.

Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
2024-12-04 14:03:14 +01:00
..
bt_atomic.h arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
bt_att.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_att.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_buf.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_buf.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_conn.c Bluetooth: improved pairing process and host layer now successfully receives ACL packets 2024-11-10 14:33:52 -03:00
bt_conn.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_gatt.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_hcicore.c Bluetooth: improved pairing process and host layer now successfully receives ACL packets 2024-11-10 14:33:52 -03:00
bt_hcicore.h bluetooth: set bt_driver_register/unregister to xx_set/unset 2024-10-17 18:09:32 +08:00
bt_ioctl.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_ioctl.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_keys.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_keys.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_l2cap.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_l2cap.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_netdev.c bluetooth: set bt_driver_register/unregister to xx_set/unset 2024-10-17 18:09:32 +08:00
bt_queue.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_queue.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_services.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_smp.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_smp.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
bt_uuid.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
CMakeLists.txt bt_atomic: use atomic macro to replace wireless/bluetooth/bt_atomic.c 2024-12-04 13:54:45 +08:00
Kconfig Bluetooth: improved pairing process and host layer now successfully receives ACL packets 2024-11-10 14:33:52 -03:00
Make.defs bt_atomic: use atomic macro to replace wireless/bluetooth/bt_atomic.c 2024-12-04 13:54:45 +08:00