nuttx/net/bluetooth
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -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 Merged in antmerlino/nuttx/iobinstrumentation (pull request #1001) 2019-08-16 22:42:25 +00:00
bluetooth_container.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
bluetooth_finddev.c
bluetooth_initialize.c
bluetooth_input.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bluetooth_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bluetooth_recvfrom.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bluetooth_sendto.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bluetooth_sockif.c Squashed commit of the following: 2019-05-21 18:57:54 -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
Make.defs