Data Structures | |
class | GattAttribute |
Representation of a GattServer attribute. More... | |
struct | GattWriteAuthCallbackParams |
GATT write authorization request event. More... | |
struct | GattReadAuthCallbackParams |
GATT read authorization request event. More... | |
struct | GattHVXCallbackParams |
Handle Value Notification/Indication event. More... | |
class | GattCharacteristic |
Representation of a GattServer characteristic. More... | |
class | ReadOnlyGattCharacteristic< T > |
Helper class that represents a read only GattCharacteristic. More... | |
class | WriteOnlyGattCharacteristic< T > |
Helper class that represents a write only GattCharacteristic. More... | |
class | ReadWriteGattCharacteristic< T > |
Helper class that represents a readable and writable GattCharacteristic. More... | |
class | WriteOnlyArrayGattCharacteristic< T, NUM_ELEMENTS > |
Helper class that represents a write-only GattCharacteristic with an array value. More... | |
class | ReadOnlyArrayGattCharacteristic< T, NUM_ELEMENTS > |
Helper class that represents a read-only GattCharacteristic with an array value. More... | |
class | ReadWriteArrayGattCharacteristic< T, NUM_ELEMENTS > |
Helper class that represents a readable and writable GattCharacteristic with an array value. More... | |
class | GattServer |
Construct and operates a GATT server. More... | |
class | GattServerEvents |
Abstract events generated by a GattServer vendor port. More... | |
class | GattService |
Representation of a GattServer service. More... | |
Enumerations |
Enumeration of allowed values returned by read or write authorization process.
Definition at line 207 of file GattCallbackParamTypes.h.