This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
net
/
bluetooth
History
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
net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types.
2019-09-01 08:47:01 -06:00
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
include/nuttx/wireless/bluetooth: Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.
2018-04-29 12:43:09 -06:00
bluetooth_initialize.c
This comment adds (1) basic support for AF_BLUETOOTH sockets. The logic compiles but is still incomplete. Support for Bluetooth is general is still dependent on CONFIG_EXPERMIMENTAL because it is not yet ready for used.
2018-03-31 14:55:03 -06:00
bluetooth_input.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
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
net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types.
2019-09-01 08:47:01 -06:00
Kconfig
wireless/bluetooth and net/bluetooth: Clean up some garbage left in Kconfig file that broke 'make menuconfig'. Clean up some craziness with Bluetooth frame length definitions.
2018-04-01 15:21:58 -06:00
Make.defs
This comment adds (1) basic support for AF_BLUETOOTH sockets. The logic compiles but is still incomplete. Support for Bluetooth is general is still dependent on CONFIG_EXPERMIMENTAL because it is not yet ready for used.
2018-03-31 14:55:03 -06:00