nRF5 SDK v17.1.0
Data Fields
ble_dis_c_evt_t Struct Reference

Structure containing the DIS event data received from the peer. More...

#include <ble_dis_c.h>

Data Fields

ble_dis_c_evt_type_t evt_type
 
uint16_t conn_handle
 
union {
   ble_dis_c_evt_disc_complete_t   disc_complete
 
   ble_dis_c_evt_read_rsp_t   read_rsp
 
   ble_dis_c_evt_read_rsp_err_t   read_rsp_err
 
params
 

Detailed Description

Structure containing the DIS event data received from the peer.

Field Documentation

uint16_t ble_dis_c_evt_t::conn_handle

Connection handle on which the ble_dis_c_evt_t event occurred.

ble_dis_c_evt_disc_complete_t ble_dis_c_evt_t::disc_complete

Discovery Complete Event Parameters. Filled when evt_type is BLE_DIS_C_EVT_DISCOVERY_COMPLETE.

ble_dis_c_evt_type_t ble_dis_c_evt_t::evt_type

Type of the event.

ble_dis_c_evt_read_rsp_t ble_dis_c_evt_t::read_rsp

Read Response Event Parameters. Filled when evt_type is BLE_DIS_C_EVT_DIS_C_READ_RSP.

ble_dis_c_evt_read_rsp_err_t ble_dis_c_evt_t::read_rsp_err

Read Response Error Event Parameters. Filled when evt_type is BLE_DIS_C_EVT_DIS_C_READ_RSP_ERROR.


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

Documentation feedback | Developer Zone | Subscribe | Updated