summaryrefslogtreecommitdiff
path: root/ports/nrf/bluetooth/ble_drv.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-06-25hci early wip; refactor supervisor bluetooth.c for nrf: testedDan Halbert
2020-01-30track vm_used_ble betterDan Halbert
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2019-12-12sd_flash_operation_status should be volatileDan Halbert
2019-12-06Check connection validity after service discovery.Scott Shawcroft
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-10-21Refine _bleioScott Shawcroft
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-03-18nrf: fix internal flash writesDan Halbert
2019-02-21Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...Dan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-29update tinyusb, work better with sdhathach
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2019-01-03evt handler list bugs; unique evt handler names; remove uuid128_referenceDan Halbert
2018-12-31don't free event handler list manually; let gc do itDan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-10-21nrf: Move bluetooth driver to the 'bluetooth' folderarturo182