ble_gattc_evt_t Struct Reference

BLE GATTC event structure. More...

#include <ble_gattc.h>

Public Attributes

uint8_t index
 
union {
   ble_gattc_evt_browse_srvc_t   srvc_browse
 
   ble_gattc_evt_srvc_disc_t   prim_srvc_disc
 
   ble_gattc_evt_incl_disc_t   inc_srvc_disc
 
   ble_gattc_evt_char_disc_t   char_disc
 
   ble_gattc_evt_char_desc_disc_t   char_desc_disc
 
   ble_gattc_evt_read_t   read_rsp
 
   ble_gattc_evt_write_t   write_rsp
 
   ble_gattc_evt_ntf_ind_t   ntf_ind
 
   ble_gattc_evt_cache_update_t   cache_update
 
   ble_gattc_evt_enh_browse_srvc_t   enh_srvc_browse
 
   ble_gattc_evt_enh_srvc_disc_t   enh_prim_srvc_disc
 
   ble_gattc_evt_enh_incl_disc_t   enh_inc_srvc_disc
 
   ble_gattc_evt_enh_char_disc_t   enh_char_disc
 
   ble_gattc_evt_enh_char_desc_disc_t   enh_char_desc_disc
 
   ble_gattc_evt_enh_read_t   enh_read_rsp
 
   ble_gattc_evt_enh_write_t   enh_write_rsp
 
   ble_gattc_evt_enh_ntf_ind_t   enh_ntf_ind
 
params
 

Detailed Description

BLE GATTC event structure.

Definition at line 389 of file ble_gattc.h.

Member Data Documentation

◆ cache_update

ble_gattc_evt_cache_update_t ble_gattc_evt_t::cache_update

Cache update event.

Definition at line 402 of file ble_gattc.h.

◆ char_desc_disc

ble_gattc_evt_char_desc_disc_t ble_gattc_evt_t::char_desc_disc

Characteristic descriptor discovery response event.

Definition at line 398 of file ble_gattc.h.

◆ char_disc

ble_gattc_evt_char_disc_t ble_gattc_evt_t::char_disc

Characteristic discovery response event.

Definition at line 397 of file ble_gattc.h.

◆ enh_char_desc_disc

ble_gattc_evt_enh_char_desc_disc_t ble_gattc_evt_t::enh_char_desc_disc

Characteristic descriptor discovery response event.

Definition at line 407 of file ble_gattc.h.

◆ enh_char_disc

ble_gattc_evt_enh_char_disc_t ble_gattc_evt_t::enh_char_disc

Characteristic discovery response event.

Definition at line 406 of file ble_gattc.h.

◆ enh_inc_srvc_disc

ble_gattc_evt_enh_incl_disc_t ble_gattc_evt_t::enh_inc_srvc_disc

Include service discovery response event.

Definition at line 405 of file ble_gattc.h.

◆ enh_ntf_ind

ble_gattc_evt_enh_ntf_ind_t ble_gattc_evt_t::enh_ntf_ind

Handle value Notification/Indication response.

Definition at line 410 of file ble_gattc.h.

◆ enh_prim_srvc_disc

ble_gattc_evt_enh_srvc_disc_t ble_gattc_evt_t::enh_prim_srvc_disc

Primary service discovery response event.

Definition at line 404 of file ble_gattc.h.

◆ enh_read_rsp

ble_gattc_evt_enh_read_t ble_gattc_evt_t::enh_read_rsp

Read response event.

Definition at line 408 of file ble_gattc.h.

◆ enh_srvc_browse

ble_gattc_evt_enh_browse_srvc_t ble_gattc_evt_t::enh_srvc_browse

Browce service discovery response event.

Definition at line 403 of file ble_gattc.h.

◆ enh_write_rsp

ble_gattc_evt_enh_write_t ble_gattc_evt_t::enh_write_rsp

Write response event.

Definition at line 409 of file ble_gattc.h.

◆ inc_srvc_disc

ble_gattc_evt_incl_disc_t ble_gattc_evt_t::inc_srvc_disc

Include service discovery response event.

Definition at line 396 of file ble_gattc.h.

◆ index

uint8_t ble_gattc_evt_t::index

Index of connection.

Definition at line 391 of file ble_gattc.h.

◆ ntf_ind

ble_gattc_evt_ntf_ind_t ble_gattc_evt_t::ntf_ind

Handle value Notification/Indication response.

Definition at line 401 of file ble_gattc.h.

◆ params

union { ... } ble_gattc_evt_t::params

Event Parameters.

◆ prim_srvc_disc

ble_gattc_evt_srvc_disc_t ble_gattc_evt_t::prim_srvc_disc

Primary service discovery response event.

Definition at line 395 of file ble_gattc.h.

◆ read_rsp

ble_gattc_evt_read_t ble_gattc_evt_t::read_rsp

Read response event.

Definition at line 399 of file ble_gattc.h.

◆ srvc_browse

ble_gattc_evt_browse_srvc_t ble_gattc_evt_t::srvc_browse

Browce service discovery response event.

Definition at line 394 of file ble_gattc.h.

◆ write_rsp

ble_gattc_evt_write_t ble_gattc_evt_t::write_rsp

Write response event.

Definition at line 400 of file ble_gattc.h.


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