summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2016-10-22Bluetooth: Controller: Make radio compatible with the nRF51 seriesRicardo Salveti
2016-10-22arm/nordic: use a common header for the nrf51/nrf52 SoC familiesRicardo Salveti
2016-10-21Bluetooth: Controller: Remove custom clock control impl.Vinayak Chettimada
2016-10-21Bluetooth: GATT: Pass CCC attribute to changed callbackLuiz Augusto von Dentz
2016-10-21Bluetooth: Controller: Alternate Enc procedure for nRF51x SoCVinayak Chettimada
2016-10-16Bluetooth: Use proper const type for bt_storage_clear()Johan Hedberg
2016-10-04Bluetooth: Controller: Remove custom irq implementationVinayak Chettimada
2016-10-04Bluetooth: Controller: Fix SCHED_ADVANCED cond, compilationVinayak Chettimada
2016-10-04Bluetooth: Controller: Fix __packed placementCarles Cufi
2016-10-04Bluetooth: Controller: Remove unused macroCarles Cufi
2016-10-04Bluetooth: Controller: Use net_buf for evt and ACL RXCarles Cufi
2016-10-04Bluetooth: Controller: Use net_buf for CC/CS TXCarles Cufi
2016-10-04Bluetooth: Controller: Use net_buf for HCI RXCarles Cufi
2016-10-04Bluetooth: Controller: Clean up naming in the HCI driverCarles Cufi
2016-09-16Bluetooth: Controller: Refactor HCI filesCarles Cufi
2016-09-14Bluetooth: Controller: Make HCI endianness-independentCarles Cufi
2016-09-14Bluetooth: Controller: Implement LE_RAND commandCarles Cufi
2016-09-14Bluetooth: Controller: Clean up HCI macrosCarles Cufi
2016-09-14Bluetooth: Controller: Use hci.h for ACL dataCarles Cufi
2016-09-14Bluetooth: Controller: Remove HCI event definitions from hci.cCarles Cufi
2016-09-14Bluetooth: Controller: Use hci.h for num completeCarles Cufi
2016-09-14Bluetooth: Controller: Use hci.h for data-control evt handlingCarles Cufi
2016-09-14Bluetooth: Controller: Use hci.h for control event handlingCarles Cufi
2016-09-14Bluetooth: Controller: Unify handling of async eventsCarles Cufi
2016-09-14Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-14Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-14Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-14Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-14Bluetooth: Controller: Use BT_ASSERT instead of custom impl.Vinayak Chettimada
2016-09-14Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-07Bluetooth: Controller: alternate ticker compare set logicVinayak Chettimada
2016-09-07Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handlingCarles Cufi
2016-09-07Bluetooth: Controller: Unify handling of CC and CSCarles Cufi
2016-09-07Bluetooth: Controller: Unify handling of unknown commandCarles Cufi
2016-09-07Bluetooth: Controller: Enable all supported LE statesVinayak Chettimada
2016-09-07Bluetooth: Controller: Measure and use correct stack sizeVinayak Chettimada
2016-09-07Bluetooth: Controller: Use offsetof() in memory sizingCarles Cufi
2016-09-07drivers/nble: Rename nrf51 power management functionsAndrei Emeltchenko
2016-09-07Bluetooth: Controller: Fix deadlock in recv fiberVinayak Chettimada
2016-09-07Bluetooth: Controller: Fix memory required calculation macroVinayak Chettimada
2016-09-07Bluetooth/drivers: Fix missing argument in printf for h5 driverAndrei Emeltchenko
2016-09-07Bluetooth: Enable and disable BLE chip sleep mode dynamicallyJonathan Gelie
2016-09-07Bluetooth: Controller: Fix assert on advertise startVinayak Chettimada
2016-09-07Bluetooth: Controller: Fix coding style, use of (void)Vinayak Chettimada
2016-09-07Bluetooth: Controller: Fix coding style in ctrl.c, util/ and main.cJohan Hedberg
2016-09-07Bluetooth: GATT: Add queuing supportLuiz Augusto von Dentz
2016-09-07Bluetooth: Controller: Add BLE controller driverVinayak Chettimada
2016-09-07Bluetooth: Controller: A full, hardware-agnostic BLE Link LayerVinayak Chettimada
2016-09-07Bluetooth: Controller: Add initial HCI implementationVinayak Chettimada
2016-09-07Bluetooth: Controller: Add a util folder with basic primitivesVinayak Chettimada