|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <GattNumbers.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 198 of file GattNumbers.hpp.
| Enumerator | |
|---|---|
| ReadIdx | |
| WriteNoAckIdx | |
| WriteWithAckIdx | |
| AuthSignedWriteIdx | |
| ReliableWriteExtIdx | |
| NotifyIdx | |
| IndicateIdx | |
| AuxWriteExtIdx | |
| BroadcastIdx | |
Definition at line 202 of file GattNumbers.hpp.
|
noexcept |
Definition at line 353 of file GATTNumbers.cpp.
| GattCharacteristicType direct_bt::GattCharacteristicSpec::characteristic |
Definition at line 199 of file GattNumbers.hpp.
| GattRequirementSpec direct_bt::GattCharacteristicSpec::requirement |
Definition at line 200 of file GattNumbers.hpp.
| jau::darray<GattCharacteristicPropertySpec> direct_bt::GattCharacteristicSpec::propertySpec |
Aggregated in PropertySpecIdx order.
Definition at line 214 of file GattNumbers.hpp.
| GattClientCharacteristicConfigSpec direct_bt::GattCharacteristicSpec::clientConfig |
Definition at line 216 of file GattNumbers.hpp.