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:
parent
c066344a14
commit
4a97cfe3ea
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user