|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
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 |
Stack-independent GATT characteristic property flags Values match BLE spec (Vol 3, Part G, 3.3.1.1)
|
constexpr |
Definition at line 74 of file IBluetoothController.h.
|
constexpr |
Definition at line 73 of file IBluetoothController.h.
Referenced by cdc::mod_gpg::ble_gpg_xsig_init(), cdc::mod_ble_serial::BleUartService::init(), and cdc::mod_2fa::registerGattService().
|
constexpr |
Definition at line 70 of file IBluetoothController.h.
Referenced by cdc::mod_gpg::ble_gpg_xsig_init(), and cdc::mod_2fa::registerGattService().
|
constexpr |
Definition at line 72 of file IBluetoothController.h.
Referenced by cdc::mod_gpg::ble_gpg_xsig_init(), cdc::mod_ble_serial::BleUartService::init(), and cdc::mod_2fa::registerGattService().
|
constexpr |
Definition at line 71 of file IBluetoothController.h.
Referenced by cdc::mod_ble_serial::BleUartService::init().