|
dragoon
4383
|
GATTS event structure. More...
#include <ble_gatts.h>
GATTS event structure.
Definition at line 405 of file ble_gatts.h.
| ble_gatts_evt_rw_authorize_request_t ble_gatts_evt_t::authorize_request |
Read or Write Authorize Request Parameters.
Definition at line 411 of file ble_gatts.h.
| uint16_t ble_gatts_evt_t::conn_handle |
Connection Handle on which the event occurred.
Definition at line 407 of file ble_gatts.h.
| ble_gatts_evt_exchange_mtu_request_t ble_gatts_evt_t::exchange_mtu_request |
Exchange MTU Request Event Parameters.
Definition at line 414 of file ble_gatts.h.
| ble_gatts_evt_hvc_t ble_gatts_evt_t::hvc |
Handle Value Confirmation Event Parameters.
Definition at line 413 of file ble_gatts.h.
| ble_gatts_evt_hvn_tx_complete_t ble_gatts_evt_t::hvn_tx_complete |
Handle Value Notification transmission complete Event Parameters.
Definition at line 416 of file ble_gatts.h.
| union { ... } ble_gatts_evt_t::params |
Event Parameters.
| ble_gatts_evt_sys_attr_missing_t ble_gatts_evt_t::sys_attr_missing |
System attributes missing.
Definition at line 412 of file ble_gatts.h.
| ble_gatts_evt_timeout_t ble_gatts_evt_t::timeout |
Timeout Event.
Definition at line 415 of file ble_gatts.h.
| ble_gatts_evt_write_t ble_gatts_evt_t::write |
Write Event Parameters.
Definition at line 410 of file ble_gatts.h.