Heart Rate Client structure. More...
#include <ble_hrs_c.h>
Data Fields |
|
| uint16_t | conn_handle |
| hrs_db_t | peer_hrs_db |
| ble_hrs_c_evt_handler_t | evt_handler |
| ble_srv_error_handler_t | error_handler |
| nrf_ble_gq_t * | p_gatt_queue |
Detailed Description
Heart Rate Client structure.
Field Documentation
| uint16_t ble_hrs_c_s::conn_handle |
Connection handle, as provided by the SoftDevice.
| ble_srv_error_handler_t ble_hrs_c_s::error_handler |
Function to be called in case of an error.
| ble_hrs_c_evt_handler_t ble_hrs_c_s::evt_handler |
Application event handler to be called when there is an event related to the Heart Rate Service.
| nrf_ble_gq_t * ble_hrs_c_s::p_gatt_queue |
Pointer to the BLE GATT Queue instance.
| hrs_db_t ble_hrs_c_s::peer_hrs_db |
Handles related to HRS on the peer.
- components/ble/ble_services/ble_hrs_c/ble_hrs_c.h