nRF5 SDK v17.1.0
Data Fields
ble_dis_c_evt_read_rsp_t Struct Reference

Event structure for BLE_DIS_C_EVT_DIS_C_READ_RSP. More...

#include <ble_dis_c.h>

Data Fields

ble_dis_c_char_type_t char_type
 
ble_dis_c_handle_t handle
 
union {
   ble_dis_c_string_t   string
 
   ble_dis_sys_id_t   sys_id
 
   ble_dis_reg_cert_data_list_t   cert_list
 
   ble_dis_pnp_id_t   pnp_id
 
content
 

Detailed Description

Event structure for BLE_DIS_C_EVT_DIS_C_READ_RSP.

Field Documentation

ble_dis_reg_cert_data_list_t ble_dis_c_evt_read_rsp_t::cert_list

IEEE 11073-20601 Regulatory Certification Data List characteristic response data. Filled when char_type is BLE_DIS_C_CERT_LIST.

ble_dis_c_char_type_t ble_dis_c_evt_read_rsp_t::char_type

Characteristic type.

ble_dis_c_handle_t ble_dis_c_evt_read_rsp_t::handle

Attribute handle from the response event.

ble_dis_pnp_id_t ble_dis_c_evt_read_rsp_t::pnp_id

PnP ID characteristic response data. Filled when char_type is BLE_DIS_C_PNP_ID.

ble_dis_c_string_t ble_dis_c_evt_read_rsp_t::string

String-based characteristics response data. Filled when char_type is in the following range: BLE_DIS_C_MANUF_NAME - BLE_DIS_C_SW_REV (inclusive).

ble_dis_sys_id_t ble_dis_c_evt_read_rsp_t::sys_id

System ID characteristic response data. Filled when char_type is BLE_DIS_C_SYS_ID.


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

Documentation feedback | Developer Zone | Subscribe | Updated