nRF5 SDK v17.1.0
Data Fields
nrf_ble_ots_c_init_t Struct Reference

Initialization parameters. These must be supplied when calling nrf_ble_ots_c_init. More...

#include <nrf_ble_ots_c.h>

Data Fields

nrf_ble_ots_c_evt_handler_t evt_handler
 
ble_srv_error_handler_t err_handler
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Initialization parameters. These must be supplied when calling nrf_ble_ots_c_init.

Field Documentation

ble_srv_error_handler_t nrf_ble_ots_c_init_t::err_handler

The error handler that is called by the Object Transfer client module if any error occurs.

nrf_ble_ots_c_evt_handler_t nrf_ble_ots_c_init_t::evt_handler

The event handler that is called by the Object Transfer client module when any related event occurs.

nrf_ble_gq_t* nrf_ble_ots_c_init_t::p_gatt_queue

Pointer to the BLE GATT Queue instance.


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

Documentation feedback | Developer Zone | Subscribe | Updated