| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
not working yet
|
|
|
|
|
|
|
|
write
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moved the functions to classes that they belong to.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Use the new in the Adapter singleton.
|
|
|
|
|
|
Also added a UUIDType enum-like class for determining UUID type.
|
|
|
|
This allows other ports to implement these shared bindings.
|