nrf5/modules/ubluepy: Populating ubluepy_scan_entry_obj_t with members that are interesting to keep for the ScanEntry object.

This commit is contained in:
Glenn Ruben Bakke 2017-03-14 08:20:16 +01:00
parent c066344a14
commit 4a97cfe3ea

View File

@ -152,6 +152,11 @@ typedef struct _ubluepy_scanner_obj_t {
typedef struct _ubluepy_scan_entry_obj_t {
mp_obj_base_t base;
uint8_t addr[6];
uint8_t addr_type;
bool connectable;
uint8_t rssi;
mp_obj_t data;
} ubluepy_scan_entry_obj_t;
typedef enum _ubluepy_prop_t {