| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-21 | bleio: Fix errors after rebase | arturo182 | |
| 2018-10-21 | bleio: Fix docs error | arturo182 | |
| 2018-10-21 | bleio: Allow using len() on UUID | arturo182 | |
| 2018-10-21 | bleio: Remove UUID static variables | 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: Let Characteristic inherit the Services UUID length | arturo182 | |
| 2018-10-21 | bleio: Add scan_entry as an param for the Device constructor | arturo182 | |
| 2018-10-21 | bleio: Remove unneeded TODO | arturo182 | |
| 2018-10-21 | bleio: Remove deep copy constructor for UUID | arturo182 | |
| 2018-10-21 | bleio: Remove redundant struct field | 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 | bleio: Improve type documentation | 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. | |||
| 2018-10-21 | nrf: Move the Service class from ubluepy to the shared bleio module | arturo182 | |
| 2018-10-21 | nrf: Move the Characteristic class from ubluepy to the shared bleio module | arturo182 | |
| 2018-10-21 | bleio: Move the Scanner class to a shared module | arturo182 | |
| 2018-10-21 | bleio: Move ScanEntry to shared module and add a new AdvertisementData class | arturo182 | |
| 2018-10-21 | bleio: Add a new Address class | arturo182 | |
| Use the new in the Adapter singleton. | |||
| 2018-10-21 | bleio: Add a AddressType enum-like class | arturo182 | |
| 2018-10-21 | nrf: Move the Descriptor class from ubluepy to the shared bleio module | arturo182 | |
| 2018-10-21 | nrf: Move the UUID class from ubluepy to the shared bleio module | arturo182 | |
| Also added a UUIDType enum-like class for determining UUID type. | |||
| 2018-07-28 | merge finished | Dan Halbert | |
| 2018-07-13 | nrf: Split the ble module into a shared part and the port implementation | arturo182 | |
| This allows other ports to implement these shared bindings. | |||
