CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
BleUartService.cpp File Reference

BLE Nordic UART Service implementation via platform Bluetooth abstraction. More...

#include "mod_ble_serial/BleUartService.h"
#include "cdc_hal/IBluetoothController.h"
#include "cdc_log.h"
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  cdc
namespace  cdc::mod_ble_serial

Variables

static const char * TAG = "BLE_UART"
static const uint8_t cdc::mod_ble_serial::NUS_SVC_UUID [16]
 NUS UUIDs in little-endian byte order for BleUuid::from128.
static const uint8_t cdc::mod_ble_serial::NUS_RX_UUID [16]
 RX characteristic UUID (phone writes to badge).
static const uint8_t cdc::mod_ble_serial::NUS_TX_UUID [16]
 TX characteristic UUID (badge notifies phone).

Detailed Description

BLE Nordic UART Service implementation via platform Bluetooth abstraction.

Definition in file BleUartService.cpp.

Variable Documentation

◆ TAG

const char* TAG = "BLE_UART"
static

Definition at line 11 of file BleUartService.cpp.