|
Direct-BT
2.3.1
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 | |
| const GattCharacteristicType | characteristic |
| const GattRequirementSpec | requirement |
| const jau::darray< GattCharacteristicPropertySpec > | propertySpec |
| Aggregated in PropertySpecIdx order. More... | |
| const GattClientCharacteristicConfigSpec | clientConfig |
Definition at line 172 of file GattNumbers.hpp.
| Enumerator | |
|---|---|
| ReadIdx | |
| WriteNoAckIdx | |
| WriteWithAckIdx | |
| AuthSignedWriteIdx | |
| ReliableWriteExtIdx | |
| NotifyIdx | |
| IndicateIdx | |
| AuxWriteExtIdx | |
| BroadcastIdx | |
Definition at line 176 of file GattNumbers.hpp.
|
noexcept |
| const GattCharacteristicType direct_bt::GattCharacteristicSpec::characteristic |
Definition at line 173 of file GattNumbers.hpp.
| const GattClientCharacteristicConfigSpec direct_bt::GattCharacteristicSpec::clientConfig |
Definition at line 190 of file GattNumbers.hpp.
| const jau::darray<GattCharacteristicPropertySpec> direct_bt::GattCharacteristicSpec::propertySpec |
Aggregated in PropertySpecIdx order.
Definition at line 188 of file GattNumbers.hpp.
| const GattRequirementSpec direct_bt::GattCharacteristicSpec::requirement |
Definition at line 174 of file GattNumbers.hpp.
1.8.18