Nordic Thingy:52
|
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 |
Thingy Sound Service structure.
This structure contains status information related to the service.
ble_gatts_char_handles_t ble_tss_s::config_handles |
Handles related to the config characteristic (as provided by the S132 SoftDevice).
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.
ble_tss_evt_handler_t ble_tss_s::evt_handler |
Event handler to be called for handling received data.
bool ble_tss_s::is_mic_notif_enabled |
Variable to indicate if the peer has enabled notification of the characteristic.
bool ble_tss_s::is_spkr_stat_notif_enabled |
Variable to indicate if the peer has enabled notification of the characteristic.
ble_gatts_char_handles_t ble_tss_s::mic_handles |
Handles related to the microphone characteristic (as provided by the S132 SoftDevice).
uint16_t ble_tss_s::service_handle |
Handle of Thingy Sound Service (as provided by the S110 SoftDevice).
ble_gatts_char_handles_t ble_tss_s::spkr_handles |
Handles related to the speaker characteristic (as provided by the S132 SoftDevice).
ble_gatts_char_handles_t ble_tss_s::spkr_stat_handles |
Handles related to the speaker status characteristic (as provided by the S132 SoftDevice).
uint8_t ble_tss_s::uuid_type |
UUID type for Thingy Sound Service Base UUID.