Event structure for BLE_GAP_EVT_TIMEOUT . More...
#include <ble_gap.h>
Data Fields |
|
| uint8_t | src |
| union { | |
| ble_data_t adv_report_buffer | |
| } | params |
Detailed Description
Event structure for BLE_GAP_EVT_TIMEOUT .
Field Documentation
| ble_data_t ble_gap_evt_timeout_t::adv_report_buffer |
If source is set to @ref BLE_GAP_TIMEOUT_SRC_SCAN, the released
scan buffer is contained in this field.
| union { ... } ble_gap_evt_timeout_t::params |
Event Parameters.
| uint8_t ble_gap_evt_timeout_t::src |
Source of timeout event, see GAP Timeout sources .