summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2017-01-28Bluetooth: SPI: Disable IRQ pin callback to avoid spurious IRQsRicardo Salveti
2017-01-28Bluetooth: SPI: retry spi_transceive calls if invalidRicardo Salveti
2017-01-28Bluetooth: SPI: switch to a single SPI transfer when receivingRicardo Salveti
2017-01-28Bluetooth: SPI: fix max SPI buffer lengthRicardo Salveti
2017-01-28Bluetooth: SPI: introduce CONFIG_BLUETOOTH_SPI_BLUENRGRicardo Salveti
2017-01-28Bluetooth: SPI: fix Kconfig SPI IRQ PIN descriptionRicardo Salveti
2017-01-28Bluetooth: Kconfig: Make device name variable genericJohan Hedberg
2017-01-28Bluetooth: SPI: fix buf handling for HCI ACL packetsRicardo Salveti
2017-01-19Bluetooth: SPI: Replace Apache boilerplate with SPDX tagJohan Hedberg
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-18Bluetooth: Add HCI SPI driverLee Jones
2017-01-18Bluetooth: drivers/nble: Remove bogus BT_DBG manipulationJohan Hedberg
2017-01-18Bluetooth: Take advantage of IS_ENABLED macro for BT_DBGJohan Hedberg
2017-01-05Bluetooth: Create separate bt_recv_prio() APIJohan Hedberg
2017-01-05Bluetooth: h4: Convert TX path to be interrupt basedJohan Hedberg
2017-01-05Bluetooth: h4: Use k_fifo instead of k_semJohan Hedberg
2017-01-05Bluetooth: drivers: Use bt_buf_get_rx() in h5.cJohan Hedberg
2017-01-05Bluetooth: Convert H:4 HCI driver to RECV_IS_RX_THREADJohan Hedberg
2017-01-05Bluetooth: Kconfig Remove HOST_BUFFERS optionJohan Hedberg
2017-01-05Bluetooth: Take advantage of new net_buf_add_mem() APIJohan Hedberg
2016-12-24Bluetooth: Add timeout to event & ACL buffer allocation functionsJohan Hedberg
2016-12-16Bluetooth: Remove unnecessary runtime kernel object initializationJohan Hedberg
2016-12-15net: buf: Remove the need for net_buf_pool_init()Johan Hedberg
2016-12-13net: buf: Redesigned pool & buffer allocation APIJohan Hedberg
2016-12-09drivers: bluetooth: nble: remove unneeded include path additionsKumar Gala
2016-12-09Bluetooth: Switch from printf to printk functionsJohan Hedberg
2016-12-07Bluetooth: Fix incorrect logging format specifiersJohan Hedberg
2016-11-18Bluetooth: Use convenience macros for timeout durationsJohan Hedberg
2016-11-12Bluetooth: Fix left-over usage of TICKS_NONE and TICKS_UNLIMITEDJohan Hedberg
2016-11-12Bluetooth: Flag NBLE as deprecatedJohan Hedberg
2016-11-11Bluetooth: drivers/nble: Convert to unified work APIsJohan Hedberg
2016-11-11Bluetooth: drivers/h5: Convert to unified work APIsJohan Hedberg
2016-11-11Bluetooth: drivers: Don't use deprecated NANOKERNEL init levelJohan Hedberg
2016-11-11Bluetooth: Use k_sleep() instead of deprecated fiber_sleep()Johan Hedberg
2016-11-11Bluetooth: Use k_thread_spawn() instead of deprecated nano_fiber_start()Johan Hedberg
2016-11-11Bluetooth: Use k_yield() instead of deprecated fiber_yield()Johan Hedberg
2016-11-11Bluetooth: Use proper timeout defines for net_buf_get_timeoutSzymon Janc
2016-11-11Bluetooth: drivers: Use unified k_fifo API for FIFOsSzymon Janc
2016-11-11Bluetooth: Kconfig: Remove redundant 'default n' declarationsJohan Hedberg
2016-11-11Bluetooth: Kconfig: Restructure for a more logical hierarchyJohan Hedberg
2016-11-09Bluetooth: Use depends on SERIAL instead of selectsJohan Hedberg
2016-11-09Bluetooth: nble: Use unified k_sem API for semaphoresSzymon Janc
2016-11-04unified: dissociate system workqueue from common workqueue moduleBenjamin Walsh
2016-11-04Bluetooth: Move controller code to subsys/bluetoothJohan Hedberg
2016-11-04Bluetooth: Move Bluetooth host stack to subsysJohan Hedberg
2016-11-01Bluetooth: uart: Fix UART TX stall conditionCarles Cufi
2016-11-01boards: x86: Don't default to 'y' with NRF51_PM and WAIT_NOPJohan Hedberg
2016-10-28Bluetooth: drivers: Include zephyr.h instead of nanokernel.hSzymon Janc
2016-10-28Bluetooth: drivers/Kconfig: Fix inconsistency issuesJohan Hedberg
2016-10-28Bluetooth: Rename bt_driver to bt_hci_driverJohan Hedberg