nRF5 SDK v17.1.0
Data Fields
ble_ots_init_t Struct Reference

Structure for initializing the OTS. More...

#include <ble_ots.h>

Data Fields

ble_ots_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
ble_ots_object_tp_object
 
security_req_t feature_char_read_access
 
ble_ots_object_chars_init_t object_chars_init
 
ble_ots_oacp_init_t oacp_init
 
uint16_t rx_mps
 
uint16_t rx_mtu
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Structure for initializing the OTS.

Field Documentation

security_req_t ble_ots_init_t::feature_char_read_access

Read security level for the feature characteristic value.

ble_ots_oacp_init_t ble_ots_init_t::oacp_init

The initialization structure of the object action control point.

ble_ots_object_chars_init_t ble_ots_init_t::object_chars_init

The initialization structure of the object characteristics.

nrf_ble_gq_t* ble_ots_init_t::p_gatt_queue

Pointer to BLE GATT queue instance.

ble_ots_object_t* ble_ots_init_t::p_object

Pointer to the object.

uint16_t ble_ots_init_t::rx_mps

Size of L2CAP Rx MPS (must be at least BLE_L2CAP_MPS_MIN).

uint16_t ble_ots_init_t::rx_mtu

Size of L2CAP Rx MTU (must be at least BLE_L2CAP_MTU_MIN).


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

Documentation feedback | Developer Zone | Subscribe | Updated