|
dragoon
4383
|
Common BLE Event type, wrapping the module specific event reports. More...
#include <ble.h>
Data Fields | |
| ble_evt_hdr_t | header |
| union { | |
| ble_common_evt_t common_evt | |
| ble_gap_evt_t gap_evt | |
| ble_gattc_evt_t gattc_evt | |
| ble_gatts_evt_t gatts_evt | |
| ble_l2cap_evt_t l2cap_evt | |
| } | evt |
Common BLE Event type, wrapping the module specific event reports.
| ble_common_evt_t ble_evt_t::common_evt |
| union { ... } ble_evt_t::evt |
Event union.
| ble_gap_evt_t ble_evt_t::gap_evt |
| ble_gattc_evt_t ble_evt_t::gattc_evt |
| ble_gatts_evt_t ble_evt_t::gatts_evt |
| ble_evt_hdr_t ble_evt_t::header |
| ble_l2cap_evt_t ble_evt_t::l2cap_evt |