SEC Auth Flag

Macros

#define AUTH_NONE   0
 No auth requirement. More...
 
#define AUTH_BOND   (1 << 0)
 Bond flag. More...
 
#define AUTH_MITM   (1 << 2)
 MITM flag. More...
 
#define AUTH_SEC_CON   (1 << 3)
 Security connection flag. More...
 
#define AUTH_KEY_PRESS_NOTIFY   (1 << 4)
 Key press notify flag. More...
 
#define AUTH_ALL   (AUTH_BOND | AUTH_MITM | AUTH_SEC_CON | AUTH_KEY_PRESS_NOTIFY)
 All authentication flags are on. More...
 

Detailed Description

Macro Definition Documentation

◆ AUTH_ALL

#define AUTH_ALL   (AUTH_BOND | AUTH_MITM | AUTH_SEC_CON | AUTH_KEY_PRESS_NOTIFY)

All authentication flags are on.

Definition at line 66 of file ble_sec.h.

◆ AUTH_BOND

#define AUTH_BOND   (1 << 0)

Bond flag.

Definition at line 62 of file ble_sec.h.

◆ AUTH_KEY_PRESS_NOTIFY

#define AUTH_KEY_PRESS_NOTIFY   (1 << 4)

Key press notify flag.

Definition at line 65 of file ble_sec.h.

◆ AUTH_MITM

#define AUTH_MITM   (1 << 2)

MITM flag.

Definition at line 63 of file ble_sec.h.

◆ AUTH_NONE

#define AUTH_NONE   0

No auth requirement.

Definition at line 61 of file ble_sec.h.

◆ AUTH_SEC_CON

#define AUTH_SEC_CON   (1 << 3)

Security connection flag.

Definition at line 64 of file ble_sec.h.