|
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 621 of file IBluetoothController.h.
| uint8_t cdc::hal::IBluetoothController::DiscoveredCharacteristic::properties |
Definition at line 624 of file IBluetoothController.h.
| BleUuid cdc::hal::IBluetoothController::DiscoveredCharacteristic::uuid |
Definition at line 622 of file IBluetoothController.h.
Referenced by cdc::ui::rOnServiceDiscovered().
| uint16_t cdc::hal::IBluetoothController::DiscoveredCharacteristic::valueHandle |
Definition at line 623 of file IBluetoothController.h.
Referenced by cdc::ui::rOnServiceDiscovered().