dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP IO Capabilities

Macros

#define BLE_GAP_IO_CAPS_DISPLAY_ONLY   0x00
 
#define BLE_GAP_IO_CAPS_DISPLAY_YESNO   0x01
 
#define BLE_GAP_IO_CAPS_KEYBOARD_ONLY   0x02
 
#define BLE_GAP_IO_CAPS_NONE   0x03
 
#define BLE_GAP_IO_CAPS_KEYBOARD_DISPLAY   0x04
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_IO_CAPS_DISPLAY_ONLY   0x00

Display Only.

Definition at line 340 of file ble_gap.h.

#define BLE_GAP_IO_CAPS_DISPLAY_YESNO   0x01

Display and Yes/No entry.

Definition at line 341 of file ble_gap.h.

#define BLE_GAP_IO_CAPS_KEYBOARD_DISPLAY   0x04

Keyboard and Display.

Definition at line 344 of file ble_gap.h.

#define BLE_GAP_IO_CAPS_KEYBOARD_ONLY   0x02

Keyboard Only.

Definition at line 342 of file ble_gap.h.

#define BLE_GAP_IO_CAPS_NONE   0x03

No I/O capabilities.

Definition at line 343 of file ble_gap.h.