nrf5/modules: Adding more members to ublue characteristic object structure.

This commit is contained in:
Glenn Ruben Bakke 2017-02-11 16:00:43 +01:00
parent c580633598
commit a43f5cdd4e

View File

@ -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;