nRF51 SDK - S110 SoftDevice
|
Blood Pressure Service structure. This contains various status information for the service. More...
#include <ble_bps.h>
Data Fields | |
ble_bps_evt_handler_t | evt_handler |
uint16_t | service_handle |
ble_gatts_char_handles_t | meas_handles |
ble_gatts_char_handles_t | feature_handles |
uint16_t | conn_handle |
uint16_t | feature |
Blood Pressure Service structure. This contains various status information for the service.
uint16_t ble_bps_s::conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).
ble_bps_evt_handler_t ble_bps_s::evt_handler |
Event handler to be called for handling events in the Blood Pressure Service.
uint16_t ble_bps_s::feature |
Value of Blood Pressure feature.
ble_gatts_char_handles_t ble_bps_s::feature_handles |
Handles related to the Blood Pressure Feature characteristic.
ble_gatts_char_handles_t ble_bps_s::meas_handles |
Handles related to the Blood Pressure Measurement characteristic.
uint16_t ble_bps_s::service_handle |
Handle of Blood Pressure Service (as provided by the BLE stack).