Nordic Thingy:52 v2.2.0
ble_tcs_s Struct Reference

Thingy Configuration Service structure. More...

Data Fields

ble_gatts_char_handles_t adv_param_handles
 
uint16_t conn_handle
 
ble_gatts_char_handles_t conn_param_handles
 
ble_gatts_char_handles_t dev_name_handles
 
ble_tcs_evt_handler_t evt_handler
 
uint16_t service_handle
 
uint8_t uuid_type
 

Detailed Description

Thingy Configuration Service structure.

This structure contains status information related to the service.

Field Documentation

◆ adv_param_handles

ble_gatts_char_handles_t ble_tcs_s::adv_param_handles

Handles related to the pressure characteristic (as provided by the S132 SoftDevice).

◆ conn_handle

uint16_t ble_tcs_s::conn_handle

Handle of the current connection (as provided by the S110 SoftDevice). BLE_CONN_HANDLE_INVALID if not in a connection.

◆ conn_param_handles

ble_gatts_char_handles_t ble_tcs_s::conn_param_handles

Handles related to the config characteristic (as provided by the S132 SoftDevice).

◆ dev_name_handles

ble_gatts_char_handles_t ble_tcs_s::dev_name_handles

Handles related to the temperature characteristic (as provided by the S132 SoftDevice).

◆ evt_handler

ble_tcs_evt_handler_t ble_tcs_s::evt_handler

Event handler to be called for handling received data.

◆ service_handle

uint16_t ble_tcs_s::service_handle

Handle of Thingy Configuration Service (as provided by the S110 SoftDevice).

◆ uuid_type

uint8_t ble_tcs_s::uuid_type

UUID type for Thingy Configuration Service Base UUID.


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