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

#include <IBluetoothController.h>

Public Attributes

BleUuid uuid
DiscoveredCharacteristic characteristics [MAX_DISCOVERED_CHARS]
uint8_t numCharacteristics

Static Public Attributes

static constexpr uint8_t MAX_DISCOVERED_CHARS = 8

Detailed Description

Discovered service from service discovery

Definition at line 630 of file IBluetoothController.h.

Member Data Documentation

◆ characteristics

DiscoveredCharacteristic cdc::hal::IBluetoothController::DiscoveredService::characteristics[MAX_DISCOVERED_CHARS]

Definition at line 633 of file IBluetoothController.h.

Referenced by cdc::ui::rOnServiceDiscovered().

◆ MAX_DISCOVERED_CHARS

uint8_t cdc::hal::IBluetoothController::DiscoveredService::MAX_DISCOVERED_CHARS = 8
staticconstexpr

Definition at line 632 of file IBluetoothController.h.

◆ numCharacteristics

uint8_t cdc::hal::IBluetoothController::DiscoveredService::numCharacteristics

Definition at line 634 of file IBluetoothController.h.

Referenced by cdc::ui::rOnServiceDiscovered().

◆ uuid

BleUuid cdc::hal::IBluetoothController::DiscoveredService::uuid

Definition at line 631 of file IBluetoothController.h.


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