nuttx/net/bluetooth
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
bluetooth_callback.c
bluetooth_conn.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
bluetooth_container.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
bluetooth_finddev.c
bluetooth_initialize.c
bluetooth_input.c
bluetooth_poll.c net/: Run all .c files under net/ through tools/nxstyle and fix all resulting complaints. 2020-01-11 13:41:33 -03:00
bluetooth_recvfrom.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
bluetooth_sendto.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
bluetooth_sockif.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00
bluetooth.h
Kconfig
Make.defs