![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Event structure for NRF_BLE_SCAN_EVT_CONNECTED. More...
#include <nrf_ble_scan.h>
Data Fields | |
ble_gap_evt_connected_t const * | p_connected |
uint16_t | conn_handle |
Event structure for NRF_BLE_SCAN_EVT_CONNECTED.
uint16_t nrf_ble_scan_evt_connected_t::conn_handle |
Connection handle of the device on which the event occurred.
ble_gap_evt_connected_t const* nrf_ble_scan_evt_connected_t::p_connected |
Connected event parameters.