circuitpython/nrf5/modules/ubluepy
Glenn Ruben Bakke b493bfda64 nrf5/modules: Adding 'withDelegate' function to peripheral class. 2017-02-15 00:22:00 +01:00
..
modubluepy.c nrf5/modules: Adding ubluepy delegate type to modubluepy globals table. 2017-02-15 00:18:32 +01:00
modubluepy.h nrf5/modules: Adding new object struct for delegate class and adding a delegate struct member to Peripheral class to bookeep callback object when event occurs. 2017-02-15 00:17:04 +01:00
ubluepy_characteristic.c nrf5/modules: Updating ubluepy characteristic implementation. 2017-02-11 14:21:05 +01:00
ubluepy_delegate.c nrf5/modules: Adding template for ubluepy delegate class. 2017-02-15 00:15:48 +01:00
ubluepy_peripheral.c nrf5/modules: Adding 'withDelegate' function to peripheral class. 2017-02-15 00:22:00 +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