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

#include <IBluetoothController.h>

Public Attributes

BleUuid uuid
GattCharacteristiccharacteristics
uint8_t numCharacteristics

Detailed Description

GATT service definition for registration via registerGattService()

Definition at line 134 of file IBluetoothController.h.

Member Data Documentation

◆ characteristics

GattCharacteristic* cdc::hal::GattServiceDef::characteristics

Definition at line 136 of file IBluetoothController.h.

Referenced by host_ble_register_service().

◆ numCharacteristics

uint8_t cdc::hal::GattServiceDef::numCharacteristics

Definition at line 137 of file IBluetoothController.h.

Referenced by host_ble_register_service().

◆ uuid

BleUuid cdc::hal::GattServiceDef::uuid

Definition at line 135 of file IBluetoothController.h.

Referenced by host_ble_register_service().


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