nRF5 SDK v17.1.0
Data Fields
ble_bps_init_t Struct Reference

Blood Pressure Service init structure. This contains all options and data needed for initialization of the service. More...

#include <ble_bps.h>

Data Fields

ble_bps_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
security_req_t bp_cccd_wr_sec
 
security_req_t bp_feature_rd_sec
 
uint16_t feature
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Blood Pressure Service init structure. This contains all options and data needed for initialization of the service.

Field Documentation

security_req_t ble_bps_init_t::bp_cccd_wr_sec

Security requirement for writing blood pressure measurement characteristic CCCD.

security_req_t ble_bps_init_t::bp_feature_rd_sec

Security requirement for reading the blood pressure feature characteristic.

ble_srv_error_handler_t ble_bps_init_t::error_handler

Function to be called in case of an error.

ble_bps_evt_handler_t ble_bps_init_t::evt_handler

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

uint16_t ble_bps_init_t::feature

Initial value for blood pressure feature

nrf_ble_gq_t* ble_bps_init_t::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