Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_bps_s Struct Reference

ble_bps_s Struct Reference
[Blood Pressure Service]

Blood Pressure Service structure. More...

#include <ble_bps.h>

Data Fields

ble_bps_evt_handler_t evt_handler
 Event handler to be called for handling events in the Blood Pressure Service.
uint16_t service_handle
 Handle of Blood Pressure Service (as provided by the BLE stack).
ble_gatts_char_handles_t meas_handles
 Handles related to the Blood Pressure Measurement characteristic.
ble_gatts_char_handles_t feature_handles
 Handles related to the Blood Pressure Feature characteristic.
uint16_t conn_handle
 Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).
uint16_t feature
 Value of Blood Pressure feature.

Detailed Description

Blood Pressure Service structure.

This contains various status information for the service.

Definition at line 89 of file ble_bps.h.


Field Documentation

uint16_t conn_handle

Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

Definition at line 95 of file ble_bps.h.

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

Definition at line 91 of file ble_bps.h.

uint16_t feature

Value of Blood Pressure feature.

Definition at line 96 of file ble_bps.h.

Handles related to the Blood Pressure Feature characteristic.

Definition at line 94 of file ble_bps.h.

Handles related to the Blood Pressure Measurement characteristic.

Definition at line 93 of file ble_bps.h.

uint16_t service_handle

Handle of Blood Pressure Service (as provided by the BLE stack).

Definition at line 92 of file ble_bps.h.