dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP Authentication Key Types

Macros

#define BLE_GAP_AUTH_KEY_TYPE_NONE   0x00
 
#define BLE_GAP_AUTH_KEY_TYPE_PASSKEY   0x01
 
#define BLE_GAP_AUTH_KEY_TYPE_OOB   0x02
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_AUTH_KEY_TYPE_NONE   0x00

No key (may be used to reject).

Definition at line 350 of file ble_gap.h.

#define BLE_GAP_AUTH_KEY_TYPE_OOB   0x02

Out Of Band data.

Definition at line 352 of file ble_gap.h.

#define BLE_GAP_AUTH_KEY_TYPE_PASSKEY   0x01

6-digit Passkey.

Definition at line 351 of file ble_gap.h.