Glenn Ruben Bakke
|
098e64b122
|
nrf5/modules/ubluepy: Adding locals dict to Scan Entry introducing function to retreive Scan Data. Not working as expected together with .attr. It looks like locals dict functions are treated to be attributes and cannot be resolved.
|
2017-03-25 17:39:44 +01:00 |
|
Glenn Ruben Bakke
|
8a884de7b9
|
nrf5/modules/ubluepy: Return BLE peer address as string instead of bytearray. Updated struct in modubluepy.h to use a mp_obj_t to hold a string instead of a fixed 6-byte array. Stripped down ScanEntry print out to only contain class name, peer address available through addr attribute.
|
2017-03-22 23:18:41 +01:00 |
|
Glenn Ruben Bakke
|
442e46f4be
|
nrf5/modules/ubluepy: Adding attribute to ScanEntry object for getting address (returning bytearray), type (returning int) and rssi (returning int).
|
2017-03-14 23:14:55 +01:00 |
|
Glenn Ruben Bakke
|
08883c619a
|
nrf5/modules/ubluepy: Extending print of ScanEntry object to also include the bluetooth le address.
|
2017-03-14 22:12:33 +01:00 |
|
Glenn Ruben Bakke
|
9a20d9ca91
|
nrf5/modules/ubluepy: Adding print function to scan_entry object.
|
2017-03-14 21:27:29 +01:00 |
|
Glenn Ruben Bakke
|
91652882a9
|
nrf5/modules/ubluepy: Adding templates for central role Scanner and ScanEntry objects.
|
2017-03-12 12:34:11 +01:00 |
|