nRF5 SDK v17.1.0
Data Fields
ble_dis_c_s Struct Reference

DIS Client structure. More...

#include <ble_dis_c.h>

Data Fields

uint16_t conn_handle
 
uint16_t char_mask
 
ble_dis_c_handle_t handles [BLE_DIS_C_CHAR_TYPES_NUM]
 
ble_srv_error_handler_t error_handler
 
ble_dis_c_evt_handler_t evt_handler
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

DIS Client structure.

Field Documentation

uint16_t ble_dis_c_s::char_mask

Mask with enabled DIS characteristics.

uint16_t ble_dis_c_s::conn_handle

Handle of the current connection. Set with ble_dis_c_handles_assign when connected.

ble_srv_error_handler_t ble_dis_c_s::error_handler

Application error handler to be called in case of an error.

ble_dis_c_evt_handler_t ble_dis_c_s::evt_handler

Application event handler to be called when there is an event related to the DIS.

Handles on the connected peer device needed to interact with it.

nrf_ble_gq_t* ble_dis_c_s::p_gatt_queue

Pointer to BLE GATT Queue instance.


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

Documentation feedback | Developer Zone | Subscribe | Updated