dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP Advertisement Flags

Macros

#define BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE   (0x01)
 
#define BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE   (0x02)
 
#define BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED   (0x04)
 
#define BLE_GAP_ADV_FLAG_LE_BR_EDR_CONTROLLER   (0x08)
 
#define BLE_GAP_ADV_FLAG_LE_BR_EDR_HOST   (0x10)
 
#define BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)
 
#define BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED   (0x04)

BR/EDR not supported.

Definition at line 265 of file ble_gap.h.

#define BLE_GAP_ADV_FLAG_LE_BR_EDR_CONTROLLER   (0x08)

Simultaneous LE and BR/EDR, Controller.

Definition at line 266 of file ble_gap.h.

#define BLE_GAP_ADV_FLAG_LE_BR_EDR_HOST   (0x10)

Simultaneous LE and BR/EDR, Host.

Definition at line 267 of file ble_gap.h.

#define BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE   (0x02)

LE General Discoverable Mode.

Definition at line 264 of file ble_gap.h.

#define BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE   (0x01)

LE Limited Discoverable Mode.

Definition at line 263 of file ble_gap.h.

#define BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)

LE General Discoverable Mode, BR/EDR not supported.

Definition at line 269 of file ble_gap.h.

#define BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)

LE Limited Discoverable Mode, BR/EDR not supported.

Definition at line 268 of file ble_gap.h.