BLE_API
v2.1.3
|
BleIOCaps | |
typedef uint8_t | IOCaps |
#define | DISPLAY_ONLY 0x00 |
#define | DISPLAY_YESNO 0x01 |
#define | KEYBOARD_ONLY 0x02 |
#define | NOINPUT_NOOUTPUT 0x03 |
#define | KEYBOARD_DISPLAY 0x04 |
BLE IO capabilities definition.
#define DISPLAY_ONLY 0x00 |
Display only.
#define DISPLAY_YESNO 0x01 |
Display and Yes/No entry.
#define KEYBOARD_DISPLAY 0x04 |
Keyboard and display.
#define KEYBOARD_ONLY 0x02 |
Keyboard only.
#define NOINPUT_NOOUTPUT 0x03 |
No IO capabilities.