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

Variables

constexpr uint8_t READ = 0x02
constexpr uint8_t WRITE_NO_RSP = 0x04
constexpr uint8_t WRITE = 0x08
constexpr uint8_t NOTIFY = 0x10
constexpr uint8_t INDICATE = 0x20

Detailed Description

Stack-independent GATT characteristic property flags Values match BLE spec (Vol 3, Part G, 3.3.1.1)

Variable Documentation

◆ INDICATE

uint8_t cdc::hal::GattProp::INDICATE = 0x20
constexpr

Definition at line 74 of file IBluetoothController.h.

◆ NOTIFY

uint8_t cdc::hal::GattProp::NOTIFY = 0x10
constexpr

◆ READ

uint8_t cdc::hal::GattProp::READ = 0x02
constexpr

◆ WRITE

uint8_t cdc::hal::GattProp::WRITE = 0x08
constexpr

◆ WRITE_NO_RSP

uint8_t cdc::hal::GattProp::WRITE_NO_RSP = 0x04
constexpr

Definition at line 71 of file IBluetoothController.h.

Referenced by cdc::mod_ble_serial::BleUartService::init().