|
Direct-BT
2.3.1
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 |
| GattRequirementSpec | requirement |
| jau::darray< GattCharacteristicPropertySpec > | propertySpec |
| Aggregated in PropertySpecIdx order. More... | |
| GattClientCharacteristicConfigSpec | clientConfig |
Definition at line 148 of file test_datatype02.hpp.
| enum GattCharacteristicSpec::PropertySpecIdx : int |
| Enumerator | |
|---|---|
| ReadIdx | |
| WriteNoAckIdx | |
| WriteWithAckIdx | |
| AuthSignedWriteIdx | |
| ReliableWriteExtIdx | |
| NotifyIdx | |
| IndicateIdx | |
| AuxWriteExtIdx | |
| BroadcastIdx | |
Definition at line 152 of file test_datatype02.hpp.
|
noexcept |
Definition at line 430 of file test_datatype02.hpp.
| GattCharacteristicType GattCharacteristicSpec::characteristic |
Definition at line 149 of file test_datatype02.hpp.
| GattClientCharacteristicConfigSpec GattCharacteristicSpec::clientConfig |
Definition at line 166 of file test_datatype02.hpp.
| jau::darray<GattCharacteristicPropertySpec> GattCharacteristicSpec::propertySpec |
Aggregated in PropertySpecIdx order.
Definition at line 164 of file test_datatype02.hpp.
| GattRequirementSpec GattCharacteristicSpec::requirement |
Definition at line 150 of file test_datatype02.hpp.
1.8.18