summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/bleio
AgeCommit message (Expand)Author
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-11-26WIP: debug; add hash and __eq__ to UUIDDan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-11-20WIP: bleio revisionsDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: Don't register the services until neededarturo182
2018-10-21bleio: Remove deep copy constructor for UUIDarturo182
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21bleio: A bit of cleanuparturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21nrf: BLE driver cleanuparturo182
2018-10-21nrf: Remove the ble drv specific characteristic structarturo182
2018-10-21nrf: Remove the ble drv specific service structarturo182
2018-10-21nrf: Remove the ble drv specific advertisement data structarturo182
2018-10-21nrf: Remove the ble drv specific address structarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the Characteristic class from ubluepy to the shared bleio modulearturo182
2018-10-21bleio: Move the Scanner class to a shared modulearturo182
2018-10-21bleio: Add a new Address classarturo182
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the UUID class from ubluepy to the shared bleio modulearturo182
2018-07-13nrf: Split the ble module into a shared part and the port implementationarturo182