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

RTOS-integrated SF BLE Time Information Profile Framework Interface. More...

Data Structures

union  sf_ble_prf_tip_write_data_t
 

Enumerations

enum  sf_ble_prf_tipc_event_t { SF_BLE_PRF_TIPC_EVENT_NONE, SF_BLE_PRF_TIPC_EVENT_READ_CHAR_RES, SF_BLE_PRF_TIPC_EVENT_CURR_TIME_NTF }
 
enum  sf_ble_prf_tips_event_t { SF_BLE_PRF_TIPS_EVENT_NONE, SF_BLE_PRF_TIPS_EVENT_NTF_IND, SF_BLE_PRF_TIPS_EVENT_CP_IND }
 

Detailed Description

RTOS-integrated SF BLE Time Information Profile Framework Interface.

Summary

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

Enumeration Type Documentation

◆ sf_ble_prf_tipc_event_t

Time Profile Client events

Enumerator
SF_BLE_PRF_TIPC_EVENT_NONE 

Event not supported.

SF_BLE_PRF_TIPC_EVENT_READ_CHAR_RES 

Read Char Complete Event.

SF_BLE_PRF_TIPC_EVENT_CURR_TIME_NTF 

Current Time information received, Refer sf_ble_cts_curr_time_ntf_t.

◆ sf_ble_prf_tips_event_t

Time Profile Server events

Enumerator
SF_BLE_PRF_TIPS_EVENT_NONE 

Event not supported.

SF_BLE_PRF_TIPS_EVENT_NTF_IND 

CCCD Notification Received event.

SF_BLE_PRF_TIPS_EVENT_CP_IND 

Time Update control point changed, Refer sf_ble_prf_tip_time_ctrl_point_t.