dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_evt_attr_info_disc_rsp_t Struct Reference

Event structure for BLE_GATTC_EVT_ATTR_INFO_DISC_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t count
 
uint8_t format
 
union {
   ble_gattc_attr_info16_t   attr_info16 [1]
 
   ble_gattc_attr_info128_t   attr_info128 [1]
 
info
 

Detailed Description

Event structure for BLE_GATTC_EVT_ATTR_INFO_DISC_RSP.

Definition at line 234 of file ble_gattc.h.

Field Documentation

ble_gattc_attr_info128_t ble_gattc_evt_attr_info_disc_rsp_t::attr_info128[1]

Attribute information for 128-bit Attribute UUID.

Note
This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See sd_ble_evt_get for more information on how to use event structures with variable length array members.

Definition at line 242 of file ble_gattc.h.

ble_gattc_attr_info16_t ble_gattc_evt_attr_info_disc_rsp_t::attr_info16[1]

Attribute information for 16-bit Attribute UUID.

Note
This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See sd_ble_evt_get for more information on how to use event structures with variable length array members.

Definition at line 239 of file ble_gattc.h.

uint16_t ble_gattc_evt_attr_info_disc_rsp_t::count

Attribute count.

Definition at line 236 of file ble_gattc.h.

uint8_t ble_gattc_evt_attr_info_disc_rsp_t::format

Attribute information format, see Attribute Information Formats.

Definition at line 237 of file ble_gattc.h.

union { ... } ble_gattc_evt_attr_info_disc_rsp_t::info

Attribute information union.


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