BLE GAPC event structure. More...
#include <ble_gapc.h>
Collaboration diagram for ble_gapc_evt_t:Public Attributes | |
| uint8_t | index |
| Index of connection. More... | |
| union { | |
| ble_gap_evt_phy_update_t phy_update | |
| PHY update parameters. More... | |
| ble_gap_evt_connected_t connected | |
| Connection parameters. More... | |
| ble_gap_evt_disconnected_t disconnected | |
| Disconnection parameters. More... | |
| ble_gap_evt_peer_name_get_t peer_name | |
| Peer device name indication parameters. More... | |
| ble_gap_evt_peer_info_t peer_info | |
| Peer info indication parameters. More... | |
| ble_gap_evt_conn_param_updated_t conn_param_updated | |
| Connection parameter updated parameters. More... | |
| ble_gap_evt_conn_param_update_req_t conn_param_update_req | |
| Connection parameter update request parameters. More... | |
| ble_gap_evt_conn_info_t conn_info | |
| Connection info parameters. More... | |
| ble_gap_evt_data_length_t data_length | |
| Data Length Update parameter. More... | |
| } | params |
| Event Parameters. More... | |
BLE GAPC event structure.
Definition at line 447 of file ble_gapc.h.
| ble_gap_evt_conn_info_t ble_gapc_evt_t::conn_info |
Connection info parameters.
Definition at line 459 of file ble_gapc.h.
| ble_gap_evt_conn_param_update_req_t ble_gapc_evt_t::conn_param_update_req |
Connection parameter update request parameters.
Definition at line 458 of file ble_gapc.h.
| ble_gap_evt_conn_param_updated_t ble_gapc_evt_t::conn_param_updated |
Connection parameter updated parameters.
Definition at line 457 of file ble_gapc.h.
| ble_gap_evt_connected_t ble_gapc_evt_t::connected |
Connection parameters.
Definition at line 453 of file ble_gapc.h.
| ble_gap_evt_data_length_t ble_gapc_evt_t::data_length |
Data Length Update parameter.
Definition at line 460 of file ble_gapc.h.
| ble_gap_evt_disconnected_t ble_gapc_evt_t::disconnected |
Disconnection parameters.
See BLE Stack specific error codes.
Definition at line 454 of file ble_gapc.h.
| uint8_t ble_gapc_evt_t::index |
Index of connection.
Definition at line 449 of file ble_gapc.h.
| union { ... } ble_gapc_evt_t::params |
Event Parameters.
| ble_gap_evt_peer_info_t ble_gapc_evt_t::peer_info |
Peer info indication parameters.
Definition at line 456 of file ble_gapc.h.
| ble_gap_evt_peer_name_get_t ble_gapc_evt_t::peer_name |
Peer device name indication parameters.
Definition at line 455 of file ble_gapc.h.
| ble_gap_evt_phy_update_t ble_gapc_evt_t::phy_update |
PHY update parameters.
Definition at line 452 of file ble_gapc.h.