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

RTOS-integrated SF BLE Proximity Profile Framework Interface. More...

Enumerations

enum  sf_ble_prf_pxpr_event_t { SF_BLE_PRF_PXPR_EVENT_NONE, SF_BLE_PRF_PXPR_EVENT_ALT_IND, SF_BLE_PRF_PXPR_EVENT_CMD_DISALLOWED_IND }
 
enum  sf_ble_prf_pxpm_event_t { SF_BLE_PRF_PXPM_EVENT_NONE, SF_BLE_PRF_PXPM_EVENT_READ_CHAR_RESP, SF_BLE_PRF_PXPM_EVENT_CMD_DISALLOWED_IND, SF_BLE_PRF_PXPM_EVENT_ERROR_IND }
 

Detailed Description

RTOS-integrated SF BLE Proximity Profile Framework Interface.

Summary

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

Enumeration Type Documentation

◆ sf_ble_prf_pxpm_event_t

PXP monitor (client) user events

Enumerator
SF_BLE_PRF_PXPM_EVENT_NONE 

unsupported event

SF_BLE_PRF_PXPM_EVENT_READ_CHAR_RESP 

BLE user event indicating PXPR profile alert indication.

SF_BLE_PRF_PXPM_EVENT_CMD_DISALLOWED_IND 

command disallowed error received

SF_BLE_PRF_PXPM_EVENT_ERROR_IND 

error received for command issued

◆ sf_ble_prf_pxpr_event_t

PXP reporter (server) user events

Enumerator
SF_BLE_PRF_PXPR_EVENT_NONE 

unsupported event

SF_BLE_PRF_PXPR_EVENT_ALT_IND 

BLE user event indicating PXPR profile alert indication.

SF_BLE_PRF_PXPR_EVENT_CMD_DISALLOWED_IND 

command disallowed error received