diff --git a/nrf5/modules/ubluepy/modubluepy.h b/nrf5/modules/ubluepy/modubluepy.h index f905ac458b..900daef54e 100644 --- a/nrf5/modules/ubluepy/modubluepy.h +++ b/nrf5/modules/ubluepy/modubluepy.h @@ -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;