![]() |
S130 SoftDevice
v2.0.1
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Event structure for BLE_GAP_EVT_CONNECTED. More...
#include <ble_gap.h>
Data Fields | |
| ble_gap_addr_t | peer_addr |
| ble_gap_addr_t | own_addr |
| uint8_t | role |
| uint8_t | irk_match:1 |
| uint8_t | irk_match_idx:7 |
| ble_gap_conn_params_t | conn_params |
Event structure for BLE_GAP_EVT_CONNECTED.
| ble_gap_conn_params_t ble_gap_evt_connected_t::conn_params |
GAP Connection Parameters.
| uint8_t ble_gap_evt_connected_t::irk_match |
If 1, peer device's address resolved using an IRK.
| uint8_t ble_gap_evt_connected_t::irk_match_idx |
Index in IRK list where the address was matched.
| ble_gap_addr_t ble_gap_evt_connected_t::own_addr |
Bluetooth address of the local device used during connection setup.
| ble_gap_addr_t ble_gap_evt_connected_t::peer_addr |
Bluetooth address of the peer device.
| uint8_t ble_gap_evt_connected_t::role |
BLE role for this connection, see GAP Roles