nRF5 SDK v17.1.0
Data Fields
ble_ans_c_init_t Struct Reference

Alert Notification init structure. Contains all options and data needed for the initialization of the client. More...

#include <ble_ans_c.h>

Data Fields

ble_ans_c_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
uint32_t message_buffer_size
 
uint8_t * p_message_buffer
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Alert Notification init structure. Contains all options and data needed for the initialization of the client.

Field Documentation

ble_srv_error_handler_t ble_ans_c_init_t::error_handler

Function to be called in case of an error.

ble_ans_c_evt_handler_t ble_ans_c_init_t::evt_handler

Event handler to be called for handling events in the Battery Service.

uint32_t ble_ans_c_init_t::message_buffer_size

Size of the buffer to handle messages.

nrf_ble_gq_t* ble_ans_c_init_t::p_gatt_queue

Pointer to the BLE GATT Queue instance.

uint8_t* ble_ans_c_init_t::p_message_buffer

Pointer to the buffer for passing messages.


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

Documentation feedback | Developer Zone | Subscribe | Updated