nRF51 SDK
|
HID Service event. More...
#include <ble_hids.h>
Data Fields | |
ble_hids_evt_type_t | evt_type |
union { | |
struct { | |
ble_hids_char_id_t char_id | |
} notification | |
struct { | |
ble_hids_char_id_t char_id | |
} char_write | |
} | params |
HID Service event.
ble_hids_char_id_t ble_hids_evt_t::char_id |
Id of characteristic for which notification has been started.
Id of characteristic having been written.
ble_hids_evt_type_t ble_hids_evt_t::evt_type |
Type of event.