dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP Discovery modes

Macros

#define BLE_GAP_DISC_MODE_NOT_DISCOVERABLE   0x00
 
#define BLE_GAP_DISC_MODE_LIMITED   0x01
 
#define BLE_GAP_DISC_MODE_GENERAL   0x02
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_DISC_MODE_GENERAL   0x02

General Discovery Mode.

Definition at line 334 of file ble_gap.h.

#define BLE_GAP_DISC_MODE_LIMITED   0x01

Limited Discovery Mode.

Definition at line 333 of file ble_gap.h.

#define BLE_GAP_DISC_MODE_NOT_DISCOVERABLE   0x00

Not discoverable discovery Mode.

Definition at line 332 of file ble_gap.h.