nRF5 SDK v17.1.0
Data Fields
ble_cts_c_s Struct Reference

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

#include <ble_cts_c.h>

Data Fields

ble_cts_c_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
ble_cts_c_handles_t char_handles
 
uint16_t conn_handle
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

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

Field Documentation

ble_cts_c_handles_t ble_cts_c_s::char_handles

Handles of Current Time characteristic at the peer. (Handles are provided by the BLE stack through the Database Discovery module.)

uint16_t ble_cts_c_s::conn_handle

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

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.

nrf_ble_gq_t* ble_cts_c_s::p_gatt_queue

Pointer to the BLE GATT Queue instance.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated