![]() |
S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
| uint32_t sd_ble_gap_conn_sec_get | ( | uint16_t | conn_handle, |
| ble_gap_conn_sec_t * | p_conn_sec ) |
#include <ble_gap.h>
Get the current connection security.
| [in] | conn_handle | Connection handle. |
| [out] | p_conn_sec | Pointer to a ble_gap_conn_sec_t structure to be filled in. |
| NRF_SUCCESS | Current connection security successfully retrieved. |
| NRF_ERROR_INVALID_ADDR | Invalid pointer supplied. |
| BLE_ERROR_INVALID_CONN_HANDLE | Invalid connection handle supplied. |