This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
nrf5
/
modules
/
ubluepy
History
Glenn Ruben Bakke
c4b60e6cf8
nrf5/modules: Shortening down the device name to be advertised in the example to make it fit with a 128-bit complete UUID.
2017-02-12 23:05:32 +01:00
..
modubluepy.c
nrf5/modules: Adding characteristic class to ubluepy globals table.
2017-02-11 14:35:00 +01:00
modubluepy.h
nrf5/modules: Shortening down the device name to be advertised in the example to make it fit with a 128-bit complete UUID.
2017-02-12 23:05:32 +01:00
ubluepy_characteristic.c
nrf5/modules: Updating ubluepy characteristic implementation.
2017-02-11 14:21:05 +01:00
ubluepy_peripheral.c
nrf5/modules: Updating advertisment method in peripheral class to memset advertisment structure. Also applying service list if set to the advertisment structure.
2017-02-12 15:17:30 +01:00
ubluepy_service.c
nrf5/modules: Adding function function to add characteristics to the ubluepy service. Enable function in service's local dict table.
2017-02-11 16:04:48 +01:00
ubluepy_uuid.c
nrf5/modules: Bugfix in ubluepy_uuid_make_new. Used wrong buffer to register vendor specific uuid to the bluetooth stack.
2017-02-12 23:04:48 +01:00