CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::hal::GattDescriptor Struct Reference

#include <IBluetoothController.h>

Public Attributes

GattDescriptorKind kind
uint8_t data [4]
uint8_t dataLen

Detailed Description

GATT descriptor definition attached to a characteristic. Only well-known descriptors are modeled; arbitrary descriptors are not supported.

Definition at line 111 of file IBluetoothController.h.

Member Data Documentation

◆ data

uint8_t cdc::hal::GattDescriptor::data[4]

Definition at line 113 of file IBluetoothController.h.

◆ dataLen

uint8_t cdc::hal::GattDescriptor::dataLen

Definition at line 114 of file IBluetoothController.h.

◆ kind

GattDescriptorKind cdc::hal::GattDescriptor::kind

Definition at line 112 of file IBluetoothController.h.


The documentation for this struct was generated from the following file: