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_local_tx_pwr_read_ind_t   local_tx_pwr_read
 
   ble_gap_evt_remote_tx_pwr_read_ind_t   remote_tx_pwr_read
 
   ble_gap_evt_tx_pwr_change_report_t   tx_pwr_change_report
 
   ble_gap_evt_path_loss_threshold_report_t   path_loss_threshold_reoprt
 
   ble_gap_evt_ranging_ind_t   ranging_ind
 
   ble_gap_evt_ranging_sample_report_ind_t   ranging_sample_report
 
   ble_gap_evt_ranging_cmp_ind_t   ranging_cmp_ind
 
   ble_gap_evt_subrate_chg_ind_t   subrate_chg_ind
 
params
 

Detailed Description

BLE GAPC event structure.

Definition at line 997 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 1009 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 1012 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 1008 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 1007 of file ble_gapc.h.

◆ connected

ble_gap_evt_connected_t ble_gapc_evt_t::connected

Connection parameters.

Definition at line 1003 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 1013 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 1010 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 1011 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 1004 of file ble_gapc.h.

◆ index

uint8_t ble_gapc_evt_t::index

Index of connection.

Definition at line 999 of file ble_gapc.h.

◆ local_tx_pwr_read

ble_gap_evt_local_tx_pwr_read_ind_t ble_gapc_evt_t::local_tx_pwr_read

Local transmit power read indication info parameters.

Definition at line 1014 of file ble_gapc.h.

◆ params

union { ... } ble_gapc_evt_t::params

Event Parameters.

◆ path_loss_threshold_reoprt

ble_gap_evt_path_loss_threshold_report_t ble_gapc_evt_t::path_loss_threshold_reoprt

Path loss threshold reporting info parameters.

Definition at line 1017 of file ble_gapc.h.

◆ peer_info

ble_gap_evt_peer_info_t ble_gapc_evt_t::peer_info

Peer info indication parameters.

Definition at line 1006 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 1005 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 1002 of file ble_gapc.h.

◆ ranging_cmp_ind

ble_gap_evt_ranging_cmp_ind_t ble_gapc_evt_t::ranging_cmp_ind

Definition at line 1020 of file ble_gapc.h.

◆ ranging_ind

ble_gap_evt_ranging_ind_t ble_gapc_evt_t::ranging_ind

Definition at line 1018 of file ble_gapc.h.

◆ ranging_sample_report

ble_gap_evt_ranging_sample_report_ind_t ble_gapc_evt_t::ranging_sample_report

Definition at line 1019 of file ble_gapc.h.

◆ remote_tx_pwr_read

ble_gap_evt_remote_tx_pwr_read_ind_t ble_gapc_evt_t::remote_tx_pwr_read

Remote transmit power read indication info parameters.

Definition at line 1015 of file ble_gapc.h.

◆ subrate_chg_ind

ble_gap_evt_subrate_chg_ind_t ble_gapc_evt_t::subrate_chg_ind

Definition at line 1021 of file ble_gapc.h.

◆ tx_pwr_change_report

ble_gap_evt_tx_pwr_change_report_t ble_gapc_evt_t::tx_pwr_change_report

Transmit power change reporting info parameters.

Definition at line 1016 of file ble_gapc.h.


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