![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool ble_conn_state_lesc | ( | uint16_t | conn_handle | ) |
#include <ble_conn_state.h>
Check whether a connection was bonded using LE Secure Connections (LESC).
The connection must currently be encrypted.
| [in] | conn_handle | Handle of connection to get the LESC state for. |
| true | If the connection was bonded using LESC. |
| false | If the connection has not been bonded using LESC, or conn_handle is invalid. |