BLE GATTC event structure. More...
#include <ble_gattc.h>
BLE GATTC event structure.
Definition at line 288 of file ble_gattc.h.
ble_gattc_evt_char_desc_disc_t ble_gattc_evt_t::char_desc_disc |
Characteristic descriptor discovery response event.
Definition at line 297 of file ble_gattc.h.
ble_gattc_evt_char_disc_t ble_gattc_evt_t::char_disc |
Characteristic discovery response event.
Definition at line 296 of file ble_gattc.h.
ble_gattc_evt_incl_disc_t ble_gattc_evt_t::inc_srvc_disc |
Include service discovery response event.
Definition at line 295 of file ble_gattc.h.
uint8_t ble_gattc_evt_t::index |
Index of connection.
Definition at line 290 of file ble_gattc.h.
ble_gattc_evt_ntf_ind_t ble_gattc_evt_t::ntf_ind |
Handle value Notification/Indication response.
Definition at line 300 of file ble_gattc.h.
union { ... } ble_gattc_evt_t::params |
Event Parameters.
ble_gattc_evt_srvc_disc_t ble_gattc_evt_t::prim_srvc_disc |
Primary service discovery response event.
Definition at line 294 of file ble_gattc.h.
ble_gattc_evt_read_t ble_gattc_evt_t::read_rsp |
Read response event.
Definition at line 298 of file ble_gattc.h.
ble_gattc_evt_browse_srvc_t ble_gattc_evt_t::srvc_browse |
Browce service discovery response event.
Definition at line 293 of file ble_gattc.h.
ble_gattc_evt_write_t ble_gattc_evt_t::write_rsp |
Write response event.
Definition at line 299 of file ble_gattc.h.