Glenn Ruben Bakke
|
21f1d8c640
|
nrf5: Updating all includes of softdevice.h to ble_drv.h
|
2017-02-17 19:10:24 +01:00 |
Glenn Ruben Bakke
|
5f4c464f29
|
nrf5/sdk: Renaming bluetooth driver functions to have ble_drv* prefix. Updating modules using it.
|
2017-02-17 19:02:24 +01:00 |
Glenn Ruben Bakke
|
bba8221aa2
|
nrf5/modules: Updating bluetooth driver and ubluepy to use explicit gap event handler. Adding connection handle parameter to the gap handler from ubluepy. Resetting advertisment flag if connection event is recieved, in order to allow for subsequent advertisment if disconnected again. Example in ublupy header updated.
|
2017-02-17 17:32:42 +01:00 |
Glenn Ruben Bakke
|
2fd55feb0c
|
nrf5/modules: Guarding callback to python event handler before issue the call in case it is not set.
|
2017-02-16 18:49:47 +01:00 |
Glenn Ruben Bakke
|
832a7ffd14
|
nrf5/modules: updating ubluepy and bluetooth driver to support python created event handler. Added registration of callback from ubluepy against the bluetooth driver and dispatching of events to the user supplied python function.
|
2017-02-15 23:32:42 +01:00 |
Glenn Ruben Bakke
|
db75b5535c
|
nrf5/modules: Adding two new functions to ubluepy peripheral class to set specific handlers for notificaitons and connection related events.
|
2017-02-15 19:30:45 +01:00 |
Glenn Ruben Bakke
|
b493bfda64
|
nrf5/modules: Adding 'withDelegate' function to peripheral class.
|
2017-02-15 00:22:00 +01:00 |
Glenn Ruben Bakke
|
18aab4a6b9
|
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 |
Glenn Ruben Bakke
|
9d24742351
|
nrf5/modules: Updating ubluepy peripheral class to use mp_const_none instead of MP_OBJ_NULL for unset values in advertisment method parameter list. Adding extraction of the service list in the advertisment method. The list is not yet handled.
|
2017-02-12 14:23:13 +01:00 |
Glenn Ruben Bakke
|
3a68e40102
|
nrf5/modules: Turning ubluepy peripheral advertisment function into a keyword argument function so that it would be possible to set device name, service uuids, or manually constructed data payload.
|
2017-02-11 17:43:47 +01:00 |
Glenn Ruben Bakke
|
0264f68698
|
nrf5/modules: Extending the implementation of Peripheral class in ubluepy.
|
2017-02-08 18:48:35 +01:00 |
Glenn Ruben Bakke
|
723943abde
|
nrf5/modules: Adding new and print function to ubluepy peripheral class. Template functions only.
|
2017-02-07 22:17:55 +01:00 |
Glenn Ruben Bakke
|
3cd518af3a
|
nrf5/modules: Updating ubluepy with class function placeholders.
|
2017-02-06 20:19:06 +01:00 |
Glenn Ruben Bakke
|
73d00c98a0
|
nrf5/modules: Renaming ble module folder to ubluepy.
|
2017-02-05 21:10:44 +01:00 |