#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <vector>
#include <cstdio>
#include <algorithm>
#include <jau/dfa_utf8_decode.hpp>
#include <jau/debug.hpp>
#include "BTDevice.hpp"
#include "BTGattService.hpp"
#include "BTGattChar.hpp"
#include "BTGattHandler.hpp"
Go to the source code of this file.
|
#define | CASE2_TO_STRING2(U, V, W) case U::V: return #W; |
| "reliable-write" "writable-auxiliaries" "encrypt-read" "encrypt-write" "encrypt-authenticated-read" "encrypt-authenticated-write" "secure-read" (Server only) "secure-write" (Server only) "authorize" More...
|
|
#define | CHAR_DECL_PROPS_ENUM(X) |
|
◆ CHAR_DECL_PROPS_ENUM
#define CHAR_DECL_PROPS_ENUM |
( |
|
X | ) |
|
Value:
Representing a Gatt Characteristic object from the GATTRole::Client perspective.
Definition at line 54 of file BTGattChar.cpp.
◆ CASE2_TO_STRING2
#define CASE2_TO_STRING2 |
( |
|
U, |
|
|
|
V, |
|
|
|
W |
|
) |
| case U::V: return #W; |
"reliable-write" "writable-auxiliaries" "encrypt-read" "encrypt-write" "encrypt-authenticated-read" "encrypt-authenticated-write" "secure-read" (Server only) "secure-write" (Server only) "authorize"
Definition at line 76 of file BTGattChar.cpp.
◆ _getPropertyBitValStr()