Nordic Thingy:52
|
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 |
Thingy Configuration Service structure.
This structure contains status information related to the service.
ble_gatts_char_handles_t ble_tcs_s::adv_param_handles |
Handles related to the pressure characteristic (as provided by the S132 SoftDevice).
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.
ble_gatts_char_handles_t ble_tcs_s::conn_param_handles |
Handles related to the config characteristic (as provided by the S132 SoftDevice).
ble_gatts_char_handles_t ble_tcs_s::dev_name_handles |
Handles related to the temperature characteristic (as provided by the S132 SoftDevice).
ble_tcs_evt_handler_t ble_tcs_s::evt_handler |
Event handler to be called for handling received data.
uint16_t ble_tcs_s::service_handle |
Handle of Thingy Configuration Service (as provided by the S110 SoftDevice).
uint8_t ble_tcs_s::uuid_type |
UUID type for Thingy Configuration Service Base UUID.