BLE GAPC event structure. More...

#include <ble_gapc.h>

Public Attributes

uint8_t index
 
union {
   ble_gap_evt_phy_update_t   phy_update
 
   ble_gap_evt_connected_t   connected
 
   ble_gap_evt_disconnected_t   disconnected
 
   ble_gap_evt_peer_name_get_t   peer_name
 
   ble_gap_evt_peer_info_t   peer_info
 
   ble_gap_evt_conn_param_updated_t   conn_param_updated
 
   ble_gap_evt_conn_param_update_req_t   conn_param_update_req
 
   ble_gap_evt_conn_info_t   conn_info
 
   ble_gap_evt_data_length_t   data_length
 
   ble_gap_evt_dev_info_set_t   dev_info_ind
 
   ble_gap_evt_conn_iq_report_t   conn_iq_report
 
   ble_gap_evt_connless_iq_report_t   connless_iq_report
 
   ble_gap_evt_le_event_noti_report_t   le_evt_noti_report
 
params
 

Detailed Description

BLE GAPC event structure.

Definition at line 707 of file ble_gapc.h.

Member Data Documentation

◆ conn_info

ble_gap_evt_conn_info_t ble_gapc_evt_t::conn_info

Connection info parameters.

Definition at line 719 of file ble_gapc.h.

◆ conn_iq_report

ble_gap_evt_conn_iq_report_t ble_gapc_evt_t::conn_iq_report

Connection IQ Report info parameters.

Definition at line 722 of file ble_gapc.h.

◆ conn_param_update_req

ble_gap_evt_conn_param_update_req_t ble_gapc_evt_t::conn_param_update_req

Connection parameter update request parameters.

Definition at line 718 of file ble_gapc.h.

◆ conn_param_updated

ble_gap_evt_conn_param_updated_t ble_gapc_evt_t::conn_param_updated

Connection parameter updated parameters.

Definition at line 717 of file ble_gapc.h.

◆ connected

ble_gap_evt_connected_t ble_gapc_evt_t::connected

Connection parameters.

Definition at line 713 of file ble_gapc.h.

◆ connless_iq_report

ble_gap_evt_connless_iq_report_t ble_gapc_evt_t::connless_iq_report

Connectionless IQ Report info parameters.

Definition at line 723 of file ble_gapc.h.

◆ data_length

ble_gap_evt_data_length_t ble_gapc_evt_t::data_length

Data Length Update parameter.

Definition at line 720 of file ble_gapc.h.

◆ dev_info_ind

ble_gap_evt_dev_info_set_t ble_gapc_evt_t::dev_info_ind

Device info parameters.

Definition at line 721 of file ble_gapc.h.

◆ disconnected

ble_gap_evt_disconnected_t ble_gapc_evt_t::disconnected

Disconnection parameters. See BLE Stack specific error codes.

Definition at line 714 of file ble_gapc.h.

◆ index

uint8_t ble_gapc_evt_t::index

Index of connection.

Definition at line 709 of file ble_gapc.h.

◆ le_evt_noti_report

ble_gap_evt_le_event_noti_report_t ble_gapc_evt_t::le_evt_noti_report

Le event notification reporting info parameters.

Definition at line 724 of file ble_gapc.h.

◆ params

union { ... } ble_gapc_evt_t::params

Event Parameters.

◆ peer_info

ble_gap_evt_peer_info_t ble_gapc_evt_t::peer_info

Peer info indication parameters.

Definition at line 716 of file ble_gapc.h.

◆ peer_name

ble_gap_evt_peer_name_get_t ble_gapc_evt_t::peer_name

Peer device name indication parameters.

Definition at line 715 of file ble_gapc.h.

◆ phy_update

ble_gap_evt_phy_update_t ble_gapc_evt_t::phy_update

PHY update parameters.

Definition at line 712 of file ble_gapc.h.


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