nrf5/modules/ubluepy: Adding start and end handle to service object.

This commit is contained in:
Glenn Ruben Bakke 2017-03-30 22:42:08 +02:00
parent 2200c4c084
commit 31a71517ab

View File

@ -113,6 +113,8 @@ typedef struct _ubluepy_service_obj_t {
ubluepy_uuid_obj_t * p_uuid;
ubluepy_peripheral_obj_t * p_periph;
mp_obj_t char_list;
uint16_t start_handle;
uint16_t end_handle;
} ubluepy_service_obj_t;
typedef struct _ubluepy_characteristic_obj_t {