nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ pm_handler_secure_on_connection()

void pm_handler_secure_on_connection ( const ble_evt_t * ble_evt)

#include <peer_manager_handler.h>

Secure a connection when it is established.

This function starts security when receiving a BLE_GAP_EVT_CONNECTED event. This is affected by PM_HANDLER_SEC_DELAY_MS.

Note
In normal circumstances, this function should be called for every Bluetooth LE event.
Parameters
[in]ble_evtEvent to handle.