nuttx/net/bluetooth
SPRESENSE abba05a934 include/sys/socket.h: Add SOCK_CTRL to socket type
SOCK_CTRL is added to provide special control over network drivers
and daemons. Currently, SOCK_DGRAM and SOCK_STREAM perform this control,
but these use socket resources. In the case of usersocket in particular,
this is a waste of the device's limited socket resources.
2023-02-08 20:43:33 +08:00
..
bluetooth_callback.c
bluetooth_conn.c
bluetooth_container.c
bluetooth_finddev.c
bluetooth_initialize.c
bluetooth_input.c
bluetooth_poll.c
bluetooth_recvmsg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
bluetooth_sendmsg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
bluetooth_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-08 20:43:33 +08:00
bluetooth.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
Kconfig
Make.defs