nuttx/net/bluetooth
zhanghongyu 549cd8a5ff include/nuttx/net/net.h: add s_ prefix for node, list and list_tail
standardize the naming of structure members.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-04-21 01:35:46 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
Kconfig dns: fix dns failed when ipv4/6 dual stack enable 2026-04-20 23:21:26 +08:00
Make.defs net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
bluetooth.h include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
bluetooth_callback.c include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
bluetooth_conn.c include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
bluetooth_container.c net/bluetooth: replace net_lock with conn_lock and conn_lock_dev 2026-04-21 01:33:49 +08:00
bluetooth_finddev.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
bluetooth_initialize.c net/bufpool: Call init automatically on alloc 2026-04-21 01:16:56 +08:00
bluetooth_input.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
bluetooth_poll.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
bluetooth_recvmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-04-21 01:34:34 +08:00
bluetooth_sendmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-04-21 01:34:34 +08:00
bluetooth_sockif.c net/ioctl: add a socket interface for ioctl 2026-04-21 01:25:41 +08:00