nuttx/net/bluetooth
SPRESENSE 277e0b941a 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-16 12:13:01 +09: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
bluetooth_sendmsg.c
bluetooth_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-16 12:13:01 +09:00
bluetooth.h
Kconfig
Make.defs