nuttx/drivers/wireless/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
..
bt_null.c fix sim:bluetooth compiler error (#18) 2019-12-31 09:30:44 -06:00
bt_uart_bcm4343x.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bt_uart_cc2564.c fix sim:bluetooth compiler error (#18) 2019-12-31 09:30:44 -06:00
bt_uart_generic.c fix sim:bluetooth compiler error (#18) 2019-12-31 09:30:44 -06:00
bt_uart_shim.c drivers/wireless/bluetooth/bt_uart_bcm4343x.c: Fix small a small bug 2019-10-08 07:55:47 -06:00
bt_uart.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bt_uart.h 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
Kconfig drivers/wireless/bluetooth/bt_uart_bcm4343x.c: BCM4343x HCIUART support. 2019-10-04 09:29:51 -06:00
Make.defs drivers/wireless/bluetooth/bt_uart_bcm4343x.c: BCM4343x HCIUART support. 2019-10-04 09:29:51 -06:00