|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>#include <string>#include <memory>#include <cstdint>#include <cstdio>#include <algorithm>#include <jau/darray.hpp>#include <jau/debug.hpp>#include "GattNumbers.hpp"Go to the source code of this file.
Macros | |
| #define | CASE_TO_STRING(V) case V: return #V; |
| #define | CHARACTERISTIC_PROP_ENUM(X) |
| #define | CHARACTERISTIC_TYPE_ENUM(X) |
| #define | REQUIREMENT_SPEC_ENUM(X) |
| #define | SERVICE_TYPE_ENUM(X) |
| #define CASE_TO_STRING | ( | V | ) | case V: return #V; |
Definition at line 260 of file GATTNumbers.cpp.
| #define SERVICE_TYPE_ENUM | ( | X | ) |
Definition at line 262 of file GATTNumbers.cpp.
| #define CHARACTERISTIC_TYPE_ENUM | ( | X | ) |
Definition at line 276 of file GATTNumbers.cpp.
| #define CHARACTERISTIC_PROP_ENUM | ( | X | ) |
Definition at line 308 of file GATTNumbers.cpp.
| #define REQUIREMENT_SPEC_ENUM | ( | X | ) |
Definition at line 328 of file GATTNumbers.cpp.