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

Variables

constexpr uint8_t READ = 0x01
constexpr uint8_t WRITE = 0x02
constexpr uint8_t READ_ENC = 0x04
constexpr uint8_t WRITE_ENC = 0x08

Detailed Description

Stack-independent GATT attribute permission flags

Variable Documentation

◆ READ

uint8_t cdc::hal::GattPerm::READ = 0x01
constexpr

◆ READ_ENC

uint8_t cdc::hal::GattPerm::READ_ENC = 0x04
constexpr

Definition at line 83 of file IBluetoothController.h.

Referenced by cdc::mod_gpg::ble_gpg_xsig_init().

◆ WRITE

uint8_t cdc::hal::GattPerm::WRITE = 0x02
constexpr

◆ WRITE_ENC

uint8_t cdc::hal::GattPerm::WRITE_ENC = 0x08
constexpr

Definition at line 84 of file IBluetoothController.h.

Referenced by cdc::mod_gpg::ble_gpg_xsig_init().