![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool ble_conn_state_encrypted | ( | uint16_t | conn_handle | ) |
#include <ble_conn_state.h>
Check whether a connection is encrypted.
| [in] | conn_handle | Handle of connection to get the encryption state for. |
| true | If the connection is encrypted. |
| false | If the connection is not encrypted or conn_handle is invalid. |