BLE FOTA APP
Types
[Heart Rate Service Client]
Typedefs | |
| typedef struct ble_hrs_c_s | ble_hrs_c_t |
| Heart Rate Client structure. | |
| typedef void(* | ble_hrs_c_evt_handler_t )(ble_hrs_c_t *p_ble_hrs_c, ble_hrs_c_evt_t *p_evt) |
| Event handler type. | |
Typedef Documentation
| typedef void(* ble_hrs_c_evt_handler_t)(ble_hrs_c_t *p_ble_hrs_c, ble_hrs_c_evt_t *p_evt) |
Event handler type.
This is the type of the event handler that should be provided by the application of this module in order to receive events.
Definition at line 90 of file ble_hrs_c.h.
| typedef struct ble_hrs_c_s ble_hrs_c_t |
Heart Rate Client structure.
Definition at line 83 of file ble_hrs_c.h.
Generated on Tue Jul 12 2022 21:00:59 by
1.7.2
Yihui Xiong