nrf5/modules: Adding more members to ublue characteristic object structure.
This commit is contained in:
parent
c580633598
commit
a43f5cdd4e
@ -60,6 +60,10 @@ typedef struct _ubluepy_characteristic_obj_t {
|
||||
mp_obj_base_t base;
|
||||
uint16_t handle;
|
||||
ubluepy_uuid_obj_t * p_uuid;
|
||||
uint16_t service_handle;
|
||||
uint16_t user_desc_handle;
|
||||
uint16_t cccd_handle;
|
||||
uint16_t sccd_handle;
|
||||
} ubluepy_characteristic_obj_t;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user