|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <IBluetoothController.h>
Public Attributes | |
| BleUuid | uuid |
| uint16_t | valueHandle |
| uint8_t | properties |
Discovered characteristic from service discovery
Definition at line 647 of file IBluetoothController.h.
| uint8_t cdc::hal::IBluetoothController::DiscoveredCharacteristic::properties |
Definition at line 650 of file IBluetoothController.h.
| BleUuid cdc::hal::IBluetoothController::DiscoveredCharacteristic::uuid |
Definition at line 648 of file IBluetoothController.h.
Referenced by cdc::ui::rOnServiceDiscovered().
| uint16_t cdc::hal::IBluetoothController::DiscoveredCharacteristic::valueHandle |
Definition at line 649 of file IBluetoothController.h.
Referenced by cdc::ui::rOnServiceDiscovered().