dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP Advertising types

Macros

#define BLE_GAP_ADV_TYPE_ADV_IND   0x00
 
#define BLE_GAP_ADV_TYPE_ADV_DIRECT_IND   0x01
 
#define BLE_GAP_ADV_TYPE_ADV_SCAN_IND   0x02
 
#define BLE_GAP_ADV_TYPE_ADV_NONCONN_IND   0x03
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_ADV_TYPE_ADV_DIRECT_IND   0x01

Connectable directed.

Definition at line 308 of file ble_gap.h.

#define BLE_GAP_ADV_TYPE_ADV_IND   0x00

Connectable undirected.

Definition at line 307 of file ble_gap.h.

#define BLE_GAP_ADV_TYPE_ADV_NONCONN_IND   0x03

Non connectable undirected.

Definition at line 310 of file ble_gap.h.

#define BLE_GAP_ADV_TYPE_ADV_SCAN_IND   0x02

Scannable undirected.

Definition at line 309 of file ble_gap.h.