| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-19 | Update copyrights; get ready for Central | Dan Halbert | |
| 2019-06-03 | Replace Broadcaster with enhanced Peripheral | Dan Halbert | |
| 2019-02-24 | Remove bleio classes that aren't done yet. | Dan Halbert | |
| 2019-01-24 | fix a few ble-related doc issues | Dan Halbert | |
| 2019-01-09 | improve travis fold status reporting; fix sphinx build; fix sphinx errors | Dan Halbert | |
| 2018-12-27 | wip: advertising works, but not connection | Dan Halbert | |
| 2018-10-21 | bleio: Fix errors after rebase | arturo182 | |
| 2018-10-21 | bleio: Fix docs error | arturo182 | |
| 2018-10-21 | bleio: Don't register the services until needed | arturo182 | |
| Because of the very specific way nRF requires service registration (characteristics can be added only to last added service), we would have to write the Python code in a specific way. With this patch the user has more freedom. | |||
| 2018-10-21 | bleio: Add scan_entry as an param for the Device constructor | arturo182 | |
| 2018-10-21 | bleio: A bit of cleanup | arturo182 | |
| 2018-10-21 | nrf: Cleanup of the ble driver | arturo182 | |
| Moved the functions to classes that they belong to. | |||
| 2018-10-21 | bleio: Fix incorrect role detection | arturo182 | |
| 2018-10-21 | nrf: Move the Peripheral class to bleio as Device | arturo182 | |
| This was the last class from ubluepy and so that module is now gone. The Device class offers both Peripheral and Central functionality. See the inline docs for more info. | |||
