nRF51 SDK v10.0.0
Data Structures |
|
| struct | ble_hrm_t |
|
Structure containing the heart rate measurement received from the peer.
More...
|
|
| struct | ble_hrs_c_evt_t |
|
Heart Rate Event structure.
More...
|
|
| struct | ble_hrs_c_s |
|
Heart Rate Client structure.
More...
|
|
| struct | ble_hrs_c_init_t |
|
Heart Rate Client initialization structure.
More...
|
|
| struct | ble_nus_c_evt_t |
|
Structure containing the NUS event data received from the peer.
More...
|
|
| struct | ble_nus_c_s |
|
NUS Client structure.
More...
|
|
| struct | ble_nus_c_init_t |
|
NUS Client initialization structure.
More...
|
|
Typedefs |
|
| typedef struct ble_nus_c_s | ble_nus_c_t |
| typedef void(* | ble_nus_c_evt_handler_t )( ble_nus_c_t *p_ble_nus_c, const ble_nus_c_evt_t *p_evt) |
|
Event handler type.
More...
|
|
Detailed Description
Typedef Documentation
| typedef void(* ble_nus_c_evt_handler_t)( ble_nus_c_t *p_ble_nus_c, const ble_nus_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 to receive events.