Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <test_datatype02.hpp>
Public Types | |
enum | PropertySpecIdx : int { ReadIdx = 0 , WriteNoAckIdx , WriteWithAckIdx , AuthSignedWriteIdx , ReliableWriteExtIdx , NotifyIdx , IndicateIdx , AuxWriteExtIdx , BroadcastIdx } |
Public Member Functions | |
std::string | toString () const noexcept |
Public Attributes | |
GattCharacteristicType | characteristic |
GattClientCharacteristicConfigSpec | clientConfig |
jau::darray< GattCharacteristicPropertySpec > | propertySpec |
Aggregated in PropertySpecIdx order. More... | |
GattRequirementSpec | requirement |
Definition at line 145 of file test_datatype02.hpp.
enum GattCharacteristicSpec::PropertySpecIdx : int |
Enumerator | |
---|---|
ReadIdx | |
WriteNoAckIdx | |
WriteWithAckIdx | |
AuthSignedWriteIdx | |
ReliableWriteExtIdx | |
NotifyIdx | |
IndicateIdx | |
AuxWriteExtIdx | |
BroadcastIdx |
Definition at line 149 of file test_datatype02.hpp.
|
noexcept |
GattCharacteristicType GattCharacteristicSpec::characteristic |
Definition at line 146 of file test_datatype02.hpp.
GattRequirementSpec GattCharacteristicSpec::requirement |
Definition at line 147 of file test_datatype02.hpp.
jau::darray<GattCharacteristicPropertySpec> GattCharacteristicSpec::propertySpec |
Aggregated in PropertySpecIdx order.
Definition at line 161 of file test_datatype02.hpp.
GattClientCharacteristicConfigSpec GattCharacteristicSpec::clientConfig |
Definition at line 163 of file test_datatype02.hpp.