Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_Acceleration_Statejudging
Fork of nRF51822 by
ble_hts_s Struct Reference
[Health Thermometer Service]
Health Thermometer Service structure. More...
#include <ble_hts.h>
Data Fields | |
| ble_hts_evt_handler_t | evt_handler |
| Event handler to be called for handling events in the Health Thermometer Service. | |
| uint16_t | service_handle |
| Handle of Health Thermometer Service (as provided by the BLE stack). | |
| ble_gatts_char_handles_t | meas_handles |
| Handles related to the Health Thermometer Measurement characteristic. | |
| ble_gatts_char_handles_t | temp_type_handles |
| Handles related to the Health Thermometer Temperature Type characteristic. | |
| uint16_t | conn_handle |
| Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection). | |
| uint8_t | temp_type |
| Temperature type indicates where the measurement was taken. | |
Detailed Description
Health Thermometer Service structure.
This contains various status information for the service.
Definition at line 93 of file ble_hts.h.
Field Documentation
| uint16_t conn_handle |
| uint16_t service_handle |
| uint8_t temp_type |
Generated on Tue Jul 12 2022 20:03:51 by
1.7.2
