ble_cts_c_s

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Current Time Service client structure. This structure contains status information for the client. More...

#include <ble_cts_c.h>

Detailed Description

Current Time Service client structure. This structure contains status information for the client.

Field Documentation

uint16_t ble_cts_c_s::conn_handle

Handle of the current connection. BLE_CONN_HANDLE_INVALID if not in a connection.

uint16_t ble_cts_c_s::cts_cccd_handle

Handle of the CCCD of the Current Time Characteristic at the peer.

uint16_t ble_cts_c_s::current_time_handle

Handle of Current Time Characteristic at the peer (handles are provided by the BLE stack through the DB Discovery module).

ble_srv_error_handler_t ble_cts_c_s::error_handler

Function to be called if an error occurs.

ble_cts_c_evt_handler_t ble_cts_c_s::evt_handler

Event handler to be called for handling events from the Current Time Service client.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .