|
SmartSnippets DA1459x SDK
|
#include <ble_gattc.h>
Data Fields | |
| att_uuid_t | uuid |
| item UUID | |
| uint16_t | handle |
| item handle | |
| gattc_item_type_t | type |
| item type | |
| uint16_t | start_h |
| included service start handle | |
| uint16_t | end_h |
| included service end handle | |
| struct { | |
| uint16_t start_h | |
| included service start handle | |
| uint16_t end_h | |
| included service end handle | |
| } | i |
| uint16_t | value_handle |
| characteristic value handle | |
| uint8_t | properties |
| characteristic properties | |
| struct { | |
| uint16_t value_handle | |
| characteristic value handle | |
| uint8_t properties | |
| characteristic properties | |
| } | c |
| struct { | |
| } | d |
Service item definition
| struct { ... } gattc_item_t::c |
characteristic data (if type == GATTC_ITEM_TYPE_CHARACTERISTIC)
| struct { ... } gattc_item_t::d |
characteristic descriptor data (if type == GATTC_ITEM_TYPE_DESCRIPTOR)
| struct { ... } gattc_item_t::i |
included service data (if type == GATTC_ITEM_TYPE_INCLUDE)
1.8.16