BLE GAPM event structure. More...

#include <ble_gapm.h>

Public Attributes

uint8_t index
 
union {
   ble_gap_evt_dev_info_get_t   dev_info
 
   ble_gap_evt_adv_stop_t   adv_stop
 
   ble_gap_evt_scan_req_t   scan_req
 
   ble_gap_evt_scan_stop_t   scan_stop
 
   ble_gap_evt_adv_report_t   adv_report
 
   ble_gap_evt_sync_established_t   sync_established
 
   ble_gap_evt_rslv_addr_read_t   rslv_addr
 
params
 

Detailed Description

BLE GAPM event structure.

Definition at line 845 of file ble_gapm.h.

Member Data Documentation

◆ adv_report

ble_gap_evt_adv_report_t ble_gapm_evt_t::adv_report

Advertising Report parameter.

Definition at line 854 of file ble_gapm.h.

◆ adv_stop

ble_gap_evt_adv_stop_t ble_gapm_evt_t::adv_stop

Advertising stop parameter.

Definition at line 851 of file ble_gapm.h.

◆ dev_info

ble_gap_evt_dev_info_get_t ble_gapm_evt_t::dev_info

Device info parameters.

Definition at line 850 of file ble_gapm.h.

◆ index

uint8_t ble_gapm_evt_t::index

Index of connection or advertising.

Definition at line 847 of file ble_gapm.h.

◆ params

union { ... } ble_gapm_evt_t::params

Event Parameters.

◆ rslv_addr

ble_gap_evt_rslv_addr_read_t ble_gapm_evt_t::rslv_addr

Read Resolvable Address parameter.

Definition at line 856 of file ble_gapm.h.

◆ scan_req

ble_gap_evt_scan_req_t ble_gapm_evt_t::scan_req

Scan Request parameter.

Definition at line 852 of file ble_gapm.h.

◆ scan_stop

ble_gap_evt_scan_stop_t ble_gapm_evt_t::scan_stop

Scan Stop parameter.

Definition at line 853 of file ble_gapm.h.

◆ sync_established

ble_gap_evt_sync_established_t ble_gapm_evt_t::sync_established

Periodic Advertising Synchronization Established parameter.

Definition at line 855 of file ble_gapm.h.


The documentation for this struct was generated from the following file: