Nordic Thingy:52 v2.2.0
ble_tss_s Struct Reference

Thingy Sound Service structure. More...

Data Fields

ble_gatts_char_handles_t config_handles
 
uint16_t conn_handle
 
ble_tss_evt_handler_t evt_handler
 
bool is_mic_notif_enabled
 
bool is_spkr_stat_notif_enabled
 
ble_gatts_char_handles_t mic_handles
 
uint16_t service_handle
 
ble_gatts_char_handles_t spkr_handles
 
ble_gatts_char_handles_t spkr_stat_handles
 
uint8_t uuid_type
 

Detailed Description

Thingy Sound Service structure.

This structure contains status information related to the service.

Field Documentation

◆ config_handles

ble_gatts_char_handles_t ble_tss_s::config_handles

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

◆ conn_handle

uint16_t ble_tss_s::conn_handle

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

◆ evt_handler

ble_tss_evt_handler_t ble_tss_s::evt_handler

Event handler to be called for handling received data.

◆ is_mic_notif_enabled

bool ble_tss_s::is_mic_notif_enabled

Variable to indicate if the peer has enabled notification of the characteristic.

◆ is_spkr_stat_notif_enabled

bool ble_tss_s::is_spkr_stat_notif_enabled

Variable to indicate if the peer has enabled notification of the characteristic.

◆ mic_handles

ble_gatts_char_handles_t ble_tss_s::mic_handles

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

◆ service_handle

uint16_t ble_tss_s::service_handle

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

◆ spkr_handles

ble_gatts_char_handles_t ble_tss_s::spkr_handles

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

◆ spkr_stat_handles

ble_gatts_char_handles_t ble_tss_s::spkr_stat_handles

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

◆ uuid_type

uint8_t ble_tss_s::uuid_type

UUID type for Thingy Sound Service Base UUID.


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