Synergy Software Package User's Manual
SF BLE Blood Pressure Profile Framework Interface

RTOS-integrated SF BLE Blood Pressure Profile Framework Interface. More...

Data Structures

struct  sf_ble_blp_meas_info_t
 
struct  sf_ble_blp_meas_recv_data_t
 

Enumerations

enum  sf_ble_prf_blpc_event_t { SF_BLE_PRF_BLPC_EVENT_NONE, SF_BLE_PRF_BLPC_EVENT_MEAS_NTF_IND, SF_BLE_PRF_BLPC_EVENT_WRITE_CHAR_RES, SF_BLE_PRF_BLPC_EVENT_READ_CHAR_RES }
 
enum  sf_ble_prf_blps_event_t { SF_BLE_PRF_BLPS_EVENT_NONE, SF_BLE_PRF_BLPS_EVENT_NTFIND_IND }
 

Detailed Description

RTOS-integrated SF BLE Blood Pressure Profile Framework Interface.

Summary

This SSP Interface provides access to the ThreadX-aware SF BLE Blood Pressure Profile Framework.

Enumeration Type Documentation

◆ sf_ble_prf_blpc_event_t

Profile user client events

Enumerator
SF_BLE_PRF_BLPC_EVENT_NONE 

Event not supported.

SF_BLE_PRF_BLPC_EVENT_MEAS_NTF_IND 

BLE user event indicating BLPC profile measurement notification.

SF_BLE_PRF_BLPC_EVENT_WRITE_CHAR_RES 

BLE user event indicating BLPC profile read char response.

SF_BLE_PRF_BLPC_EVENT_READ_CHAR_RES 

BLE user event indicating BLPC write char response.

◆ sf_ble_prf_blps_event_t

Profile user server events

Enumerator
SF_BLE_PRF_BLPS_EVENT_NONE 

Event not supported.

SF_BLE_PRF_BLPS_EVENT_NTFIND_IND 

BLE user event indicating notification indication.