NimBLE-Arduino 2.1.2
|
#include <ble_gap.h>
Public Attributes | |
unsigned | encrypted:1 |
unsigned | authenticated:1 |
unsigned | bonded:1 |
unsigned | key_size:5 |
unsigned | authorize:1 |
Connection security state
unsigned ble_gap_sec_state::authenticated |
If connection is authenticated
unsigned ble_gap_sec_state::authorize |
Current device security state
unsigned ble_gap_sec_state::bonded |
If connection is bonded (security information is stored)
unsigned ble_gap_sec_state::encrypted |
If connection is encrypted
unsigned ble_gap_sec_state::key_size |
Size of a key used for encryption