SmartSnippets DA1459x SDK
Data Fields
gattc_item_t Struct Reference

#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
 

Detailed Description

Service item definition

Field Documentation

◆ c

struct { ... } gattc_item_t::c

characteristic data (if type == GATTC_ITEM_TYPE_CHARACTERISTIC)

◆ d

struct { ... } gattc_item_t::d

characteristic descriptor data (if type == GATTC_ITEM_TYPE_DESCRIPTOR)

◆ i

struct { ... } gattc_item_t::i

included service data (if type == GATTC_ITEM_TYPE_INCLUDE)


The documentation for this struct was generated from the following file: